diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2006-01-20 04:42:53 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2006-01-20 04:42:53 +0000 |
commit | 5d3384505460d87716491e68301b71716ea1d592 (patch) | |
tree | ea6c029d530bbebb3b499174008ff34df4a2b3de /dev-java/ant-core/ChangeLog | |
parent | New version. Various ebuild tweaks following advice from upstream. (diff) | |
download | historical-5d3384505460d87716491e68301b71716ea1d592.tar.gz historical-5d3384505460d87716491e68301b71716ea1d592.tar.bz2 historical-5d3384505460d87716491e68301b71716ea1d592.zip |
No longer exports CLASSPATH as per bug #50306.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'dev-java/ant-core/ChangeLog')
-rw-r--r-- | dev-java/ant-core/ChangeLog | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-java/ant-core/ChangeLog b/dev-java/ant-core/ChangeLog index ebda2b312a34..c96a593c4458 100644 --- a/dev-java/ant-core/ChangeLog +++ b/dev-java/ant-core/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for dev-java/ant-core -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-core/ChangeLog,v 1.35 2005/12/21 20:45:29 betelgeuse Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-core/ChangeLog,v 1.36 2006/01/20 04:42:53 nichoj Exp $ # Ant-core blocks lower/older versions of ant-tasks, # since it will not run when there is a version mismatch betwean the 2 packages # Please unemerge ant-tasks when updating ant-core. + 20 Jan 2006; Joshua Nichols <nichoj@gentoo.org> ant-core-1.5.4-r2.ebuild: + No longer exports CLASSPATH as per bug #50306. + 21 Dec 2005; Petteri Räty <betelgeuse@gentoo.org> files/1.6.5-ant: Fixed a quoting problem in the error message which is shown when JAVA_HOME is not defined. |