[jboss-svn-commits] JBL Code SVN: r35508 - labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/profiler/jbossprofiler.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Oct 13 12:09:01 EDT 2010


Author: whitingjr
Date: 2010-10-13 12:09:01 -0400 (Wed, 13 Oct 2010)
New Revision: 35508

Modified:
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/profiler/jbossprofiler/ant-profiler.xml
Log:
Removed ant call.

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/profiler/jbossprofiler/ant-profiler.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/profiler/jbossprofiler/ant-profiler.xml	2010-10-13 15:57:14 UTC (rev 35507)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/profiler/jbossprofiler/ant-profiler.xml	2010-10-13 16:09:01 UTC (rev 35508)
@@ -53,13 +53,10 @@
    </path>
    
    <taskdef name="regression" classname="org.jboss.profiler.ant.RegressionTask" classpathref="jbossprofiler.ant.task.classpath"/>
-	<taskdef name="save" classname="org.jboss.profiler.ant.SaveTask" classpathref="jbossprofiler.ant.task.classpath"/>
 
    <target name="process-profiling-data">
       <pathconvert property="profiler.snapshot.filename" refid="initial.path.jps.file" setonempty="false"/>
    	
-   	<antcall target="save" inheritall="true"/>
-   	
       <condition property="snapshot.file.isAvailable">
          <available file="${profiler.snapshot.filename}"/>
       </condition>



More information about the jboss-svn-commits mailing list