commit | f2c021ca94b1ce71ec85aa1cf04229aea740eefc | [log] [tgz] |
---|---|---|
author | Mark Hindess <hindessm@apache.org> | Mon Feb 22 10:21:08 2010 +0000 |
committer | Mark Hindess <hindessm@apache.org> | Mon Feb 22 10:21:08 2010 +0000 |
tree | 8e4939127904ba5b01b17131f04b2932b3a94b7f | |
parent | a0375ea9fb2dfba58d013964a1bf0e446346f542 [diff] |
Trivial typo fix. git-svn-id: https://svn.apache.org/repos/asf/harmony/enhanced/jdktools/trunk@912527 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/make/build-test.xml b/make/build-test.xml index b6fa656..40c666e 100644 --- a/make/build-test.xml +++ b/make/build-test.xml
@@ -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" />