[jboss-cvs] JBossAS SVN: r84487 - in trunk/aspects: src/test50 and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Feb 19 19:50:03 EST 2009
Author: ALRubinger
Date: 2009-02-19 19:50:03 -0500 (Thu, 19 Feb 2009)
New Revision: 84487
Removed:
trunk/aspects/src/test50/org/
Modified:
trunk/aspects/build-test50.xml
Log:
[JBAS-6430] Remove outdated jboss-async-aspects tests (now tested by ejb3-common Async Interceptor Proxies)
Modified: trunk/aspects/build-test50.xml
===================================================================
--- trunk/aspects/build-test50.xml 2009-02-20 00:39:05 UTC (rev 84486)
+++ trunk/aspects/build-test50.xml 2009-02-20 00:50:03 UTC (rev 84487)
@@ -220,24 +220,6 @@
<!-- Archives -->
<!-- ================================================================== -->
- <target name="asynch"
- description="Builds all jar files."
- depends="compile-classes">
-
- <mkdir dir="${build.lib}"/>
-
- <jar jarfile="${build.lib}/asynch-test.sar">
- <fileset dir="${build.classes}">
- <include name="org/jboss/test/asynch/*.class"/>
- </fileset>
- <fileset dir="${resources}/test/asynch">
- <include name="META-INF/jboss-service.xml"/>
- </fileset>
- </jar>
-
-
- </target>
-
<target name="test" depends="init" if="test"
description="Execute all tests in the given test directory.">
<mkdir dir="${build.reports}"/>
@@ -285,7 +267,7 @@
</junit>
</target>
- <target name="jars" depends="asynch"/>
+ <target name="jars" />
<target name="tests" depends="init" description="Execute all tests">
<antcall target="test" inheritRefs="true">
More information about the jboss-cvs-commits
mailing list