diff options
| author | Markus Alexander Kuppe | 2010-10-12 13:37:01 +0000 |
|---|---|---|
| committer | Markus Alexander Kuppe | 2010-10-12 13:37:01 +0000 |
| commit | 14f133b84d29f05d52c49a2d3e7ee7dd740de2f4 (patch) | |
| tree | cc87a03bbeda41167d815b06809a339c2b81e7c8 | |
| parent | 25ffee50cbe3f673ee676f7b229aa40b4b08c26d (diff) | |
| download | org.eclipse.ecf-14f133b84d29f05d52c49a2d3e7ee7dd740de2f4.tar.gz org.eclipse.ecf-14f133b84d29f05d52c49a2d3e7ee7dd740de2f4.tar.xz org.eclipse.ecf-14f133b84d29f05d52c49a2d3e7ee7dd740de2f4.zip | |
NEW - bug 327534: [DNS-SD][RemoteSrvs] Add discovery.dnssd.feature to remoteservice.sdk feature
https://bugs.eclipse.org/bugs/show_bug.cgi?id=327534
| -rw-r--r-- | releng/features/org.eclipse.ecf.discovery.dnssd.feature/buckminster.cspex | 1 | ||||
| -rw-r--r-- | releng/features/org.eclipse.ecf.discovery.dnssd.feature/feature.xml | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/releng/features/org.eclipse.ecf.discovery.dnssd.feature/buckminster.cspex b/releng/features/org.eclipse.ecf.discovery.dnssd.feature/buckminster.cspex index 2a0efe960..4313e844f 100644 --- a/releng/features/org.eclipse.ecf.discovery.dnssd.feature/buckminster.cspex +++ b/releng/features/org.eclipse.ecf.discovery.dnssd.feature/buckminster.cspex @@ -6,6 +6,7 @@ <dependencies> <!-- the feature --> <dependency name="org.eclipse.platform" componentType="eclipse.feature"/> + <dependency name="org.eclipse.ecf.discovery.feature" componentType="eclipse.feature"/> <dependency name="org.eclipse.equinox.concurrent" componentType="osgi.bundle"/> <dependency name="org.eclipse.equinox.cm" componentType="osgi.bundle"/> <!-- tests --> diff --git a/releng/features/org.eclipse.ecf.discovery.dnssd.feature/feature.xml b/releng/features/org.eclipse.ecf.discovery.dnssd.feature/feature.xml index 8ca20e55b..c7c8fc0c0 100644 --- a/releng/features/org.eclipse.ecf.discovery.dnssd.feature/feature.xml +++ b/releng/features/org.eclipse.ecf.discovery.dnssd.feature/feature.xml @@ -25,10 +25,6 @@ %license </license> - <includes - id="org.eclipse.ecf.discovery.feature" - version="0.0.0"/> - <plugin id="org.eclipse.ecf.provider.dnssd" download-size="0" |
