Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2011-10-21 17:36:50 +0000
committerThomas Watson2011-10-21 17:36:50 +0000
commit41832da320aaed490efdc290c44a7003e1b71c96 (patch)
tree5bf90200c04563b0499a291cc85c000793273a8b /features/org.eclipse.equinox.core.sdk/build.properties
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
Diffstat (limited to 'features/org.eclipse.equinox.core.sdk/build.properties')
-rw-r--r--features/org.eclipse.equinox.core.sdk/build.properties4
1 files changed, 4 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

Back to the top