Author: boisvert
Date: Tue Sep 19 10:54:40 2006
New Revision: 447925
URL: http://svn.apache.org/viewvc?view=rev&rev=447925
Log:
Let's all take a minute of silence for ode-bootstrap. It served us well but
it's no longer used so it's voted off the island\!
Removed:
incubator/ode/trunk/bootstrap/
Modified:
incubator/ode/trunk/distro-axis2/pom.xml
incubator/ode/trunk/distro-jbi/pom.xml
incubator/ode/trunk/pom.xml
Modified: incubator/ode/trunk/distro-axis2/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/ode/trunk/distro-axis2/pom.xml?view=diff&rev=447925&r1=447924&r2=447925
==============================================================================
--- incubator/ode/trunk/distro-axis2/pom.xml (original)
+++ incubator/ode/trunk/distro-axis2/pom.xml Tue Sep 19 10:54:40 2006
@@ -17,10 +17,6 @@
<dependencies>
<dependency>
<groupId>org.apache.ode</groupId>
- <artifactId>ode-bootstrap</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.ode</groupId>
<artifactId>ode-tools</artifactId>
</dependency>
<dependency>
Modified: incubator/ode/trunk/distro-jbi/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/ode/trunk/distro-jbi/pom.xml?view=diff&rev=447925&r1=447924&r2=447925
==============================================================================
--- incubator/ode/trunk/distro-jbi/pom.xml (original)
+++ incubator/ode/trunk/distro-jbi/pom.xml Tue Sep 19 10:54:40 2006
@@ -17,10 +17,6 @@
<dependencies>
<dependency>
<groupId>org.apache.ode</groupId>
- <artifactId>ode-bootstrap</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.ode</groupId>
<artifactId>ode-tools</artifactId>
</dependency>
<dependency>
Modified: incubator/ode/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/ode/trunk/pom.xml?view=diff&rev=447925&r1=447924&r2=447925
==============================================================================
--- incubator/ode/trunk/pom.xml (original)
+++ incubator/ode/trunk/pom.xml Tue Sep 19 10:54:40 2006
@@ -104,7 +104,6 @@
<module>axis2-war</module>
<module>axis2-examples</module>
- <module>bootstrap</module>
<module>utils</module>
<module>minerva</module>
@@ -126,6 +125,7 @@
<module>bpel-ql</module>
<module>bpel-connector</module>
<module>bpel-epr</module>
+ <module>bpel-test</module>
<module>dao-hibernate</module>
<module>dao-hibernate-db-derby</module>
@@ -315,16 +315,9 @@
<dependencyManagement>
<dependencies>
-
<dependency>
<groupId>org.apache.ode</groupId>
<artifactId>ode-bpel-bom</artifactId>
- <version>${project.version}</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.ode</groupId>
- <artifactId>ode-bootstrap</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>