Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-02-18 16:47:02 +0000
committerDavid Williams2015-02-18 16:48:08 +0000
commitecbf014b17823c4b124305deef5b99d5b52a2eea (patch)
tree092b3bc2e466f59b808034919588e6e00b2be5a6
parent5edabae03c93793809d65f068ab5efa2a82805d9 (diff)
downloadorg.eclipse.simrel.build-ecbf014b17823c4b124305deef5b99d5b52a2eea.tar.gz
org.eclipse.simrel.build-ecbf014b17823c4b124305deef5b99d5b52a2eea.tar.xz
org.eclipse.simrel.build-ecbf014b17823c4b124305deef5b99d5b52a2eea.zip
Revert "Bug 460094 - Warning about unsigned content when updating to Luna"
This reverts commit a1e1905b87d303dfe11bb5ec903355c63b8bf933. Reverting to get "standard" build promoted.
-rw-r--r--simrel.b3aggr7
1 files changed, 1 insertions, 6 deletions
diff --git a/simrel.b3aggr b/simrel.b3aggr
index 5dd49c8bc..77854bcd1 100644
--- a/simrel.b3aggr
+++ b/simrel.b3aggr
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ASCII"?>
-<aggregator:Aggregation xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:aggregator="http://www.eclipse.org/b3/2011/aggregator/1.1.0" description="Aggregation files used for yearly &quot;release train&quot;." buildmaster="//@contacts[email='david_williams@us.ibm.com']" label="Luna" buildRoot="buildresultsLuna" packedStrategy="UNPACK_AS_SIBLING" sendmail="true" type="I" allowLegacySites="false">
+<aggregator:Aggregation xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:aggregator="http://www.eclipse.org/b3/2011/aggregator/1.1.0" description="Aggregation files used for yearly &quot;release train&quot;." buildmaster="//@contacts[email='david_williams@us.ibm.com']" label="Luna" buildRoot="buildresultsLuna" packedStrategy="UNPACK_AS_SIBLING" sendmail="true" type="I" allowLegacySites="false">
<validationSets label="main">
<contributions href="equinox.b3aggrcon#/"/>
<contributions href="ep.b3aggrcon#/"/>
@@ -72,11 +72,6 @@
<contributions href="emfstore.b3aggrcon#/"/>
<contributions href="ecp.b3aggrcon#/"/>
<contributions href="XWT.b3aggrcon#/"/>
- <contributions description="A bit of hack to pull signed version of bundle forward, from Luna SR0." label="QuickFix" contacts="//@contacts[email='david_williams@us.ibm.com']">
- <repositories location="http://download.eclipse.org/releases/luna/201406250900/" description="Only ONE bundle comes from SR0">
- <bundles name="javax.persistence" versionRange="2.1.0.v201304241213"/>
- </repositories>
- </contributions>
</validationSets>
<validationSets description="EclipseRT Project RAP" label="runtime">
<contributions href="emf-emf-rap.b3aggrcon#/"/>

Back to the top