diff options
author | Sven Gothel <[email protected]> | 2022-07-08 03:29:47 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-07-08 03:29:47 +0200 |
commit | 1ad1d7b5b0dab7e1b36f86f08e209045abeb5b3c (patch) | |
tree | 9a09265843355f99e2f4cd0cf7d0b92c318c7ef0 /.classpath | |
parent | b16e20dfabfd152c0ad69ce94b72c8c713993b69 (diff) |
Use jaulib's BasicTypes, PrintUtil and Clock, drop duplicates in BTUtil
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="examples/java"/> + <classpathentry kind="src" path="jaulib/java_jni"/> <classpathentry kind="src" path="jaulib/java_pkg"/> <classpathentry kind="src" path="jaulib/test/java"/> <classpathentry kind="src" path="test/java"/> |