Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2012-11-27 00:49:06 +0000
committerThanh Ha2012-12-07 15:46:24 +0000
commit48929c2422d854c78bcf4a8ec7fdaa41b42f99c7 (patch)
tree0664cc2fb4ad7e05b1b9aab53f7d3117989b1937 /eclipse.platform.releng.tychoeclipsebuilder/rcp
parentd80a7c9e9ae9023ec58bca6ca1f2458f43ecb287 (diff)
downloadeclipse.platform.releng.aggregator-48929c2422d854c78bcf4a8ec7fdaa41b42f99c7.tar.gz
eclipse.platform.releng.aggregator-48929c2422d854c78bcf4a8ec7fdaa41b42f99c7.tar.xz
eclipse.platform.releng.aggregator-48929c2422d854c78bcf4a8ec7fdaa41b42f99c7.zip
Bug 390721 - The product IU qualifier is not updated
Set the product qualifier to ${buildId}
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/rcp')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/rcp/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/rcp/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/rcp/pom.xml
index eded8467b..f6b987f28 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/rcp/pom.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/rcp/pom.xml
@@ -34,6 +34,14 @@
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-packaging-plugin</artifactId>
+ <version>${tycho.version}</version>
+ <configuration>
+ <format>'${buildId}'</format>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-director-plugin</artifactId>
<executions>
<execution>

Back to the top