You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2012/01/24 22:07:04 UTC

svn commit: r1235496 - in /servicemix/smx4/bundles/trunk: ./ hamcrest-1.2/ hapi-0.5.1/ hibernate-validator-4.0.2.GA/ hibernate-validator-4.1.0.Final/ howl-1.0.1-1/ hsqldb-1.8.0.10/ hsqldb-1.8.0.7/ ibatis-sqlmap-2.3.4.726/ irclib-1.10/ isorelax-20050913...

Author: jbonofre
Date: Tue Jan 24 21:07:02 2012
New Revision: 1235496

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

Modified:
    servicemix/smx4/bundles/trunk/hamcrest-1.2/pom.xml
    servicemix/smx4/bundles/trunk/hapi-0.5.1/pom.xml
    servicemix/smx4/bundles/trunk/hibernate-validator-4.0.2.GA/pom.xml
    servicemix/smx4/bundles/trunk/hibernate-validator-4.1.0.Final/pom.xml
    servicemix/smx4/bundles/trunk/howl-1.0.1-1/pom.xml
    servicemix/smx4/bundles/trunk/hsqldb-1.8.0.10/pom.xml
    servicemix/smx4/bundles/trunk/hsqldb-1.8.0.7/pom.xml
    servicemix/smx4/bundles/trunk/ibatis-sqlmap-2.3.4.726/pom.xml
    servicemix/smx4/bundles/trunk/irclib-1.10/pom.xml
    servicemix/smx4/bundles/trunk/isorelax-20050913/pom.xml
    servicemix/smx4/bundles/trunk/jain-sip-ri-1.2.154/pom.xml
    servicemix/smx4/bundles/trunk/jain-sip-ri-1.2.166/pom.xml
    servicemix/smx4/bundles/trunk/japex-1.2.3/pom.xml
    servicemix/smx4/bundles/trunk/japex-1.2.4/pom.xml
    servicemix/smx4/bundles/trunk/jasper-6.0.14/pom.xml
    servicemix/smx4/bundles/trunk/jasper-6.0.35/pom.xml
    servicemix/smx4/bundles/trunk/jasypt-1.6/pom.xml
    servicemix/smx4/bundles/trunk/jasypt-1.7/pom.xml
    servicemix/smx4/bundles/trunk/jasypt-1.8/pom.xml
    servicemix/smx4/bundles/trunk/jasypt-1.9.0/pom.xml
    servicemix/smx4/bundles/trunk/java-apns-0.1.6/pom.xml
    servicemix/smx4/bundles/trunk/java-xmlbuilder-0.3/pom.xml
    servicemix/smx4/bundles/trunk/java-xmlbuilder-0.4/pom.xml
    servicemix/smx4/bundles/trunk/javassist-3.7.ga/pom.xml
    servicemix/smx4/bundles/trunk/pom.xml

Modified: servicemix/smx4/bundles/trunk/hamcrest-1.2/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/hamcrest-1.2/pom.xml?rev=1235496&r1=1235495&r2=1235496&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/hamcrest-1.2/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/hamcrest-1.2/pom.xml Tue Jan 24 21:07:02 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">
 
     <!--
 
@@ -23,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>
 
@@ -36,17 +37,17 @@
 
     <!--TODO: This repo can be removed when Camel upgrades to Hamcrest 1.2 final release-->
     <repositories>
-      <repository>
-        <id>guiceyfruit.release</id>
-        <name>GuiceyFruit Release Repository</name>
-        <url>http://guiceyfruit.googlecode.com/svn/repo/releases/</url>
-        <snapshots>
-          <enabled>false</enabled>
-        </snapshots>
-        <releases>
-          <enabled>true</enabled>
-        </releases>
-      </repository>
+        <repository>
+            <id>guiceyfruit.release</id>
+            <name>GuiceyFruit Release Repository</name>
+            <url>http://guiceyfruit.googlecode.com/svn/repo/releases/</url>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+        </repository>
     </repositories>
 
     <properties>
