Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorslewis2009-04-29 21:32:36 +0000
committerslewis2009-04-29 21:32:36 +0000
commit1aa7932ccb764b53c2bd3f6f4fbbbb28efe202db (patch)
tree0cd3db3bbe73d752fb4f7f8d9e21dcac73030588 /releng
parent8695b6afb1a8e49303cf73da52df59194b957b0b (diff)
downloadorg.eclipse.ecf-1aa7932ccb764b53c2bd3f6f4fbbbb28efe202db.tar.gz
org.eclipse.ecf-1aa7932ccb764b53c2bd3f6f4fbbbb28efe202db.tar.xz
org.eclipse.ecf-1aa7932ccb764b53c2bd3f6f4fbbbb28efe202db.zip
Removed org.eclipse.equinox.concurrent from feature.xml for core feature and from map file (for ecf.core.map file). It is included in platform for 3.5M6+, so we don't need to build or distribute it with ECF (we can just depend upon it)
Diffstat (limited to 'releng')
-rw-r--r--releng/features/org.eclipse.ecf.core-feature/feature.xml18
1 files changed, 4 insertions, 14 deletions
diff --git a/releng/features/org.eclipse.ecf.core-feature/feature.xml b/releng/features/org.eclipse.ecf.core-feature/feature.xml
index afeb90842..317b7759e 100644
--- a/releng/features/org.eclipse.ecf.core-feature/feature.xml
+++ b/releng/features/org.eclipse.ecf.core-feature/feature.xml
@@ -25,6 +25,10 @@ Contributors: Composent, Inc. - initial API and implementation
%license
</license>
+ <includes
+ id="org.eclipse.ecf.core.source"
+ version="0.0.0"/>
+
<requires>
<import plugin="org.eclipse.equinox.common"/>
<import plugin="org.eclipse.equinox.registry"/>
@@ -571,24 +575,10 @@ Contributors: Composent, Inc. - initial API and implementation
unpack="false"/>
<plugin
- id="org.eclipse.equinox.concurrent"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
id="org.eclipse.ecf.discovery.ui.browser"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
-
- <includes id="org.eclipse.ecf.core.source" version="0.0.0"/>
-<!-- <plugin id="org.eclipse.ecf.core.source" version="0.0.0"/> -->
</feature>
-
-
-
-

Back to the top