Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan D. Brooks2013-10-16 21:46:06 +0000
committerRyan D. Brooks2013-10-22 20:32:31 +0000
commit18128c4328289b303d7331370ea0e3c4ee6d3432 (patch)
tree1649d31d8013bf3085754d23840789d88e95bdbc /plugins/org.eclipse.osee.ats.client.integration.tests
parentc67f193bbd0d66e2b1d9111628b94852520dbadd (diff)
downloadorg.eclipse.osee-18128c4328289b303d7331370ea0e3c4ee6d3432.tar.gz
org.eclipse.osee-18128c4328289b303d7331370ea0e3c4ee6d3432.tar.xz
org.eclipse.osee-18128c4328289b303d7331370ea0e3c4ee6d3432.zip
refactor: Remove usage of additional.bundles from build.properties
Diffstat (limited to 'plugins/org.eclipse.osee.ats.client.integration.tests')
-rw-r--r--plugins/org.eclipse.osee.ats.client.integration.tests/META-INF/MANIFEST.MF1
-rw-r--r--plugins/org.eclipse.osee.ats.client.integration.tests/build.properties12
2 files changed, 1 insertions, 12 deletions
diff --git a/plugins/org.eclipse.osee.ats.client.integration.tests/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.ats.client.integration.tests/META-INF/MANIFEST.MF
index 1292930c3a2..1788d7b4e18 100644
--- a/plugins/org.eclipse.osee.ats.client.integration.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.ats.client.integration.tests/META-INF/MANIFEST.MF
@@ -33,6 +33,7 @@ Import-Package: org.eclipse.nebula.widgets.xviewer,
org.eclipse.osee.framework.core.model.cache,
org.eclipse.osee.framework.core.operation,
org.eclipse.osee.framework.core.util,
+ org.eclipse.osee.framework.database.core,
org.eclipse.osee.framework.database.init,
org.eclipse.osee.framework.jdk.core.type,
org.eclipse.osee.framework.jdk.core.util,
diff --git a/plugins/org.eclipse.osee.ats.client.integration.tests/build.properties b/plugins/org.eclipse.osee.ats.client.integration.tests/build.properties
index da2fb391b7c..c58ea2178c3 100644
--- a/plugins/org.eclipse.osee.ats.client.integration.tests/build.properties
+++ b/plugins/org.eclipse.osee.ats.client.integration.tests/build.properties
@@ -3,15 +3,3 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
OSGI-INF/
-additional.bundles = org.eclipse.osee.ats.mocks,\
- org.eclipse.osee.ats.client.demo,\
- org.eclipse.osee.framework.jdk.core,\
- org.eclipse.osee.framework.logging,\
- org.eclipse.osee.framework.core,\
- org.eclipse.osee.framework.core.model,\
- org.eclipse.osee.framework.database,\
- org.eclipse.osee.framework.ui.plugin,\
- org.eclipse.nebula.widgets.xviewer,\
- org.eclipse.osee.framework.ui.swt,\
- org.eclipse.osee.framework.core.client,\
- org.eclipse.osee.framework.database.init

Back to the top