diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2007-01-28 21:11:42 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2007-01-28 21:11:42 +0000 |
commit | 7366c71f8addf3758737d872956dac6b2e3cd382 (patch) | |
tree | 243a22a0fd5f1582b25ef59e366e37de1c15d90f /eclass | |
parent | Cleanup the migration to for example actually install javadocs. (diff) | |
download | historical-7366c71f8addf3758737d872956dac6b2e3cd382.tar.gz historical-7366c71f8addf3758737d872956dac6b2e3cd382.tar.bz2 historical-7366c71f8addf3758737d872956dac6b2e3cd382.zip |
Fix typo
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/java-utils-2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/java-utils-2.eclass b/eclass/java-utils-2.eclass index 0e2cb3cec18a..101a0994aa7b 100644 --- a/eclass/java-utils-2.eclass +++ b/eclass/java-utils-2.eclass @@ -6,7 +6,7 @@ # # Licensed under the GNU General Public License, v2 # -# $Header: /var/cvsroot/gentoo-x86/eclass/java-utils-2.eclass,v 1.52 2007/01/28 20:58:29 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/java-utils-2.eclass,v 1.53 2007/01/28 21:11:42 betelgeuse Exp $ # ----------------------------------------------------------------------------- @@ -1579,7 +1579,7 @@ eant() { if [[ ${arg} = -lib ]]; then if is-java-strict; then eerror "You should not use the -lib argument to eant because it will fail" - eerror "with JAVA_PKG_STRICT. Please use for example java-pkg_jar-from or" + eerror "with JAVA_PKG_STRICT. Please use for example java-pkg_jar-from" eerror "or ant properties to make dependencies available." eerror "For ant tasks use WANT_ANT_TASKS or ANT_TASKS from." eerror "split ant (>=dev-java/ant-core-1.7)." |