Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
Diffstat (limited to 'releng')
-rw-r--r--releng/features/org.eclipse.ecf.remoteservice.examples.feature/feature.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releng/features/org.eclipse.ecf.remoteservice.examples.feature/feature.xml b/releng/features/org.eclipse.ecf.remoteservice.examples.feature/feature.xml
index ff7dce72f..b976456c5 100644
--- a/releng/features/org.eclipse.ecf.remoteservice.examples.feature/feature.xml
+++ b/releng/features/org.eclipse.ecf.remoteservice.examples.feature/feature.xml
@@ -132,6 +132,13 @@ https://wiki.eclipse.org/ECF#OSGi_Remote_Services
unpack="false"/>
<plugin
+ id="com.mycorp.examples.timeservice.async"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
id="com.mycorp.examples.timeservice.provider.rest.consumer"
download-size="0"
install-size="0"

Back to the top