Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2011-11-08 22:07:42 +0000
committerThomas Watson2011-11-08 22:07:42 +0000
commite09b8b1b24979cd5e704da75fbfb85dbe831e00f (patch)
tree3a3a0128b275b8057332f8a908a0bf1b2842cd11 /features
parentade0fa29ef31ff63a7d0f0acaf08c5dab63a17a3 (diff)
downloadrt.equinox.framework-e09b8b1b24979cd5e704da75fbfb85dbe831e00f.tar.gz
rt.equinox.framework-e09b8b1b24979cd5e704da75fbfb85dbe831e00f.tar.xz
rt.equinox.framework-e09b8b1b24979cd5e704da75fbfb85dbe831e00f.zip
Bug 362527 - Please add Bidi bundles to the build
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.equinox.core.sdk/build.properties1
-rw-r--r--features/org.eclipse.equinox.core.sdk/feature.xml13
2 files changed, 14 insertions, 0 deletions
diff --git a/features/org.eclipse.equinox.core.sdk/build.properties b/features/org.eclipse.equinox.core.sdk/build.properties
index 48152e927..422c2908b 100644
--- a/features/org.eclipse.equinox.core.sdk/build.properties
+++ b/features/org.eclipse.equinox.core.sdk/build.properties
@@ -28,3 +28,4 @@ generate.plugin@org.eclipse.equinox.security.macosx.source=org.eclipse.equinox.s
generate.plugin@org.eclipse.equinox.security.source=org.eclipse.equinox.security
generate.plugin@org.eclipse.equinox.security.ui.source=org.eclipse.equinox.security.ui
generate.plugin@org.eclipse.equinox.region.source=org.eclipse.equinox.region
+generate.plugin@org.eclipse.equinox.bidi.source.source=org.eclipse.equinox.bidi
diff --git a/features/org.eclipse.equinox.core.sdk/feature.xml b/features/org.eclipse.equinox.core.sdk/feature.xml
index 424617d76..e2f46af4f 100644
--- a/features/org.eclipse.equinox.core.sdk/feature.xml
+++ b/features/org.eclipse.equinox.core.sdk/feature.xml
@@ -368,4 +368,17 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.equinox.bidi"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.equinox.bidi.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
</feature>

Back to the top