Explicitely set version Maven Bundle Plugin so that M2Eclipse plugin not always check...
authorMathieu Baudier <mbaudier@argeo.org>
Tue, 9 Dec 2008 21:23:26 +0000 (21:23 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Tue, 9 Dec 2008 21:23:26 +0000 (21:23 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@1989 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

12 files changed:
examples/org.argeo.slc.example01/pom.xml
org.argeo.slc.detached.launcher/pom.xml
runtime/org.argeo.slc.detached/pom.xml
runtime/org.argeo.slc.launcher/pom.xml
runtime/org.argeo.slc.lib.detached/pom.xml
runtime/org.argeo.slc.server/pom.xml
runtime/org.argeo.slc.specs/pom.xml
runtime/org.argeo.slc.support.ant/pom.xml
runtime/org.argeo.slc.support.castor/pom.xml
runtime/org.argeo.slc.support.hibernate/pom.xml
runtime/org.argeo.slc.support.simple/pom.xml
runtime/org.argeo.slc.support.ws.client/pom.xml

index 00a2847decf7baa7acc121c0b7d2818dd20c764d..e9bae2ef7d00a38793dc5f99215f461f1248da50 100644 (file)
@@ -55,6 +55,7 @@
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
+                               <version>${version.maven-bundle-plugin}</version>
                                <configuration>
                                        <instructions>
                                                <Export-Package>
index 905dfa608bc6ad5d10738dcd8243d4e91128363d..423fcecb8a8d8a95d4fee0d59156b5c46d7f93a5 100644 (file)
@@ -40,6 +40,7 @@
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
+                               <version>${version.maven-bundle-plugin}</version>
                                <configuration>
                                        <instructions>
                                                <Export-Package>
                        <artifactId>commons-io</artifactId> </dependency>
                -->
 
-<!--
-               <dependency>
-                       <groupId>org.argeo.slc</groupId>
+               <!--
+                       <dependency> <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.detached.ext.log4j</artifactId>
-                       <version>0.11.2</version>
-               </dependency>
-  -->
+                       <version>0.11.2</version> </dependency>
+               -->
                <!-- Spring -->
                <dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>org.springframework.context</artifactId>
                </dependency>
 
-<!-- 
-               <dependency>
-                       <groupId>org.apache.xerces</groupId>
+               <!--
+                       <dependency> <groupId>org.apache.xerces</groupId>
                        <artifactId>com.springsource.org.apache.xerces</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.xalan</groupId>
+                       </dependency> <dependency> <groupId>org.apache.xalan</groupId>
                        <artifactId>com.springsource.org.apache.xalan</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>edu.emory.mathcs.backport</groupId>
-                       <artifactId>
-                               com.springsource.edu.emory.mathcs.backport
-                       </artifactId>
-               </dependency> -->
+                       </dependency> <dependency>
+                       <groupId>edu.emory.mathcs.backport</groupId> <artifactId>
+                       com.springsource.edu.emory.mathcs.backport </artifactId>
+                       </dependency>
+               -->
                <dependency>
                        <groupId>org.apache.commons</groupId>
                        <artifactId>
                        <groupId>org.apache.log4j</groupId>
                        <artifactId>com.springsource.org.apache.log4j</artifactId>
                </dependency>
-               <!-- 
-                       <dependency>
-                               <groupId>org.slf4j</groupId>
-                               <artifactId>com.springsource.slf4j.org.apache.commons.logging</artifactId>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.slf4j</groupId>
-                               <artifactId>com.springsource.slf4j.jcl</artifactId>
-                       </dependency>
-                        -->
+               <!--
+                       <dependency> <groupId>org.slf4j</groupId>
+                       <artifactId>com.springsource.slf4j.org.apache.commons.logging</artifactId>
+                       </dependency> <dependency> <groupId>org.slf4j</groupId>
+                       <artifactId>com.springsource.slf4j.jcl</artifactId> </dependency>
+               -->
        </dependencies>
 </project>
\ No newline at end of file
index 02b08109e22ab922aeaf3f7d0229fb43cb0c56ad..72b8d71e73077596c4bd2270f3b6ca9f29e91e6e 100644 (file)
@@ -19,6 +19,7 @@
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
+                               <version>${version.maven-bundle-plugin}</version>
                                <configuration>
                                        <instructions>
                                                <Export-Package>
                        <artifactId>com.springsource.org.apache.xmlcommons</artifactId>
                        <scope>provided</scope>
                </dependency>
-               <!-- 
-               <dependency>
-                       <groupId>xml-apis</groupId>
-                       <artifactId>xml-apis</artifactId>
-                       <version>1.3.04</version>
-                       <scope>provided</scope>
-               </dependency>
-                -->
-                
+               <!--
+                       <dependency> <groupId>xml-apis</groupId>
+                       <artifactId>xml-apis</artifactId> <version>1.3.04</version>
+                       <scope>provided</scope> </dependency>
+               -->
+
                <dependency>
                        <groupId>org.apache.commons</groupId>
                        <artifactId>
index 2392679a5f4c8ed754fff2cc9a209160fffb2be4..7f0164813df32ce144a86f6e345235a0f4443c9b 100644 (file)
@@ -50,6 +50,7 @@
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
+                               <version>${version.maven-bundle-plugin}</version>
                                <configuration>
                                        <instructions>
                                                <Export-Package>
index bbe38897cb380ab678eb0b65d73b87f2cb95452d..c20ca319b34812260c43c991b4ac74014268fabf 100644 (file)
@@ -33,6 +33,7 @@
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
+                               <version>${version.maven-bundle-plugin}</version>
                                <configuration>
                                        <instructions>
                                                <Export-Package>
index a7b39320483d7ed2c5a31b3919678d3f30684063..9526558e87f4d3c3f3cb677689c8143c1134af88 100644 (file)
@@ -29,6 +29,7 @@
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
+                               <version>${version.maven-bundle-plugin}</version>
                                <configuration>
                                        <instructions>
                                                <Export-Package>
index c2e6138987d6b687d0110bff1989912724a8a31f..419536ef7196071ce80509d8c44e3fbccbca0eb6 100644 (file)
@@ -27,6 +27,7 @@
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
+                               <version>${version.maven-bundle-plugin}</version>
                                <configuration>
                                        <instructions>
                                                <Export-Package>
index dd3ec7e74e51d7e5c20e1d449f77496100f9c30b..f3144c58f3ab02b393465793e2456b7a50e4bd34 100644 (file)
@@ -33,6 +33,7 @@
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
+                               <version>${version.maven-bundle-plugin}</version>
                                <configuration>
                                        <instructions>
                                                <Export-Package>
index 81dc9b235bc946f9c11f813cbfc5906c1d780bd5..603ef1947cf5d777bd730fca96252c65b7e0ac9e 100644 (file)
@@ -32,6 +32,7 @@
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
+                               <version>${version.maven-bundle-plugin}</version>
                                <configuration>
                                        <instructions>
                                                <Export-Package>
index 522eed71537cba1fcf9325311ae07b2adf1d0ec4..5276bab351507faa7bd46ac86e224d0d6687efd6 100644 (file)
@@ -31,6 +31,7 @@
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
+                               <version>${version.maven-bundle-plugin}</version>
                                <configuration>
                                        <instructions>
                                                <Export-Package>
index 1680c2722b32ccb8d03e2ee1087966e8dad41f49..514d64612953d3fe05869771e470c456fca071c5 100644 (file)
@@ -32,6 +32,7 @@
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
+                               <version>${version.maven-bundle-plugin}</version>
                                <configuration>
                                        <instructions>
                                                <Export-Package>
index dcaf695cf174ff653e26bfe3a12a9341d35d0863..ef05fa420f580eb00575698288325bc9c98f8f10 100644 (file)
@@ -33,6 +33,7 @@
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
+                               <version>${version.maven-bundle-plugin}</version>
                                <configuration>
                                        <instructions>
                                                <Export-Package>