Author: gnodet
Date: Mon May 14 07:19:44 2007
New Revision: 537852
URL: http://svn.apache.org/viewvc?view=rev&rev=537852
Log:
SM-951: Remove servicemix-sca from distribution
Removed:
incubator/servicemix/branches/servicemix-3.1/deployables/serviceengines/servicemix-sca/
Modified:
incubator/servicemix/branches/servicemix-3.1/deployables/serviceengines/pom.xml
incubator/servicemix/branches/servicemix-3.1/distributions/apache-servicemix/pom.xml
incubator/servicemix/branches/servicemix-3.1/samples/loan-broker/loan-broker-ode-su/pom.xml
Modified:
incubator/servicemix/branches/servicemix-3.1/deployables/serviceengines/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/deployables/serviceengines/pom.xml?view=diff&rev=537852&r1=537851&r2=537852
==============================================================================
---
incubator/servicemix/branches/servicemix-3.1/deployables/serviceengines/pom.xml
(original)
+++
incubator/servicemix/branches/servicemix-3.1/deployables/serviceengines/pom.xml
Mon May 14 07:19:44 2007
@@ -41,9 +41,8 @@
<module>servicemix-lwcontainer</module>
<module>servicemix-quartz</module>
<module>servicemix-saxon</module>
- <module>servicemix-sca</module>
<module>servicemix-script</module>
<module>servicemix-wsn2005</module>
</modules>
-</project>
\ No newline at end of file
+</project>
Modified:
incubator/servicemix/branches/servicemix-3.1/distributions/apache-servicemix/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/distributions/apache-servicemix/pom.xml?view=diff&rev=537852&r1=537851&r2=537852
==============================================================================
---
incubator/servicemix/branches/servicemix-3.1/distributions/apache-servicemix/pom.xml
(original)
+++
incubator/servicemix/branches/servicemix-3.1/distributions/apache-servicemix/pom.xml
Mon May 14 07:19:44 2007
@@ -77,10 +77,6 @@
</dependency>
<dependency>
<groupId>org.apache.servicemix</groupId>
- <artifactId>servicemix-sca</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-wsn2005</artifactId>
</dependency>
<dependency>
@@ -320,13 +316,6 @@
<artifactItem>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-drools</artifactId>
- <version>${servicemix-version}</version>
- <classifier>installer</classifier>
- <type>zip</type>
- </artifactItem>
- <artifactItem>
- <groupId>org.apache.servicemix</groupId>
- <artifactId>servicemix-sca</artifactId>
<version>${servicemix-version}</version>
<classifier>installer</classifier>
<type>zip</type>
Modified:
incubator/servicemix/branches/servicemix-3.1/samples/loan-broker/loan-broker-ode-su/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/samples/loan-broker/loan-broker-ode-su/pom.xml?view=diff&rev=537852&r1=537851&r2=537852
==============================================================================
---
incubator/servicemix/branches/servicemix-3.1/samples/loan-broker/loan-broker-ode-su/pom.xml
(original)
+++
incubator/servicemix/branches/servicemix-3.1/samples/loan-broker/loan-broker-ode-su/pom.xml
Mon May 14 07:19:44 2007
@@ -33,12 +33,14 @@
<name>ServiceMix :: Samples :: Loan Broker :: Ode</name>
<dependencies>
+ <!--
<dependency>
<groupId>org.apache.ode</groupId>
<artifactId>ode-tools</artifactId>
<version>${ode-version}</version>
<scope>test</scope>
</dependency>
+ -->
</dependencies>
<properties>
@@ -53,6 +55,7 @@
<artifactId>jbi-maven-plugin</artifactId>
<extensions>true</extensions>
</plugin>
+ <!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
@@ -80,6 +83,7 @@
</execution>
</executions>
</plugin>
+ -->
</plugins>
</build>
</project>