Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2009-05-05 20:42:32 +0000
committerThomas Watson2009-05-05 20:42:32 +0000
commitb12d43aa893e450c0d5317bc4a1081a3a904e201 (patch)
treee7dfd24aefd2cdd38a1c4c6b9df0ac23018b1561 /features
parent0c7e49ef89e93a56b0b6f33e10a6b07db5cef87b (diff)
downloadrt.equinox.framework-b12d43aa893e450c0d5317bc4a1081a3a904e201.tar.gz
rt.equinox.framework-b12d43aa893e450c0d5317bc4a1081a3a904e201.tar.xz
rt.equinox.framework-b12d43aa893e450c0d5317bc4a1081a3a904e201.zip
Bug 273405 Core SDK feature missing plug-in exec environmentsv20090505
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.equinox.core.sdk/feature.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/features/org.eclipse.equinox.core.sdk/feature.xml b/features/org.eclipse.equinox.core.sdk/feature.xml
index db4af0103..9b5bfc970 100644
--- a/features/org.eclipse.equinox.core.sdk/feature.xml
+++ b/features/org.eclipse.equinox.core.sdk/feature.xml
@@ -212,6 +212,16 @@
<plugin
id="org.eclipse.equinox.security.macosx"
os="macosx"
+ arch="x86_64"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ fragment="true"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.equinox.security.macosx"
+ os="macosx"
arch="ppc"
download-size="0"
install-size="0"
@@ -231,6 +241,15 @@
<plugin
id="org.eclipse.equinox.security.macosx.source"
os="macosx"
+ arch="x86_64"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.equinox.security.macosx.source"
+ os="macosx"
arch="ppc"
download-size="0"
install-size="0"

Back to the top