Blob Blame History Raw
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
@@ -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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+      id="org.spearce.egit"
+      label="Eclipse Git Feature"
+      version="0.2.2"
+      provider-name="spearce.org">
+
+   <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>
+
+   <plugin
+         id="org.spearce.egit.core"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.spearce.egit.ui"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.spearce.jgit"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.spearce.egit</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>