Added org.osgi.service.log to the exports

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@689077 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/fileinstall/pom.xml b/fileinstall/pom.xml
index 7ac3da3..4fb4cba 100644
--- a/fileinstall/pom.xml
+++ b/fileinstall/pom.xml
@@ -50,7 +50,7 @@
         <extensions>true</extensions>
         <configuration>
           <instructions>
-            <Export-Package>org.apache.felix.fileinstall,org.osgi.service.cm</Export-Package>
+            <Export-Package>org.apache.felix.fileinstall,org.osgi.service.cm, org.osgi.service.log</Export-Package>
             <Bundle-Activator>org.apache.felix.fileinstall.FileInstall</Bundle-Activator>
             <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
             <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>