Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-03-15 06:24:01 +0000
committerDavid Williams2015-03-15 06:24:13 +0000
commit011987b2ca6dc7ea61f4165826938062e9671883 (patch)
treee9283af5b275e9c596be77afed54c4653babd9e4 /eclipse-platform-parent/pom.xml
parentd13181b2dbac851bba95dc11d9b5232066b6b442 (diff)
downloadeclipse.platform.releng.aggregator-011987b2ca6dc7ea61f4165826938062e9671883.tar.gz
eclipse.platform.releng.aggregator-011987b2ca6dc7ea61f4165826938062e9671883.tar.xz
eclipse.platform.releng.aggregator-011987b2ca6dc7ea61f4165826938062e9671883.zip
[releng] Synch master with macapp branch, in prep of using Tycho
23-SNAPSHOT.
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-rw-r--r--eclipse-platform-parent/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 00d3c7aac..28f0ca3d4 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -63,13 +63,14 @@
<releaseNumberSDK>4.5</releaseNumberSDK>
<releaseNumberPlatform>4.5</releaseNumberPlatform>
- <!-- using staged, or locally built (forked) snapshot version for bug 461207 and bug 431116
+ <!-- using snapshot, or locally built (forked) snapshot version for bug 461207 and bug 431116-->
<tycho.version>0.23.0-SNAPSHOT</tycho.version>
<tycho-extras.version>0.23.0-SNAPSHOT</tycho-extras.version>
- -->
+ <!-- For using released 22
<tycho.version>0.22.0</tycho.version>
<tycho-extras.version>0.22.0</tycho-extras.version>
+ -->
<cbi-plugins.version>1.1.1</cbi-plugins.version>
@@ -760,8 +761,7 @@
<!-- this is to fix some lucene 3.x compatibility issue -->
<argLine>-Dhelp.lucene.tokenizer=standard</argLine>
<!-- actuall indexer call -->
- <appArgLine>-data target/apibuild-workspace -application org.eclipse.ant.core.antRunner -buildfile
- target/.apibuild.xml</appArgLine>
+ <appArgLine>-data target/apibuild-workspace -application org.eclipse.ant.core.antRunner -buildfile target/.apibuild.xml</appArgLine>
<dependencies>
<!-- list of bundles that we need -->
<dependency>

Back to the top