| 1 | # Eclass for building dev-java/ant-* packages |
1 | # Eclass for building dev-java/ant-* packages |
| 2 | # |
2 | # |
| 3 | # Copyright 2007 Gentoo Foundation |
3 | # Copyright 2007 Gentoo Foundation |
| 4 | # Distributed under the terms of the GNU General Public License, v2 or later |
4 | # Distributed under the terms of the GNU General Public License, v2 or later |
| 5 | # Author Vlastimil Babka <caster@gentoo.org> |
5 | # Author Vlastimil Babka <caster@gentoo.org> |
| 6 | # $Header: /var/cvsroot/gentoo-x86/eclass/ant-tasks.eclass,v 1.3 2007/01/21 21:37:02 caster Exp $ |
6 | # $Header: /var/cvsroot/gentoo-x86/eclass/ant-tasks.eclass,v 1.4 2007/02/02 22:59:53 caster Exp $ |
| 7 | |
7 | |
| 8 | inherit java-pkg-2 versionator |
8 | # we set ant-core dep ourselves, restricted |
|
|
9 | JAVA_ANT_DISABLE_ANT_CORE_DEP=true |
|
|
10 | # rewriting build.xml for are the testcases has no reason atm |
|
|
11 | JAVA_PKG_BSFIX_ALL=no |
|
|
12 | inherit versionator java-pkg-2 java-ant-2 |
| 9 | |
13 | |
| 10 | EXPORT_FUNCTIONS src_unpack src_compile src_install |
14 | EXPORT_FUNCTIONS src_unpack src_compile src_install |
| 11 | |
15 | |
| 12 | # ----------------------------------------------------------------------------- |
16 | # ----------------------------------------------------------------------------- |
| 13 | # @eclass-begin |
17 | # @eclass-begin |