@@ -57,7 +58,6 @@
             org.hamcrest
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
-            !org.hamcrest*,
             org.easymock;resolution:=optional,
             org.jmock.core;resolution:=optional,
             *
@@ -71,6 +71,17 @@
             <version>${pkgVersion}</version>
             <optional>true</optional>
         </dependency>
+
+        <!-- sources -->
+        <!-- Not available
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
+        </dependency>
+        -->
     </dependencies>
 
     <build>
@@ -106,4 +117,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>

Modified: servicemix/smx4/bundles/trunk/hapi-0.5.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/hapi-0.5.1/pom.xml?rev=1235496&r1=1235495&r2=1235496&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/hapi-0.5.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/hapi-0.5.1/pom.xml Tue Jan 24 21:07:02 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">
 
     <!--
 
@@ -23,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>
 
@@ -39,7 +40,6 @@
         <pkgArtifactId>hapi</pkgArtifactId>
         <pkgVersion>0.5.1</pkgVersion>
         <servicemix.osgi.import.pkg>
-            !ca.uhn*,
             sun.jdbc.odbc;resolution:=optional,
             org.apache.commons.cli;resolution:=optional,
             *
@@ -65,6 +65,17 @@
             <version>${pkgVersion}</version>
             <optional>true</optional>
         </dependency>
+
+        <!-- sources -->
+        <!-- Not available
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
+        </dependency>
+        -->
     </dependencies>
 
     <build>
@@ -100,4 +111,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>

Modified: servicemix/smx4/bundles/trunk/hibernate-validator-4.0.2.GA/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/hibernate-validator-4.0.2.GA/pom.xml?rev=1235496&r1=1235495&r2=1235496&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/hibernate-validator-4.0.2.GA/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/hibernate-validator-4.0.2.GA/pom.xml Tue Jan 24 21:07:02 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">
 
     <!--
 
@@ -18,23 +18,23 @@
         See the License for the specific language governing permissions and
         limitations under the License.
     -->
-    
+
     <modelVersion>4.0.0</modelVersion>
 
     <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>
-    
+
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.hibernate-validator</artifactId>
     <version>4.0.2.GA_4-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
-    
+
     <properties>
         <pkgGroupId>org.hibernate</pkgGroupId>
         <pkgArtifactId>hibernate-validator</pkgArtifactId>
@@ -43,7 +43,6 @@
             org.hibernate.validator
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
-            !org.hibernate.validator*,
             javax.persistence;resolution:=optional,
             javax.xml.bind*;resolution:=optional,
             javax.xml.namespace*;resolution:=optional,
@@ -58,7 +57,7 @@
             META-INF.services;-split-package:=merge-first
         </servicemix.osgi.private.pkg>
     </properties>
-    
+
     <dependencies>
         <dependency>
             <groupId>${pkgGroupId}</groupId>
@@ -85,8 +84,26 @@
             <artifactId>org.apache.servicemix.specs.jsr303-api-1.0.0</artifactId>
             <version>1.5.0</version>
         </dependency>
+
+        <!-- sources -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <exclusions>
+                <exclusion>
+                    <groupId>javax.xml.bind</groupId>
+                    <artifactId>jaxb-api</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>javax.xml.bind</groupId>
+                    <artifactId>jaxb-impl</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
     </dependencies>
-    
+
     <repositories>
         <repository>
             <id>jboss</id>
@@ -100,7 +117,7 @@
             </snapshots>
         </repository>
     </repositories>
-    
+
     <build>
         <plugins>
             <plugin>
@@ -141,4 +158,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>

Modified: servicemix/smx4/bundles/trunk/hibernate-validator-4.1.0.Final/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/hibernate-validator-4.1.0.Final/pom.xml?rev=1235496&r1=1235495&r2=1235496&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/hibernate-validator-4.1.0.Final/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/hibernate-validator-4.1.0.Final/pom.xml Tue Jan 24 21:07:02 2012
@@ -18,23 +18,23 @@
         See the License for the specific language governing permissions and
         limitations under the License.
     -->
-    
+
     <modelVersion>4.0.0</modelVersion>
