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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Aug 4 10:31:01 EDT 2010


Author: whitingjr
Date: 2010-08-04 10:31:01 -0400 (Wed, 04 Aug 2010)
New Revision: 34511

Modified:
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/profiler/jprofiler/ant-profiler.xml
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/profiler/jprofiler/config.xml
Log:
Fixed configuration.

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/profiler/jprofiler/ant-profiler.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/profiler/jprofiler/ant-profiler.xml	2010-08-04 14:30:31 UTC (rev 34510)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/profiler/jprofiler/ant-profiler.xml	2010-08-04 14:31:01 UTC (rev 34511)
@@ -14,6 +14,8 @@
 
 <project name="JBoss TM: JProfiler Ant Import ">
 
+	<property file="configuration.properties"/>
+	
    <path id="profiler.classpath">
       <fileset dir="${profiler.agent.library.path}/bin">
          <include name="jpexport" />
@@ -24,7 +26,6 @@
       <fileset dir="${profiler.agent.library.path}/bin">
          <include name="ant.jar" />
       </fileset>
-      <!--path refid="profiler.classpath"/-->   
    </path>
 
    <taskdef name="export" classname="com.jprofiler.ant.ExportTask"

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/profiler/jprofiler/config.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/profiler/jprofiler/config.xml	2010-08-04 14:30:31 UTC (rev 34510)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/profiler/jprofiler/config.xml	2010-08-04 14:31:01 UTC (rev 34511)
@@ -219,7 +219,8 @@
             <filter type="inclusive"
                name="org.jboss.jbossts.performance.comparrison.ComparrisonTask" />
                
-            <!-- filter type="exclusive" name="auction.test." /> <filter
+            <filter type="exclusive" name="org.jboss.jbossts.performance.task.pooling.ConnectionHandler" /> 
+            <!-- filter
                type="exclusive" name="com.arjuna." /> <filter type="exclusive"
                name="com.thoughtworks." /> <filter type="exclusive"
                name="java.lang." /> <filter type="exclusive"



More information about the jboss-svn-commits mailing list