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