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 2010/02/22 11:21:08 UTC

svn commit: r912527 - /harmony/enhanced/jdktools/trunk/make/build-test.xml

Author: hindessm
Date: Mon Feb 22 10:21:08 2010
New Revision: 912527

URL: http://svn.apache.org/viewvc?rev=912527&view=rev
Log:
Trivial typo fix.

Modified:
    harmony/enhanced/jdktools/trunk/make/build-test.xml

Modified: harmony/enhanced/jdktools/trunk/make/build-test.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/jdktools/trunk/make/build-test.xml?rev=912527&r1=912526&r2=912527&view=diff
==============================================================================
--- harmony/enhanced/jdktools/trunk/make/build-test.xml (original)
+++ harmony/enhanced/jdktools/trunk/make/build-test.xml Mon Feb 22 10:21:08 2010
@@ -19,7 +19,7 @@
 
 <project name="jdktools-test" default="test-all" basedir="..">
 
-    <description>Tests for classlib package</description>
+    <description>Tests for jdktools package</description>
 
     <!-- import common properties -->
     <import file="${basedir}/make/properties.xml" />