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

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

References #1156: Switch to Java 11 and BASE 3.15

Update Http client. This required some bigger code changes since it was updated from 3.1 to 4.5.

File size: 1.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3  <classpathentry kind="src" path="src"/>
4  <classpathentry kind="lib" path="lib/compile/servlet-api.jar"/>
5  <classpathentry kind="lib" path="lib/compile/base-core-3.15.0.jar"/>
6  <classpathentry kind="lib" path="lib/compile/base-webclient-3.15.0.jar"/>
7  <classpathentry kind="lib" path="lib/compile/json-simple-1.1.1-1.jar"/>
8  <classpathentry kind="lib" path="lib/compile/jdom-2.0.6.jar"/>
9  <classpathentry kind="lib" path="lib/compile/slf4j-api-1.7.25.jar"/>
10  <classpathentry kind="lib" path="lib/compile/hibernate-commons-annotations-5.0.4.Final.jar"/>
11  <classpathentry kind="lib" path="lib/compile/hibernate-core-5.3.7.Final.jar"/>
12  <classpathentry kind="lib" path="lib/compile/javax.persistence-api-2.2.jar"/>
13  <classpathentry kind="lib" path="lib/compile/javax.mail-1.6.2.jar"/>
14  <classpathentry kind="lib" path="lib/compile/httpclient-4.5.6.jar" sourcepath="D:/Temp/Sys/.org.sf.feeling.decompiler1560926281346/source/httpclient-4.5.6-sources.jar"/>
15  <classpathentry kind="lib" path="lib/compile/httpcore-4.4.10.jar" sourcepath="D:/Temp/Sys/.org.sf.feeling.decompiler1560926281346/source/httpcore-4.4.10-sources.jar"/>
16  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
17    <attributes>
18      <attribute name="module" value="true"/>
19    </attributes>
20  </classpathentry>
21  <classpathentry kind="output" path="bin"/>
22</classpath>
Note: See TracBrowser for help on using the repository browser.