Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2012-07-06 12:44:15 +0000
committerIgor Fedorenko2012-07-06 12:44:15 +0000
commit03159433709abcd6b2a5be76d677f0333ee306ca (patch)
tree19c158e719ab9924cf7dd06bf3306882d21c3275 /eclipse-parent/pom.xml
parent685f9ece2ef7e55c60df5559f2bacfcbe5232a3f (diff)
downloadeclipse.platform.releng.aggregator-03159433709abcd6b2a5be76d677f0333ee306ca.tar.gz
eclipse.platform.releng.aggregator-03159433709abcd6b2a5be76d677f0333ee306ca.tar.xz
eclipse.platform.releng.aggregator-03159433709abcd6b2a5be76d677f0333ee306ca.zip
370707 git-based version qualifiers, baseline comparison
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
Diffstat (limited to 'eclipse-parent/pom.xml')
-rw-r--r--eclipse-parent/pom.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/eclipse-parent/pom.xml b/eclipse-parent/pom.xml
index cba9c476e..107ed79dc 100644
--- a/eclipse-parent/pom.xml
+++ b/eclipse-parent/pom.xml
@@ -158,8 +158,19 @@
<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>
@@ -195,6 +206,20 @@
<artifactId>tycho-custom-bundle-plugin</artifactId>
<version>${tycho-extras.version}</version>
</plugin>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-p2-plugin</artifactId>
+ <version>${tycho.version}</version>
+ <configuration>
+ <baselineMode>warn</baselineMode>
+ <baselineReplace>none</baselineReplace>
+ <baselineRepositories>
+ <repository>
+ <url>http://download.eclipse.org/eclipse/updates/4.2</url>
+ </repository>
+ </baselineRepositories>
+ </configuration>
+ </plugin>
</plugins>
</pluginManagement>
</build>

Back to the top