Remove unused comments
authorMathieu Baudier <mbaudier@argeo.org>
Tue, 17 Jul 2012 15:15:56 +0000 (15:15 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Tue, 17 Jul 2012 15:15:56 +0000 (15:15 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@5501 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

runtime/pom.xml

index 97d206be006e42fa97ec8ae5c0a23ebad12ff0e4..6a4135bbdd8af9bc9ee9792cf67d4b05470ec98e 100644 (file)
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
                        </plugin>
-                       <!-- TO BE DELETED Configuration herited from commons/pom.xml <version>${version.maven-bundle-plugin}</version> 
-                               <extensions>true</extensions> <configuration> <manifestLocation>META-INF</manifestLocation> 
-                               <instructions> <Bundle-Version>${version.slc}-r${buildNumber}</Bundle-Version> 
-                               <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> <Bundle-RequiredExecutionEnvironment>J2SE-1.5</Bundle-RequiredExecutionEnvironment> 
-                               <_removeheaders>Bnd-LastModified</_removeheaders> </instructions> </configuration> 
-                               <executions> <execution> <id>bundle-manifest</id> <phase>process-classes</phase> 
-                               <goals> <goal>manifest</goal> </goals> </execution> </executions> </plugin> -->
                </plugins>
        </build>
-       <!-- <reporting> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> 
-               <artifactId>cobertura-maven-plugin</artifactId> </plugin> </plugins> </reporting> -->
 </project>