-    
+
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>6</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>        
+        <version>8-SNAPSHOT</version>
+        <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
-    
+
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.hibernate-validator</artifactId>
     <version>4.1.0.Final_3-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
-    
+
     <properties>
         <jtype.version>0.1.1</jtype.version>
         <pkgGroupId>org.hibernate</pkgGroupId>
@@ -44,7 +44,6 @@
             org.hibernate.validator
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
-            !org.hibernate.validator*,
             javax.persistence;resolution:=optional,
             javax.xml.bind*;resolution:=optional,
             javax.xml.namespace*;resolution:=optional,
@@ -59,7 +58,7 @@
             META-INF.services;-split-package:=merge-first
         </servicemix.osgi.private.pkg>
     </properties>
-    
+
     <dependencies>
         <dependency>
             <groupId>${pkgGroupId}</groupId>
@@ -86,8 +85,26 @@
             <artifactId>org.apache.servicemix.specs.jsr303-api-1.0.0</artifactId>
             <version>1.5.0</version>
         </dependency>
+
+        <!-- sources -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <exclusions>
+                <exclusion>
+                    <groupId>javax.xml.bind</groupId>
+                    <artifactId>jaxb-api</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>javax.xml.bind</groupId>
+                    <artifactId>jaxb-impl</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
     </dependencies>
-    
+
     <repositories>
         <repository>
             <id>jboss</id>
@@ -101,7 +118,7 @@
             </snapshots>
         </repository>
     </repositories>
-    
+
     <build>
         <plugins>
             <plugin>
@@ -142,4 +159,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>

Modified: servicemix/smx4/bundles/trunk/howl-1.0.1-1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/howl-1.0.1-1/pom.xml?rev=1235496&r1=1235495&r2=1235496&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/howl-1.0.1-1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/howl-1.0.1-1/pom.xml Tue Jan 24 21:07:02 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>
 
@@ -40,7 +40,6 @@
         <pkgArtifactId>howl</pkgArtifactId>
         <pkgVersion>1.0.1-1</pkgVersion>
         <servicemix.osgi.import.pkg>
-            !org.objectweb.howl*,
             *
         </servicemix.osgi.import.pkg>
         <servicemix.osgi.export.pkg>
@@ -55,6 +54,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>
@@ -90,4 +98,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>

Modified: servicemix/smx4/bundles/trunk/hsqldb-1.8.0.10/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/hsqldb-1.8.0.10/pom.xml?rev=1235496&r1=1235495&r2=1235496&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/hsqldb-1.8.0.10/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/hsqldb-1.8.0.10/pom.xml Tue Jan 24 21:07:02 2012
@@ -1,5 +1,6 @@
 <?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">
+
     <!--
 
         Licensed to the Apache Software Foundation (ASF) under one or more
@@ -23,8 +24,8 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>6</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>        
+        <version>8-SNAPSHOT</version>
+        <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
@@ -48,18 +49,16 @@
         </repository>
     </repositories>
 
-
     <properties>
         <pkgGroupId>hsqldb</pkgGroupId>
         <pkgArtifactId>hsqldb</pkgArtifactId>
         <pkgVersion>1.8.0.10</pkgVersion>
         <servicemix.osgi.import.pkg>
-            !org.hsqldb*,
             sun.security.action;resolution:=optional,
             *
         </servicemix.osgi.import.pkg>
         <servicemix.osgi.export.pkg>
-            org.hsqldb*
+            org.hsqldb
         </servicemix.osgi.export.pkg>
     </properties>
 
@@ -68,7 +67,19 @@
             <groupId>${pkgGroupId}</groupId>
             <artifactId>${pkgArtifactId}</artifactId>
             <version>${pkgVersion}</version>
+            <optional>true</optional>
         </dependency>
+
+        <!-- sources -->
+        <!-- Not available
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
+        </dependency>
+        -->
     </dependencies>
 
     <build>
@@ -104,4 +115,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>

