From 20bdcb63cd7c83de55b54e28edc9f4571ab478eb Mon Sep 17 00:00:00 2001 From: lresende Date: Mon, 21 Sep 2009 04:06:36 +0000 Subject: Adding web 2.0 feature and making that part of the all feature git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@817152 13f79535-47bb-0310-9956-ffa450edef68 --- java/sca/features/all/pom.xml | 7 +++++ java/sca/features/pom.xml | 4 +-- java/sca/features/web20/pom.xml | 62 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 71 insertions(+), 2 deletions(-) create mode 100644 java/sca/features/web20/pom.xml (limited to 'java') diff --git a/java/sca/features/all/pom.xml b/java/sca/features/all/pom.xml index 482e44a785..432ca1ff5f 100644 --- a/java/sca/features/all/pom.xml +++ b/java/sca/features/all/pom.xml @@ -53,6 +53,13 @@ 2.0-SNAPSHOT + + org.apache.tuscany.sca + tuscany-feature-web20 + pom + 2.0-SNAPSHOT + + org.apache.tuscany.sca tuscany-feature-ejava diff --git a/java/sca/features/pom.xml b/java/sca/features/pom.xml index deef2b7111..9baf8fef0d 100644 --- a/java/sca/features/pom.xml +++ b/java/sca/features/pom.xml @@ -35,13 +35,13 @@ api core ejava + process webservice + web20 webapp - process diff --git a/java/sca/features/web20/pom.xml b/java/sca/features/web20/pom.xml new file mode 100644 index 0000000000..2afbe34fb4 --- /dev/null +++ b/java/sca/features/web20/pom.xml @@ -0,0 +1,62 @@ + + + + 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-api + pom + 2.0-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-feature-core + pom + 2.0-SNAPSHOT + + + + + org.apache.tuscany.sca + tuscany-binding-http-runtime + 2.0-SNAPSHOT + + + + + org.apache.tuscany.sca + tuscany-host-jetty + 2.0-SNAPSHOT + + + -- cgit v1.2.3