Author: jbonofre
Date: Mon Jan 23 21:03:17 2012
New Revision: 1234983

URL: http://svn.apache.org/viewvc?rev=1234983&view=rev
Log:
[SMX4-919] Resuming sources artifact in bundles

Modified:
    servicemix/smx4/bundles/trunk/axiom-api-1.2.12/pom.xml
    servicemix/smx4/bundles/trunk/axiom-impl-1.2.12/pom.xml
    servicemix/smx4/bundles/trunk/batik-1.7/pom.xml
    servicemix/smx4/bundles/trunk/bcel-5.2/pom.xml
    servicemix/smx4/bundles/trunk/bcpg-jdk15-1.46/pom.xml
    servicemix/smx4/bundles/trunk/bcpg-jdk16-1.46/pom.xml
    servicemix/smx4/bundles/trunk/bcprov-jdk15-1.46/pom.xml
    servicemix/smx4/bundles/trunk/bcprov-jdk16-1.46/pom.xml
    servicemix/smx4/bundles/trunk/beanlib-5.0.2beta/pom.xml
    servicemix/smx4/bundles/trunk/casbah-2.1.2/pom.xml
    servicemix/smx4/bundles/trunk/castor-0.9.6/pom.xml
    servicemix/smx4/bundles/trunk/pom.xml

Modified: servicemix/smx4/bundles/trunk/axiom-api-1.2.12/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/axiom-api-1.2.12/pom.xml?rev=1234983&r1=1234982&r2=1234983&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/axiom-api-1.2.12/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/axiom-api-1.2.12/pom.xml Mon Jan 23 21:03:17 
2012
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>6</version>
+        <version>8-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
@@ -57,6 +57,15 @@
             <version>${pkgVersion}</version>
             <optional>true</optional>
         </dependency>
+
+        <!-- sources -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
+        </dependency>
     </dependencies>
 
     <build>
@@ -92,4 +101,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>

Modified: servicemix/smx4/bundles/trunk/axiom-impl-1.2.12/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/axiom-impl-1.2.12/pom.xml?rev=1234983&r1=1234982&r2=1234983&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/axiom-impl-1.2.12/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/axiom-impl-1.2.12/pom.xml Mon Jan 23 21:03:17 
2012
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>6</version>
+        <version>8-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
@@ -58,6 +58,15 @@
             <version>${pkgVersion}</version>
             <optional>true</optional>
         </dependency>
+
+        <!-- sources -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
+        </dependency>
     </dependencies>
 
     <build>
@@ -93,4 +102,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>

Modified: servicemix/smx4/bundles/trunk/batik-1.7/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/batik-1.7/pom.xml?rev=1234983&r1=1234982&r2=1234983&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/batik-1.7/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/batik-1.7/pom.xml Mon Jan 23 21:03:17 2012
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>6</version>
+        <version>8-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
@@ -79,6 +79,38 @@
             <version>${pkgVersion}</version>
             <optional>true</optional>
         </dependency>
+
+        <!-- sources -->
+        <!-- Not available on Central
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>batik-bridge</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>batik-extension</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>batik-svggen</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>batik-transcoder</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
+        </dependency>
+        -->
     </dependencies>
 
     <build>

Modified: servicemix/smx4/bundles/trunk/bcel-5.2/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/bcel-5.2/pom.xml?rev=1234983&r1=1234982&r2=1234983&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/bcel-5.2/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/bcel-5.2/pom.xml Mon Jan 23 21:03:17 2012
@@ -1,4 +1,5 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
 
     <!--
 
@@ -21,9 +22,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-           <groupId>org.apache.servicemix.bundles</groupId>
-           <artifactId>bundles-pom</artifactId>
-           <version>6</version>
+        <groupId>org.apache.servicemix.bundles</groupId>
+        <artifactId>bundles-pom</artifactId>
+        <version>8-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
@@ -55,6 +56,17 @@
             <version>${pkgVersion}</version>
             <optional>true</optional>
         </dependency>
+
+        <!-- sources -->
+        <!-- Not available on Central
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
+        </dependency>
+        -->
     </dependencies>
 
     <build>
@@ -90,4 +102,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>

