Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2006-10-22 07:32:35 +0000
committerEike Stepper2006-10-22 07:32:35 +0000
commit0fefd7f4fb0598420de8832acdaed52d895eb62f (patch)
treec920c6d93677f7e2e13d603b3a1fd9486b924ce0 /plugins/org.eclipse.net4j/.classpath
parent4b41c537099072f6d2b7fdba3cfd605666da6e96 (diff)
downloadcdo-0fefd7f4fb0598420de8832acdaed52d895eb62f.tar.gz
cdo-0fefd7f4fb0598420de8832acdaed52d895eb62f.tar.xz
cdo-0fefd7f4fb0598420de8832acdaed52d895eb62f.zip
Initial provisioning of v0.8.0
Diffstat (limited to 'plugins/org.eclipse.net4j/.classpath')
-rw-r--r--plugins/org.eclipse.net4j/.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/org.eclipse.net4j/.classpath b/plugins/org.eclipse.net4j/.classpath
new file mode 100644
index 0000000000..8ea6ca0559
--- /dev/null
+++ b/plugins/org.eclipse.net4j/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry excluding="org/eclipse/internal/net4j/bundle/Activator.java|org/eclipse/internal/net4j/bundle/Log.java|org/eclipse/internal/net4j/component/InactiveException.java|org/eclipse/net4j/transport/ChannelMultiplexer.java" kind="src" path="src"/>
+ <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="output" path="bin"/>
+</classpath>

Back to the top