Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkuppe2010-10-04 09:45:33 +0000
committermkuppe2010-10-04 09:45:33 +0000
commit8dc8214e5142c664fc153cdcc1a035bd01cc6a40 (patch)
treeb1ebf16b0cf3d5d0ae1a06a7667d3afe2170072d /tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi
parent610428ab38bb02737e7c55f4c694f2e4cf19489a (diff)
downloadorg.eclipse.ecf-8dc8214e5142c664fc153cdcc1a035bd01cc6a40.tar.gz
org.eclipse.ecf-8dc8214e5142c664fc153cdcc1a035bd01cc6a40.tar.xz
org.eclipse.ecf-8dc8214e5142c664fc153cdcc1a035bd01cc6a40.zip
RESOLVED - bug 326866: [RemoteSrvs] ServicePublicationHandler creates endpoints for loopback references
https://bugs.eclipse.org/bugs/show_bug.cgi?id=326866
Diffstat (limited to 'tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi')
-rw-r--r--tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi.launch2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi.launch b/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi.launch
index 01756417b..ab7301def 100644
--- a/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi.launch
+++ b/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi.launch
@@ -29,7 +29,7 @@
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl} -consoleLog -console"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.ecf.tests.osgi.services.distribution.r-osgi"/>
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.pde.ui.workbenchClasspathProvider"/>
-<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xms40m -Xmx256m&#10;-Dnet.mdns.port=65354&#10;-Dnet.mdns.interface=127.0.0.1"/>
+<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xms40m -Xmx256m&#10;-Dnet.mdns.port=65354&#10;-Dnet.mdns.interface=127.0.0.1&#10;-Dorg.eclipse.ecf.osgi.services.discovery.allowLoopbackReference=true"/>
<stringAttribute key="pde.version" value="3.3"/>
<stringAttribute key="product" value="org.eclipse.sdk.ide"/>
<booleanAttribute key="run_in_ui_thread" value="true"/>

Back to the top