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

35 lines
1.3 KiB
Diff
Raw Normal View History

2012-12-19 17:47:29 +00:00
--- 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 @@
2012-08-10 07:06:59 +00:00
<artifactId>tycho-packaging-plugin</artifactId>
<version>${tycho.version}</version>
2012-12-19 17:47:29 +00:00
<dependencies>
2012-08-10 07:06:59 +00:00
- <dependency>
2012-12-19 17:47:29 +00:00
+ <!-- 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>
2012-08-10 07:06:59 +00:00
- </dependency>
2012-12-19 17:47:29 +00:00
+ </dependency -->
</dependencies>
2012-08-10 07:06:59 +00:00
<configuration>
<strictBinIncludes>false</strictBinIncludes>
<format>'v'yyyyMMdd-HHmm</format>
- <timestampProvider>jgit</timestampProvider>
+ <!--timestampProvider>jgit</timestampProvider-->
<!--jgit.ignore>
2012-12-19 17:47:29 +00:00
pom.xml
</jgit.ignore-->
- <sourceReferences>
+ <!--sourceReferences>
2012-12-19 17:47:29 +00:00
<generate>true</generate>
- </sourceReferences>
+ </sourceReferences -->
2012-08-10 07:06:59 +00:00
</configuration>
</plugin>
<plugin>