Author: gnodet
Date: Thu Jun 19 09:55:09 2008
New Revision: 669562
URL: http://svn.apache.org/viewvc?rev=669562&view=rev
Log:
Allow shared libraries to have osgi info, even it if does not make sense, it
makes the build much easier
Modified:
servicemix/components/shared-libraries/trunk/servicemix-common/pom.xml
servicemix/components/shared-libraries/trunk/servicemix-soap/pom.xml
servicemix/components/shared-libraries/trunk/servicemix-soap2/pom.xml
Modified: servicemix/components/shared-libraries/trunk/servicemix-common/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/shared-libraries/trunk/servicemix-common/pom.xml?rev=669562&r1=669561&r2=669562&view=diff
==============================================================================
--- servicemix/components/shared-libraries/trunk/servicemix-common/pom.xml
(original)
+++ servicemix/components/shared-libraries/trunk/servicemix-common/pom.xml Thu
Jun 19 09:55:09 2008
@@ -145,15 +145,6 @@
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <configuration>
- <archive>
-
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
- </archive>
- </configuration>
- </plugin>
</plugins>
</build>
Modified: servicemix/components/shared-libraries/trunk/servicemix-soap/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/shared-libraries/trunk/servicemix-soap/pom.xml?rev=669562&r1=669561&r2=669562&view=diff
==============================================================================
--- servicemix/components/shared-libraries/trunk/servicemix-soap/pom.xml
(original)
+++ servicemix/components/shared-libraries/trunk/servicemix-soap/pom.xml Thu
Jun 19 09:55:09 2008
@@ -123,19 +123,6 @@
</excludes>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.felix</groupId>
- <artifactId>maven-bundle-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <configuration>
- <archive>
-
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
- </archive>
- </configuration>
- </plugin>
</plugins>
</build>
</project>
Modified: servicemix/components/shared-libraries/trunk/servicemix-soap2/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/shared-libraries/trunk/servicemix-soap2/pom.xml?rev=669562&r1=669561&r2=669562&view=diff
==============================================================================
--- servicemix/components/shared-libraries/trunk/servicemix-soap2/pom.xml
(original)
+++ servicemix/components/shared-libraries/trunk/servicemix-soap2/pom.xml Thu
Jun 19 09:55:09 2008
@@ -128,19 +128,6 @@
</excludes>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.felix</groupId>
- <artifactId>maven-bundle-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <configuration>
- <archive>
-
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
- </archive>
- </configuration>
- </plugin>
</plugins>
</build>
</project>