diff options
author | 2009-01-31 14:27:13 +0000 | |
---|---|---|
committer | 2009-01-31 14:27:13 +0000 | |
commit | 324b71cc423defcebb21c4836d4499e37950d568 (patch) | |
tree | 635b87e9463590cf75fe763ebd455af85e57c366 /dev-java/jflex/files | |
parent | Version bump. (diff) | |
download | historical-324b71cc423defcebb21c4836d4499e37950d568.tar.gz historical-324b71cc423defcebb21c4836d4499e37950d568.tar.bz2 historical-324b71cc423defcebb21c4836d4499e37950d568.zip |
Revbump to avoid bundling of unit tests in the jar. Migrate to EAPI 1.
Package-Manager: portage-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> |