diff options
author | Marcus Arendt <[email protected]> | 2014-11-28 09:44:21 +0100 |
---|---|---|
committer | Marcus Arendt <[email protected]> | 2014-11-28 09:44:21 +0100 |
commit | 5cacc9ad1bb94ccd3a1343a6c8ab01d134b2ff70 (patch) | |
tree | 8379a43275d3d906676b29dbc918a32da804f312 /lib/jinterface/test/.project | |
parent | 0ba335ba103958e9378b29bbbca1cafc985316ba (diff) | |
parent | 26732f2fdd4720deee653ab96cd453ed65dcaa87 (diff) | |
download | otp-5cacc9ad1bb94ccd3a1343a6c8ab01d134b2ff70.tar.gz otp-5cacc9ad1bb94ccd3a1343a6c8ab01d134b2ff70.tar.bz2 otp-5cacc9ad1bb94ccd3a1343a6c8ab01d134b2ff70.zip |
Merge branch 'vladdu/jinterface_format/OTP-12333'
* vladdu/jinterface_format/OTP-12333:
[jinterface] cleanup code according to new style
[jinterface] add Eclipse projects and settings
Diffstat (limited to 'lib/jinterface/test/.project')
-rw-r--r-- | lib/jinterface/test/.project | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/jinterface/test/.project b/lib/jinterface/test/.project new file mode 100644 index 0000000000..4144c6ebea --- /dev/null +++ b/lib/jinterface/test/.project @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>jinterface_tests</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> |