Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.osgi.tests/build.properties')
-rw-r--r--bundles/org.eclipse.osgi.tests/build.properties14
1 files changed, 13 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi.tests/build.properties b/bundles/org.eclipse.osgi.tests/build.properties
index 8932b984d..50b5413fd 100644
--- a/bundles/org.eclipse.osgi.tests/build.properties
+++ b/bundles/org.eclipse.osgi.tests/build.properties
@@ -163,6 +163,14 @@ source.bundle_tests/substitutes.p.jar = bundles_src/substitutes.p/
manifest.bundle_tests/substitutes.p.jar = META-INF/MANIFEST.MF
source.bundle_tests/substitutes.q.jar = bundles_src/substitutes.q/
manifest.bundle_tests/substitutes.q.jar = META-INF/MANIFEST.MF
+source.bundle_tests/activator.error1.jar = bundles_src/activator.error1/
+manifest.bundle_tests/activator.error1.jar = META-INF/MANIFEST.MF
+source.bundle_tests/activator.error2.jar = bundles_src/activator.error2/
+manifest.bundle_tests/activator.error2.jar = META-INF/MANIFEST.MF
+source.bundle_tests/activator.error3.jar = bundles_src/activator.error3/
+manifest.bundle_tests/activator.error3.jar = META-INF/MANIFEST.MF
+source.bundle_tests/activator.error4.jar = bundles_src/activator.error4/
+manifest.bundle_tests/activator.error4.jar = META-INF/MANIFEST.MF
jars.compile.order = bundle_tests/ext.framework.b.jar,\
osgitests.jar,\
@@ -237,4 +245,8 @@ jars.compile.order = bundle_tests/ext.framework.b.jar,\
bundle_tests/substitutes.m.jar,\
bundle_tests/substitutes.n.jar,\
bundle_tests/substitutes.p.jar,\
- bundle_tests/substitutes.q.jar
+ bundle_tests/substitutes.q.jar,\
+ bundle_tests/activator.error1,\
+ bundle_tests/activator.error2,\
+ bundle_tests/activator.error3,\
+ bundle_tests/activator.error4

Back to the top