Modified: servicemix/smx4/bundles/trunk/hsqldb-1.8.0.7/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/hsqldb-1.8.0.7/pom.xml?rev=1235496&r1=1235495&r2=1235496&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/hsqldb-1.8.0.7/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/hsqldb-1.8.0.7/pom.xml Tue Jan 24 21:07:02 2012
@@ -1,5 +1,6 @@
 <?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">
+
     <!--
 
         Licensed to the Apache Software Foundation (ASF) under one or more
@@ -23,10 +24,10 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>6</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>        
+        <version>8-SNAPSHOT</version>
+        <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
-    
+
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.hsqldb</artifactId>
     <version>1.8.0.7_3-SNAPSHOT</version>
@@ -54,12 +55,11 @@
         <pkgArtifactId>hsqldb</pkgArtifactId>
         <pkgVersion>1.8.0.7</pkgVersion>
         <servicemix.osgi.import.pkg>
-            !org.hsqldb*,
             sun.security.action;resolution:=optional,
             *
         </servicemix.osgi.import.pkg>
         <servicemix.osgi.export.pkg>
-            org.hsqldb*
+            org.hsqldb
         </servicemix.osgi.export.pkg>
     </properties>
 
@@ -70,6 +70,17 @@
             <version>${pkgVersion}</version>
             <optional>true</optional>
         </dependency>
+
+        <!-- sources -->
+        <!-- Not available
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
+        </dependency>
+        -->
     </dependencies>
 
     <build>
@@ -105,4 +116,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>

Modified: servicemix/smx4/bundles/trunk/ibatis-sqlmap-2.3.4.726/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/ibatis-sqlmap-2.3.4.726/pom.xml?rev=1235496&r1=1235495&r2=1235496&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/ibatis-sqlmap-2.3.4.726/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/ibatis-sqlmap-2.3.4.726/pom.xml Tue Jan 24 21:07:02 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">
 
     <!--
 
@@ -23,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>
 
@@ -42,7 +43,6 @@
             com.ibatis
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
-            !com.ibatis*,
             *
         </servicemix.osgi.import.pkg>
     </properties>
@@ -54,6 +54,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>
@@ -89,4 +98,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>

Modified: servicemix/smx4/bundles/trunk/irclib-1.10/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/irclib-1.10/pom.xml?rev=1235496&r1=1235495&r2=1235496&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/irclib-1.10/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/irclib-1.10/pom.xml Tue Jan 24 21:07:02 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">
 
     <!--
 
@@ -23,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>
 
@@ -42,7 +43,6 @@
             org.schwering.irc
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
-            !org.schwering.irc*,
             com.sun.net.ssl*;resolution:=optional,
             *
         </servicemix.osgi.import.pkg>
@@ -55,6 +55,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>
@@ -90,4 +99,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>

Modified: servicemix/smx4/bundles/trunk/isorelax-20050913/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/isorelax-20050913/pom.xml?rev=1235496&r1=1235495&r2=1235496&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/isorelax-20050913/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/isorelax-20050913/pom.xml Tue Jan 24 21:07:02 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">
 
     <!--
 
@@ -23,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>
 
@@ -39,8 +40,6 @@
         <pkgArtifactId>isorelax</pkgArtifactId>
         <pkgVersion>20050913</pkgVersion>
         <servicemix.osgi.import.pkg>
-            !org.iso_relax*,
-            !jp.gr.xml.relax*,
             jp.co.swiftinc.relax*;resolution:=optional,
             org.apache.xerces.parsers;resolution:=optional,
             *
@@ -78,6 +77,17 @@
             <artifactId>isorelax-jaxp-bridge</artifactId>
             <version>1.0</version>
         </dependency>
+
+        <!-- sources -->
+        <!-- Not available
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
+        </dependency>
+        -->
     </dependencies>
 
     <build>
@@ -113,4 +123,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>

Modified: servicemix/smx4/bundles/trunk/jain-sip-ri-1.2.154/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jain-sip-ri-1.2.154/pom.xml?rev=1235496&r1=1235495&r2=1235496&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jain-sip-ri-1.2.154/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jain-sip-ri-1.2.154/pom.xml Tue Jan 24 21:07:02 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">
 
     <!--
 
