Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.osee.framework.feature/feature.xml')
-rw-r--r--features/org.eclipse.osee.framework.feature/feature.xml17
1 files changed, 8 insertions, 9 deletions
diff --git a/features/org.eclipse.osee.framework.feature/feature.xml b/features/org.eclipse.osee.framework.feature/feature.xml
index 52ad46e5e50..bbc93801b49 100644
--- a/features/org.eclipse.osee.framework.feature/feature.xml
+++ b/features/org.eclipse.osee.framework.feature/feature.xml
@@ -19,38 +19,37 @@
<requires>
<import plugin="org.eclipse.core.runtime"/>
- <import plugin="org.eclipse.osee.framework.jdk.core"/>
<import plugin="org.eclipse.core.resources"/>
+ <import plugin="org.eclipse.compare"/>
<import plugin="net.jini"/>
<import plugin="org.eclipse.osee.framework.jini"/>
- <import plugin="org.eclipse.osee.framework.plugin.core"/>
- <import plugin="org.eclipse.compare"/>
+ <import plugin="org.eclipse.osee.framework.jdk.core"/>
+ <import plugin="org.eclipse.osee.framework.messaging"/>
+ <import plugin="org.apache.commons.lang"/>
<import plugin="org.eclipse.debug.core"/>
<import plugin="org.eclipse.osee.framework.core"/>
<import plugin="org.eclipse.osee.framework.logging"/>
+ <import plugin="org.eclipse.osee.framework.plugin.core"/>
<import plugin="org.apache.derby"/>
<import plugin="org.eclipse.osgi"/>
<import plugin="org.eclipse.equinox.preferences"/>
- <import plugin="org.apache.commons.lang"/>
<import plugin="org.apache.xerces"/>
<import plugin="org.eclipse.equinox.app"/>
- <import plugin="org.eclipse.xtext"/>
- <import plugin="org.eclipse.xtext.util"/>
+ <import plugin="org.apache.log4j" version="1.2.15" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.xtext" version="1.0.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.xtext.util" version="1.0.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.emf.ecore"/>
<import plugin="org.eclipse.emf.common"/>
<import plugin="org.antlr.runtime"/>
<import plugin="org.eclipse.emf.compare" version="1.0.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.emf.compare.diff" version="1.0.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.emf.compare.match" version="1.0.0" match="greaterOrEqual"/>
- <import plugin="org.eclipse.xtext.log4j"/>
<import plugin="org.eclipse.emf.edit"/>
<import plugin="org.eclipse.ui"/>
<import plugin="org.eclipse.core.filebuffers"/>
<import plugin="org.eclipse.core.filesystem"/>
<import plugin="org.eclipse.osee.framework.ui.plugin"/>
<import plugin="org.eclipse.core.jobs"/>
- <import feature="org.eclipse.osee.core.runtime.feature" version="0.9.5.qualifier" match="greaterOrEqual"/>
- <import feature="org.eclipse.osee.core.feature" version="0.9.5.qualifier"/>
</requires>
<plugin

Back to the top