Gentoo Archives: gentoo-commits

From: "Serkan Kaba (serkan)" <serkan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/jflex/files: jflex-1.4.1-build.xml.patch
Date: Sat, 31 Jan 2009 14:27:18
Message-Id: E1LTGoT-0001PA-4F@stork.gentoo.org
1 serkan 09/01/31 14:27:13
2
3 Modified: jflex-1.4.1-build.xml.patch
4 Log:
5 Revbump to avoid bundling of unit tests in the jar. Migrate to EAPI 1.
6 (Portage version: 2.2_rc23/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-java/jflex/files/jflex-1.4.1-build.xml.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jflex/files/jflex-1.4.1-build.xml.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jflex/files/jflex-1.4.1-build.xml.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jflex/files/jflex-1.4.1-build.xml.patch?r1=1.1&r2=1.2
14
15 Index: jflex-1.4.1-build.xml.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-java/jflex/files/jflex-1.4.1-build.xml.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- jflex-1.4.1-build.xml.patch 11 Jul 2007 06:33:39 -0000 1.1
22 +++ jflex-1.4.1-build.xml.patch 31 Jan 2009 14:27:13 -0000 1.2
23 @@ -1,5 +1,5 @@
24 ---- build.xml 2007-05-21 17:01:26.000000000 +0200
25 -+++ build-neww.xml 2007-05-21 17:02:02.000000000 +0200
26 +--- build.xml 2009-01-31 16:14:57.000000000 +0200
27 ++++ build.xml.fixed 2009-01-31 16:17:14.000000000 +0200
28 @@ -35,7 +35,7 @@
29
30 <target name="declare" description="define tasks for jflex and cup">
31 @@ -18,3 +18,13 @@
32 </target>
33
34 <target name="copy" description="copy resources to build dir">
35 +@@ -79,7 +79,8 @@
36 +
37 + <target name="jar" depends="compile,copy" description="make JFlex.jar">
38 + <jar basedir="../lib"
39 +- includes="JFlex/**,java_cup/**,skeleton"
40 ++ includes="JFlex/**,java_cup/**,skeleton"
41 ++ excludes="JFlex/tests/*"
42 + jarfile="../lib/JFlex.jar"
43 + manifest="manifest"/>
44 + </target>