Fix POMs
authorMathieu Baudier <mbaudier@argeo.org>
Sun, 16 Jan 2011 21:56:45 +0000 (21:56 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Sun, 16 Jan 2011 21:56:45 +0000 (21:56 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@4038 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

eclipse/features/pom.xml
eclipse/plugins/pom.xml

index 1b72355faee0983eec5336676e9bc7b5b97c8322..d30b00bf40e13b4fde54bc7cdbdcad1196d9bc8c 100644 (file)
@@ -45,6 +45,9 @@
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
                                <version>${version.maven-bundle-plugin}</version>
+                               <configuration>
+                                       <manifestLocation>META-INF</manifestLocation>
+                               </configuration>
                        </plugin>
                </plugins>
                <pluginManagement>
index dff6c44c7eec94002cccef05a1b7dfdb889cac40..98f6bcb253166ec46d8ba669faed03984e8a1e3b 100644 (file)
                                <extensions>true</extensions>
                                <configuration>
                                        <manifestLocation>META-INF</manifestLocation>
-                                       <instructions>
-                                               <Bundle-Version>${project.version}-r${buildNumber}</Bundle-Version>
-                                               <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
-                                               <Bundle-RequiredExecutionEnvironment>J2SE-1.5</Bundle-RequiredExecutionEnvironment>
-                                               <_removeheaders>Bnd-LastModified</_removeheaders>
-                                       </instructions>
                                </configuration>
                                <executions>
                                        <execution>