Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-02-10 18:10:36 +0000
committerDavid Williams2015-02-10 18:10:36 +0000
commit97d9f539d4bf4b29a8b116b8eb921682f3fdf5db (patch)
treed7014119c9c023a248381905ae895693aecb6560 /eclipse.platform.releng.tychoeclipsebuilder/sdk/sdk.p2.inf
parent857a416a30dcdfb830ef04b77af16a5285c97a4e (diff)
downloadeclipse.platform.releng.aggregator-97d9f539d4bf4b29a8b116b8eb921682f3fdf5db.tar.gz
eclipse.platform.releng.aggregator-97d9f539d4bf4b29a8b116b8eb921682f3fdf5db.tar.xz
eclipse.platform.releng.aggregator-97d9f539d4bf4b29a8b116b8eb921682f3fdf5db.zip
Bug 459586 - Make *inf files consistent between SDK and Platform (binary
and SDK)
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/sdk/sdk.p2.inf')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/sdk/sdk.p2.inf17
1 files changed, 0 insertions, 17 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/sdk/sdk.p2.inf b/eclipse.platform.releng.tychoeclipsebuilder/sdk/sdk.p2.inf
index e5654ea92..05a666d49 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/sdk/sdk.p2.inf
+++ b/eclipse.platform.releng.tychoeclipsebuilder/sdk/sdk.p2.inf
@@ -72,23 +72,6 @@ units.4.touchpoint.version=1.0.0
units.4.instructions.configure=addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx1024m);
units.4.instructions.unconfigure=removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx1024m);
-requires.5.namespace=org.eclipse.equinox.p2.iu
-requires.5.name=toolingorg.eclipse.sdk.configuration.gtk.linux.x86_64
-requires.5.filter=(&(osgi.os=linux) (osgi.arch=x86_64) (osgi.ws=gtk))
-requires.5.range=[1.0.0,1.0.0]
-requires.5.greedy=true
-
-units.5.id=toolingorg.eclipse.sdk.configuration.gtk.linux.x86_64
-units.5.version=1.0.0
-units.5.provides.1.namespace=org.eclipse.equinox.p2.iu
-units.5.provides.1.name=toolingorg.eclipse.sdk.configuration.gtk.linux.x86_64
-units.5.provides.1.version=1.0.0
-units.5.filter=(&(osgi.os=linux) (osgi.arch=x86_64) (osgi.ws=gtk))
-units.5.touchpoint.id=org.eclipse.equinox.p2.osgi
-units.5.touchpoint.version=1.0.0
-units.5.instructions.configure=setProgramProperty(propName:org.eclipse.swt.internal.gtk.useCairo,propValue:true);
-units.5.instructions.unconfigure=removeProgramProperty(propName:org.eclipse.swt.internal.gtk.useCairo);
-
# Restrict range so we are not an automatic update for 3.x.
update.id= org.eclipse.sdk.ide
update.range = [4.0,$version$)

Back to the top