source: extensions/net.sf.basedb.yubikey/trunk/.classpath

Last change on this file was 5500, checked in by Nicklas Nordborg, 4 years ago

Fixes #1148: Switch to Java 11 and BASE 3.15

Worked fine with just updating version numbers in a couple of places. No code changes.

File size: 738 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3  <classpathentry kind="src" path="src"/>
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>
9  <classpathentry kind="lib" path="lib/servlet-api.jar"/>
10  <classpathentry kind="lib" path="lib/json-simple-1.1.1-1.jar"/>
11  <classpathentry kind="lib" path="META-INF/lib/yubico-validation-client2-3.0.5.jar"/>
12  <classpathentry kind="lib" path="lib/base-core-3.15.0.jar"/>
13  <classpathentry kind="lib" path="lib/base-webclient-3.15.0.jar"/>
14  <classpathentry kind="output" path="bin"/>
15</classpath>
Note: See TracBrowser for help on using the repository browser.