Applied Stuart's patch to use variable substitution via BND to define
the properties in default.properties from the properties in config.properties.
(FELIX-380)


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@585184 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/main/pom.xml b/main/pom.xml
index 23c1f14..cc182cc 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -103,6 +103,12 @@
             <Private-Package>org.apache.felix.main.*,org.apache.felix.moduleloader.*,org.apache.felix.framework.*,org.osgi.framework,org.osgi.service.packageadmin,org.osgi.service.startlevel,org.osgi.service.url,org.osgi.util.tracker</Private-Package>
             <Import-Package>!*</Import-Package>
             <Include-Resource>{src/main/resources/}</Include-Resource>
+            <!-- Include these properties here because we want them
+                 substituted in the default.properties resource file
+                 so that we only have to maintain one set of properties
+                 and only for that reason. --!>
+            <_include>src/main/resources/config.properties</_include>
+            <dollar>$</dollar>
           </instructions>
         </configuration>
       </plugin>