Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2011-10-21 17:36:50 +0000
committerThomas Watson2011-10-21 17:36:50 +0000
commit41832da320aaed490efdc290c44a7003e1b71c96 (patch)
tree5bf90200c04563b0499a291cc85c000793273a8b
parent01cafbbefc4999d995b1a35ed1a2a3840b1350c2 (diff)
downloadrt.equinox.framework-41832da320aaed490efdc290c44a7003e1b71c96.tar.gz
rt.equinox.framework-41832da320aaed490efdc290c44a7003e1b71c96.tar.xz
rt.equinox.framework-41832da320aaed490efdc290c44a7003e1b71c96.zip
Bug 361410 - Compile org.eclipse.equinox.console bundles from
rt.equinox.bundles
-rw-r--r--features/org.eclipse.equinox.core.sdk/build.properties4
-rw-r--r--features/org.eclipse.equinox.core.sdk/feature.xml56
2 files changed, 60 insertions, 0 deletions
diff --git a/features/org.eclipse.equinox.core.sdk/build.properties b/features/org.eclipse.equinox.core.sdk/build.properties
index 2f483b641..9d8d1de70 100644
--- a/features/org.eclipse.equinox.core.sdk/build.properties
+++ b/features/org.eclipse.equinox.core.sdk/build.properties
@@ -10,8 +10,12 @@
###############################################################################
bin.includes = feature.xml,feature.properties
+generate.plugin@org.apache.felix.gogo.runtime.source=org.apache.felix.gogo.runtime
+generate.plugin@org.apache.felix.gogo.command.source=org.apache.felix.gogo.command
+generate.plugin@org.apache.felix.gogo.shell.source=org.apache.felix.gogo.shell
generate.plugin@org.eclipse.equinox.common.source=org.eclipse.equinox.common
generate.plugin@org.eclipse.equinox.concurrent.source=org.eclipse.equinox.concurrent
+generate.plugin@org.eclipse.equinox.console.source=org.eclipse.equinox.console
generate.plugin@org.eclipse.equinox.launcher.source=org.eclipse.equinox.launcher
generate.plugin@org.eclipse.equinox.registry.source=org.eclipse.equinox.registry
generate.plugin@org.eclipse.equinox.simpleconfigurator.source=org.eclipse.equinox.simpleconfigurator
diff --git a/features/org.eclipse.equinox.core.sdk/feature.xml b/features/org.eclipse.equinox.core.sdk/feature.xml
index 7f614b091..424617d76 100644
--- a/features/org.eclipse.equinox.core.sdk/feature.xml
+++ b/features/org.eclipse.equinox.core.sdk/feature.xml
@@ -312,4 +312,60 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.equinox.console"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.equinox.console.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.apache.felix.gogo.command"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.apache.felix.gogo.command.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.apache.felix.gogo.runtime"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.apache.felix.gogo.runtime.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.apache.felix.gogo.shell"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.apache.felix.gogo.shell.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top