You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2007/03/16 19:37:17 UTC

svn commit: r519087 - in /incubator/servicemix/trunk/deployables/bindingcomponents: pom.xml servicemix-truezip/pom.xml

Author: gnodet
Date: Fri Mar 16 11:37:16 2007
New Revision: 519087

URL: http://svn.apache.org/viewvc?view=rev&rev=519087
Log:
Add truezip to main build

Modified:
    incubator/servicemix/trunk/deployables/bindingcomponents/pom.xml
    incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-truezip/pom.xml

Modified: incubator/servicemix/trunk/deployables/bindingcomponents/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/deployables/bindingcomponents/pom.xml?view=diff&rev=519087&r1=519086&r2=519087
==============================================================================
--- incubator/servicemix/trunk/deployables/bindingcomponents/pom.xml (original)
+++ incubator/servicemix/trunk/deployables/bindingcomponents/pom.xml Fri Mar 16 11:37:16 2007
@@ -38,6 +38,7 @@
     <module>servicemix-ftp</module>
     <module>servicemix-http</module>
     <module>servicemix-jms</module>
+    <module>servicemix-truezip</module>
     <module>servicemix-xmpp</module>
   </modules>
 

Modified: incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-truezip/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-truezip/pom.xml?view=diff&rev=519087&r1=519086&r2=519087
==============================================================================
--- incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-truezip/pom.xml (original)
+++ incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-truezip/pom.xml Fri Mar 16 11:37:16 2007
@@ -44,12 +44,6 @@
       <version>${servicemix-version}</version>
     </dependency>
     <dependency>
-      <groupId>org.apache.servicemix</groupId>
-      <artifactId>servicemix-core</artifactId>
-      <version>${servicemix-version}</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>3.8.1</version>