Author: bdaw
Date: 2008-01-02 16:52:17 -0500 (Wed, 02 Jan 2008)
New Revision: 9417
Removed:
modules/portlet/trunk/portlet/src/test/build.xml
Log:
cleanup
Deleted: modules/portlet/trunk/portlet/src/test/build.xml
===================================================================
--- modules/portlet/trunk/portlet/src/test/build.xml 2008-01-02 21:51:15 UTC (rev 9416)
+++ modules/portlet/trunk/portlet/src/test/build.xml 2008-01-02 21:52:17 UTC (rev 9417)
@@ -1,54 +0,0 @@
-<?xml version="1.0"?>
-<project name="portlet-test">
-
-
- <target name="tests" depends="prepare_env">
-
- <echo message="compile classpath: ${compile_classpath}"/>
- <echo message="runtime classpath: ${runtime_classpath}"/>
- <echo message="test classpath: ${test_classpath}"/>
- <echo message="plugin classpath: ${plugin_classpath}"/>
-
- <antcall target="jboss-unit"/>
-
- <!--Cleanup-->
- <delete dir="${test.temp.dir}"/>
-
- </target>
-
- <target name="prepare_env">
-
- <!--Relative path to target dir-->
- <property name="target" value="${basedir}/target"/>
-
- </target>
-
- <target name="jboss-unit">
-
- <taskdef name="jboss-unit"
classname="org.jboss.unit.tooling.ant.JBossUnitTask"
classpath="${plugin_classpath}"/>
-
- <jboss-unit>
-
- <tests config="${target}/test-classes/local-jboss-unit.xml">
- </tests>
-
- <reports>
- <xml toDir="${target}/reports/xml/local"/>
- <html toDir="${target}/reports/html/local"/>
- </reports>
-
- <classpath>
-
- <pathelement location="${target}/classes"/>
- <pathelement location="${target}/test-classes"/>
-
- <pathelement path="${test_classpath}"/>
-
- </classpath>
-
- </jboss-unit >
-
- </target>
-
-
-</project>
\ No newline at end of file