Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'JCL/converterJclMin9/.classpath')
-rw-r--r--JCL/converterJclMin9/.classpath10
1 files changed, 10 insertions, 0 deletions
diff --git a/JCL/converterJclMin9/.classpath b/JCL/converterJclMin9/.classpath
new file mode 100644
index 0000000000..6ee61f2eb4
--- /dev/null
+++ b/JCL/converterJclMin9/.classpath
@@ -0,0 +1,10 @@
+<?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/JavaSE-9">
+ <attributes>
+ <attribute name="module" value="true"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top