OSGI manifests for test jars
authorMathieu Baudier <mbaudier@argeo.org>
Thu, 4 Jun 2009 16:36:39 +0000 (16:36 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Thu, 4 Jun 2009 16:36:39 +0000 (16:36 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@2466 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

runtime/pom.xml

index e6a4dcf1b6c4ac7e5f5edd707e5e601a47530f7a..3d8ce486dd8faf199e154ecb5c9e89a8663d49ef 100644 (file)
        </modules>
        <build>
                <plugins>
-               <!-- 
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-javadoc-plugin</artifactId>
-                               <configuration>
-                                       <aggregate>true</aggregate>
-                               </configuration>
-                       </plugin>
-                        -->
+                       <!--
+                               <plugin> <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-javadoc-plugin</artifactId> <configuration>
+                               <aggregate>true</aggregate> </configuration> </plugin>
+                       -->
                </plugins>
                <pluginManagement>
                        <plugins>
@@ -58,9 +54,7 @@
                                        <configuration>
                                                <manifestLocation>target/classes/META-INF</manifestLocation>
                                                <instructions>
-                                                       <Bundle-SymbolicName>
-                                                               ${pom.artifactId}
-                                                       </Bundle-SymbolicName>
+                                                       <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
                                                        <_removeheaders>Bnd-LastModified</_removeheaders>
                                                </instructions>
                                        </configuration>