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/pdetarget | |
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/pdetarget')
-rw-r--r-- | branches/sca-equinox/distribution/pdetarget/pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
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>
|