You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by bo...@apache.org on 2006/10/30 17:02:38 UTC

svn commit: r469174 - in /incubator/ode/trunk: pom.xml soap/

Author: boisvert
Date: Mon Oct 30 08:02:37 2006
New Revision: 469174

URL: http://svn.apache.org/viewvc?view=rev&rev=469174
Log:
Remove soap module; no longer used.

Removed:
    incubator/ode/trunk/soap/
Modified:
    incubator/ode/trunk/pom.xml

Modified: incubator/ode/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/pom.xml?view=diff&rev=469174&r1=469173&r2=469174
==============================================================================
--- incubator/ode/trunk/pom.xml (original)
+++ incubator/ode/trunk/pom.xml Mon Oct 30 08:02:37 2006
@@ -140,7 +140,6 @@
 
         <module>naming</module>
         <module>tools</module>
-        <module>soap</module>
         <module>bpel-scheduler-quartz</module>
 
         <module>distro-axis2</module>
@@ -456,11 +455,6 @@
             <dependency>
                 <groupId>org.apache.ode</groupId>
                 <artifactId>ode-tools</artifactId>
-                <version>${project.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.ode</groupId>
-                <artifactId>ode-soap</artifactId>
                 <version>${project.version}</version>
             </dependency>
             <dependency>