Modified: servicemix/smx4/bundles/trunk/bcpg-jdk15-1.46/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/bcpg-jdk15-1.46/pom.xml?rev=1234983&r1=1234982&r2=1234983&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/bcpg-jdk15-1.46/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/bcpg-jdk15-1.46/pom.xml Mon Jan 23 21:03:17 
2012
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>6</version>
+        <version>8-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
@@ -59,6 +59,16 @@
             <groupId>${pkgGroupId}</groupId>
             <artifactId>${pkgArtifactId}</artifactId>
             <version>${pkgVersion}</version>
+            <optional>true</optional>
+        </dependency>
+
+        <!-- sources -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
         </dependency>
     </dependencies>
 
@@ -98,4 +108,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>
\ No newline at end of file

Modified: servicemix/smx4/bundles/trunk/bcpg-jdk16-1.46/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/bcpg-jdk16-1.46/pom.xml?rev=1234983&r1=1234982&r2=1234983&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/bcpg-jdk16-1.46/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/bcpg-jdk16-1.46/pom.xml Mon Jan 23 21:03:17 
2012
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>6</version>
+        <version>8-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
@@ -59,6 +59,16 @@
             <groupId>${pkgGroupId}</groupId>
             <artifactId>${pkgArtifactId}</artifactId>
             <version>${pkgVersion}</version>
+            <optional>true</optional>
+        </dependency>
+
+        <!-- sources -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
         </dependency>
     </dependencies>
 
@@ -98,4 +108,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>
\ No newline at end of file

Modified: servicemix/smx4/bundles/trunk/bcprov-jdk15-1.46/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/bcprov-jdk15-1.46/pom.xml?rev=1234983&r1=1234982&r2=1234983&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/bcprov-jdk15-1.46/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/bcprov-jdk15-1.46/pom.xml Mon Jan 23 21:03:17 
2012
@@ -1,4 +1,5 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
 
     <!--
 
@@ -21,10 +22,10 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-           <groupId>org.apache.servicemix.bundles</groupId>
-           <artifactId>bundles-pom</artifactId>
-           <version>7</version>
-       <relativePath>../bundles-pom/pom.xml</relativePath>
+        <groupId>org.apache.servicemix.bundles</groupId>
+        <artifactId>bundles-pom</artifactId>
+        <version>8-SNAPSHOT</version>
+        <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
@@ -58,6 +59,16 @@
             <groupId>${pkgGroupId}</groupId>
             <artifactId>${pkgArtifactId}</artifactId>
             <version>${pkgVersion}</version>
+            <optional>true</optional>
+        </dependency>
+
+        <!-- sources -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
         </dependency>
     </dependencies>
 
@@ -72,10 +83,12 @@
                         <configuration>
                             <target>
                                 <echo>
-                                This bundle requires jar signing. In order to 
properly jar sign this bundle, you will need the following:
-                                 1. Create a keystore using the keytool that 
ships with your jdk.
-                                     keytool -genkeypair -alias [alias] 
-keyalg RSA -keystore [path].
-                                 2. Add the required keystore properties 
[keystore,alias,keypass,storepass] inside your maven profile [settings.xml]
+                                    This bundle requires jar signing. In order 
to properly jar sign this bundle, you
+                                    will need the following:
+                                    1. Create a keystore using the keytool 
that ships with your jdk.
+                                    keytool -genkeypair -alias [alias] -keyalg 
RSA -keystore [path].
+                                    2. Add the required keystore properties 
[keystore,alias,keypass,storepass] inside
+                                    your maven profile [settings.xml]
                                 </echo>
                             </target>
                         </configuration>
@@ -137,4 +150,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>

Modified: servicemix/smx4/bundles/trunk/bcprov-jdk16-1.46/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/bcprov-jdk16-1.46/pom.xml?rev=1234983&r1=1234982&r2=1234983&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/bcprov-jdk16-1.46/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/bcprov-jdk16-1.46/pom.xml Mon Jan 23 21:03:17 
2012
@@ -1,4 +1,5 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
 
     <!--
 
@@ -21,10 +22,10 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-           <groupId>org.apache.servicemix.bundles</groupId>
-           <artifactId>bundles-pom</artifactId>
-           <version>7</version>
-       <relativePath>../bundles-pom/pom.xml</relativePath>
+        <groupId>org.apache.servicemix.bundles</groupId>
+        <artifactId>bundles-pom</artifactId>
+        <version>8-SNAPSHOT</version>
+        <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
@@ -58,6 +59,16 @@
             <groupId>${pkgGroupId}</groupId>
             <artifactId>${pkgArtifactId}</artifactId>
             <version>${pkgVersion}</version>
