Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-04-29 04:59:47 +0000
committerDavid Williams2015-04-29 04:59:47 +0000
commita09340221bcb1126218c7f1fc2561d9567da489b (patch)
treefebd6dd7d18c1d97665a4684a55c85a9b5566e57
parent7fae0a91e39b012c01baed783feea54ed45856c0 (diff)
downloadeclipse.platform.releng.aggregator-a09340221bcb1126218c7f1fc2561d9567da489b.tar.gz
eclipse.platform.releng.aggregator-a09340221bcb1126218c7f1fc2561d9567da489b.tar.xz
eclipse.platform.releng.aggregator-a09340221bcb1126218c7f1fc2561d9567da489b.zip
Bug 465342 - a.jre.javase appears to be at wrong version (1.7.0)
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/pom.xml13
1 files changed, 1 insertions, 12 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/pom.xml
index 259fd26b9..b1431de1c 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/pom.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/pom.xml
@@ -117,16 +117,6 @@
<source>
<!-- source repositories to mirror from -->
- <!-- This config/executable p2 metadata should be in any of the "product" targetPlatformRepoositories,
- I'd just arbitrarily picked "platform" as the one to use to get our final versions from, for our
- main repository.
- -->
- <repository>
- <url>${project.baseUri}../platform/target/targetPlatformRepository</url>
- <layout>p2-metadata</layout>
- <!-- supported layouts are "p2-metadata", "p2-artifacts", and "p2" (for joint repositories; default) -->
- </repository>
-
<repository>
<url>${project.baseUri}/../rcp/target/repository</url>
<layout>p2</layout>
@@ -943,8 +933,7 @@
<id>org.eclipse.rcp.feature.group</id>
<id>org.eclipse.rcp.source.feature.group</id>
<id>a.jre.javase</id>
- <!-- TODO this needs to be o.e.equinox.executable -->
- <id>org.eclipse.equinox.executable.feature.group</id>
+ <id>org.eclipse.equinox.executable</id>
</iu>
</ius>
<!-- The destination directory to mirror to. -->

Back to the top