diff options
| author | chenjinsong <[email protected]> | 2018-09-27 16:11:54 +0800 |
|---|---|---|
| committer | chenjinsong <[email protected]> | 2018-09-27 16:11:54 +0800 |
| commit | 56d71f261a8bd6031e47e2bf80867049a2aa13da (patch) | |
| tree | f09257b2143782a333a9eda3395137837d9bdad1 /.classpath | |
initial commit
Diffstat (limited to '.classpath')
| -rw-r--r-- | .classpath | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..2aed731 --- /dev/null +++ b/.classpath @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry excluding="conf/|key/" kind="src" path="src"/> + <classpathentry kind="src" path="src/key"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="lib" path="lib/sigar/sigar.jar"/> + <classpathentry kind="lib" path="lib/commons-beanutils-1.7.jar"/> + <classpathentry kind="lib" path="lib/commons-collections.jar"/> + <classpathentry kind="lib" path="lib/commons-io.jar"/> + <classpathentry kind="lib" path="lib/commons-lang.jar"/> + <classpathentry kind="lib" path="lib/commons-logging.jar"/> + <classpathentry kind="lib" path="lib/ezmorph-1.0.4.jar"/> + <classpathentry kind="lib" path="lib/json-lib-2.2.2-jdk15.jar"/> + <classpathentry kind="lib" path="lib/junit.jar"/> + <classpathentry kind="lib" path="lib/log4j-1.2.15.jar"/> + <classpathentry kind="lib" path="lib/ostermillerutils_1_07_00.jar"/> + <classpathentry kind="lib" path="lib/filemgr/ant.jar"/> + <classpathentry kind="lib" path="lib/filemgr/javatar-2.5.jar"/> + <classpathentry kind="lib" path="lib/filemgr/java-unrar-0.3.jar"/> + <classpathentry kind="lib" path="lib/fileComment.jar"/> + <classpathentry kind="output" path="bin"/> +</classpath> |
