Applied patch (FELIX-983) to support variable substitution in config file.


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@758154 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/fileinstall/pom.xml b/fileinstall/pom.xml
index ebb4354..99b8f0f 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, org.osgi.service.log</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>