You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2009/10/15 23:19:40 UTC

svn commit: r825665 - /tuscany/java/sca/otest/newlayout/build.xml

Author: slaws
Date: Thu Oct 15 21:19:39 2009
New Revision: 825665

URL: http://svn.apache.org/viewvc?rev=825665&view=rev
Log:
Remove ASM_70** tests as constraining types have been removed from the spec. Remove AllTests also as it reference to ASM_70** tests and hence won't compile now. 

Modified:
    tuscany/java/sca/otest/newlayout/build.xml

Modified: tuscany/java/sca/otest/newlayout/build.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/otest/newlayout/build.xml?rev=825665&r1=825664&r2=825665&view=diff
==============================================================================
--- tuscany/java/sca/otest/newlayout/build.xml (original)
+++ tuscany/java/sca/otest/newlayout/build.xml Thu Oct 15 21:19:39 2009
@@ -24,6 +24,18 @@
                 <exclude name="**/.svn/**/*"/>
             </fileset>
         </sync>
+        <!-- no more constraining type tests -->
+        <delete file="${to.dir}/client/AllTests.java" />
+        <delete file="${to.dir}/client/ASM_7001_TestCase.java" />
+        <delete file="${to.dir}/client/ASM_7002_TestCase.java" />
+        <delete file="${to.dir}/client/ASM_7003_TestCase.java" />
+        <delete file="${to.dir}/client/ASM_7004_TestCase.java" />
+        <delete file="${to.dir}/client/ASM_7005_TestCase.java" />
+        <delete file="${to.dir}/client/ASM_7006_TestCase.java" />
+        <delete file="${to.dir}/client/ASM_7007_TestCase.java" />
+        <delete file="${to.dir}/client/ASM_7008_TestCase.java" />
+        <delete file="${to.dir}/client/ASM_7009_TestCase.java" />
+        <delete file="${to.dir}/client/ASM_7010_TestCase.java" />
     </target>
 
     <target name="copyResourceDir">