aboutsummaryrefslogtreecommitdiffstats
path: root/lib/jinterface/.project
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/.project
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/.project')
-rw-r--r--lib/jinterface/.project17
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/jinterface/.project b/lib/jinterface/.project
new file mode 100644
index 0000000000..450b96dc12
--- /dev/null
+++ b/lib/jinterface/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>jinterface</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>