Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--eclipse-platform-parent/pom.xml8
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/rcp.config/forceQualifierUpdate.txt3
2 files changed, 6 insertions, 5 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>
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/forceQualifierUpdate.txt b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/forceQualifierUpdate.txt
index 32870d416..dd5927e03 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/forceQualifierUpdate.txt
+++ b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/forceQualifierUpdate.txt
@@ -15,4 +15,5 @@ Bug 454373 - Comparator error in rcp.config in 20141207-2000
Bug 454373 - Comparator error in rcp.config in I20141210-0800
Bug 449990 - [1.9] --launcher.XXMaxPermSize should not pass -XX:MaxPermSize= for Oracle VMs >= 8
Bug 458558 - [1.9] --launcher.XXMaxPermSize should not pass -XX:MaxPermSize= for Oracle VMs >= 8
-Bug 458558 - [1.9] --launcher.XXMaxPermSize should not pass -XX:MaxPermSize= for Oracle VMs >= 8 \ No newline at end of file
+Bug 458558 - [1.9] --launcher.XXMaxPermSize should not pass -XX:MaxPermSize= for Oracle VMs >= 8
+Touch due to changes for "Mac App" layout \ No newline at end of file

Back to the top