diff options
author | Vlad Dumitrescu <[email protected]> | 2014-11-13 14:28:50 +0100 |
---|---|---|
committer | Marcus Arendt <[email protected]> | 2014-11-25 12:12:10 +0100 |
commit | bb31ca7d6cf2d08d1efe2ba3bce37c9f8d8634bc (patch) | |
tree | b90232ed7ee36549ea464caf5909d8d849cbc837 /lib/jinterface/test/.classpath | |
parent | c18819e771228cb76c07ae88467d56e09e446165 (diff) | |
download | otp-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/test/.classpath')
-rw-r--r-- | lib/jinterface/test/.classpath | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/jinterface/test/.classpath b/lib/jinterface/test/.classpath new file mode 100644 index 0000000000..2e4a3e6776 --- /dev/null +++ b/lib/jinterface/test/.classpath @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" output="jinterface_SUITE_data" path="jinterface_SUITE_data"/> + <classpathentry kind="src" output="nc_SUITE_data" path="nc_SUITE_data"/> + <classpathentry combineaccessrules="false" kind="src" path="/jinterface"/> + <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="bin"/> +</classpath> |