Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Jongman2015-05-11 10:59:30 +0000
committerWim Jongman2015-05-11 10:59:30 +0000
commit1dca04dd72f8ce5fe36df3acd0debd645f721dac (patch)
treebeafa94e9800d1033611d3c18545c9697cd74564
parent4840e47595fd058a713f0eceaeb1baee79741673 (diff)
downloadorg.eclipse.simrel.build-1dca04dd72f8ce5fe36df3acd0debd645f721dac.tar.gz
org.eclipse.simrel.build-1dca04dd72f8ce5fe36df3acd0debd645f721dac.tar.xz
org.eclipse.simrel.build-1dca04dd72f8ce5fe36df3acd0debd645f721dac.zip
Bug 463010 - Change aggregator build to unpack200 with Java 8
I think you are using Buckminster, right? And, confess I do not know much about it. But, since it is not taking the "eclipse.inf" from your main plugin, automatically, I could try adding it explicitly to the "exports' in your build.properties. source.. = src/ output.. = bin/ bin.includes = META-INF/,\ .,\ plugin.properties,\ jars/xpp.jar,\ asl-v20.txt,\ about.html src.includes = jars/,\ <= consider removing asl-v20.txt,\ about.html,\ META-INF/eclipse.inf <== new part javacSource = 1.5 javacTarget = 1.5 jre.compilation.profile = J2SE-1.5
-rw-r--r--ecf.b3aggrcon10
1 files changed, 5 insertions, 5 deletions
diff --git a/ecf.b3aggrcon b/ecf.b3aggrcon
index 6dcc0c1c3..eaba561a8 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/463010.1/site.p2/" description="ECF updates">
- <features name="org.eclipse.ecf.core.feature.group" versionRange="3.10.0.v20150507-1648">
+ <repositories location="http://download.eclipse.org/rt/ecf/463010.2/site.p2/" description="ECF updates">
+ <features name="org.eclipse.ecf.core.feature.group" versionRange="3.10.0.v20150511-0846">
<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.10.0.v20150507-1648">
+ <features name="org.eclipse.ecf.core.source.feature.group" versionRange="3.10.0.v20150511-0846">
<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.10.0.v20150507-1648">
+ <features name="org.eclipse.ecf.remoteservice.sdk.feature.feature.group" versionRange="3.10.0.v20150511-0846">
<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.10.0.v20150507-1648">
+ <features name="org.eclipse.ecf.remoteservice.sdk.source.feature.feature.group" versionRange="3.10.0.v20150511-0846">
<categories href="simrel.b3aggr#//@customCategories[identifier='Collaboration']"/>
<categories href="simrel.b3aggr#//@customCategories[identifier='EclipseRT%20Target%20Platform%20Components']"/>
</features>

Back to the top