eclipse/eclipse-remove-jgit-provide...

35 lines
1.3 KiB
Diff

--- eclipse-parent/pom.xml.orig 2012-12-17 15:03:11.000000000 +0100
+++ eclipse-parent/pom.xml 2012-12-18 10:01:03.641488185 +0100
@@ -207,7 +207,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>
@@ -216,18 +216,18 @@
<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-->
- <sourceReferences>
+ <!--sourceReferences>
<generate>true</generate>
- </sourceReferences>
+ </sourceReferences -->
</configuration>
</plugin>
<plugin>