rpms/eclipse-egit/devel .cvsignore, 1.2, 1.3 eclipse-egit-add-feature.patch, 1.1, 1.2 eclipse-egit.spec, 1.1, 1.2 sources, 1.2, 1.3

Ben Konrath (bkonrath) fedora-extras-commits at redhat.com
Sat Sep 15 18:16:35 UTC 2007


Author: bkonrath

Update of /cvs/pkgs/rpms/eclipse-egit/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24245

Modified Files:
	.cvsignore eclipse-egit-add-feature.patch eclipse-egit.spec 
	sources 
Log Message:
* Fri Sep 14 2007 Ben Konrath <bkonrath at redhat.com> 0.2.2-0.git20070911.fc8
- Update to git20070911.
- Update feature and accosicated branding plugin.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-egit/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	15 Sep 2007 02:30:53 -0000	1.2
+++ .cvsignore	15 Sep 2007 18:16:03 -0000	1.3
@@ -1 +1,2 @@
-egit-522c3046b3b7e4af1a13ca17912e0bfe8b0983e4.tar.gz
+egit.png
+egit-7a3cbb48ecf66e962020518de3486c9f6d7a4cca.tar.gz

eclipse-egit-add-feature.patch:

Index: eclipse-egit-add-feature.patch
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-egit/devel/eclipse-egit-add-feature.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- eclipse-egit-add-feature.patch	15 Sep 2007 02:30:53 -0000	1.1
+++ eclipse-egit-add-feature.patch	15 Sep 2007 18:16:03 -0000	1.2
@@ -1,31 +1,60 @@
-diff -ruN egit.orig/org.spearce.egit/build.properties egit/org.spearce.egit/build.properties
---- egit.orig/org.spearce.egit/build.properties	1969-12-31 19:00:00.000000000 -0500
-+++ egit/org.spearce.egit/build.properties	2007-08-30 12:33:14.000000000 -0400
+diff --git a/org.spearce.egit-feature/.project b/org.spearce.egit-feature/.project
+new file mode 100644
+index 0000000..dac8f65
+--- /dev/null
++++ egit/org.spearce.egit-feature/.project
+@@ -0,0 +1,17 @@
++<?xml version="1.0" encoding="UTF-8"?>
++<projectDescription>
++	<name>org.spearce.egit-feature</name>
++	<comment></comment>
++	<projects>
++	</projects>
++	<buildSpec>
++		<buildCommand>
++			<name>org.eclipse.pde.FeatureBuilder</name>
++			<arguments>
++			</arguments>
++		</buildCommand>
++	</buildSpec>
++	<natures>
++		<nature>org.eclipse.pde.FeatureNature</nature>
++	</natures>
++</projectDescription>
+diff --git a/org.spearce.egit-feature/build.properties b/org.spearce.egit-feature/build.properties
+new file mode 100644
+index 0000000..64f93a9
+--- /dev/null
++++ egit/org.spearce.egit-feature/build.properties
 @@ -0,0 +1 @@
 +bin.includes = feature.xml
-diff -ruN egit.orig/org.spearce.egit/feature.xml egit/org.spearce.egit/feature.xml
---- egit.orig/org.spearce.egit/feature.xml	1969-12-31 19:00:00.000000000 -0500
-+++ egit/org.spearce.egit/feature.xml	2007-08-30 12:33:14.000000000 -0400
-@@ -0,0 +1,42 @@
+diff --git a/org.spearce.egit-feature/feature.xml b/org.spearce.egit-feature/feature.xml
+new file mode 100644
+index 0000000..01c53cd
+--- /dev/null
++++ egit/org.spearce.egit-feature/feature.xml
+@@ -0,0 +1,44 @@
 +<?xml version="1.0" encoding="UTF-8"?>
 +<feature
 +      id="org.spearce.egit"
 +      label="Eclipse Git Feature"
 +      version="0.2.2"
-+      provider-name="spearce.org">
++      provider-name="spearce.org"
++      plugin="org.spearce.egit">
 +
