summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/features
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2010-03-30 04:42:25 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2010-03-30 04:42:25 +0000
commit57511df233984e69798e91ec74f98c34806c83af (patch)
tree7d5a65db4aba61137ba8154fe718253015209814 /sca-java-2.x/trunk/features
parent12f753d4db2184a7b93483163aced174ba121365 (diff)
Add a list of recently ported modules into the build
Adjust dependencies git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928983 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/features')
-rw-r--r--sca-java-2.x/trunk/features/all/pom.xml7
-rw-r--r--sca-java-2.x/trunk/features/ejava/pom.xml34
-rw-r--r--sca-java-2.x/trunk/features/pom.xml1
-rw-r--r--sca-java-2.x/trunk/features/sdo/pom.xml58
-rw-r--r--sca-java-2.x/trunk/features/webservice/pom.xml12
5 files changed, 97 insertions, 15 deletions
diff --git a/sca-java-2.x/trunk/features/all/pom.xml b/sca-java-2.x/trunk/features/all/pom.xml
index 73dea0da8c..52747db777 100644
--- a/sca-java-2.x/trunk/features/all/pom.xml
+++ b/sca-java-2.x/trunk/features/all/pom.xml
@@ -76,6 +76,13 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-feature-sdo</artifactId>
+ <type>pom</type>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-feature-webapp</artifactId>
<type>pom</type>
<version>2.0-SNAPSHOT</version>
diff --git a/sca-java-2.x/trunk/features/ejava/pom.xml b/sca-java-2.x/trunk/features/ejava/pom.xml
index e6ba562c30..1c94279b7c 100644
--- a/sca-java-2.x/trunk/features/ejava/pom.xml
+++ b/sca-java-2.x/trunk/features/ejava/pom.xml
@@ -58,6 +58,11 @@
<version>2.0-SNAPSHOT</version>
</dependency>
-->
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-binding-corba-runtime</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
<!-- Hosts -->
<dependency>
@@ -65,13 +70,24 @@
<artifactId>tuscany-host-rmi</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>
-<!--
+
+
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-corba-jee</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>
--->
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-host-corba-jse</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-host-corba-jse-tns</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
<!-- Implementations -->
<!--
@@ -93,7 +109,7 @@
<version>2.0-SNAPSHOT</version>
</dependency>
- <!-- OSGi RFC 119 -->
+ <!-- OSGi Remote Services SCA Configuration Type -->
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-osgi-runtime</artifactId>
@@ -118,6 +134,18 @@
<version>3.2.0-v20090520-1800</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-implementation-script-runtime</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-implementation-jaxrs-runtime</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
<!-- Policies -->
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
diff --git a/sca-java-2.x/trunk/features/pom.xml b/sca-java-2.x/trunk/features/pom.xml
index 358d1c380e..d5c82399ef 100644
--- a/sca-java-2.x/trunk/features/pom.xml
+++ b/sca-java-2.x/trunk/features/pom.xml
@@ -40,6 +40,7 @@
<module>webservice</module>
<module>web20</module>
<module>webapp</module>
+ <module>sdo</module>
<!--
<module>manager</module>
<module>repository</module>
diff --git a/sca-java-2.x/trunk/features/sdo/pom.xml b/sca-java-2.x/trunk/features/sdo/pom.xml
new file mode 100644
index 0000000000..843608e508
--- /dev/null
+++ b/sca-java-2.x/trunk/features/sdo/pom.xml
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+-->
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-feature</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
+ <artifactId>tuscany-feature-sdo</artifactId>
+ <name>Apache Tuscany SCA SDO Databinding Feature</name>
+ <packaging>pom</packaging>
+
+ <dependencies>
+
+ <!-- Core distribution -->
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-feature-core</artifactId>
+ <type>pom</type>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
+
+ <!-- Databindings -->
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-databinding-sdo</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-databinding-sdo-axiom</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
+ </dependencies>
+
+</project>
diff --git a/sca-java-2.x/trunk/features/webservice/pom.xml b/sca-java-2.x/trunk/features/webservice/pom.xml
index 60acfe28e3..0a169ac8a2 100644
--- a/sca-java-2.x/trunk/features/webservice/pom.xml
+++ b/sca-java-2.x/trunk/features/webservice/pom.xml
@@ -94,18 +94,6 @@
<artifactId>tuscany-databinding-jaxb-axiom</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>
- <!--
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-databinding-sdo</artifactId>
- <version>2.0-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-databinding-sdo-axiom</artifactId>
- <version>2.0-SNAPSHOT</version>
- </dependency>
- -->
<!-- Hosts -->
<dependency>