Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2009-04-23 22:07:38 +0000
committerThomas Watson2009-04-23 22:07:38 +0000
commitf518304ea5b1d8b4f39b5ed5d008b26a859156af (patch)
tree48910c714812d6410c3441b39830d568cfdf0687 /features
parenta34775cd52f7b299166199c45aa7391354f68413 (diff)
downloadrt.equinox.framework-f518304ea5b1d8b4f39b5ed5d008b26a859156af.tar.gz
rt.equinox.framework-f518304ea5b1d8b4f39b5ed5d008b26a859156af.tar.xz
rt.equinox.framework-f518304ea5b1d8b4f39b5ed5d008b26a859156af.zip
Bug 273405 Core SDK feature missing plug-in exec environments
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.equinox.core.sdk/feature.xml29
1 files changed, 28 insertions, 1 deletions
diff --git a/features/org.eclipse.equinox.core.sdk/feature.xml b/features/org.eclipse.equinox.core.sdk/feature.xml
index 7310ea850..db4af0103 100644
--- a/features/org.eclipse.equinox.core.sdk/feature.xml
+++ b/features/org.eclipse.equinox.core.sdk/feature.xml
@@ -16,7 +16,7 @@
<license url="%licenseURL">
%license
</license>
-
+
<plugin
id="org.eclipse.osgi"
download-size="0"
@@ -182,6 +182,8 @@
<plugin
id="org.eclipse.equinox.security.win32.x86"
+ os="win32"
+ arch="x86"
download-size="0"
install-size="0"
version="0.0.0"
@@ -190,13 +192,27 @@
<plugin
id="org.eclipse.equinox.security.win32.x86.source"
+ os="win32"
+ arch="x86"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.equinox.security.macosx"
+ os="macosx"
+ arch="x86"
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"
version="0.0.0"
@@ -205,6 +221,17 @@
<plugin
id="org.eclipse.equinox.security.macosx.source"
+ os="macosx"
+ arch="x86"
+ 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"
version="0.0.0"

Back to the top