diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-05-20 16:18:21 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-05-20 16:18:21 +0200 |
commit | e147bdb7da8e48c1483c7732a0eb6b6f54699b66 (patch) | |
tree | 2ae0c9764f69394df4d159b9c59c34d82bd3fe1f /.classpath | |
parent | 4c2e09ce5137642dca0b79be60ccc37fa8ac5dc3 (diff) | |
download | moa-id-spss-e147bdb7da8e48c1483c7732a0eb6b6f54699b66.tar.gz moa-id-spss-e147bdb7da8e48c1483c7732a0eb6b6f54699b66.tar.bz2 moa-id-spss-e147bdb7da8e48c1483c7732a0eb6b6f54699b66.zip |
update version management
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 000000000..1e9054b32 --- /dev/null +++ b/.classpath @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/> + <classpathentry kind="output" path="target/classes"/> +</classpath> |