Author: antelder
Date: Mon Sep 17 03:08:25 2007
New Revision: 576337
URL: http://svn.apache.org/viewvc?rev=576337&view=rev
Log:
Add bpel and xquery implementations
Modified:
incubator/tuscany/branches/sca-java-1.0/distribution/bundle/pom.xml
incubator/tuscany/branches/sca-java-1.0/distribution/manifest/pom.xml
Modified: incubator/tuscany/branches/sca-java-1.0/distribution/bundle/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.0/distribution/bundle/pom.xml?rev=576337&r1=576336&r2=576337&view=diff
==============================================================================
--- incubator/tuscany/branches/sca-java-1.0/distribution/bundle/pom.xml
(original)
+++ incubator/tuscany/branches/sca-java-1.0/distribution/bundle/pom.xml Mon Sep
17 03:08:25 2007
@@ -239,6 +239,11 @@
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
+ <artifactId>tuscany-implementation-bpel</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
<artifactId>tuscany-implementation-java</artifactId>
<version>${pom.version}</version>
</dependency>
@@ -285,6 +290,11 @@
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>tuscany-implementation-spring</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
+ <artifactId>tuscany-implementation-xquery</artifactId>
<version>${pom.version}</version>
</dependency>
<dependency>
Modified: incubator/tuscany/branches/sca-java-1.0/distribution/manifest/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.0/distribution/manifest/pom.xml?rev=576337&r1=576336&r2=576337&view=diff
==============================================================================
--- incubator/tuscany/branches/sca-java-1.0/distribution/manifest/pom.xml
(original)
+++ incubator/tuscany/branches/sca-java-1.0/distribution/manifest/pom.xml Mon
Sep 17 03:08:25 2007
@@ -237,6 +237,11 @@
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
+ <artifactId>tuscany-implementation-bpel</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
<artifactId>tuscany-implementation-java</artifactId>
<version>${pom.version}</version>
</dependency>
@@ -283,6 +288,11 @@
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>tuscany-implementation-spring</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
+ <artifactId>tuscany-implementation-xquery</artifactId>
<version>${pom.version}</version>
</dependency>
<dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]