Modified the pom file for main to not include the config.properties
file.
git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@523368 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/main/pom.xml b/main/pom.xml
index 180deb6..e4583a2 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -83,6 +83,7 @@
<extensions>true</extensions>
<configuration>
<instructions>
+ <_donotcopy>(CVS|.svn|config.properties)</_donotcopy>
<Main-Class>org.apache.felix.main.Main</Main-Class>
<Bundle-Name>Apache Felix</Bundle-Name>
<Bundle-Description>OSGi R4 framework.</Bundle-Description>