diff options
author | 2010-11-10 21:08:56 +0000 | |
---|---|---|
committer | 2010-11-10 21:08:56 +0000 | |
commit | c4244fa8ac8f0b80ae70a3bc70d7031a3abaf8a2 (patch) | |
tree | 14fbf26ebe65ec443e135e073d3dbaedca95a887 /net-p2p/freenet/files/build.xml | |
parent | Initial import, bug #194137. Ebuild imported from sunrise, where it was maint... (diff) | |
download | gentoo-2-c4244fa8ac8f0b80ae70a3bc70d7031a3abaf8a2.tar.gz gentoo-2-c4244fa8ac8f0b80ae70a3bc70d7031a3abaf8a2.tar.bz2 gentoo-2-c4244fa8ac8f0b80ae70a3bc70d7031a3abaf8a2.zip |
Version bump, drop old versions
(Portage version: 2.2.0_alpha2-r1/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p/freenet/files/build.xml')
-rw-r--r-- | net-p2p/freenet/files/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/freenet/files/build.xml b/net-p2p/freenet/files/build.xml index e80b23c59fef..a522e98471cd 100644 --- a/net-p2p/freenet/files/build.xml +++ b/net-p2p/freenet/files/build.xml @@ -121,7 +121,7 @@ <javac target="1.5" destdir="${build}" source="1.5" debug="on" srcdir="${src}" optimize="on" classpath="${gentoo.classpath}" > - <compilerarg value="-Xlint" ></compilerarg> +<!-- <compilerarg value="-Xlint" ></compilerarg> --> <sourcepath > <pathelement path="${build}" ></pathelement> |