Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'framework/bundles')
-rw-r--r--framework/bundles/org.eclipse.ecf.discovery.ui.userinput/build.properties1
-rw-r--r--framework/bundles/org.eclipse.ecf.remoteservice.rpc/build.properties1
-rw-r--r--framework/bundles/org.eclipse.ecf.remoteservice.soap/build.properties2
3 files changed, 4 insertions, 0 deletions
diff --git a/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/build.properties b/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/build.properties
index 2083e236d..11801c332 100644
--- a/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/build.properties
+++ b/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/build.properties
@@ -10,3 +10,4 @@ source.. = src/
src.includes = about.html,\
icons/
additional.bundles = org.eclipse.equinox.concurrent
+jars.extra.classpath = platform:/plugin/org.eclipse.equinox.concurrent
diff --git a/framework/bundles/org.eclipse.ecf.remoteservice.rpc/build.properties b/framework/bundles/org.eclipse.ecf.remoteservice.rpc/build.properties
index 672c9679d..dd3df998b 100644
--- a/framework/bundles/org.eclipse.ecf.remoteservice.rpc/build.properties
+++ b/framework/bundles/org.eclipse.ecf.remoteservice.rpc/build.properties
@@ -12,3 +12,4 @@ bin.includes = META-INF/,\
plugin.xml,\
plugin.properties
additional.bundles = org.eclipse.equinox.concurrent
+jars.extra.classpath = platform:/plugin/org.eclipse.equinox.concurrent
diff --git a/framework/bundles/org.eclipse.ecf.remoteservice.soap/build.properties b/framework/bundles/org.eclipse.ecf.remoteservice.soap/build.properties
index b4715cbb6..2f8536959 100644
--- a/framework/bundles/org.eclipse.ecf.remoteservice.soap/build.properties
+++ b/framework/bundles/org.eclipse.ecf.remoteservice.soap/build.properties
@@ -8,3 +8,5 @@ bin.includes = META-INF/,\
src.includes = about.html
additional.bundles = org.eclipse.osgi,\
org.eclipse.equinox.concurrent
+jars.extra.classpath = platform:/plugin/org.eclipse.equinox.concurrent,\
+ platform:/plugin/org.eclipse.osgi

Back to the top