diff options
author | Vlastimil Babka <caster@gentoo.org> | 2007-01-05 11:35:29 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2007-01-05 11:35:29 +0000 |
commit | a80d5670ae831c0eaa8f0fc6b36b6aa9fc7ccb70 (patch) | |
tree | 1309d336b3e36b5d53403a81827c3f9ec6cf1e24 /dev-java/groovy/files | |
parent | stable x86, security bug #159419 (diff) | |
download | gentoo-2-a80d5670ae831c0eaa8f0fc6b36b6aa9fc7ccb70.tar.gz gentoo-2-a80d5670ae831c0eaa8f0fc6b36b6aa9fc7ccb70.tar.bz2 gentoo-2-a80d5670ae831c0eaa8f0fc6b36b6aa9fc7ccb70.zip |
Fixed regression of bug #159457 reported on IRC by "drehrumbum".
(Portage version: 2.1.2_rc4-r5)
Diffstat (limited to 'dev-java/groovy/files')
-rw-r--r-- | dev-java/groovy/files/build.xml-1.0 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-java/groovy/files/build.xml-1.0 b/dev-java/groovy/files/build.xml-1.0 index 1111b90d9f3f..4384ac7ec8f3 100644 --- a/dev-java/groovy/files/build.xml-1.0 +++ b/dev-java/groovy/files/build.xml-1.0 @@ -8,7 +8,7 @@ <property file="${user.home}/build.properties"></property> <!--Build properties--> <property name="defaulttargetdir" value="${basedir}/target"></property> - <property name="libdir" value="${user.home}/.maven/repository"></property> + <property name="libdir" value="${defaulttargetdir}/lib"></property> <property name="classesdir" value="${basedir}/target/classes"></property> <property name="testclassesdir" value="${basedir}/target/test-classes"></property> <property name="testreportdir" value="${basedir}/target/test-reports"></property> |