Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2013-07-20 03:31:44 +0000
committerslewis2013-07-20 03:31:44 +0000
commit78446d52c49413b1860ee721a5d19bcb6b9ecf32 (patch)
treee04f11daa58341f8eb936109810a3e235c9b239d /examples/bundles/com.mycorp.examples.timeservice.host/.classpath
parentfc83cc451ee1a9013be63437612cb0fe4af6c0db (diff)
downloadorg.eclipse.ecf-78446d52c49413b1860ee721a5d19bcb6b9ecf32.tar.gz
org.eclipse.ecf-78446d52c49413b1860ee721a5d19bcb6b9ecf32.tar.xz
org.eclipse.ecf-78446d52c49413b1860ee721a5d19bcb6b9ecf32.zip
Initial checkin of remote time service api, host, and consumer, with
filediscovery.
Diffstat (limited to 'examples/bundles/com.mycorp.examples.timeservice.host/.classpath')
-rw-r--r--examples/bundles/com.mycorp.examples.timeservice.host/.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/bundles/com.mycorp.examples.timeservice.host/.classpath b/examples/bundles/com.mycorp.examples.timeservice.host/.classpath
new file mode 100644
index 000000000..64c5e31b7
--- /dev/null
+++ b/examples/bundles/com.mycorp.examples.timeservice.host/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top