Last change
on this file since 5505 was
5505,
checked in by Nicklas Nordborg, 3 years ago
|
Fixes #1152: Switch to Java 11 and BASE 3.15
Worked fine with just updating version numbers in a couple of places and a minial code change due to generic return parameters implementation in BASE 3.15.
|
File size:
838 bytes
|
Rev | Line | |
---|
[4061] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
| 2 | <classpath> |
---|
| 3 | <classpathentry kind="src" path="src"/> |
---|
[5505] | 4 | <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"> |
---|
| 5 | <attributes> |
---|
| 6 | <attribute name="module" value="true"/> |
---|
| 7 | </attributes> |
---|
| 8 | </classpathentry> |
---|
[4067] | 9 | <classpathentry kind="lib" path="lib/servlet-api.jar"/> |
---|
[4212] | 10 | <classpathentry kind="lib" path="lib/jdom-2.0.6.jar"/> |
---|
[5503] | 11 | <classpathentry kind="lib" path="META-INF/lib/sshj-0.27.0.jar"/> |
---|
[5504] | 12 | <classpathentry kind="lib" path="lib/json-simple-1.1.1-1.jar"/> |
---|
[5505] | 13 | <classpathentry kind="lib" path="lib/base-core-3.15.0.jar"/> |
---|
| 14 | <classpathentry kind="lib" path="lib/base-webclient-3.15.0.jar"/> |
---|
| 15 | <classpathentry kind="lib" path="lib/slf4j-api-1.7.25.jar"/> |
---|
[4061] | 16 | <classpathentry kind="output" path="bin"/> |
---|
| 17 | </classpath> |
---|
Note: See
TracBrowser
for help on using the repository browser.