Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Webster2012-09-24 14:18:27 +0000
committerPaul Webster2012-09-24 14:18:27 +0000
commit35053fd4b704f6cd4e34b0615fe32faf2e2429a3 (patch)
tree436c4c27297bee22e013fe95580858097bb44f5f /eclipse.platform.releng.tychoeclipsebuilder/platform/platform.p2.inf
parent33382cd33f216e22cdf7fb3a664d66d10595e083 (diff)
downloadeclipse.platform.releng.aggregator-35053fd4b704f6cd4e34b0615fe32faf2e2429a3.tar.gz
eclipse.platform.releng.aggregator-35053fd4b704f6cd4e34b0615fe32faf2e2429a3.tar.xz
eclipse.platform.releng.aggregator-35053fd4b704f6cd4e34b0615fe32faf2e2429a3.zip
Bug 390203 - Duplicate IU error during building
Remove the platform.sdk and change the IU IDs for the product tooling IUs
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/platform/platform.p2.inf')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/platform/platform.p2.inf18
1 files changed, 9 insertions, 9 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/platform/platform.p2.inf b/eclipse.platform.releng.tychoeclipsebuilder/platform/platform.p2.inf
index 48fb4865d..471f0520e 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/platform/platform.p2.inf
+++ b/eclipse.platform.releng.tychoeclipsebuilder/platform/platform.p2.inf
@@ -5,21 +5,21 @@ addRepository(type:0,location:http${#58}//download.eclipse.org/releases/juno,nam
addRepository(type:1,location:http${#58}//download.eclipse.org/releases/juno,name:Juno);\
mkdir(path:${installFolder}/dropins);
requires.1.namespace=org.eclipse.equinox.p2.iu
-requires.1.name=toolingorg.eclipse.configuration.macosx
+requires.1.name=toolingorg.eclipse.platform.configuration.macosx
requires.1.filter=(osgi.os=macosx)
requires.1.range=[1.0.0,1.0.0]
requires.1.greedy=true
requires.2.namespace=org.eclipse.equinox.p2.iu
-requires.2.name=toolingorg.eclipse.configuration
+requires.2.name=toolingorg.eclipse.platform.configuration
requires.2.filter=(!(osgi.os=macosx))
requires.2.range=[1.0.0,1.0.0]
requires.2.greedy=true
-units.1.id=toolingorg.eclipse.configuration.macosx
+units.1.id=toolingorg.eclipse.platform.configuration.macosx
units.1.version=1.0.0
units.1.provides.1.namespace=org.eclipse.equinox.p2.iu
-units.1.provides.1.name=toolingorg.eclipse.configuration.macosx
+units.1.provides.1.name=toolingorg.eclipse.platform.configuration.macosx
units.1.provides.1.version=1.0.0
units.1.filter=(osgi.os=macosx)
units.1.touchpoint.id=org.eclipse.equinox.p2.osgi
@@ -27,10 +27,10 @@ units.1.touchpoint.version=1.0.0
units.1.instructions.configure=setProgramProperty(propName:osgi.instance.area.default,propValue:@user.home/Documents/workspace);
units.1.instructions.unconfigure=setProgramProperty(propName:osgi.instance.area.default,propValue:);
-units.2.id=toolingorg.eclipse.configuration
+units.2.id=toolingorg.eclipse.platform.configuration
units.2.version=1.0.0
units.2.provides.1.namespace=org.eclipse.equinox.p2.iu
-units.2.provides.1.name=toolingorg.eclipse.configuration
+units.2.provides.1.name=toolingorg.eclipse.platform.configuration
units.2.provides.1.version=1.0.0
units.2.filter=(!(osgi.os=macosx))
units.2.touchpoint.id=org.eclipse.equinox.p2.osgi
@@ -39,15 +39,15 @@ units.2.instructions.configure=setProgramProperty(propName:osgi.instance.area.de
units.2.instructions.unconfigure=setProgramProperty(propName:osgi.instance.area.default,propValue:);
requires.3.namespace=org.eclipse.equinox.p2.iu
-requires.3.name=toolingorg.eclipse.configuration.gtk.linux.x86_64
+requires.3.name=toolingorg.eclipse.platform.configuration.gtk.linux.x86_64
requires.3.filter=(&(osgi.os=linux) (osgi.arch=x86_64) (osgi.ws=gtk))
requires.3.range=[1.0.0,1.0.0]
requires.3.greedy=true
-units.3.id=toolingorg.eclipse.configuration.gtk.linux.x86_64
+units.3.id=toolingorg.eclipse.platform.configuration.gtk.linux.x86_64
units.3.version=1.0.0
units.3.provides.1.namespace=org.eclipse.equinox.p2.iu
-units.3.provides.1.name=toolingorg.eclipse.configuration.gtk.linux.x86_64
+units.3.provides.1.name=toolingorg.eclipse.platform.configuration.gtk.linux.x86_64
units.3.provides.1.version=1.0.0
units.3.filter=(&(osgi.os=linux) (osgi.arch=x86_64) (osgi.ws=gtk))
units.3.touchpoint.id=org.eclipse.equinox.p2.osgi

Back to the top