Accidentally committed a version of the pom that includes the sources in the bundle.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@983641 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/dependencymanager/core/pom.xml b/dependencymanager/core/pom.xml
index 8d0b40f..fb94e98 100644
--- a/dependencymanager/core/pom.xml
+++ b/dependencymanager/core/pom.xml
@@ -55,9 +55,9 @@
             <Export-Package>org.apache.felix.dm;version="3.0.0"</Export-Package>
             <Import-Package>!org.apache.felix.dm,*</Import-Package>
 	        <Private-Package>org.apache.felix.dm.impl,org.apache.felix.dm.impl.dependencies,org.apache.felix.dm.impl.tracker,org.apache.felix.dm.impl.metatype</Private-Package>
-	        <!-- Uncomment this line to include source code in the bundle.-->
+	        <!-- Uncomment this line to include source code in the bundle.
             <Include-Resource>src/main/java</Include-Resource>
-            <!-- -->
+			-->
           </instructions>
         </configuration>
       </plugin>