rpms/eclipse-subclipse/devel eclipse-subclipse-1.2.2-plugin-classpath.patch, 1.1, 1.2 eclipse-subclipse.spec, 1.7, 1.8

Robert Marcano (robmv) fedora-extras-commits at redhat.com
Sun Sep 9 20:23:25 UTC 2007


Author: robmv

Update of /cvs/extras/rpms/eclipse-subclipse/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8739

Modified Files:
	eclipse-subclipse-1.2.2-plugin-classpath.patch 
	eclipse-subclipse.spec 
Log Message:
Fix MANIFEST.MF patch


eclipse-subclipse-1.2.2-plugin-classpath.patch:

Index: eclipse-subclipse-1.2.2-plugin-classpath.patch
===================================================================
RCS file: /cvs/extras/rpms/eclipse-subclipse/devel/eclipse-subclipse-1.2.2-plugin-classpath.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- eclipse-subclipse-1.2.2-plugin-classpath.patch	20 Jun 2007 15:12:49 -0000	1.1
+++ eclipse-subclipse-1.2.2-plugin-classpath.patch	9 Sep 2007 20:23:22 -0000	1.2
@@ -1,12 +1,13 @@
-diff -Naur subclipse-1.2.2.original/subclipse/core/META-INF/MANIFEST.MF subclipse-1.2.2/subclipse/core/META-INF/MANIFEST.MF
---- subclipse-1.2.2.original/subclipse/core/META-INF/MANIFEST.MF	2006-10-23 13:10:29.000000000 -0400
-+++ subclipse-1.2.2/subclipse/core/META-INF/MANIFEST.MF	2006-11-08 07:16:12.000000000 -0400
-@@ -2,7 +2,7 @@
- Bundle-Name: %pluginName
- Bundle-SymbolicName: org.tigris.subversion.subclipse.core; singleton:=true
- Bundle-Version: 1.2.2
--Bundle-ClassPath: .,
-+Bundle-ClassPath: lib/subclipse-core.jar,
-  lib/svnClientAdapter.jar,
-  lib/svnjavahl.jar,
-  lib/svnkit.jar,
+--- MANIFEST.MF.original	2007-09-09 14:40:20.000000000 -0400
++++ MANIFEST.MF	2007-09-09 14:42:09.000000000 -0400
+@@ -14,8 +14,8 @@
+  rg.tigris.subversion.svnclientadapter.commandline.parser,org.tigris.s
+  ubversion.svnclientadapter.javahl,org.tigris.subversion.svnclientadap
+  ter.svnkit,org.tigris.subversion.svnclientadapter.utils
+-Bundle-ClassPath: .,lib/svnClientAdapter.jar,lib/svnjavahl.jar,lib/svn
+- kit.jar,lib/ganymed.jar
++Bundle-ClassPath: lib/subclipse-core.jar,lib/svnClientAdapter.jar,lib/
++ svnjavahl.jar,lib/svnkit.jar,lib/ganymed.jar
+ Bundle-Name: %pluginName
+ Bundle-Localization: plugin
+ Bundle-RequiredExecutionEnvironment: J2SE-1.4


Index: eclipse-subclipse.spec
===================================================================
RCS file: /cvs/extras/rpms/eclipse-subclipse/devel/eclipse-subclipse.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- eclipse-subclipse.spec	29 Aug 2007 05:34:31 -0000	1.7
+++ eclipse-subclipse.spec	9 Sep 2007 20:23:22 -0000	1.8
@@ -16,7 +16,7 @@
 
 Name:           eclipse-subclipse
 Version:        1.2.2
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Subversion Eclipse plugin
 
 Group:          Text Editors/Integrated Development Environments (IDE)
@@ -197,7 +197,7 @@
 # packaging .class files as a jar file
 jar -cf $RPM_BUILD_ROOT%{core_plugin_dir}/lib/subclipse-core.jar -C $RPM_BUILD_ROOT%{core_plugin_dir} org
 rm -rf $RPM_BUILD_ROOT%{core_plugin_dir}/org
-# adding the recently created jar to the plugin manifestOB
+# adding the recently created jar to the plugin manifest
 patch $RPM_BUILD_ROOT%{core_plugin_dir}/META-INF/MANIFEST.MF < %{SOURCE50}
 
 # removing core plugin internal jars




More information about the fedora-extras-commits mailing list