@@ -23,8 +24,8 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>6</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>        
+        <version>8-SNAPSHOT</version>
+        <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
@@ -53,8 +54,6 @@
             javax.sdp*;version=${pkgVersion};-split-package:=merge-first
         </servicemix.osgi.export>
         <servicemix.osgi.import.pkg>
-            !gov.nist*,
-            !javax.sdp*,
             javax.sip*;version="[1.2, 1.3)",
             *
         </servicemix.osgi.import.pkg>
@@ -67,6 +66,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>
@@ -102,4 +110,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>

Modified: servicemix/smx4/bundles/trunk/jain-sip-ri-1.2.166/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jain-sip-ri-1.2.166/pom.xml?rev=1235496&r1=1235495&r2=1235496&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jain-sip-ri-1.2.166/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jain-sip-ri-1.2.166/pom.xml Tue Jan 24 21:07:02 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">
 
     <!--
 
@@ -24,7 +25,7 @@
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
         <version>8-SNAPSHOT</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>        
+        <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>

Modified: servicemix/smx4/bundles/trunk/japex-1.2.3/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/japex-1.2.3/pom.xml?rev=1235496&r1=1235495&r2=1235496&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/japex-1.2.3/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/japex-1.2.3/pom.xml Tue Jan 24 21:07:02 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>
 
@@ -43,7 +43,6 @@
             com.sun.japex
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
-            !com.sun.japex*,
             javax.mail,
             javax.mail.internet,
             javax.xml.bind,
@@ -69,6 +68,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>
@@ -104,4 +112,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>
\ No newline at end of file

Modified: servicemix/smx4/bundles/trunk/japex-1.2.4/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/japex-1.2.4/pom.xml?rev=1235496&r1=1235495&r2=1235496&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/japex-1.2.4/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/japex-1.2.4/pom.xml Tue Jan 24 21:07:02 2012
@@ -43,7 +43,6 @@
             com.sun.japex
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
-            !com.sun.japex*,
             javax.mail,
             javax.mail.internet,
             javax.xml.bind,
@@ -69,6 +68,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>

Modified: servicemix/smx4/bundles/trunk/jasper-6.0.14/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jasper-6.0.14/pom.xml?rev=1235496&r1=1235495&r2=1235496&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jasper-6.0.14/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jasper-6.0.14/pom.xml Tue Jan 24 21:07:02 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>6</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>

Modified: servicemix/smx4/bundles/trunk/jasper-6.0.35/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jasper-6.0.35/pom.xml?rev=1235496&r1=1235495&r2=1235496&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jasper-6.0.35/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jasper-6.0.35/pom.xml Tue Jan 24 21:07:02 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>8-SNAPSHOT</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,17 @@
             <version>${pkgVersion}</version>
             <optional>true</optional>
         </dependency>
+
+        <!-- sources -->
+        <!-- Not available
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
+        </dependency>
+        -->
     </dependencies>
 
     <build>

Modified: servicemix/smx4/bundles/trunk/jasypt-1.6/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jasypt-1.6/pom.xml?rev=1235496&r1=1235495&r2=1235496&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jasypt-1.6/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jasypt-1.6/pom.xml Tue Jan 24 21:07:02 2012
@@ -18,29 +18,28 @@
         See the License for the specific language governing permissions and
         limitations under the License.
     -->
-    
+
     <modelVersion>4.0.0</modelVersion>
-    
+
     <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>
-    
+
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.jasypt</artifactId>
     <version>1.6_3-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
-    
+
     <properties>
         <pkgGroupId>org.jasypt</pkgGroupId>
         <pkgArtifactId>jasypt</pkgArtifactId>
         <pkgVersion>1.6</pkgVersion>
         <servicemix.osgi.import.pkg>
-            !org.jasypt*,
             com.ibm.icu.text*;resolution:=optional,
             org.acegisecurity*;resolution:=optional,
             javax.crypto*,
@@ -56,7 +55,7 @@
             org.jasypt
         </servicemix.osgi.export.pkg>
     </properties>