+            <optional>true</optional>
+        </dependency>
+
+        <!-- sources -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
         </dependency>
     </dependencies>
 
@@ -88,7 +99,7 @@
                 </executions>
             </plugin>
             <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
+                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-shade-plugin</artifactId>
                 <executions>
                     <execution>
@@ -140,4 +151,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>

Modified: servicemix/smx4/bundles/trunk/beanlib-5.0.2beta/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/beanlib-5.0.2beta/pom.xml?rev=1234983&r1=1234982&r2=1234983&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/beanlib-5.0.2beta/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/beanlib-5.0.2beta/pom.xml Mon Jan 23 21:03:17 
2012
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>6</version>
+        <version>8-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
@@ -35,7 +35,6 @@
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
 
-
     <properties>
         <pkgGroupId>net.sf.beanlib</pkgGroupId>
         <pkgArtifactId>beanlib</pkgArtifactId>
@@ -61,6 +60,15 @@
             <version>${pkgVersion}</version>
             <optional>true</optional>
         </dependency>
+
+        <!-- sources -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
+        </dependency>
     </dependencies>
 
     <build>
@@ -96,4 +104,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>
\ No newline at end of file

Modified: servicemix/smx4/bundles/trunk/casbah-2.1.2/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/casbah-2.1.2/pom.xml?rev=1234983&r1=1234982&r2=1234983&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/casbah-2.1.2/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/casbah-2.1.2/pom.xml Mon Jan 23 21:03:17 2012
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
 
     <!--
 
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>6</version>
+        <version>8-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
     
@@ -65,21 +65,55 @@
             <groupId>${pkgGroupId}</groupId>
             <artifactId>casbah-commons_2.8.1</artifactId>
             <version>${pkgVersion}</version>
+            <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>${pkgGroupId}</groupId>
             <artifactId>casbah-core_2.8.1</artifactId>
             <version>${pkgVersion}</version>
+            <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>${pkgGroupId}</groupId>
             <artifactId>casbah-gridfs_2.8.1</artifactId>
             <version>${pkgVersion}</version>
+            <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>${pkgGroupId}</groupId>
             <artifactId>casbah-query_2.8.1</artifactId>
             <version>${pkgVersion}</version>
+            <optional>true</optional>
+        </dependency>
+
+        <!-- sources -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>casbah-commons_2.8.1</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>casbah-core_2.8.1</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>casbah-gridfs_2.8.1</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>casbah-query_2.8.1</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
         </dependency>
     </dependencies>
     
@@ -137,4 +171,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>
\ No newline at end of file

Modified: servicemix/smx4/bundles/trunk/castor-0.9.6/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/castor-0.9.6/pom.xml?rev=1234983&r1=1234982&r2=1234983&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/castor-0.9.6/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/castor-0.9.6/pom.xml Mon Jan 23 21:03:17 2012
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>6</version>
+        <version>8-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
     
@@ -60,6 +60,15 @@
             <version>${pkgVersion}</version>
             <optional>true</optional>
         </dependency>
+
+        <!-- sources -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
+        </dependency>
     </dependencies>
     
     <build>
@@ -95,4 +104,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>
\ No newline at end of file

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1234983&r1=1234982&r2=1234983&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Mon Jan 23 21:03:17 2012
@@ -62,6 +62,15 @@
         <module>aws-java-sdk-1.1.1</module>
         <module>aws-java-sdk-1.2.12</module>
         <module>aws-java-sdk-1.3.0</module>
+        <module>axiom-api-1.2.12</module>
+        <module>axiom-impl-1.2.12</module>
+        <module>bcpg-jdk15-1.46</module>
+        <module>bcpg-jdk16-1.46</module>
+        <module>bcprov-jdk15-1.46</module>
+        <module>bcprov-jdk16-1.46</module>
+        <module>beanlib-5.0.2beta</module>
+        <module>casbah-2.1.2</module>
+        <module>castor-0.9.6</module>
 
         <module>smack-3.2.1</module>
         <module>paranamer-2.4</module>


Reply via email to