[jboss-svn-commits] JBL Code SVN: r31065 - labs/jbosstm/workspace/whitingjr/trunk/performance.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Jan 13 10:14:02 EST 2010
Author: whitingjr
Date: 2010-01-13 10:14:02 -0500 (Wed, 13 Jan 2010)
New Revision: 31065
Modified:
labs/jbosstm/workspace/whitingjr/trunk/performance/build.xml
Log:
Removed a commented out section of the build script.
Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/build.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/build.xml 2010-01-13 15:13:17 UTC (rev 31064)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/build.xml 2010-01-13 15:14:02 UTC (rev 31065)
@@ -347,18 +347,12 @@
<param name="categoryD-method" expression="${categoryD.methods}" />
<param name="xpaths" expression="${xpaths-csv}" />
</xslt>
- <!--
- <xslt style="src/main/resources/xsl/analyse-sum.xsl" in="DATE-TIME-profile-02.xml" out="logs/${DSTAMP}-${time-stamp}-profile-analysis.xml">
- </xslt>
- -->
<xslt style="src/main/resources/xsl/convert-xml-to-csv.xsl" in="logs/${DSTAMP}-${time-stamp}-profile-analysis.xml" out="logs/${DSTAMP}-${time-stamp}-profile-analysis.csv">
</xslt>
<copy file="logs/profiled/DATE-TIME-profile.xml" tofile="logs/${DSTAMP}-${TSTAMP}-${resource.A.db.vendor}-${resource.B.db.vendor}-profile-raw.xml" />
</target>
-
-
<target name="usage">
<echo>Usage: ant ${required-args} [${optional-args}]</echo>
More information about the jboss-svn-commits
mailing list