You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by se...@apache.org on 2011/01/24 20:43:23 UTC

svn commit: r1062945 - /gump/metadata/project/jakarta-jmeter.xml

Author: sebb
Date: Mon Jan 24 19:42:58 2011
New Revision: 1062945

URL: http://svn.apache.org/viewvc?rev=1062945&view=rev
Log:
Let's see if the the updated Ant bootclass handling has removed the need for the xalan hacks

Modified:
    gump/metadata/project/jakarta-jmeter.xml

Modified: gump/metadata/project/jakarta-jmeter.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/jakarta-jmeter.xml?rev=1062945&r1=1062944&r2=1062945&view=diff
==============================================================================
--- gump/metadata/project/jakarta-jmeter.xml (original)
+++ gump/metadata/project/jakarta-jmeter.xml Mon Jan 24 19:42:58 2011
@@ -120,8 +120,9 @@
       <!-- The version of this file -->
       <property name="version.projectfile" value="$Revision$"/>
       <property name="date.projectfile" value="$Date$"/>
-      <!--  hack to try to solve work pathname problem - or at least see if test could work... -->
+      <!--  hack to try to solve work pathname problem - or at least see if test could work...
       <property name="build.test.gump" value="/usr/local/gump/public/workspace/jakarta-jmeter/build/test"/>
+      -->
     </ant>
 
     <depend project="ant" />
@@ -164,11 +165,11 @@
     <!-- 
     Above does not seem to work; perhaps a bootclasspath error?
     HACK: Let's try adding the jars directly 
-    -->
     <work parent="xml-xalan/build/xalan-unbundled.jar"/>
     <work parent="xml-xalan/build/serializer.jar"/>
     <work parent="xml-commons/java/external/build/xml-apis.jar"/>
     <work parent="xml-xerces2/build/xercesImpl.jar"/>
+    -->
     <!-- end of hack -->
 
     <depend project="xmlgraphics-commons"/>