Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M. Finkbeiner2016-02-12 13:44:26 +0000
committerAndrew M. Finkbeiner2016-10-07 01:11:51 +0000
commit4fa3e1a91bcfc1e55f2ab15cba9c766d9e6eb2ef (patch)
treeea9373e1f065102f4689a6f5ffa01b02abbbb602 /features
parent0668e2ba4a5d33308468d86f1e91b8a73c41ef10 (diff)
downloadorg.eclipse.osee-4fa3e1a91bcfc1e55f2ab15cba9c766d9e6eb2ef.tar.gz
org.eclipse.osee-4fa3e1a91bcfc1e55f2ab15cba9c766d9e6eb2ef.tar.xz
org.eclipse.osee-4fa3e1a91bcfc1e55f2ab15cba9c766d9e6eb2ef.zip
feature[ats_ATS272148]: Remove activemq
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.osee.client.ote.feature/feature.xml1
-rw-r--r--features/org.eclipse.osee.client.ote.rdt.feature/feature.xml1
2 files changed, 0 insertions, 2 deletions
diff --git a/features/org.eclipse.osee.client.ote.feature/feature.xml b/features/org.eclipse.osee.client.ote.feature/feature.xml
index 400a990b9b9..87ed684b908 100644
--- a/features/org.eclipse.osee.client.ote.feature/feature.xml
+++ b/features/org.eclipse.osee.client.ote.feature/feature.xml
@@ -26,7 +26,6 @@
<import plugin="org.eclipse.osgi"/>
<import plugin="org.apache.xerces"/>
<import plugin="org.eclipse.osee.framework.core"/>
- <import plugin="org.eclipse.osee.framework.messaging"/>
<import plugin="org.eclipse.osee.framework.plugin.core"/>
<import plugin="org.eclipse.osgi.services"/>
<import plugin="org.eclipse.ui" version="3.5.1" match="greaterOrEqual"/>
diff --git a/features/org.eclipse.osee.client.ote.rdt.feature/feature.xml b/features/org.eclipse.osee.client.ote.rdt.feature/feature.xml
index 720c99ecf91..9215ff7c966 100644
--- a/features/org.eclipse.osee.client.ote.rdt.feature/feature.xml
+++ b/features/org.eclipse.osee.client.ote.rdt.feature/feature.xml
@@ -26,7 +26,6 @@
<import plugin="org.eclipse.osgi"/>
<import plugin="org.apache.xerces"/>
<import plugin="org.eclipse.osee.framework.core"/>
- <import plugin="org.eclipse.osee.framework.messaging"/>
<import plugin="org.eclipse.osee.framework.plugin.core"/>
<import plugin="org.eclipse.osgi.services"/>
<import plugin="org.eclipse.ui" version="3.5.1" match="greaterOrEqual"/>

Back to the top