-    
+
     <dependencies>
         <dependency>
             <groupId>${pkgGroupId}</groupId>
@@ -64,8 +63,17 @@
             <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>
         <plugins>
             <plugin>
@@ -99,4 +107,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>

Modified: servicemix/smx4/bundles/trunk/jasypt-1.7/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jasypt-1.7/pom.xml?rev=1235496&r1=1235495&r2=1235496&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jasypt-1.7/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jasypt-1.7/pom.xml Tue Jan 24 21:07:02 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>
 
@@ -40,7 +40,6 @@
         <pkgArtifactId>jasypt</pkgArtifactId>
         <pkgVersion>1.7</pkgVersion>
         <servicemix.osgi.import.pkg>
-            !org.jasypt*,
             com.ibm.icu.text*;resolution:=optional,
             org.acegisecurity*;resolution:=optional,
             javax.crypto*,
@@ -62,6 +61,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>
@@ -97,4 +105,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>

Modified: servicemix/smx4/bundles/trunk/jasypt-1.8/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jasypt-1.8/pom.xml?rev=1235496&r1=1235495&r2=1235496&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jasypt-1.8/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jasypt-1.8/pom.xml Tue Jan 24 21:07:02 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>
 
@@ -40,7 +40,6 @@
         <pkgArtifactId>jasypt</pkgArtifactId>
         <pkgVersion>1.8</pkgVersion>
         <servicemix.osgi.import.pkg>
-            !org.jasypt*,
             com.ibm.icu.text*;resolution:=optional,
             org.acegisecurity*;resolution:=optional,
             javax.crypto*,
@@ -62,6 +61,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>
@@ -97,4 +105,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>

Modified: servicemix/smx4/bundles/trunk/jasypt-1.9.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jasypt-1.9.0/pom.xml?rev=1235496&r1=1235495&r2=1235496&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jasypt-1.9.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jasypt-1.9.0/pom.xml Tue Jan 24 21:07:02 2012
@@ -61,6 +61,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>

Modified: servicemix/smx4/bundles/trunk/java-apns-0.1.6/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/java-apns-0.1.6/pom.xml?rev=1235496&r1=1235495&r2=1235496&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/java-apns-0.1.6/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/java-apns-0.1.6/pom.xml Tue Jan 24 21:07:02 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>
 
@@ -43,7 +43,6 @@
             com.notnoop
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
-            !com.notnoop*,
             javax.net,
             javax.net.ssl,
             org.apache.mina*;version="[2,3)";resolution:=optional,
@@ -60,6 +59,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 +103,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>

Modified: servicemix/smx4/bundles/trunk/java-xmlbuilder-0.3/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/java-xmlbuilder-0.3/pom.xml?rev=1235496&r1=1235495&r2=1235496&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/java-xmlbuilder-0.3/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/java-xmlbuilder-0.3/pom.xml Tue Jan 24 21:07:02 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>6</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>
@@ -39,20 +40,20 @@
         <pkgArtifactId>java-xmlbuilder</pkgArtifactId>
         <pkgVersion>0.3</pkgVersion>
         <servicemix.osgi.export.pkg>
-           com.jamesmurty.utils*,
-           net/iharder/base64*,
-           *
+            com.jamesmurty.utils*,
+            net/iharder/base64*,
+            *
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
-           !com.jamesmurty.utils,
-           !net.iharder.base64,
-           javax.xml.namespace*,
-           javax.xml.parsers*,
-           javax.xml.transform*,
-           javax.xml.xpath*,
-           org.w3c.dom*,
-           org.xml.sax*,
-           *
+            !com.jamesmurty.utils,
+            !net.iharder.base64,
+            javax.xml.namespace*,
+            javax.xml.parsers*,
+            javax.xml.transform*,
+            javax.xml.xpath*,
+            org.w3c.dom*,
+            org.xml.sax*,
+            *
         </servicemix.osgi.import.pkg>
         <servicemix.osgi.private.pkg>
         </servicemix.osgi.private.pkg>
@@ -63,6 +64,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>
 
