Synchronized the installer config.properties file with the main
config.properties. Added bundle repository bundle to the installer
pom file.


git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@415327 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/installers/pom.xml b/installers/pom.xml
index b221aac..638acfe 100644
--- a/installers/pom.xml
+++ b/installers/pom.xml
@@ -53,6 +53,12 @@
       <version>${pom.version}</version>
     </dependency>
 
+    <dependency>
+      <groupId>${pom.groupId}</groupId>
+      <artifactId>org.apache.felix.bundlerepository</artifactId>
+      <version>${pom.version}</version>
+    </dependency>
+
   </dependencies>
   <build>
     <plugins>
@@ -67,6 +73,7 @@
             <exclude>org.apache.felix:org.apache.felix.main</exclude>
             <exclude>org.apache.felix:org.apache.felix.shell</exclude>
             <exclude>org.apache.felix:org.apache.felix.shell.tui</exclude>
+            <exclude>org.apache.felix:org.apache.felix.bundlerepository</exclude>
           </excludes>
           <application>
             <name>felix</name>
@@ -112,6 +119,13 @@
                 bundle/org.apache.felix.shell.tui-${pom.version}.jar
               </destinationPath>
             </packagedFile>
+            <packagedFile>
+              <dependency>true</dependency>
+              <source>org.apache.felix:org.apache.felix.bundlerepository</source>
+              <destinationPath>
+                bundle/org.apache.felix.bundlerepository-${pom.version}.jar
+              </destinationPath>
+            </packagedFile>
           </packagedFiles>
           <!--
           <svnBaseUrl>