diff options
author | Sven Gothel <[email protected]> | 2013-09-12 01:04:20 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-09-12 01:04:20 +0200 |
commit | 2603158cb1a0ff29f5a23de4c0ba2ce759f574cf (patch) | |
tree | 0a461ac6a856b780976444203a94107f323183a2 /.classpath | |
parent | a5c3fdc48b9bc5113b8445127c330c2c055423a7 (diff) |
Add Eclipse project files
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..ba99bd9 --- /dev/null +++ b/.classpath @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" output="classes" path="java"/> + <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/> + <classpathentry kind="output" path="bin"/> +</classpath> |