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>
|
2012-12-19 17:47:29 +00:00
|
|
|
+ <!--timestampProvider>jgit</timestampProvider>
|
|
|
|
<jgit.ignore>
|
|
|
|
pom.xml
|
|
|
|
</jgit.ignore>
|
|
|
|
<sourceReferences>
|
|
|
|
<generate>true</generate>
|
|
|
|
- </sourceReferences>
|
|
|
|
+ </sourceReferences -->
|
2012-08-10 07:06:59 +00:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|