diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-22 22:40:27 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-22 22:40:27 +0000 |
commit | 614f4e9159aaf35f53e1e7bef69afb1b06745ee1 (patch) | |
tree | b584d3bd787d5bc8864cc328be8d9ff7a91bd134 /branches/sca-java-1.x/distribution/bundle/pom.xml | |
parent | b83004ca204c54bb50e9dd63c4ea8e23782b6aea (diff) |
TUSCANY-3047 - Adding new modules to distribution
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777732 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | branches/sca-java-1.x/distribution/bundle/pom.xml | 34 |
1 files changed, 27 insertions, 7 deletions
diff --git a/branches/sca-java-1.x/distribution/bundle/pom.xml b/branches/sca-java-1.x/distribution/bundle/pom.xml index 82fc3169af..4192216436 100644 --- a/branches/sca-java-1.x/distribution/bundle/pom.xml +++ b/branches/sca-java-1.x/distribution/bundle/pom.xml @@ -49,6 +49,11 @@ </dependency> <dependency> <groupId>${pom.groupId}</groupId> + <artifactId>tuscany-binding-atom-js</artifactId> + <version>${pom.version}</version> + </dependency> + <dependency> + <groupId>${pom.groupId}</groupId> <artifactId>tuscany-binding-atom-abdera</artifactId> <version>${pom.version}</version> </dependency> @@ -84,9 +89,9 @@ </dependency> <dependency> <groupId>${pom.groupId}</groupId> - <artifactId>tuscany-binding-atom</artifactId> + <artifactId>tuscany-binding-http-jsonrpc-runtime</artifactId> <version>${pom.version}</version> - </dependency> + </dependency> <dependency> <groupId>${pom.groupId}</groupId> <artifactId>tuscany-binding-http-runtime</artifactId> @@ -99,6 +104,11 @@ </dependency> <dependency> <groupId>${pom.groupId}</groupId> + <artifactId>tuscany-binding-jsonrpc-js</artifactId> + <version>${pom.version}</version> + </dependency> + <dependency> + <groupId>${pom.groupId}</groupId> <artifactId>tuscany-binding-jsonrpc-runtime</artifactId> <version>${pom.version}</version> </dependency> @@ -436,6 +446,11 @@ </dependency> <dependency> <groupId>${pom.groupId}</groupId> + <artifactId>tuscany-implementation-widget-runtime-tuscany</artifactId> + <version>${pom.version}</version> + </dependency> + <dependency> + <groupId>${pom.groupId}</groupId> <artifactId>tuscany-node-api</artifactId> <version>${pom.version}</version> </dependency> @@ -491,11 +506,6 @@ </dependency--> <dependency> <groupId>${pom.groupId}</groupId> - <artifactId>tuscany-workspace</artifactId> - <version>${pom.version}</version> - </dependency> - <dependency> - <groupId>${pom.groupId}</groupId> <artifactId>tuscany-domain-manager</artifactId> <version>${pom.version}</version> <exclusions> @@ -507,6 +517,16 @@ </dependency> <dependency> <groupId>${pom.groupId}</groupId> + <artifactId>tuscany-web-javascript</artifactId> + <version>${pom.version}</version> + </dependency> + <dependency> + <groupId>${pom.groupId}</groupId> + <artifactId>tuscany-workspace</artifactId> + <version>${pom.version}</version> + </dependency> + <dependency> + <groupId>${pom.groupId}</groupId> <artifactId>tuscany-workspace-impl</artifactId> <version>${pom.version}</version> </dependency> |