summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-travelsample-1.0
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-19 17:15:55 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-19 17:15:55 +0000
commit23102ee1c63470c0fac6a03fcc528ecf45753970 (patch)
tree86d5413338f1b063d7bda98a62691dfce0825ed4 /sca-java-1.x/branches/sca-java-travelsample-1.0
parentc4b44faa6ac8ce26f25b120c3e3c541306ccf343 (diff)
Remove code to copy implementation.web jars for Tuscany 1.7-SNAPSHOT
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946288 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches/sca-java-travelsample-1.0')
-rw-r--r--sca-java-1.x/branches/sca-java-travelsample-1.0/antdefs.xml23
1 files changed, 3 insertions, 20 deletions
diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/antdefs.xml b/sca-java-1.x/branches/sca-java-travelsample-1.0/antdefs.xml
index 6f98e87885..8c5de5d99e 100644
--- a/sca-java-1.x/branches/sca-java-travelsample-1.0/antdefs.xml
+++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/antdefs.xml
@@ -508,27 +508,10 @@
</condition>
</target>
- <!-- check whether the Tuscany SCA version is 1.7-SNAPSHOT -->
- <target name="#find-tuscany-1.7-SNAPSHOT" unless="#tuscany-version">
- <fileset id="#tuscany-assembly-1.7-SNAPSHOT" dir="${env.TUSCANY_HOME}/modules">
- <include name="tuscany-assembly-1.7-SNAPSHOT.jar"/>
- </fileset>
- <condition property="#tuscany-version" value="1.7-SNAPSHOT">
- <resourcecount refid="#tuscany-assembly-1.7-SNAPSHOT" when="greater" count="0"/>
- </condition>
- <condition property="#tuscany-baseversion" value="1.7">
- <resourcecount refid="#tuscany-assembly-1.7-SNAPSHOT" when="greater" count="0"/>
- </condition>
- <condition property="#tuscany-repo" value="m2-snapshot-repository">
- <resourcecount refid="#tuscany-assembly-1.7-SNAPSHOT" when="greater" count="0"/>
- </condition>
- </target>
-
- <!-- find the Tuscany SCA version that matches the JAVA_HOME environment variable -->
- <target name="#find-tuscany-version" depends="#find-tuscany-1.5.1, #find-tuscany-1.6-SNAPSHOT,
- #find-tuscany-1.6, #find-tuscany-1.7-SNAPSHOT">
+ <!-- find the Tuscany SCA version that matches the TUSCANY_HOME environment variable -->
+ <target name="#find-tuscany-version" depends="#find-tuscany-1.5.1, #find-tuscany-1.6-SNAPSHOT, #find-tuscany-1.6">
<fail unless="#tuscany-version">
- Error: Unknown Tuscany version for JAVA_HOME environment variable.
+ Error: Unable to copy implementation.web jars for this Tuscany version.
</fail>
</target>