Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Jongman2015-05-06 20:15:59 +0000
committerWim Jongman2015-05-06 20:15:59 +0000
commit33ed9107d315dff3a6085b66deaae6d5af0b7fa1 (patch)
tree1f9a39df0452bccecd37c1e1ca87cb9458e662cd
parent0133c8737c26a721f9179194da11581da89f3b36 (diff)
downloadorg.eclipse.simrel.build-33ed9107d315dff3a6085b66deaae6d5af0b7fa1.tar.gz
org.eclipse.simrel.build-33ed9107d315dff3a6085b66deaae6d5af0b7fa1.tar.xz
org.eclipse.simrel.build-33ed9107d315dff3a6085b66deaae6d5af0b7fa1.zip
Bug 463010 - Change aggregator build to unpack200 with Java 8
New release for pack feature
-rw-r--r--ecf.b3aggrcon10
1 files changed, 5 insertions, 5 deletions
diff --git a/ecf.b3aggrcon b/ecf.b3aggrcon
index 9285b82eb..75c40b406 100644
--- a/ecf.b3aggrcon
+++ b/ecf.b3aggrcon
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="ASCII"?>
<aggregator:Contribution xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:aggregator="http://www.eclipse.org/b3/2011/aggregator/1.1.0" label="ECF">
- <repositories location="http://download.eclipse.org/rt/ecf/3.9.3/site.p2" description="ECF updates">
- <features name="org.eclipse.ecf.core.feature.group" versionRange="3.9.3.v20150306-2024">
+ <repositories location="http://download.eclipse.org/rt/ecf/463010/site.p2/" description="ECF updates">
+ <features name="org.eclipse.ecf.core.feature.group" versionRange="3.10.0.v20150506-1752">
<categories href="simrel.b3aggr#//@customCategories[identifier='Collaboration']"/>
<categories href="simrel.b3aggr#//@customCategories[identifier='EclipseRT%20Target%20Platform%20Components']"/>
</features>
- <features name="org.eclipse.ecf.core.source.feature.group" versionRange="3.9.3.v20150306-2024">
+ <features name="org.eclipse.ecf.core.source.feature.group" versionRange="3.10.0.v20150506-1752">
<categories href="simrel.b3aggr#//@customCategories[identifier='Collaboration']"/>
<categories href="simrel.b3aggr#//@customCategories[identifier='EclipseRT%20Target%20Platform%20Components']"/>
</features>
- <features name="org.eclipse.ecf.remoteservice.sdk.feature.feature.group" versionRange="3.9.3.v20150306-2024">
+ <features name="org.eclipse.ecf.remoteservice.sdk.feature.feature.group" versionRange="3.10.0.v20150506-1752">
<categories href="simrel.b3aggr#//@customCategories[identifier='Collaboration']"/>
<categories href="simrel.b3aggr#//@customCategories[identifier='EclipseRT%20Target%20Platform%20Components']"/>
</features>
- <features name="org.eclipse.ecf.remoteservice.sdk.source.feature.feature.group" versionRange="3.9.3.v20150306-2024">
+ <features name="org.eclipse.ecf.remoteservice.sdk.source.feature.feature.group" versionRange="3.10.0.v20150506-1752">
<categories href="simrel.b3aggr#//@customCategories[identifier='Collaboration']"/>
<categories href="simrel.b3aggr#//@customCategories[identifier='EclipseRT%20Target%20Platform%20Components']"/>
</features>

Back to the top