Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2008-04-10 22:49:05 +0000
committerslewis2008-04-10 22:49:05 +0000
commit7b969c99aab62bdb0626307c5d506290c065ad95 (patch)
treed02eb0054c968e81f65696075a696282971a3de5 /protocols/bundles/ch.ethz.iks.r_osgi.remote
parent5c8039a0cb7d231fd2dae8e5155dfdd4f4643626 (diff)
downloadorg.eclipse.ecf-7b969c99aab62bdb0626307c5d506290c065ad95.tar.gz
org.eclipse.ecf-7b969c99aab62bdb0626307c5d506290c065ad95.tar.xz
org.eclipse.ecf-7b969c99aab62bdb0626307c5d506290c065ad95.zip
Initial checkin or r-OSGi.remote bundle to support the org.eclipse.ecf.provider.rosgi remote services provider.
Diffstat (limited to 'protocols/bundles/ch.ethz.iks.r_osgi.remote')
-rw-r--r--protocols/bundles/ch.ethz.iks.r_osgi.remote/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/bundles/ch.ethz.iks.r_osgi.remote/.classpath b/protocols/bundles/ch.ethz.iks.r_osgi.remote/.classpath
index 084ab5b6a..e3b17214f 100644
--- a/protocols/bundles/ch.ethz.iks.r_osgi.remote/.classpath
+++ b/protocols/bundles/ch.ethz.iks.r_osgi.remote/.classpath
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/OSGi%Minimum-1.0"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top