You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2008/09/08 11:52:10 UTC

svn commit: r693040 - in /harmony/enhanced/jdktools/trunk: build.xml modules/jdktools/ modules/tools/

Author: hindessm
Date: Mon Sep  8 02:52:08 2008
New Revision: 693040

URL: http://svn.apache.org/viewvc?rev=693040&view=rev
Log:
Renaming modules/tools to modules/jdktools in preparation for the creation
of modules/jretools.

Added:
    harmony/enhanced/jdktools/trunk/modules/jdktools/
      - copied from r692024, harmony/enhanced/jdktools/trunk/modules/tools/
Removed:
    harmony/enhanced/jdktools/trunk/modules/tools/
Modified:
    harmony/enhanced/jdktools/trunk/build.xml

Modified: harmony/enhanced/jdktools/trunk/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/jdktools/trunk/build.xml?rev=693040&r1=693039&r2=693040&view=diff
==============================================================================
--- harmony/enhanced/jdktools/trunk/build.xml (original)
+++ harmony/enhanced/jdktools/trunk/build.xml Mon Sep  8 02:52:08 2008
@@ -54,7 +54,7 @@
 a single module by defining the 'build.module' variable on the ant
 command line.  For example, to run only the luni tests:
 
-  ant -Dbuild.module=tools test
+  ant -Dbuild.module=jdktools test
 
         </echo>
     </target>