Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorslewis2014-02-05 02:11:36 +0000
committerslewis2014-02-05 02:11:36 +0000
commit35d9f80eb5e5ba29693bac8b31ce45fceccff3ea (patch)
tree8c2b2d0179dd4c9e096989d440214945d6ebca48 /releng
parent93d8cdc2bee7ce50eecd70a431238263b3719ceb (diff)
downloadorg.eclipse.ecf-35d9f80eb5e5ba29693bac8b31ce45fceccff3ea.tar.gz
org.eclipse.ecf-35d9f80eb5e5ba29693bac8b31ce45fceccff3ea.tar.xz
org.eclipse.ecf-35d9f80eb5e5ba29693bac8b31ce45fceccff3ea.zip
Moved org.eclipse.ecf.core.util.reflection package (and single class)
from sharedobject bundle to the org.eclipse.ecf core bundle. Change-Id: I81bb81bdc459763498734d982767bfadad0ccdaa
Diffstat (limited to 'releng')
-rw-r--r--releng/features/org.eclipse.ecf.core.ssl.feature/feature.xml2
-rw-r--r--releng/features/org.eclipse.ecf.filetransfer.feature/feature.xml2
-rw-r--r--releng/features/org.eclipse.ecf.remoteservice.feature/feature.xml3
3 files changed, 4 insertions, 3 deletions
diff --git a/releng/features/org.eclipse.ecf.core.ssl.feature/feature.xml b/releng/features/org.eclipse.ecf.core.ssl.feature/feature.xml
index df2c941c1..b97ab8926 100644
--- a/releng/features/org.eclipse.ecf.core.ssl.feature/feature.xml
+++ b/releng/features/org.eclipse.ecf.core.ssl.feature/feature.xml
@@ -25,7 +25,7 @@ Contributors: Composent, Inc. - initial API and implementation
</license>
<requires>
- <import plugin="org.eclipse.ecf" version="3.2" match="compatible"/>
+ <import plugin="org.eclipse.ecf" version="3.3" match="compatible"/>
<import plugin="org.eclipse.ecf.identity" version="3.2" match="compatible"/>
</requires>
diff --git a/releng/features/org.eclipse.ecf.filetransfer.feature/feature.xml b/releng/features/org.eclipse.ecf.filetransfer.feature/feature.xml
index a6c10b188..91c205da6 100644
--- a/releng/features/org.eclipse.ecf.filetransfer.feature/feature.xml
+++ b/releng/features/org.eclipse.ecf.filetransfer.feature/feature.xml
@@ -25,7 +25,7 @@ Contributors: Composent, Inc. - initial API and implementation
</license>
<requires>
- <import plugin="org.eclipse.ecf" version="3.2" match="compatible"/>
+ <import plugin="org.eclipse.ecf" version="3.3" match="compatible"/>
<import plugin="org.eclipse.ecf.identity" version="3.2" match="compatible"/>
</requires>
diff --git a/releng/features/org.eclipse.ecf.remoteservice.feature/feature.xml b/releng/features/org.eclipse.ecf.remoteservice.feature/feature.xml
index 544fbc471..b28b1fb37 100644
--- a/releng/features/org.eclipse.ecf.remoteservice.feature/feature.xml
+++ b/releng/features/org.eclipse.ecf.remoteservice.feature/feature.xml
@@ -26,7 +26,8 @@
</license>
<requires>
- <import feature="org.eclipse.ecf.sharedobject.feature" version="1.0" match="compatible"/>
+ <import plugin="org.eclipse.ecf" version="3.3" match="compatible"/>
+ <import plugin="org.eclipse.ecf.identity" version="3.2" match="compatible"/>
</requires>
<plugin

Back to the top