diff options
author | Serkan Kaba <serkan@gentoo.org> | 2009-01-31 14:27:13 +0000 |
---|---|---|
committer | Serkan Kaba <serkan@gentoo.org> | 2009-01-31 14:27:13 +0000 |
commit | 5a6396e9bfe9f3764f11d4f1acf83cb837c790f5 (patch) | |
tree | 2c0e35a0048f4521a04b386f753fd3634eb99eac /dev-java/jflex/files | |
parent | Version bump. (diff) | |
download | gentoo-2-5a6396e9bfe9f3764f11d4f1acf83cb837c790f5.tar.gz gentoo-2-5a6396e9bfe9f3764f11d4f1acf83cb837c790f5.tar.bz2 gentoo-2-5a6396e9bfe9f3764f11d4f1acf83cb837c790f5.zip |
Revbump to avoid bundling of unit tests in the jar. Migrate to EAPI 1.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-java/jflex/files')
-rw-r--r-- | dev-java/jflex/files/jflex-1.4.1-build.xml.patch | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/dev-java/jflex/files/jflex-1.4.1-build.xml.patch b/dev-java/jflex/files/jflex-1.4.1-build.xml.patch index 36cf85cb47f2..8353cbe52a76 100644 --- a/dev-java/jflex/files/jflex-1.4.1-build.xml.patch +++ b/dev-java/jflex/files/jflex-1.4.1-build.xml.patch @@ -1,5 +1,5 @@ ---- build.xml 2007-05-21 17:01:26.000000000 +0200 -+++ build-neww.xml 2007-05-21 17:02:02.000000000 +0200 +--- build.xml 2009-01-31 16:14:57.000000000 +0200 ++++ build.xml.fixed 2009-01-31 16:17:14.000000000 +0200 @@ -35,7 +35,7 @@ <target name="declare" description="define tasks for jflex and cup"> @@ -18,3 +18,13 @@ </target> <target name="copy" description="copy resources to build dir"> +@@ -79,7 +79,8 @@ + + <target name="jar" depends="compile,copy" description="make JFlex.jar"> + <jar basedir="../lib" +- includes="JFlex/**,java_cup/**,skeleton" ++ includes="JFlex/**,java_cup/**,skeleton" ++ excludes="JFlex/tests/*" + jarfile="../lib/JFlex.jar" + manifest="manifest"/> + </target> |