@@ -99,4 +110,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>

Modified: servicemix/smx4/bundles/trunk/java-xmlbuilder-0.4/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/java-xmlbuilder-0.4/pom.xml?rev=1235496&r1=1235495&r2=1235496&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/java-xmlbuilder-0.4/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/java-xmlbuilder-0.4/pom.xml Tue Jan 24 21:07:02 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>6</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>
@@ -39,20 +40,20 @@
         <pkgArtifactId>java-xmlbuilder</pkgArtifactId>
         <pkgVersion>0.4</pkgVersion>
         <servicemix.osgi.export.pkg>
-           com.jamesmurty.utils*,
-           net/iharder/base64*,
-           *
+            com.jamesmurty.utils*,
+            net/iharder/base64*,
+            *
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
-           !com.jamesmurty.utils,
-           !net.iharder.base64,
-           javax.xml.namespace*,
-           javax.xml.parsers*,
-           javax.xml.transform*,
-           javax.xml.xpath*,
-           org.w3c.dom*,
-           org.xml.sax*,
-           *
+            !com.jamesmurty.utils,
+            !net.iharder.base64,
+            javax.xml.namespace*,
+            javax.xml.parsers*,
+            javax.xml.transform*,
+            javax.xml.xpath*,
+            org.w3c.dom*,
+            org.xml.sax*,
+            *
         </servicemix.osgi.import.pkg>
         <servicemix.osgi.private.pkg>
         </servicemix.osgi.private.pkg>
@@ -63,6 +64,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>
 
@@ -99,4 +110,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>

Modified: servicemix/smx4/bundles/trunk/javassist-3.7.ga/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/javassist-3.7.ga/pom.xml?rev=1235496&r1=1235495&r2=1235496&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/javassist-3.7.ga/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/javassist-3.7.ga/pom.xml Tue Jan 24 21:07:02 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">
 
     <!--
 
@@ -18,23 +18,23 @@
         See the License for the specific language governing permissions and
         limitations under the License.
     -->
-    
+
     <modelVersion>4.0.0</modelVersion>
-    
+
     <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>
-    
+
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.javassist</artifactId>
     <version>3.7.ga_3-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
-    
+
     <properties>
         <pkgGroupId>jboss</pkgGroupId>
         <pkgArtifactId>javassist</pkgArtifactId>
@@ -43,12 +43,11 @@
             javassist
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
-            !javassist*,
             com.sun.jdi*;resolution:=optional,
             *
         </servicemix.osgi.import.pkg>
     </properties>
-    
+
     <dependencies>
         <dependency>
             <groupId>${pkgGroupId}</groupId>
@@ -56,8 +55,17 @@
             <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>
         <plugins>
             <plugin>
@@ -91,4 +99,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1235496&r1=1235495&r2=1235496&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Tue Jan 24 21:07:02 2012
@@ -101,6 +101,15 @@
         <module>guava-11.0.1</module>
         <module>gwt-dev-2.4.0</module>
         <module>gwt-user-2.4.0</module>
+        <module>hibernate-validator-4.1.0.Final</module>
+        <module>howl-1.0.1-1</module>
+        <module>irclib-1.10</module>
+        <module>jain-sip-ri-1.2.166</module>
+        <module>japex-1.2.4</module>
+        <module>jasper-6.0.35</module>
+        <module>jasypt-1.9.0</module>
+        <module>java-apns-0.1.6</module>
+        <module>java-xmlbuilder-0.4</module>
 
         <module>smack-3.2.1</module>
         <module>paranamer-2.4</module>
@@ -115,10 +124,6 @@
         <module>junit-4.10</module>
         <module>scala-compiler-2.9.1</module>
         <module>hadoop-core-1.0.0</module>
-        <module>jain-sip-ri-1.2.166</module>
-        <module>japex-1.2.4</module>
-        <module>jasper-6.0.35</module>
-        <module>jasypt-1.9.0</module>
         <module>jaxen-1.1.3</module>
         <module>jaxp-ri-1.4.5</module>
         <module>jdom-1.1.2</module>