diff options
author | 2008-11-24 09:17:21 +0000 | |
---|---|---|
committer | 2008-11-24 09:17:21 +0000 | |
commit | a087460872a3dd2550c34411bef5ed207d020bad (patch) | |
tree | 62cc8f7e9ca634391cc3988dd1a4ac1c571247a4 /games-puzzle/pauker/files | |
parent | Die on build failure, die on dobin and doman failure, fix building with --as-... (diff) | |
download | gentoo-2-a087460872a3dd2550c34411bef5ed207d020bad.tar.gz gentoo-2-a087460872a3dd2550c34411bef5ed207d020bad.tar.bz2 gentoo-2-a087460872a3dd2550c34411bef5ed207d020bad.zip |
Version Bump
(Portage version: 2.2_rc15/cvs/Linux 2.6.27-gentoo x86_64)
Diffstat (limited to 'games-puzzle/pauker/files')
-rw-r--r-- | games-puzzle/pauker/files/pauker_bundledjars.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/games-puzzle/pauker/files/pauker_bundledjars.patch b/games-puzzle/pauker/files/pauker_bundledjars.patch new file mode 100644 index 000000000000..1ed79dbe4d86 --- /dev/null +++ b/games-puzzle/pauker/files/pauker_bundledjars.patch @@ -0,0 +1,14 @@ +--- build.xml.orig 2008-11-24 20:24:55.000000000 +1300 ++++ build.xml 2008-11-24 20:25:33.000000000 +1300 +@@ -88,11 +88,6 @@ + basedir="build/classes/" + includes="pauker/**,tools/**" + excludes="pauker/Changes.txt,pauker/TODO.txt,**/*BeanInfo*,**/GraphicalStatisticPanel.gif"> +- <zipfileset src="${libs.swing-layout.classpath}"/> +- <zipfileset src="libs/jhall.jar" excludes="META-INF/**"/> +- <zipfileset src="libs/lucene-core-2.4.0.jar" excludes="META-INF/**"/> +- <zipfileset src="libs/BrowserLauncher2-1_3.jar" +- excludes="META-INF/**,classes/,source/,package?cache/,.**,*.txt,build.xml"/> + <manifest> + <attribute name="Main-Class" value="pauker.program.gui.swing.PaukerFrame"/> + <attribute name="SplashScreen-Image" value="pauker/icons/Splash.png"/> |