Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2010-05-02 01:07:34 +0000
committerslewis2010-05-02 01:07:34 +0000
commit6d8ccbea099f13c3b504703a6733ee22dfeb530b (patch)
treed9f9391b10eb02464b594a5df76bde660509fc92 /examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.host/products
parentc56ef0fb41c71225ba54a170a89da002aa5eaaf3 (diff)
downloadorg.eclipse.ecf-6d8ccbea099f13c3b504703a6733ee22dfeb530b.tar.gz
org.eclipse.ecf-6d8ccbea099f13c3b504703a6733ee22dfeb530b.tar.xz
org.eclipse.ecf-6d8ccbea099f13c3b504703a6733ee22dfeb530b.zip
Removed superfluous bundles from product configuration
Diffstat (limited to 'examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.host/products')
-rw-r--r--examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.host/products/Hello Service DS Host.product3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.host/products/Hello Service DS Host.product b/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.host/products/Hello Service DS Host.product
index fa2d44658..2123f0bd7 100644
--- a/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.host/products/Hello Service DS Host.product
+++ b/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.host/products/Hello Service DS Host.product
@@ -22,11 +22,9 @@
</vm>
<plugins>
- <plugin id="javax.servlet"/>
<plugin id="org.eclipse.core.contenttype"/>
<plugin id="org.eclipse.core.jobs"/>
<plugin id="org.eclipse.core.runtime"/>
- <plugin id="org.eclipse.core.runtime.compatibility.registry" fragment="true"/>
<plugin id="org.eclipse.ecf"/>
<plugin id="org.eclipse.ecf.discovery"/>
<plugin id="org.eclipse.ecf.examples.remoteservices.hello"/>
@@ -39,7 +37,6 @@
<plugin id="org.eclipse.ecf.provider.remoteservice"/>
<plugin id="org.eclipse.ecf.remoteservice"/>
<plugin id="org.eclipse.ecf.sharedobject"/>
- <plugin id="org.eclipse.ecf.ssl" fragment="true"/>
<plugin id="org.eclipse.equinox.app"/>
<plugin id="org.eclipse.equinox.common"/>
<plugin id="org.eclipse.equinox.concurrent"/>

Back to the top