Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
A project file to import the Java examples in Eclipse
[simgrid.git] / examples / java / .classpath
diff --git a/examples/java/.classpath b/examples/java/.classpath
new file mode 100644 (file)
index 0000000..dd32d58
--- /dev/null
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+       <classpathentry excluding="**/*.cmake|**/*.tesh|**/*_compiled|**/*~|**/CMakeFiles|**/Makefile" kind="src" path=""/>
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+       <classpathentry kind="lib" path="../../simgrid.jar"/>
+       <classpathentry kind="output" path="bin"/>
+</classpath>