aboutsummaryrefslogtreecommitdiffstats
path: root/lib/jinterface/.classpath
diff options
context:
space:
mode:
authorVlad Dumitrescu <[email protected]>2014-11-13 14:28:50 +0100
committerMarcus Arendt <[email protected]>2014-11-25 12:12:10 +0100
commitbb31ca7d6cf2d08d1efe2ba3bce37c9f8d8634bc (patch)
treeb90232ed7ee36549ea464caf5909d8d849cbc837 /lib/jinterface/.classpath
parentc18819e771228cb76c07ae88467d56e09e446165 (diff)
downloadotp-bb31ca7d6cf2d08d1efe2ba3bce37c9f8d8634bc.tar.gz
otp-bb31ca7d6cf2d08d1efe2ba3bce37c9f8d8634bc.tar.bz2
otp-bb31ca7d6cf2d08d1efe2ba3bce37c9f8d8634bc.zip
[jinterface] add Eclipse projects and settings
For other IDEs, use these as reference. In short, the formatting style is: - indentation uses only spaces; each level is 4 positions - no trailing whitespace - mostly default Java style formatting (any difference is minor) - always use {} - use 'final' as much as possible
Diffstat (limited to 'lib/jinterface/.classpath')
-rw-r--r--lib/jinterface/.classpath6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/jinterface/.classpath b/lib/jinterface/.classpath
new file mode 100644
index 0000000000..9785e55986
--- /dev/null
+++ b/lib/jinterface/.classpath
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="java_src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+ <classpathentry kind="output" path="priv"/>
+</classpath>