Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-01-21 04:43:51 +0000
committerDavid Williams2014-01-21 04:43:51 +0000
commit38e7a8e5b6f3db33b05a875df4ca300f3a6ad7db (patch)
tree86e646fa0d02b385101d4904017557cff49898dd
parentcd9348c82e23375fe9d4dd8beb0cc1a5957ce0a5 (diff)
downloadeclipse.platform.releng.aggregator-38e7a8e5b6f3db33b05a875df4ca300f3a6ad7db.tar.gz
eclipse.platform.releng.aggregator-38e7a8e5b6f3db33b05a875df4ca300f3a6ad7db.tar.xz
eclipse.platform.releng.aggregator-38e7a8e5b6f3db33b05a875df4ca300f3a6ad7db.zip
Bug 407956 - [minor] Can not launch starter kit on Mac
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/pom.xml
index c0f9e0b02..27116312a 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/pom.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/pom.xml
@@ -65,7 +65,7 @@
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-p2-extras-plugin</artifactId>
- <version>${tycho.version}</version>
+ <version>${tycho-extras.version}</version>
<executions>
<execution>
<phase>package</phase>

Back to the top