source: trunk/.classpath @ 7170

Last change on this file since 7170 was 7170, checked in by Nicklas Nordborg, 7 years ago

References #2006 and #2016.

Removed parallelgzip jar file and added source files to the BASE core package instead. The intention is to fix the file size problem. The current code is the original code as downloaded from https://github.com/shevek/parallelgzip (version 1.0.1). The code does not compile due to using non-standard annotation from "javax.annotation" package.

File size: 2.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3  <classpathentry kind="src" path="src/core"/>
4  <classpathentry kind="src" path="src/clients/jobagent"/>
5  <classpathentry kind="src" path="src/clients/web"/>
6  <classpathentry kind="src" path="src/plugins/core"/>
7  <classpathentry kind="src" path="src/test"/>
8  <classpathentry kind="src" path="src/install"/>
9  <classpathentry kind="lib" path="lib/dist/jep-2.4.0.jar"/>
10  <classpathentry kind="lib" path="lib/dist/bzip2.jar"/>
11  <classpathentry kind="lib" path="lib/servlet/jsp-api.jar"/>
12  <classpathentry kind="lib" path="lib/servlet/servlet-api.jar"/>
13  <classpathentry kind="lib" path="lib/dist/AffxFusion.jar"/>
14  <classpathentry kind="lib" path="lib/dist/jai_core.jar"/>
15  <classpathentry kind="lib" path="lib/dist/jai_codec.jar"/>
16  <classpathentry kind="lib" path="lib/dist/secondstring.jar"/>
17  <classpathentry kind="lib" path="lib/dist/tar.jar"/>
18  <classpathentry kind="lib" path="lib/dist/commons-io-1.4.jar"/>
19  <classpathentry kind="lib" path="lib/dist/json-simple-1.1.1.jar"/>
20  <classpathentry kind="lib" path="lib/svn/svnant-1.4dev.jar"/>
21  <classpathentry kind="lib" path="lib/dist/slf4j-api-1.6.4.jar"/>
22  <classpathentry kind="lib" path="lib/dist/commons-collections-3.1.jar"/>
23  <classpathentry kind="lib" path="lib/dist/jdom-2.0.6.jar"/>
24  <classpathentry kind="lib" path="lib/dist/postgresql-9.4-1201.jdbc41.jar"/>
25  <classpathentry kind="lib" path="lib/dist/jcommon-1.0.23.jar"/>
26  <classpathentry kind="lib" path="lib/dist/jfreechart-1.0.19.jar"/>
27  <classpathentry kind="lib" path="lib/dist/httpclient-4.4.1.jar"/>
28  <classpathentry kind="lib" path="lib/dist/httpcore-4.4.1.jar"/>
29  <classpathentry kind="lib" path="lib/dist/commons-email-1.3.3.jar"/>
30  <classpathentry kind="lib" path="lib/dist/javasysmon-0.3.5.jar"/>
31  <classpathentry kind="lib" path="lib/dist/hibernate-core-5.0.7.Final.jar" sourcepath="D:/Eclipse/sources/hibernate-release-5.0.7.Final/project/hibernate-core/src/main/java"/>
32  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
33  <classpathentry kind="output" path="xbin"/>
34</classpath>
Note: See TracBrowser for help on using the repository browser.