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

36 lines
1.5 KiB
Diff
Raw Normal View History

2014-05-27 05:37:15 +00:00
--- 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 @@
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>
2014-05-27 05:37:15 +00:00
@@ -341,19 +341,19 @@
2012-12-19 17:47:29 +00:00
<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>
2014-05-27 05:37:15 +00:00
+ </dependency-->
2012-12-19 17:47:29 +00:00
</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>
2014-05-27 05:37:15 +00:00
pom.xml
</jgit.ignore>
2014-03-14 17:26:14 +00:00
<jgit.dirtyWorkingTree>${jgit.dirtyWorkingTree}</jgit.dirtyWorkingTree>
- <sourceReferences>
+ <!--sourceReferences>
2012-12-19 17:47:29 +00:00
<generate>true</generate>
- </sourceReferences>
2013-03-15 08:27:43 +00:00
+ </sourceReferences-->
<archive>
2014-05-27 05:37:15 +00:00
<addMavenDescriptor>false</addMavenDescriptor>
2013-03-15 08:27:43 +00:00
</archive>