Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2008-02-12 04:42:15 +0000
committerslewis2008-02-12 04:42:15 +0000
commit730704326afafa299c91312395a5ee8903248928 (patch)
tree54590195b2f478e4499ae19f8a662b913c59c42a
parentba80c3d1b06ce45f49142269a58f65f7e94dd031 (diff)
downloadorg.eclipse.ecf-730704326afafa299c91312395a5ee8903248928.tar.gz
org.eclipse.ecf-730704326afafa299c91312395a5ee8903248928.tar.xz
org.eclipse.ecf-730704326afafa299c91312395a5ee8903248928.zip
Added jSLP and SLP provider to core featurev20080211-2042
-rw-r--r--releng/features/org.eclipse.ecf.core-feature/feature.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/releng/features/org.eclipse.ecf.core-feature/feature.xml b/releng/features/org.eclipse.ecf.core-feature/feature.xml
index 58c79aff6..4f2636e5f 100644
--- a/releng/features/org.eclipse.ecf.core-feature/feature.xml
+++ b/releng/features/org.eclipse.ecf.core-feature/feature.xml
@@ -360,4 +360,18 @@ Contributors: Composent, Inc. - initial API and implementation
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.ecf.provider.jslp"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="ch.ethz.iks.slp"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top