diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2008-11-13 03:04:58 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2008-11-13 03:04:58 +0000 |
commit | 93d1f1ea7334bae237e74bcca4bde62574d94545 (patch) | |
tree | 5371ad81e1548492dbe14877f83680ea92816545 /branches/sca-equinox/distribution | |
parent | ad165acb2adc3028c78618e607906bed5d26942d (diff) |
Removing obsolete modules from distribution, and commenting the ones that are commented in the modules pom as well.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@713621 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-equinox/distribution')
-rw-r--r-- | branches/sca-equinox/distribution/all/pom.xml | 6 | ||||
-rw-r--r-- | branches/sca-equinox/distribution/core/pom.xml | 5 | ||||
-rw-r--r-- | branches/sca-equinox/distribution/pdetarget/pom.xml | 3 |
3 files changed, 7 insertions, 7 deletions
diff --git a/branches/sca-equinox/distribution/all/pom.xml b/branches/sca-equinox/distribution/all/pom.xml index 361d6c277d..57c1a8a765 100644 --- a/branches/sca-equinox/distribution/all/pom.xml +++ b/branches/sca-equinox/distribution/all/pom.xml @@ -82,12 +82,6 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-binding-gdata-runtime-gsoc</artifactId> - <version>1.4-EQUINOX-SNAPSHOT</version> - </dependency> - - <dependency> - <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-databinding-fastinfoset</artifactId> <version>1.4-EQUINOX-SNAPSHOT</version> </dependency> diff --git a/branches/sca-equinox/distribution/core/pom.xml b/branches/sca-equinox/distribution/core/pom.xml index 889ac8599d..4d3f6956b1 100644 --- a/branches/sca-equinox/distribution/core/pom.xml +++ b/branches/sca-equinox/distribution/core/pom.xml @@ -187,13 +187,16 @@ <artifactId>tuscany-node-launcher-equinox</artifactId> <version>1.4-EQUINOX-SNAPSHOT</version> </dependency> + + <!-- <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-node-launcher-webapp</artifactId> <version>1.4-EQUINOX-SNAPSHOT</version> <type>war</type> </dependency> - + --> + <!-- Monitoring --> <dependency> <groupId>org.apache.tuscany.sca</groupId> diff --git a/branches/sca-equinox/distribution/pdetarget/pom.xml b/branches/sca-equinox/distribution/pdetarget/pom.xml index 5ab52e1826..1e6f1045d3 100644 --- a/branches/sca-equinox/distribution/pdetarget/pom.xml +++ b/branches/sca-equinox/distribution/pdetarget/pom.xml @@ -37,7 +37,9 @@ <type>pom</type>
<version>1.4-EQUINOX-SNAPSHOT</version>
</dependency>
+
<!-- host-tomcat is not in the all-in-one distro -->
+ <!--
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-tomcat</artifactId>
@@ -50,6 +52,7 @@ </exclusion>
</exclusions>
</dependency>
+ -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
|