Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2010-05-28 23:17:00 +0000
committerrescobar2010-05-28 23:17:00 +0000
commitf52f2343b70bfc54786853c29bce8118b92b1925 (patch)
treea70dc27d088ffe0679d1d325c18fc7f78bb5d9a0
parent17cc8f80ff3ba2b0444f00bf6d1c75b6f9a8fa8d (diff)
downloadorg.eclipse.osee-f52f2343b70bfc54786853c29bce8118b92b1925.tar.gz
org.eclipse.osee-f52f2343b70bfc54786853c29bce8118b92b1925.tar.xz
org.eclipse.osee-f52f2343b70bfc54786853c29bce8118b92b1925.zip
-rw-r--r--features/org.eclipse.osee.core.feature/feature.xml27
1 files changed, 1 insertions, 26 deletions
diff --git a/features/org.eclipse.osee.core.feature/feature.xml b/features/org.eclipse.osee.core.feature/feature.xml
index 2aaa27a5be3..834f40f14db 100644
--- a/features/org.eclipse.osee.core.feature/feature.xml
+++ b/features/org.eclipse.osee.core.feature/feature.xml
@@ -19,16 +19,12 @@
<requires>
<import plugin="com.lowagie.text" version="2.1.7" match="greaterOrEqual"/>
+ <import plugin="org.apache.commons.httpclient"/>
<import plugin="org.eclipse.core.runtime"/>
<import plugin="org.eclipse.core.jobs"/>
<import plugin="org.eclipse.osgi"/>
<import plugin="org.apache.commons.codec"/>
- <import plugin="org.apache.commons.httpclient"/>
<import plugin="org.apache.xerces"/>
- <import plugin="jms.libraries"/>
- <import plugin="org.apache.commons.logging"/>
- <import plugin="net.jini"/>
- <import plugin="org.eclipse.core.resources"/>
</requires>
<plugin
@@ -52,25 +48,4 @@
version="0.0.0"
unpack="false"/>
- <plugin
- id="org.eclipse.osee.framework.messaging"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.osee.framework.jini"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.osee.framework.plugin.core"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
</feature>

Back to the top