diff options
author | Igor Fedorenko | 2011-12-27 03:17:49 +0000 |
---|---|---|
committer | Igor Fedorenko | 2011-12-27 03:17:49 +0000 |
commit | ce71df9254ab0717f525453ed739f838d721318c (patch) | |
tree | d97813588e014a2d3768b2b11b7996d9655eb754 /TMP/org.eclipse.sdk.epp/p2.inf | |
parent | 5df92eb2bb324a509944b49a03f7613f7f4cbf2b (diff) | |
download | eclipse.platform.releng.aggregator-ce71df9254ab0717f525453ed739f838d721318c.tar.gz eclipse.platform.releng.aggregator-ce71df9254ab0717f525453ed739f838d721318c.tar.xz eclipse.platform.releng.aggregator-ce71df9254ab0717f525453ed739f838d721318c.zip |
updated from cvs to match 4.2M4
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
Diffstat (limited to 'TMP/org.eclipse.sdk.epp/p2.inf')
-rwxr-xr-x | TMP/org.eclipse.sdk.epp/p2.inf | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/TMP/org.eclipse.sdk.epp/p2.inf b/TMP/org.eclipse.sdk.epp/p2.inf index 1e870227b..e6e60548a 100755 --- a/TMP/org.eclipse.sdk.epp/p2.inf +++ b/TMP/org.eclipse.sdk.epp/p2.inf @@ -1,6 +1,10 @@ instructions.configure=\ -addRepository(type:0,location:http${#58}//download.eclipse.org/eclipse/updates/3.8,name:The Eclipse Project Updates);\ -addRepository(type:1,location:http${#58}//download.eclipse.org/eclipse/updates/3.8,name:The Eclipse Project Updates);\ +addRepository(type:0,location:http${#58}//download.eclipse.org/eclipse/updates/4.2,name:The Eclipse Project Updates);\ +addRepository(type:1,location:http${#58}//download.eclipse.org/eclipse/updates/4.2,name:The Eclipse Project Updates);\ +addRepository(type:0,location:http${#58}//download.eclipse.org/e4/updates/0.12,name:e4 0.11 Updates);\ +addRepository(type:1,location:http${#58}//download.eclipse.org/e4/updates/0.12,name:e4 0.11 Updates);\ +addRepository(type:0,location:http${#58}//download.eclipse.org/releases/juno,name:Juno);\ +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 @@ -69,3 +73,20 @@ units.4.touchpoint.id=org.eclipse.equinox.p2.osgi units.4.touchpoint.version=1.0.0 units.4.instructions.configure=addJvmArg(jvmArg:-Xms40m);addJvmArg(jvmArg:-Xmx512m); units.4.instructions.unconfigure=removeJvmArg(jvmArg:-Xms40m);removeJvmArg(jvmArg:-Xmx512m); + +requires.5.namespace=org.eclipse.equinox.p2.iu +requires.5.name=toolingorg.eclipse.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.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.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);
\ No newline at end of file |