From 2bdf184f687417666c0592fbfd2f14d2d24e1ca0 Mon Sep 17 00:00:00 2001 From: rfeng Date: Tue, 3 Feb 2009 21:39:58 +0000 Subject: Create a separate folder to hold the definitions of tuscany features git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740462 13f79535-47bb-0310-9956-ffa450edef68 --- java/sca/features/all/pom.xml | 124 ++++++++++++++++ java/sca/features/api/pom.xml | 51 +++++++ java/sca/features/compact/pom.xml | 221 ++++++++++++++++++++++++++++ java/sca/features/core/pom.xml | 270 ++++++++++++++++++++++++++++++++++ java/sca/features/ejava/pom.xml | 100 +++++++++++++ java/sca/features/host-webapp/pom.xml | 53 +++++++ java/sca/features/manager/pom.xml | 147 ++++++++++++++++++ java/sca/features/pom.xml | 48 ++++++ java/sca/features/process/pom.xml | 56 +++++++ java/sca/features/repository/pom.xml | 84 +++++++++++ java/sca/features/web20/pom.xml | 104 +++++++++++++ java/sca/features/webservice/pom.xml | 133 +++++++++++++++++ 12 files changed, 1391 insertions(+) create mode 100644 java/sca/features/all/pom.xml create mode 100644 java/sca/features/api/pom.xml create mode 100644 java/sca/features/compact/pom.xml create mode 100644 java/sca/features/core/pom.xml create mode 100644 java/sca/features/ejava/pom.xml create mode 100644 java/sca/features/host-webapp/pom.xml create mode 100644 java/sca/features/manager/pom.xml create mode 100644 java/sca/features/pom.xml create mode 100644 java/sca/features/process/pom.xml create mode 100644 java/sca/features/repository/pom.xml create mode 100644 java/sca/features/web20/pom.xml create mode 100644 java/sca/features/webservice/pom.xml diff --git a/java/sca/features/all/pom.xml b/java/sca/features/all/pom.xml new file mode 100644 index 0000000000..4be9494fa9 --- /dev/null +++ b/java/sca/features/all/pom.xml @@ -0,0 +1,124 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-feature + 2.0-SNAPSHOT + ../pom.xml + + + tuscany-feature-all + Apache Tuscany SCA All-in-one Feature + pom + + + + + org.apache.tuscany.sca + tuscany-feature-api + pom + 2.0-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-feature-core + pom + 2.0-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-feature-webapp + pom + 2.0-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-feature-webservice + pom + 2.0-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-feature-ejava + pom + 2.0-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-launcher + 2.0-SNAPSHOT + + + + + + diff --git a/java/sca/features/api/pom.xml b/java/sca/features/api/pom.xml new file mode 100644 index 0000000000..a52d0f2f2d --- /dev/null +++ b/java/sca/features/api/pom.xml @@ -0,0 +1,51 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-feature + 2.0-SNAPSHOT + ../pom.xml + + + tuscany-feature-api + Apache Tuscany SCA API Feature + pom + + + + + + org.apache.tuscany.sca + tuscany-sca-api + 2.0-SNAPSHOT + + + + + org.apache.tuscany.sca + tuscany-node-api + 2.0-SNAPSHOT + + + + + diff --git a/java/sca/features/compact/pom.xml b/java/sca/features/compact/pom.xml new file mode 100644 index 0000000000..0899195d06 --- /dev/null +++ b/java/sca/features/compact/pom.xml @@ -0,0 +1,221 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 2.0-SNAPSHOT + ../pom.xml + + + tuscany-compact-distribution + Apache Tuscany SCA Compact Feature + pom + + + + ${pom.groupId} + tuscany-assembly + ${pom.version} + + + ${pom.groupId} + tuscany-assembly-xml + ${pom.version} + + + ${pom.groupId} + tuscany-assembly-xsd + ${pom.version} + + + ${pom.groupId} + tuscany-binding-sca + ${pom.version} + + + ${pom.groupId} + tuscany-binding-sca-xml + ${pom.version} + + + ${pom.groupId} + tuscany-contribution + ${pom.version} + + + ${pom.groupId} + tuscany-contribution-java + ${pom.version} + + + ${pom.groupId} + tuscany-contribution-namespace + ${pom.version} + + + ${pom.groupId} + tuscany-contribution-xml + ${pom.version} + + + ${pom.groupId} + tuscany-core + ${pom.version} + + + ${pom.groupId} + tuscany-core-databinding + ${pom.version} + + + ${pom.groupId} + tuscany-core-spi + ${pom.version} + + + ${pom.groupId} + tuscany-databinding + ${pom.version} + + + ${pom.groupId} + tuscany-databinding-jaxb + ${pom.version} + + + ${pom.groupId} + tuscany-definitions + ${pom.version} + + + ${pom.groupId} + tuscany-definitions-xml + ${pom.version} + + + ${pom.groupId} + tuscany-endpoint + ${pom.version} + + + ${pom.groupId} + tuscany-extensibility + ${pom.version} + + + ${pom.groupId} + tuscany-host-http + ${pom.version} + + + ${pom.groupId} + tuscany-host-webapp + ${pom.version} + + + ${pom.groupId} + tuscany-implementation-java + ${pom.version} + + + ${pom.groupId} + tuscany-implementation-java-xml + ${pom.version} + + + ${pom.groupId} + tuscany-implementation-java-runtime + ${pom.version} + + + ${pom.groupId} + tuscany-implementation-node + ${pom.version} + + + ${pom.groupId} + tuscany-interface + ${pom.version} + + + ${pom.groupId} + tuscany-interface-java + ${pom.version} + + + ${pom.groupId} + tuscany-interface-java-jaxws + ${pom.version} + + + ${pom.groupId} + tuscany-interface-java-xml + ${pom.version} + + + ${pom.groupId} + tuscany-monitor + ${pom.version} + + + ${pom.groupId} + tuscany-node-api + ${pom.version} + + + ${pom.groupId} + tuscany-node-impl + ${pom.version} + + + ${pom.groupId} + tuscany-policy + ${pom.version} + + + ${pom.groupId} + tuscany-policy-xml + ${pom.version} + + + ${pom.groupId} + tuscany-sca-api + ${pom.version} + + + ${pom.groupId} + tuscany-workspace + ${pom.version} + + + ${pom.groupId} + tuscany-workspace-impl + ${pom.version} + + + ${pom.groupId} + tuscany-workspace-xml + ${pom.version} + + + + diff --git a/java/sca/features/core/pom.xml b/java/sca/features/core/pom.xml new file mode 100644 index 0000000000..16200946da --- /dev/null +++ b/java/sca/features/core/pom.xml @@ -0,0 +1,270 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-feature + 2.0-SNAPSHOT + ../pom.xml + + + tuscany-feature-core + Apache Tuscany SCA Core Feature + pom + + + + org.apache.tuscany.sca + tuscany-feature-api + pom + 2.0-SNAPSHOT + + + + + + + + org.apache.tuscany.sca + tuscany-assembly + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-assembly-xml + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-assembly-xsd + 2.0-SNAPSHOT + + + + + + + + org.apache.tuscany.sca + tuscany-contribution + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-contribution-java + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-contribution-namespace + 2.0-SNAPSHOT + + + + + org.apache.tuscany.sca + tuscany-core + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-core-databinding + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-core-spi + 2.0-SNAPSHOT + + + + + org.apache.tuscany.sca + tuscany-databinding + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-databinding-jaxb + 2.0-SNAPSHOT + + + + + + + + org.apache.tuscany.sca + tuscany-definitions-xml + 2.0-SNAPSHOT + + + + + org.apache.tuscany.sca + tuscany-endpoint + 2.0-SNAPSHOT + + + + + org.apache.tuscany.sca + tuscany-extensibility + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-extensibility-equinox + 2.0-SNAPSHOT + + + + + + + org.apache.tuscany.sca + tuscany-host-http + 2.0-SNAPSHOT + + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-implementation-node-runtime + 2.0-SNAPSHOT + + + + + + org.apache.tuscany.sca + tuscany-interface-java-xml + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-interface-java-jaxws + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-interface-wsdl-xml + 2.0-SNAPSHOT + + + + + org.apache.tuscany.sca + tuscany-node-impl + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-node-launcher + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-node-launcher-equinox + 2.0-SNAPSHOT + + + + + + + org.apache.tuscany.sca + tuscany-monitor + 2.0-SNAPSHOT + + + + + org.apache.tuscany.sca + tuscany-policy + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-policy-security + 2.0-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-policy-xml + 2.0-SNAPSHOT + + + + + org.apache.tuscany.sca + tuscany-xsd + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-xsd-xml + 2.0-SNAPSHOT + + + + diff --git a/java/sca/features/ejava/pom.xml b/java/sca/features/ejava/pom.xml new file mode 100644 index 0000000000..c7776601d7 --- /dev/null +++ b/java/sca/features/ejava/pom.xml @@ -0,0 +1,100 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-feature + 2.0-SNAPSHOT + ../pom.xml + + + tuscany-feature-ejava + Apache Tuscany SCA JEE Feature + pom + + + + + + org.apache.tuscany.sca + tuscany-feature-core + pom + 2.0-SNAPSHOT + + + + + org.apache.tuscany.sca + tuscany-binding-rmi-runtime + 2.0-SNAPSHOT + + + + + + org.apache.tuscany.sca + tuscany-host-rmi + 2.0-SNAPSHOT + + + + + + + + + + + diff --git a/java/sca/features/host-webapp/pom.xml b/java/sca/features/host-webapp/pom.xml new file mode 100644 index 0000000000..1e2af4b9ec --- /dev/null +++ b/java/sca/features/host-webapp/pom.xml @@ -0,0 +1,53 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-feature + 2.0-SNAPSHOT + ../pom.xml + + + tuscany-feature-webapp + Apache Tuscany SCA Webapp Feature + pom + + + + + + org.apache.tuscany.sca + tuscany-feature-core + pom + 2.0-SNAPSHOT + + + + + org.apache.tuscany.sca + tuscany-host-webapp + 2.0-SNAPSHOT + + + + + + diff --git a/java/sca/features/manager/pom.xml b/java/sca/features/manager/pom.xml new file mode 100644 index 0000000000..6c593f8a31 --- /dev/null +++ b/java/sca/features/manager/pom.xml @@ -0,0 +1,147 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-feature + 2.0-SNAPSHOT + ../pom.xml + + + tuscany-feature-manager + Apache Tuscany SCA Domain Manager Feature + pom + + + + + + org.apache.tuscany.sca + tuscany-feature-core + pom + 2.0-SNAPSHOT + + + + + org.apache.tuscany.sca + tuscany-binding-atom + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-binding-ejb + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-binding-http + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-binding-jsonrpc + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-binding-rmi + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-binding-rss + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-binding-sca-xml + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-binding-ws-xml + 2.0-SNAPSHOT + + + + + org.apache.tuscany.sca + tuscany-contribution-java + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-contribution-namespace + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-contribution-resource + 2.0-SNAPSHOT + + + + + org.apache.tuscany.sca + tuscany-domain-manager + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-node-manager + 2.0-SNAPSHOT + + + + + org.apache.tuscany.sca + tuscany-implementation-bpel + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-implementation-ejb + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-implementation-java-xml + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-implementation-node + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-implementation-resource + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-implementation-widget + 2.0-SNAPSHOT + + + + diff --git a/java/sca/features/pom.xml b/java/sca/features/pom.xml new file mode 100644 index 0000000000..971259c23b --- /dev/null +++ b/java/sca/features/pom.xml @@ -0,0 +1,48 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + ../pom.xml + 2.0-SNAPSHOT + + org.apache.tuscany.sca + tuscany-feature + pom + Apache Tuscany SCA Features + + + all + api + core + ejava + host-webapp + webservice + + + + diff --git a/java/sca/features/process/pom.xml b/java/sca/features/process/pom.xml new file mode 100644 index 0000000000..17faf5ec41 --- /dev/null +++ b/java/sca/features/process/pom.xml @@ -0,0 +1,56 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-feature + 2.0-SNAPSHOT + ../pom.xml + + + tuscany-feature-process + Apache Tuscany SCA Business Process Feature + pom + + + + + + org.apache.tuscany.sca + tuscany-feature-core + pom + 2.0-SNAPSHOT + + + + + org.apache.tuscany.sca + tuscany-implementation-bpel-ode + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-implementation-xquery + 2.0-SNAPSHOT + + + + diff --git a/java/sca/features/repository/pom.xml b/java/sca/features/repository/pom.xml new file mode 100644 index 0000000000..c6bb2a5d3b --- /dev/null +++ b/java/sca/features/repository/pom.xml @@ -0,0 +1,84 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-feature + 2.0-SNAPSHOT + ../pom.xml + + + tuscany-feature-repository + Apache Tuscany SCA Maven Repository Feature + pom + + + + + + org.apache.tuscany.sca + tuscany-feature-all + pom + 2.0-SNAPSHOT + + + + + org.apache.tuscany.sca + org.apache.tuscany.sca.updatesite + 2.0-SNAPSHOT + + + + + org.apache.tuscany.sca + tuscany-maven-ant-generator + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-maven-bundle-plugin + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-maven-eclipse-compiler + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-maven-incremental-build + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-maven-wsdl2java + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-maven-java2wsdl + 2.0-SNAPSHOT + + + + + diff --git a/java/sca/features/web20/pom.xml b/java/sca/features/web20/pom.xml new file mode 100644 index 0000000000..ffd3d01888 --- /dev/null +++ b/java/sca/features/web20/pom.xml @@ -0,0 +1,104 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-feature + 2.0-SNAPSHOT + ../pom.xml + + + tuscany-feature-web20 + Apache Tuscany SCA Web 2.0 Feature + pom + + + + + + org.apache.tuscany.sca + tuscany-feature-core + pom + 2.0-SNAPSHOT + + + + + org.apache.tuscany.sca + tuscany-binding-atom-abdera + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-binding-http-runtime + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-binding-jsonrpc-runtime + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-binding-rss-rome + 2.0-SNAPSHOT + + + + + org.apache.tuscany.sca + tuscany-contribution-resource + 2.0-SNAPSHOT + + + + + org.apache.tuscany.sca + tuscany-databinding-json + 2.0-SNAPSHOT + + + + + org.apache.tuscany.sca + tuscany-host-jetty + 2.0-SNAPSHOT + + + + + org.apache.tuscany.sca + tuscany-implementation-resource-runtime + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-implementation-script-runtime + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-implementation-widget-runtime + 2.0-SNAPSHOT + + + + diff --git a/java/sca/features/webservice/pom.xml b/java/sca/features/webservice/pom.xml new file mode 100644 index 0000000000..6744c62759 --- /dev/null +++ b/java/sca/features/webservice/pom.xml @@ -0,0 +1,133 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-feature + 2.0-SNAPSHOT + ../pom.xml + + + tuscany-feature-webservice + Apache Tuscany SCA Web Service Feature + pom + + + + + + org.apache.tuscany.sca + tuscany-feature-core + pom + 2.0-SNAPSHOT + + + + + + org.apache.tuscany.sca + tuscany-binding-ws + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-binding-ws-axis2 + 2.0-SNAPSHOT + + + org.apache.ant + ant-nodeps + + + org.apache.axis2 + addressing + + + org.apache.axis2 + axis2-xmlbeans + + + org.apache.axis2 + axis2-adb-codegen + + + bouncycastle + bcprov-jdk15 + + + opensaml + opensaml + + + + + org.apache.tuscany.sca + tuscany-binding-ws-wsdlgen + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-binding-ws-xml + 2.0-SNAPSHOT + + + + + org.apache.tuscany.sca + tuscany-databinding-axiom + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-databinding-jaxb-axiom + 2.0-SNAPSHOT + + + + + + org.apache.tuscany.sca + tuscany-host-jetty + 2.0-SNAPSHOT + + + + + org.apache.tuscany.sca + tuscany-policy-xml-ws + 2.0-SNAPSHOT + + + + -- cgit v1.2.3