Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.ds.tests/build.properties')
-rw-r--r--bundles/org.eclipse.equinox.ds.tests/build.properties6
1 files changed, 5 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.ds.tests/build.properties b/bundles/org.eclipse.equinox.ds.tests/build.properties
index 55429d97a..c7239fb29 100644
--- a/bundles/org.eclipse.equinox.ds.tests/build.properties
+++ b/bundles/org.eclipse.equinox.ds.tests/build.properties
@@ -40,6 +40,7 @@ bin.includes = META-INF/,\
scr_test/tb24.jar,\
scr_test/tb25.jar,\
scr_test/tb26.jar,\
+ scr_test/tb27.jar,\
test.xml
jars.compile.order = .,\
scr_test/tb1.jar,\
@@ -69,7 +70,8 @@ jars.compile.order = .,\
scr_test/tb23.jar,\
scr_test/tb24.jar,\
scr_test/tb25.jar,\
- scr_test/tb26.jar
+ scr_test/tb26.jar,\
+ scr_test/tb27.jar
source.scr_test/tb1.jar = bundles_src/tb1/
manifest.scr_test/tb1.jar = META-INF/MANIFEST.MF
source.scr_test/tb1a.jar = bundles_src/tb1a/
@@ -126,3 +128,5 @@ source.scr_test/tb25.jar = bundles_src/tb25/
manifest.scr_test/tb25.jar = META-INF/MANIFEST.MF
source.scr_test/tb26.jar = bundles_src/tb26/
manifest.scr_test/tb26.jar = META-INF/MANIFEST.MF
+source.scr_test/tb27.jar = bundles_src/tb27/
+manifest.scr_test/tb27.jar = META-INF/MANIFEST.MF

Back to the top