Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-09-01 17:57:55 +0000
committerDavid Williams2015-09-01 17:57:55 +0000
commit292533db8a5bd4e6deea29c4c4c8772094b016c1 (patch)
tree9abeab05640cd20db4cfc6e11a03571994f5dc6d /eclipse-platform-parent/pom.xml
parent18f8543a85021f0161f4e14f7895a78a09dba134 (diff)
downloadeclipse.platform.releng.aggregator-292533db8a5bd4e6deea29c4c4c8772094b016c1.tar.gz
eclipse.platform.releng.aggregator-292533db8a5bd4e6deea29c4c4c8772094b016c1.tar.xz
eclipse.platform.releng.aggregator-292533db8a5bd4e6deea29c4c4c8772094b016c1.zip
Bug 464587 - [BETA_JAVA9] Build Eclipse SDK from 'BETA_JAVA9' branches
Changes to build a patched feature for Neon
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-rw-r--r--eclipse-platform-parent/pom.xml19
1 files changed, 10 insertions, 9 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 3e526e3cd..abbb46e3f 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -178,7 +178,7 @@
<id>tycho-staged</id>
<url>https://oss.sonatype.org/content/repositories/orgeclipsetycho-1022/</url>
</pluginRepository>
- -->
+ -->
<pluginRepository>
<id>tycho</id>
@@ -369,7 +369,7 @@
<escapeString>\</escapeString>
</configuration>
</execution>
- <execution>
+ <execution>
<id>saveproperties</id>
<configuration>
<outputDirectory>${project.build.directory}</outputDirectory>
@@ -498,7 +498,7 @@
<archive>
<addMavenDescriptor>false</addMavenDescriptor>
</archive>
- <additionalFileSets combine.children="append">
+ <additionalFileSets combine.children="append">
<fileSet>
<directory>${project.build.directory}</directory>
<includes>
@@ -569,15 +569,15 @@
</pluginManagement>
</build>
<profiles>
- <profile>
- <id>patchBuild</id>
+ <profile>
+ <id>java9patch46</id>
<properties>
- <qualifier.format>'v'yyyyMMdd-HHmm'_BETA_JAVA9'</qualifier.format>
+ <qualifier.format>'v'yyyyMMdd-HHmm'_BETA_JAVA9'</qualifier.format>
</properties>
<repositories>
<repository>
- <id>eclipse-p2-repo-java9patch</id>
- <url>http://download.eclipse.org/eclipse/updates/4.6milestones/S-4.6M1-201508052000/</url>
+ <id>eclipse-p2-repo-java9patch46</id>
+ <url>http://download.eclipse.org/eclipse/updates/4.6-I-builds/I20150901-0800/</url>
<layout>p2</layout>
</repository>
</repositories>
@@ -816,7 +816,8 @@
<argLine>-Dhelp.lucene.tokenizer=standard</argLine>
-->
<!-- actual 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