Author: henning
Date: Sun Sep 25 07:01:49 2005
New Revision: 291410
URL: http://svn.apache.org/viewcvs?rev=291410&view=rev
Log:
as we are running from the tree root, we don't need the sysproperty any longer.
Modified:
jakarta/velocity/core/trunk/build/build.xml
Modified: jakarta/velocity/core/trunk/build/build.xml
URL:
http://svn.apache.org/viewcvs/jakarta/velocity/core/trunk/build/build.xml?rev=291410&r1=291409&r2=291410&view=diff
==============================================================================
--- jakarta/velocity/core/trunk/build/build.xml (original)
+++ jakarta/velocity/core/trunk/build/build.xml Sun Sep 25 07:01:49 2005
@@ -878,8 +878,6 @@
<mkdir dir="${velocity.dir}/target/test-reports"/>
<junit dir="${velocity.dir}" printSummary="yes" fork="true"
haltonerror="true">
- <sysproperty key="velocity.dir"
value="${velocity.dir}"></sysproperty>
-
<classpath>
<fileset dir="${velocity.build.dir}/lib">
<include name="*.jar"></include>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]