diff options
author | Sven Gothel <[email protected]> | 2013-01-17 03:33:31 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-01-17 03:33:31 +0100 |
commit | 4529bf562834b6929faa41813988934e7b8854f9 (patch) | |
tree | e8faad5e1835fbf506c2dd53645c891a3fce6073 /.classpath |
Initial Commit
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..7aea4af --- /dev/null +++ b/.classpath @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src"/> + <classpathentry kind="lib" path="lib/pircbot-1.5.0.jar" sourcepath="lib/pircbot-1.5.0-java.zip"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="output" path="build/classes"/> +</classpath> |