Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan D. Brooks2016-06-07 01:16:05 +0000
committerAngel Avila2016-06-07 01:16:05 +0000
commit8a2972124210670b4b49e1c2c40a8718512e7f40 (patch)
tree20bfca56205ef779755ce2ebb82a01bff7fc3bc5 /plugins/org.eclipse.osee.client.integration.tests/META-INF/MANIFEST.MF
parent247c4740f91c28018c710cfa212e300564f88205 (diff)
downloadorg.eclipse.osee-8a2972124210670b4b49e1c2c40a8718512e7f40.tar.gz
org.eclipse.osee-8a2972124210670b4b49e1c2c40a8718512e7f40.tar.xz
org.eclipse.osee-8a2972124210670b4b49e1c2c40a8718512e7f40.zip
refactor: Remove redundant PurgeUnusedBackingDataAndTransactions
Diffstat (limited to 'plugins/org.eclipse.osee.client.integration.tests/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.osee.client.integration.tests/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.client.integration.tests/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.client.integration.tests/META-INF/MANIFEST.MF
index f9cdcc51ad9..c087f86f957 100644
--- a/plugins/org.eclipse.osee.client.integration.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.client.integration.tests/META-INF/MANIFEST.MF
@@ -44,6 +44,7 @@ Import-Package: javax.ws.rs.client;version="2.0.0",
org.eclipse.osee.jaxrs.client,
org.eclipse.osee.jdbc,
org.eclipse.osee.orcs.rest.client,
+ org.eclipse.osee.orcs.rest.model,
org.eclipse.swt.graphics,
org.osgi.framework
Require-Bundle: org.junit,

Back to the top