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/01/11 13:20:08 UTC

svn commit: r495207 - in /incubator/servicemix/trunk/distributions/apache-servicemix: pom.xml src/main/assembly/bin.xml

Author: gnodet
Date: Thu Jan 11 04:20:02 2007
New Revision: 495207

URL: http://svn.apache.org/viewvc?view=rev&rev=495207
Log:
Fix libs in distribution
 * missing woden
 * missing woodstox
 * bad version for commons-logging
 * bad version geronimo-j2ee-connector spec

Modified:
    incubator/servicemix/trunk/distributions/apache-servicemix/pom.xml
    incubator/servicemix/trunk/distributions/apache-servicemix/src/main/assembly/bin.xml

Modified: incubator/servicemix/trunk/distributions/apache-servicemix/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/distributions/apache-servicemix/pom.xml?view=diff&rev=495207&r1=495206&r2=495207
==============================================================================
--- incubator/servicemix/trunk/distributions/apache-servicemix/pom.xml (original)
+++ incubator/servicemix/trunk/distributions/apache-servicemix/pom.xml Thu Jan 11 04:20:02 2007
@@ -167,6 +167,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
       <artifactId>geronimo-servlet_2.4_spec</artifactId>
     </dependency>
     <dependency>
@@ -174,6 +178,10 @@
       <artifactId>geronimo-javamail_1.3.1_spec</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.apache.woden</groupId>
+      <artifactId>woden</artifactId>
+    </dependency>
+    <dependency>
       <groupId>javax.activation</groupId>
       <artifactId>activation</artifactId>
       <version>1.1</version>
@@ -182,6 +190,10 @@
       <groupId>javax.mail</groupId>
       <artifactId>mail</artifactId>
       <version>1.4</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
     </dependency>
     <dependency>
       <groupId>log4j</groupId>

Modified: incubator/servicemix/trunk/distributions/apache-servicemix/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/distributions/apache-servicemix/src/main/assembly/bin.xml?view=diff&rev=495207&r1=495206&r2=495207
==============================================================================
--- incubator/servicemix/trunk/distributions/apache-servicemix/src/main/assembly/bin.xml (original)
+++ incubator/servicemix/trunk/distributions/apache-servicemix/src/main/assembly/bin.xml Thu Jan 11 04:20:02 2007
@@ -117,6 +117,7 @@
         <include>org.apache.xbean:xbean-server</include>
         <include>org.apache.xbean:xbean-kernel</include>
         <include>wsdl4j:wsdl4j</include>
+        <include>org.apache.woden:woden</include>
         <include>org.springframework:spring-core</include>
         <include>org.springframework:spring-beans</include>
         <include>org.springframework:spring-context</include>
@@ -145,7 +146,7 @@
         <include>xalan:xalan</include>
 
         <include>stax:stax-api</include>
-        <include>woodstox:wstx-asl</include>
+        <include>org.codehaus.woodstox:wstx-asl</include>
         <include>xml-apis:xml-apis</include>
         <include>log4j:log4j</include>
         <include>org.apache.derby:derby</include>