Blame SOURCES/eclipse-remove-jgit-provider.patch

10f0d1
--- eclipse-platform-parent/pom.xml.orig	2014-05-26 17:04:22.000000000 +0300
10f0d1
+++ eclipse-platform-parent/pom.xml	2014-05-26 18:57:29.044704226 +0300
10f0d1
@@ -332,7 +332,7 @@
10f0d1
           <artifactId>tycho-packaging-plugin</artifactId>
10f0d1
           <version>${tycho.version}</version>
10f0d1
           <dependencies>
10f0d1
-            <dependency>
10f0d1
+            
10f0d1
               <groupId>org.eclipse.tycho.extras</groupId>
10f0d1
               <artifactId>tycho-buildtimestamp-jgit</artifactId>
10f0d1
               <version>${tycho-extras.version}</version>
10f0d1
@@ -341,19 +341,19 @@
10f0d1
               <groupId>org.eclipse.tycho.extras</groupId>
10f0d1
               <artifactId>tycho-sourceref-jgit</artifactId>
10f0d1
               <version>${tycho-extras.version}</version>
10f0d1
-            </dependency>
10f0d1
+            </dependency-->
10f0d1
           </dependencies>
10f0d1
           <configuration>
10f0d1
             <strictBinIncludes>false</strictBinIncludes>
10f0d1
             <format>'v'yyyyMMdd-HHmm</format>
10f0d1
-            <timestampProvider>jgit</timestampProvider>
10f0d1
+            
10f0d1
             <jgit.ignore>
10f0d1
               pom.xml
10f0d1
             </jgit.ignore>
10f0d1
             <jgit.dirtyWorkingTree>${jgit.dirtyWorkingTree}</jgit.dirtyWorkingTree>
10f0d1
-            <sourceReferences>
10f0d1
+            
10f0d1
               <generate>true</generate>
10f0d1
-            </sourceReferences>
10f0d1
+            </sourceReferences-->
10f0d1
             <archive>
10f0d1
               <addMavenDescriptor>false</addMavenDescriptor>
10f0d1
             </archive>