Gentoo Archives: gentoo-commits

From: "Alistair Bush (ali_bush)" <ali_bush@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-puzzle/pauker/files: pauker_bundledjars.patch
Date: Mon, 24 Nov 2008 09:17:24
Message-Id: E1L4XZJ-0007DP-Ih@stork.gentoo.org
1 ali_bush 08/11/24 09:17:21
2
3 Added: pauker_bundledjars.patch
4 Log:
5 Version Bump
6 (Portage version: 2.2_rc15/cvs/Linux 2.6.27-gentoo x86_64)
7
8 Revision Changes Path
9 1.1 games-puzzle/pauker/files/pauker_bundledjars.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/pauker/files/pauker_bundledjars.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/pauker/files/pauker_bundledjars.patch?rev=1.1&content-type=text/plain
13
14 Index: pauker_bundledjars.patch
15 ===================================================================
16 --- build.xml.orig 2008-11-24 20:24:55.000000000 +1300
17 +++ build.xml 2008-11-24 20:25:33.000000000 +1300
18 @@ -88,11 +88,6 @@
19 basedir="build/classes/"
20 includes="pauker/**,tools/**"
21 excludes="pauker/Changes.txt,pauker/TODO.txt,**/*BeanInfo*,**/GraphicalStatisticPanel.gif">
22 - <zipfileset src="${libs.swing-layout.classpath}"/>
23 - <zipfileset src="libs/jhall.jar" excludes="META-INF/**"/>
24 - <zipfileset src="libs/lucene-core-2.4.0.jar" excludes="META-INF/**"/>
25 - <zipfileset src="libs/BrowserLauncher2-1_3.jar"
26 - excludes="META-INF/**,classes/,source/,package?cache/,.**,*.txt,build.xml"/>
27 <manifest>
28 <attribute name="Main-Class" value="pauker.program.gui.swing.PaukerFrame"/>
29 <attribute name="SplashScreen-Image" value="pauker/icons/Splash.png"/>