summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2008-03-09 15:15:39 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2008-03-09 15:15:39 +0000
commit05d9b8cbddcf103e73addfabe5b45829c6542044 (patch)
tree5cb22bc420f9d473ad6afc7bfdbb56a720ca1678 /dev-java/ant-contrib/files
parentBackported support for tcl/tk-8.5 from cvs head (fixes bug 212700). (diff)
downloadgentoo-2-05d9b8cbddcf103e73addfabe5b45829c6542044.tar.gz
gentoo-2-05d9b8cbddcf103e73addfabe5b45829c6542044.tar.bz2
gentoo-2-05d9b8cbddcf103e73addfabe5b45829c6542044.zip
Use EANT_ variables and add a src_test but had to RESTRICT it because they failed to find bcel.
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-java/ant-contrib/files')
-rw-r--r--dev-java/ant-contrib/files/tests-visibility.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-java/ant-contrib/files/tests-visibility.patch b/dev-java/ant-contrib/files/tests-visibility.patch
new file mode 100644
index 000000000000..182a17f054e0
--- /dev/null
+++ b/dev-java/ant-contrib/files/tests-visibility.patch
@@ -0,0 +1,12 @@
+diff -ur ant-contrib.old/test/src/net/sf/antcontrib/BuildFileTestBase.java ant-contrib/test/src/net/sf/antcontrib/BuildFileTestBase.java
+--- ant-contrib.old/test/src/net/sf/antcontrib/BuildFileTestBase.java 2008-03-05 23:56:16.000000000 +0200
++++ ant-contrib/test/src/net/sf/antcontrib/BuildFileTestBase.java 2008-03-05 23:56:55.000000000 +0200
+@@ -76,7 +76,7 @@
+ * @param filename name of project file to run
+ * @exception BuildException Description of the Exception
+ */
+- protected void configureProject( String filename ) throws BuildException {
++ public void configureProject( String filename ) throws BuildException {
+ // find the build file
+ File f = new File( filename );
+ if ( !f.exists() ) {