rpms/jazzy/F-11 0001-No-hardcoded-class-paths.patch,NONE,1.1

Lubomir Rintel lkundrak at fedoraproject.org
Thu Dec 3 09:52:19 UTC 2009


Author: lkundrak

Update of /cvs/pkgs/rpms/jazzy/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14039

Added Files:
	0001-No-hardcoded-class-paths.patch 
Log Message:
patch file missing

0001-No-hardcoded-class-paths.patch:
 build.xml |    3 ---
 1 file changed, 3 deletions(-)

--- NEW FILE 0001-No-hardcoded-class-paths.patch ---
>From 1427c9680f512fee9eee6920cc09874fb8de20b3 Mon Sep 17 00:00:00 2001
From: Lubomir Rintel <lkundrak at v3.sk>
Date: Mon, 23 Nov 2009 19:03:22 +0100
Subject: [PATCH] No hardcoded class-paths

---
 .build.xml.swp |  Bin 4096 -> 0 bytes
 build.xml      |    2 --
 2 files changed, 0 insertions(+), 2 deletions(-)
 delete mode 100644 .build.xml.swp

diff --git a/.build.xml.swp b/.build.xml.swp
deleted file mode 100644
index e0373c42c8b741f88c6f3ce71b7cdf9569f83b33..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 4096
zcmYc?2=nw+FxN9;00IF91_KWP=UGv~3=_;47;>^p^HPcuvq4h$KuJ+)Q4T%@P`Nso
zf%-)Sxk;s&IVt*1p`Jc2`dNupRh7C1dZv0t`e1Rrid<q0B*M;7C8HrQ8UnBo;AJp2
tGBi+DQdAHY3WW)d(xV|T8UmvsFd71*Aut*OqaiRF0;3@?8UiCE1OR;89MS*)

diff --git a/build.xml b/build.xml
index a2b6938..5c882e3 100644
--- a/build.xml
+++ b/build.xml
@@ -160,7 +160,6 @@
   	<jar jarfile="${dist}/lib/jazzy-swing.jar" basedir="${build}" includes="com/swabunga/spell/swing/**,${extrafiles}">
   	  	<manifest>
   			<attribute name="Built-By" value="${user.name}"/>
-  			<attribute name="Class-Path" value="jazzy-core.jar"/>
   		</manifest>
   	</jar>
   </target>
@@ -169,7 +168,6 @@
  	<jar jarfile="${dist}/lib/jazzy-examples.jar" basedir="${build}" includes="com/swabunga/spell/examples/**,${extrafiles}">
   		<manifest>
   			<attribute name="Built-By" value="${user.name}"/>
-  			<attribute name="Class-Path" value="jazzy-core.jar  $jazzy-swing.jar"/>
   			<attribute name="Main-Class" value="com.swabunga.spell.examples.JTextComponentSpellCheckExample"/>
   		</manifest>
   	</jar>
-- 
1.6.2.5





More information about the fedora-extras-commits mailing list