-+   <description>
-+      The Eclipse Git plugin allows developers to interact with Git
-+      repositories from within Eclipse.
-+   </description>
-+
-+   <copyright url="http://www.example.com/copyright">
-+      [Enter Copyright Description here.]
-+   </copyright>
-+
-+   <license url="http://www.example.com/license">
-+      GPLv2 EPL
-+   </license>
++   <requires>
++      <import plugin="org.eclipse.core.runtime"/>
++      <import plugin="org.eclipse.team.core"/>
++      <import plugin="org.eclipse.core.resources"/>
++      <import plugin="org.eclipse.core.filesystem"/>
++      <import plugin="org.eclipse.ui"/>
++      <import plugin="org.eclipse.team.ui"/>
++      <import plugin="org.eclipse.jface.text"/>
++      <import plugin="org.eclipse.ui.ide"/>
++      <import plugin="org.eclipse.ui.workbench.texteditor"/>
++      <import plugin="org.eclipse.compare"/>
++      <import plugin="org.junit"/>
++   </requires>
 +
 +   <plugin
 +         id="org.spearce.egit.core"
@@ -49,10 +78,24 @@
 +         unpack="false"/>
 +
 +</feature>
-diff -ruN egit.orig/org.spearce.egit/.project egit/org.spearce.egit/.project
---- egit.orig/org.spearce.egit/.project	1969-12-31 19:00:00.000000000 -0500
-+++ egit/org.spearce.egit/.project	2007-08-30 12:33:14.000000000 -0400
-@@ -0,0 +1,17 @@
+diff --git a/org.spearce.egit/.classpath b/org.spearce.egit/.classpath
+new file mode 100644
+index 0000000..acad1c2
+--- /dev/null
++++ egit/org.spearce.egit/.classpath
+@@ -0,0 +1,6 @@
++<?xml version="1.0" encoding="UTF-8"?>
++<classpath>
++	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
++	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
++	<classpathentry kind="output" path="bin"/>
++</classpath>
+diff --git a/org.spearce.egit/.project b/org.spearce.egit/.project
+new file mode 100644
+index 0000000..bbdc4e3
+--- /dev/null
++++ egit/org.spearce.egit/.project
+@@ -0,0 +1,28 @@
 +<?xml version="1.0" encoding="UTF-8"?>
 +<projectDescription>
 +	<name>org.spearce.egit</name>
@@ -61,12 +104,81 @@
 +	</projects>
 +	<buildSpec>
 +		<buildCommand>
-+			<name>org.eclipse.pde.FeatureBuilder</name>
++			<name>org.eclipse.jdt.core.javabuilder</name>
++			<arguments>
++			</arguments>
++		</buildCommand>
++		<buildCommand>
++			<name>org.eclipse.pde.ManifestBuilder</name>
++			<arguments>
++			</arguments>
++		</buildCommand>
++		<buildCommand>
++			<name>org.eclipse.pde.SchemaBuilder</name>
 +			<arguments>
 +			</arguments>
 +		</buildCommand>
 +	</buildSpec>
 +	<natures>
-+		<nature>org.eclipse.pde.FeatureNature</nature>
++		<nature>org.eclipse.pde.PluginNature</nature>
++		<nature>org.eclipse.jdt.core.javanature</nature>
 +	</natures>
 +</projectDescription>
