From a17725f068074bec886fbd6c47174ae7b590064c Mon Sep 17 00:00:00 2001 From: slaws Date: Wed, 29 Jul 2009 08:44:16 +0000 Subject: TUSCANY-3174 - move the workspace manager classes into a separate module as the existing modules are to do with the workspace model rather than how it's managed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798810 13f79535-47bb-0310-9956-ffa450edef68 --- .../sca-java-1.x/modules/workspace-manager/pom.xml | 82 ++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 branches/sca-java-1.x/modules/workspace-manager/pom.xml (limited to 'branches/sca-java-1.x/modules/workspace-manager/pom.xml') diff --git a/branches/sca-java-1.x/modules/workspace-manager/pom.xml b/branches/sca-java-1.x/modules/workspace-manager/pom.xml new file mode 100644 index 0000000000..413ab70528 --- /dev/null +++ b/branches/sca-java-1.x/modules/workspace-manager/pom.xml @@ -0,0 +1,82 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-modules + 1.6-SNAPSHOT + ../pom.xml + + tuscany-workspace-manager + Apache Tuscany SCA Domain Workspace Manager + + + + org.apache.tuscany.sca + tuscany-sca-api + 1.6-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-contribution + 1.6-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-assembly + 1.6-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-workspace + 1.6-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-workspace-impl + 1.6-SNAPSHOT + + + + + + + + org.apache.felix + maven-bundle-plugin + + + + ${tuscany.version} + org.apache.tuscany.sca.workspace + ${pom.name} + org.apache.tuscany.sca.workspace* + + + + + + + -- cgit v1.2.3