Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-03-28 05:59:55 +0000
committerDavid Williams2015-03-28 05:59:55 +0000
commitaa9d9cd6c4086568056a7353e37313174152a47c (patch)
tree6bd3928f086c1c0b68b6ecf4054d0683ada6e537 /eclipse.platform.releng.tychoeclipsebuilder/rcp.config
parent0d590df5b92cb9aca0a8b58dc69e317174a2901a (diff)
downloadeclipse.platform.releng.aggregator-aa9d9cd6c4086568056a7353e37313174152a47c.tar.gz
eclipse.platform.releng.aggregator-aa9d9cd6c4086568056a7353e37313174152a47c.tar.xz
eclipse.platform.releng.aggregator-aa9d9cd6c4086568056a7353e37313174152a47c.zip
Bug 463343 - Change "versioning" of rcp.config feature to use qualifier
of v${buildTimestamp}
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/rcp.config')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/rcp.config/pom.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/pom.xml
index d5002e7bf..a6e01ed12 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/pom.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/pom.xml
@@ -7,8 +7,8 @@
http://www.eclipse.org/org/documents/edl-v10.php
Contributors:
- Igor Fedorenko - initial implementation
- David Williams - improvements and maintenance
+ Igor Fedorenko - initial implementation
+ David Williams - improvements and maintenance
-->
<project
xmlns="http://maven.apache.org/POM/4.0.0"
@@ -30,6 +30,13 @@
<build>
<plugins>
<plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-packaging-plugin</artifactId>
+ <configuration>
+ <format>'v${buildTimestamp}'</format>
+ </configuration>
+ </plugin>
+ <plugin>
<artifactId>maven-resources-plugin</artifactId>
<executions>
<execution>

Back to the top