+diff --git a/org.spearce.egit/META-INF/MANIFEST.MF b/org.spearce.egit/META-INF/MANIFEST.MF
+new file mode 100644
+index 0000000..40da4e0
+--- /dev/null
++++ egit/org.spearce.egit/META-INF/MANIFEST.MF
+@@ -0,0 +1,7 @@
++Manifest-Version: 1.0
++Bundle-ManifestVersion: 2
++Bundle-Name: Java Git / Eclipse Git
++Bundle-SymbolicName: org.spearce.egit
++Bundle-Version: 0.2.2
++Bundle-Vendor: spearce.org
++Bundle-RequiredExecutionEnvironment: J2SE-1.5
+diff --git a/org.spearce.egit/about.ini b/org.spearce.egit/about.ini
+new file mode 100644
+index 0000000..dcab31a
+--- /dev/null
++++ egit/org.spearce.egit/about.ini
+@@ -0,0 +1,28 @@
++# about.ini
++# contains information about a feature
++# java.io.Properties file (ISO 8859-1 with "\" escapes)
++# "%key" are externalized strings defined in about.properties
++# This file does not need to be translated.
++
++# Property "aboutText" contains blurb for "About" dialog (translated)
++aboutText=Java Git / Eclipse Git (by Shawn Pearce) is a Java Git library and plugin for the Eclipse IDE.
++
++# Property "windowImage" contains path to window icon (16x16)
++# needed for primary features only
++
++# Property "featureImage" contains path to feature image (32x32)
++featureImage=egit.png
++
++# Property "aboutImage" contains path to product image (500x330 or 115x164)
++# needed for primary features only
++
++# Property "appName" contains name of the application (not translated)
++# needed for primary features only
++
++# Property "welcomePerspective" contains the id of the perspective in which the
++# welcome page is to be opened.
++# optional
++
++# Property "tipsAndTricksHref" contains the Help topic href to a tips and tricks page 
++# optional
++# tipsAndTricksHref=/org.eclipse.jdt.doc.user/tips/jdt_tips.html
+\ No newline at end of file
+diff --git a/org.spearce.egit/build.properties b/org.spearce.egit/build.properties
+new file mode 100644
+index 0000000..34d2e4d
+--- /dev/null
++++ egit/org.spearce.egit/build.properties
+@@ -0,0 +1,4 @@
++source.. = src/
++output.. = bin/
++bin.includes = META-INF/,\
++               .


Index: eclipse-egit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-egit/devel/eclipse-egit.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- eclipse-egit.spec	15 Sep 2007 02:30:53 -0000	1.1
+++ eclipse-egit.spec	15 Sep 2007 18:16:03 -0000	1.2
@@ -4,13 +4,14 @@
 Summary:          Eclipse Git plug-in
 Name:             eclipse-egit
 Version:          0.2.2
-Release:          0.git20070826%{?dist}
+Release:          0.git20070911%{?dist}
 License:          EPL GPLv2
 URL:              http://repo.or.cz/w/egit.git
 Group:            Development/Tools
 
-# retrieved from http://repo.or.cz/w/egit.git?a=snapshot;h=522c3046b3b7e4af1a13ca17912e0bfe8b0983e4;sf=tgz
-Source0:          egit-522c3046b3b7e4af1a13ca17912e0bfe8b0983e4.tar.gz
+# retrieved from http://repo.or.cz/w/egit.git?a=snapshot;h=7a3cbb48ecf66e962020518de3486c9f6d7a4cca;sf=tgz
+Source0:          egit-7a3cbb48ecf66e962020518de3486c9f6d7a4cca.tar.gz
+Source1:          egit.png
 Patch0:           %{name}-add-feature.patch
 
 Requires:         eclipse-platform > 1:3.3.0
@@ -39,6 +40,7 @@
 %prep
 %setup -q -c 
 %patch0 -p0
+cp %{SOURCE1} egit/org.spearce.egit
 
 %build
 # Copy the SDK for build
@@ -95,5 +97,9 @@
 %endif
 
 %changelog
+* Fri Sep 14 2007 Ben Konrath <bkonrath at redhat.com> 0.2.2-0.git20070911.fc8
+- Update to git20070911.
+- Update feature and accosicated branding plugin.
+
 * Wed Aug 29 2007 Ben Konrath <bkonrath at redhat.com> 0.2.2-0.git20070826.fc8
 - Initial version


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-egit/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	15 Sep 2007 02:30:53 -0000	1.2
+++ sources	15 Sep 2007 18:16:03 -0000	1.3
@@ -1 +1,2 @@
-fbbbb7b7366d5a9f397f521837fe3e19  egit-522c3046b3b7e4af1a13ca17912e0bfe8b0983e4.tar.gz
+5d1082d9db40f01c5de094ac8769514b  egit.png
+d2730356da7d7b616ff262b4df74bfb2  egit-7a3cbb48ecf66e962020518de3486c9f6d7a4cca.tar.gz




More information about the fedora-extras-commits mailing list