Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMat Booth2016-06-10 19:54:03 +0000
committerMat Booth2016-06-10 19:54:03 +0000
commite3ac8d214ded798ec8f70eb5eda16ced8dec9ae8 (patch)
treeed54d2719758d32763a934f21aa87b0def80cdaa /tests/bundles/org.eclipse.ecf.tests.provider.dnssd
parent8956c5b6cf712345e2c84b8e4d9386d408350759 (diff)
downloadorg.eclipse.ecf-e3ac8d214ded798ec8f70eb5eda16ced8dec9ae8.tar.gz
org.eclipse.ecf-e3ac8d214ded798ec8f70eb5eda16ced8dec9ae8.tar.xz
org.eclipse.ecf-e3ac8d214ded798ec8f70eb5eda16ced8dec9ae8.zip
Bug 495920 - Tycho does not support "additional.bundles" in build.properties
Since "additional.bundles" is ignored by Tycho, we should additionally specify the "jars.extra.classpath" property in the build.properties, which serves the same purpose to add additional bundles to the build time classpath, just without the dependency analysis that PDE offers. Change-Id: I2427886e9fd8ba2b931a453404bc4dec0889218e Signed-off-by: Mat Booth <mat.booth@redhat.com>
Diffstat (limited to 'tests/bundles/org.eclipse.ecf.tests.provider.dnssd')
-rw-r--r--tests/bundles/org.eclipse.ecf.tests.provider.dnssd/build.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bundles/org.eclipse.ecf.tests.provider.dnssd/build.properties b/tests/bundles/org.eclipse.ecf.tests.provider.dnssd/build.properties
index 346912c69..a346452e1 100644
--- a/tests/bundles/org.eclipse.ecf.tests.provider.dnssd/build.properties
+++ b/tests/bundles/org.eclipse.ecf.tests.provider.dnssd/build.properties
@@ -4,4 +4,4 @@ bin.includes = META-INF/,\
.
jre.compilation.profile = J2SE-1.4
additional.bundles = org.eclipse.equinox.concurrent
- \ No newline at end of file
+jars.extra.classpath = platform:/plugin/org.eclipse.equinox.concurrent

Back to the top