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/.classpath | |
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/.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> |