23 lines
903 B
Diff
23 lines
903 B
Diff
|
--- eclipse-parent/pom.xml.bak 2012-08-09 16:08:45.000000000 +0200
|
||
|
+++ eclipse-parent/pom.xml 2012-08-09 16:10:22.504134998 +0200
|
||
|
@@ -165,19 +165,9 @@
|
||
|
<groupId>org.eclipse.tycho</groupId>
|
||
|
<artifactId>tycho-packaging-plugin</artifactId>
|
||
|
<version>${tycho.version}</version>
|
||
|
- <dependencies>
|
||
|
- <dependency>
|
||
|
- <groupId>org.eclipse.tycho.extras</groupId>
|
||
|
- <artifactId>tycho-buildtimestamp-jgit</artifactId>
|
||
|
- <version>${tycho-extras.version}</version>
|
||
|
- </dependency>
|
||
|
- </dependencies>
|
||
|
<configuration>
|
||
|
<strictBinIncludes>false</strictBinIncludes>
|
||
|
<format>'v'yyyyMMdd-HHmm</format>
|
||
|
- <timestampProvider>jgit</timestampProvider>
|
||
|
- <jgit.ignore>
|
||
|
- </jgit.ignore>
|
||
|
</configuration>
|
||
|
</plugin>
|
||
|
<plugin>
|