Author: gertv
Date: Wed Dec 15 15:27:06 2010
New Revision: 1049590
URL: http://svn.apache.org/viewvc?rev=1049590&view=rev
Log:
SMXCOMP-833: Add servicemix-common sources as a dependency
Modified:
servicemix/components/trunk/bindings/servicemix-cxf-bc/pom.xml
servicemix/components/trunk/bindings/servicemix-file/pom.xml
servicemix/components/trunk/bindings/servicemix-ftp/pom.xml
servicemix/components/trunk/bindings/servicemix-http/pom.xml
servicemix/components/trunk/bindings/servicemix-jms/pom.xml
servicemix/components/trunk/bindings/servicemix-ldap/pom.xml
servicemix/components/trunk/bindings/servicemix-mail/pom.xml
servicemix/components/trunk/bindings/servicemix-rmi/pom.xml
servicemix/components/trunk/bindings/servicemix-smpp/pom.xml
servicemix/components/trunk/bindings/servicemix-snmp/pom.xml
servicemix/components/trunk/bindings/servicemix-truezip/pom.xml
servicemix/components/trunk/bindings/servicemix-vfs/pom.xml
servicemix/components/trunk/bindings/servicemix-xmpp/pom.xml
servicemix/components/trunk/engines/servicemix-cxf-se/pom.xml
servicemix/components/trunk/engines/servicemix-eip/pom.xml
servicemix/components/trunk/engines/servicemix-jsr181/pom.xml
servicemix/components/trunk/engines/servicemix-pdf/pom.xml
servicemix/components/trunk/engines/servicemix-script/pom.xml
servicemix/components/trunk/engines/servicemix-validation/pom.xml
servicemix/components/trunk/engines/servicemix-wsn2005/pom.xml
Modified: servicemix/components/trunk/bindings/servicemix-cxf-bc/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-cxf-bc/pom.xml?rev=1049590&r1=1049589&r2=1049590&view=diff
==============================================================================
--- servicemix/components/trunk/bindings/servicemix-cxf-bc/pom.xml (original)
+++ servicemix/components/trunk/bindings/servicemix-cxf-bc/pom.xml Wed Dec 15
15:27:06 2010
@@ -388,6 +388,13 @@
<artifactId>jcl104-over-slf4j</artifactId>
<scope>provided</scope>
</dependency>
+
+ <!-- documentation -->
+ <dependency>
+ <groupId>org.apache.servicemix</groupId>
+ <artifactId>servicemix-common</artifactId>
+ <classifier>sources</classifier>
+ </dependency>
</dependencies>
<build>
Modified: servicemix/components/trunk/bindings/servicemix-file/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-file/pom.xml?rev=1049590&r1=1049589&r2=1049590&view=diff
==============================================================================
--- servicemix/components/trunk/bindings/servicemix-file/pom.xml (original)
+++ servicemix/components/trunk/bindings/servicemix-file/pom.xml Wed Dec 15
15:27:06 2010
@@ -118,6 +118,13 @@
</exclusion>
</exclusions>
</dependency>
+
+ <!-- documentation -->
+ <dependency>
+ <groupId>org.apache.servicemix</groupId>
+ <artifactId>servicemix-common</artifactId>
+ <classifier>sources</classifier>
+ </dependency>
</dependencies>
<build>
Modified: servicemix/components/trunk/bindings/servicemix-ftp/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-ftp/pom.xml?rev=1049590&r1=1049589&r2=1049590&view=diff
==============================================================================
--- servicemix/components/trunk/bindings/servicemix-ftp/pom.xml (original)
+++ servicemix/components/trunk/bindings/servicemix-ftp/pom.xml Wed Dec 15
15:27:06 2010
@@ -145,6 +145,14 @@
<artifactId>slf4j-jcl</artifactId>
<scope>test</scope>
</dependency>
+
+
+ <!-- documentation -->
+ <dependency>
+ <groupId>org.apache.servicemix</groupId>
+ <artifactId>servicemix-common</artifactId>
+ <classifier>sources</classifier>
+ </dependency>
</dependencies>
<build>
Modified: servicemix/components/trunk/bindings/servicemix-http/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-http/pom.xml?rev=1049590&r1=1049589&r2=1049590&view=diff
==============================================================================
--- servicemix/components/trunk/bindings/servicemix-http/pom.xml (original)
+++ servicemix/components/trunk/bindings/servicemix-http/pom.xml Wed Dec 15
15:27:06 2010
@@ -227,6 +227,14 @@
<artifactId>jencks</artifactId>
<scope>test</scope>
</dependency>
+
+
+ <!-- documentation -->
+ <dependency>
+ <groupId>org.apache.servicemix</groupId>
+ <artifactId>servicemix-common</artifactId>
+ <classifier>sources</classifier>
+ </dependency>
</dependencies>
<build>
Modified: servicemix/components/trunk/bindings/servicemix-jms/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-jms/pom.xml?rev=1049590&r1=1049589&r2=1049590&view=diff
==============================================================================
--- servicemix/components/trunk/bindings/servicemix-jms/pom.xml (original)
+++ servicemix/components/trunk/bindings/servicemix-jms/pom.xml Wed Dec 15
15:27:06 2010
@@ -253,6 +253,14 @@
<artifactId>xmlunit</artifactId>
<scope>test</scope>
</dependency>
+
+
+ <!-- documentation -->
+ <dependency>
+ <groupId>org.apache.servicemix</groupId>
+ <artifactId>servicemix-common</artifactId>
+ <classifier>sources</classifier>
+ </dependency>
</dependencies>
<build>
Modified: servicemix/components/trunk/bindings/servicemix-ldap/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-ldap/pom.xml?rev=1049590&r1=1049589&r2=1049590&view=diff
==============================================================================
--- servicemix/components/trunk/bindings/servicemix-ldap/pom.xml (original)
+++ servicemix/components/trunk/bindings/servicemix-ldap/pom.xml Wed Dec 15
15:27:06 2010
@@ -100,6 +100,14 @@
</exclusion>
</exclusions>
</dependency>
+
+
+ <!-- documentation -->
+ <dependency>
+ <groupId>org.apache.servicemix</groupId>
+ <artifactId>servicemix-common</artifactId>
+ <classifier>sources</classifier>
+ </dependency>
</dependencies>
<build>
Modified: servicemix/components/trunk/bindings/servicemix-mail/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-mail/pom.xml?rev=1049590&r1=1049589&r2=1049590&view=diff
==============================================================================
--- servicemix/components/trunk/bindings/servicemix-mail/pom.xml (original)
+++ servicemix/components/trunk/bindings/servicemix-mail/pom.xml Wed Dec 15
15:27:06 2010
@@ -103,6 +103,14 @@
</exclusion>
</exclusions>
</dependency>
+
+
+ <!-- documentation -->
+ <dependency>
+ <groupId>org.apache.servicemix</groupId>
+ <artifactId>servicemix-common</artifactId>
+ <classifier>sources</classifier>
+ </dependency>
</dependencies>
<build>
Modified: servicemix/components/trunk/bindings/servicemix-rmi/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-rmi/pom.xml?rev=1049590&r1=1049589&r2=1049590&view=diff
==============================================================================
--- servicemix/components/trunk/bindings/servicemix-rmi/pom.xml (original)
+++ servicemix/components/trunk/bindings/servicemix-rmi/pom.xml Wed Dec 15
15:27:06 2010
@@ -119,6 +119,14 @@
</exclusion>
</exclusions>
</dependency>
+
+
+ <!-- documentation -->
+ <dependency>
+ <groupId>org.apache.servicemix</groupId>
+ <artifactId>servicemix-common</artifactId>
+ <classifier>sources</classifier>
+ </dependency>
</dependencies>
<build>
Modified: servicemix/components/trunk/bindings/servicemix-smpp/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-smpp/pom.xml?rev=1049590&r1=1049589&r2=1049590&view=diff
==============================================================================
--- servicemix/components/trunk/bindings/servicemix-smpp/pom.xml (original)
+++ servicemix/components/trunk/bindings/servicemix-smpp/pom.xml Wed Dec 15
15:27:06 2010
@@ -138,7 +138,15 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<scope>test</scope>
- </dependency>
+ </dependency>
+
+
+ <!-- documentation -->
+ <dependency>
+ <groupId>org.apache.servicemix</groupId>
+ <artifactId>servicemix-common</artifactId>
+ <classifier>sources</classifier>
+ </dependency>
</dependencies>
<build>
Modified: servicemix/components/trunk/bindings/servicemix-snmp/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-snmp/pom.xml?rev=1049590&r1=1049589&r2=1049590&view=diff
==============================================================================
--- servicemix/components/trunk/bindings/servicemix-snmp/pom.xml (original)
+++ servicemix/components/trunk/bindings/servicemix-snmp/pom.xml Wed Dec 15
15:27:06 2010
@@ -107,6 +107,14 @@
</exclusion>
</exclusions>
</dependency>
+
+
+ <!-- documentation -->
+ <dependency>
+ <groupId>org.apache.servicemix</groupId>
+ <artifactId>servicemix-common</artifactId>
+ <classifier>sources</classifier>
+ </dependency>
</dependencies>
<build>
Modified: servicemix/components/trunk/bindings/servicemix-truezip/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-truezip/pom.xml?rev=1049590&r1=1049589&r2=1049590&view=diff
==============================================================================
--- servicemix/components/trunk/bindings/servicemix-truezip/pom.xml (original)
+++ servicemix/components/trunk/bindings/servicemix-truezip/pom.xml Wed Dec 15
15:27:06 2010
@@ -113,6 +113,14 @@
</exclusion>
</exclusions>
</dependency>
+
+
+ <!-- documentation -->
+ <dependency>
+ <groupId>org.apache.servicemix</groupId>
+ <artifactId>servicemix-common</artifactId>
+ <classifier>sources</classifier>
+ </dependency>
</dependencies>
<build>
Modified: servicemix/components/trunk/bindings/servicemix-vfs/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-vfs/pom.xml?rev=1049590&r1=1049589&r2=1049590&view=diff
==============================================================================
--- servicemix/components/trunk/bindings/servicemix-vfs/pom.xml (original)
+++ servicemix/components/trunk/bindings/servicemix-vfs/pom.xml Wed Dec 15
15:27:06 2010
@@ -146,6 +146,14 @@
</exclusion>
</exclusions>
</dependency>
+
+
+ <!-- documentation -->
+ <dependency>
+ <groupId>org.apache.servicemix</groupId>
+ <artifactId>servicemix-common</artifactId>
+ <classifier>sources</classifier>
+ </dependency>
</dependencies>
<build>
Modified: servicemix/components/trunk/bindings/servicemix-xmpp/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-xmpp/pom.xml?rev=1049590&r1=1049589&r2=1049590&view=diff
==============================================================================
--- servicemix/components/trunk/bindings/servicemix-xmpp/pom.xml (original)
+++ servicemix/components/trunk/bindings/servicemix-xmpp/pom.xml Wed Dec 15
15:27:06 2010
@@ -106,6 +106,14 @@
</exclusion>
</exclusions>
</dependency>
+
+
+ <!-- documentation -->
+ <dependency>
+ <groupId>org.apache.servicemix</groupId>
+ <artifactId>servicemix-common</artifactId>
+ <classifier>sources</classifier>
+ </dependency>
</dependencies>
<build>
Modified: servicemix/components/trunk/engines/servicemix-cxf-se/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/engines/servicemix-cxf-se/pom.xml?rev=1049590&r1=1049589&r2=1049590&view=diff
==============================================================================
--- servicemix/components/trunk/engines/servicemix-cxf-se/pom.xml (original)
+++ servicemix/components/trunk/engines/servicemix-cxf-se/pom.xml Wed Dec 15
15:27:06 2010
@@ -200,6 +200,14 @@
</exclusion>
</exclusions>
</dependency>
+
+
+ <!-- documentation -->
+ <dependency>
+ <groupId>org.apache.servicemix</groupId>
+ <artifactId>servicemix-common</artifactId>
+ <classifier>sources</classifier>
+ </dependency>
</dependencies>
<build>
Modified: servicemix/components/trunk/engines/servicemix-eip/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/engines/servicemix-eip/pom.xml?rev=1049590&r1=1049589&r2=1049590&view=diff
==============================================================================
--- servicemix/components/trunk/engines/servicemix-eip/pom.xml (original)
+++ servicemix/components/trunk/engines/servicemix-eip/pom.xml Wed Dec 15
15:27:06 2010
@@ -155,6 +155,14 @@
<version>${tranql-connector.version}</version>
<scope>test</scope>
</dependency>
+
+
+ <!-- documentation -->
+ <dependency>
+ <groupId>org.apache.servicemix</groupId>
+ <artifactId>servicemix-common</artifactId>
+ <classifier>sources</classifier>
+ </dependency>
</dependencies>
<build>
Modified: servicemix/components/trunk/engines/servicemix-jsr181/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/engines/servicemix-jsr181/pom.xml?rev=1049590&r1=1049589&r2=1049590&view=diff
==============================================================================
--- servicemix/components/trunk/engines/servicemix-jsr181/pom.xml (original)
+++ servicemix/components/trunk/engines/servicemix-jsr181/pom.xml Wed Dec 15
15:27:06 2010
@@ -230,6 +230,14 @@
</exclusion>
</exclusions>
</dependency>
+
+
+ <!-- documentation -->
+ <dependency>
+ <groupId>org.apache.servicemix</groupId>
+ <artifactId>servicemix-common</artifactId>
+ <classifier>sources</classifier>
+ </dependency>
</dependencies>
<build>
Modified: servicemix/components/trunk/engines/servicemix-pdf/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/engines/servicemix-pdf/pom.xml?rev=1049590&r1=1049589&r2=1049590&view=diff
==============================================================================
--- servicemix/components/trunk/engines/servicemix-pdf/pom.xml (original)
+++ servicemix/components/trunk/engines/servicemix-pdf/pom.xml Wed Dec 15
15:27:06 2010
@@ -123,6 +123,14 @@
</exclusion>
</exclusions>
</dependency>
+
+
+ <!-- documentation -->
+ <dependency>
+ <groupId>org.apache.servicemix</groupId>
+ <artifactId>servicemix-common</artifactId>
+ <classifier>sources</classifier>
+ </dependency>
</dependencies>
<build>
Modified: servicemix/components/trunk/engines/servicemix-script/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/engines/servicemix-script/pom.xml?rev=1049590&r1=1049589&r2=1049590&view=diff
==============================================================================
--- servicemix/components/trunk/engines/servicemix-script/pom.xml (original)
+++ servicemix/components/trunk/engines/servicemix-script/pom.xml Wed Dec 15
15:27:06 2010
@@ -147,6 +147,13 @@
</exclusions>
</dependency>
+
+ <!-- documentation -->
+ <dependency>
+ <groupId>org.apache.servicemix</groupId>
+ <artifactId>servicemix-common</artifactId>
+ <classifier>sources</classifier>
+ </dependency>
</dependencies>
<build>
Modified: servicemix/components/trunk/engines/servicemix-validation/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/engines/servicemix-validation/pom.xml?rev=1049590&r1=1049589&r2=1049590&view=diff
==============================================================================
--- servicemix/components/trunk/engines/servicemix-validation/pom.xml (original)
+++ servicemix/components/trunk/engines/servicemix-validation/pom.xml Wed Dec
15 15:27:06 2010
@@ -94,6 +94,13 @@
</exclusion>
</exclusions>
</dependency>
+
+ <!-- documentation -->
+ <dependency>
+ <groupId>org.apache.servicemix</groupId>
+ <artifactId>servicemix-common</artifactId>
+ <classifier>sources</classifier>
+ </dependency>
</dependencies>
<build>
Modified: servicemix/components/trunk/engines/servicemix-wsn2005/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/engines/servicemix-wsn2005/pom.xml?rev=1049590&r1=1049589&r2=1049590&view=diff
==============================================================================
--- servicemix/components/trunk/engines/servicemix-wsn2005/pom.xml (original)
+++ servicemix/components/trunk/engines/servicemix-wsn2005/pom.xml Wed Dec 15
15:27:06 2010
@@ -162,7 +162,14 @@
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz</artifactId>
<scope>test</scope>
- </dependency>
+ </dependency>
+
+ <!-- documentation -->
+ <dependency>
+ <groupId>org.apache.servicemix</groupId>
+ <artifactId>servicemix-common</artifactId>
+ <classifier>sources</classifier>
+ </dependency>
</dependencies>
<build>