diff options
author | James Moger <james.moger@gitblit.com> | 2014-11-09 13:33:27 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2014-11-10 21:46:26 -0500 |
commit | 4b9a61d0ef0fc2a9230a53a0ade45a20889aa9e3 (patch) | |
tree | 5b93bd2ad0425d46c0fea61c66ab56128e29b29c /.classpath | |
parent | 97358035987e26ea801abac461bf5b5c9a406aa7 (diff) | |
download | iciql-4b9a61d0ef0fc2a9230a53a0ade45a20889aa9e3.tar.gz iciql-4b9a61d0ef0fc2a9230a53a0ade45a20889aa9e3.zip |
Revise built-in type adapter class names again, add Yaml type adapter
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ <classpathentry kind="lib" path="ext/xpp3_min-1.1.4c.jar" /> <classpathentry kind="lib" path="ext/junit-4.11.jar" sourcepath="ext/src/junit-4.11.jar" /> <classpathentry kind="lib" path="ext/jmock-1.0.1.jar" sourcepath="ext/src/jmock-1.0.1.jar" /> + <classpathentry kind="lib" path="ext/snakeyaml-1.14.jar" sourcepath="ext/src/snakeyaml-1.14.jar" /> <classpathentry kind="lib" path="ext/hamcrest-core-1.3.jar" sourcepath="ext/src/hamcrest-core-1.3.jar" /> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER" /> <classpathentry kind="output" path="bin/classes" /> |