[jboss-cvs] JBossAS SVN: r111959 - projects/jboss-jca/branches/performance/faban/benchmarks/cli-noop-jca-benchmark.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 8 12:14:51 EDT 2011


Author: whitingjr
Date: 2011-08-08 12:14:51 -0400 (Mon, 08 Aug 2011)
New Revision: 111959

Modified:
   projects/jboss-jca/branches/performance/faban/benchmarks/cli-noop-jca-benchmark/build.xml
Log:
Removed reference to cli deploy task and path definitions.

Modified: projects/jboss-jca/branches/performance/faban/benchmarks/cli-noop-jca-benchmark/build.xml
===================================================================
--- projects/jboss-jca/branches/performance/faban/benchmarks/cli-noop-jca-benchmark/build.xml	2011-08-08 11:19:59 UTC (rev 111958)
+++ projects/jboss-jca/branches/performance/faban/benchmarks/cli-noop-jca-benchmark/build.xml	2011-08-08 16:14:51 UTC (rev 111959)
@@ -30,16 +30,6 @@
     </fileset>
   </path>
 
-  <path id="taskclasspath">
-    <fileset dir="${env.FABAN_HOME}/ant/lib" includes="*.jar" />
-    <fileset dir="${faban.libs}" includes="*.jar" />
-  </path>
-  
-  <path id="clitaskclasspath">
-    <fileset dir="${build.dir}/lib" includes="deploy-perfenv-test.jar"/>
-    <fileset dir="${perfenv.libs}" includes="ironjacamar-performance-perfenv.jar"/>
-  </path>
-
   <path id="classpath" location="${faban.libs}">
     <pathelement location="${classes.dir}" />
     <fileset dir="${lib.dir}" includes="*.jar" erroronmissingdir="false" />
@@ -59,11 +49,6 @@
     </fileset>
   </path>
 
-  <taskdef name="deploy" classname="com.sun.faban.harness.util.DeployTask">
-    <classpath refid="taskclasspath" />
-  </taskdef>
-  
-
   <target name="init">
     <mkdir dir="${classes.dir}" />
   </target>
@@ -127,7 +112,6 @@
   </target>
 
   <target name="deploy" depends="deploy.tests.jar,deploy.jar" description="Deploys benchmark on the Faban harness">
-    <deploy url="${faban.url}" jar="${build.dir}/${bench.shortname}.jar" user="${deploy.user}" password="${deploy.password}" clearConfig="${deploy.clearconfig}" />
   </target>
 
   <target name="run" depends="bench.jar" description="Test runs the benchmark outside the Faban Harness">



More information about the jboss-cvs-commits mailing list