forked from terrywbrady/File-Analyzer
-
Notifications
You must be signed in to change notification settings - Fork 11
/
.classpath
16 lines (16 loc) · 1.02 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="core/src/main"/>
<classpathentry excluding="resources/" kind="src" path="bag-utils/src/main"/>
<classpathentry kind="src" path="bag-utils/src/main/resources"/>
<classpathentry kind="src" path="core-utils/src/main"/>
<classpathentry kind="src" path="demo/src/main"/>
<classpathentry kind="src" path="dspace/src/main"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="var" path="M2_REPO/org/apache/tika/tika-app/1.13/tika-app-1.13.jar"/>
<classpathentry kind="var" path="M2_REPO/gov/loc/bagit/4.9.0/bagit-4.9.0.jar"/>
<classpathentry kind="var" path="M2_REPO/commons-io/commons-io/2.4/commons-io-2.4.jar"/>
<classpathentry kind="var" path="M2_REPO/info/freelibrary/freelib-marc4j/2.6.6/freelib-marc4j-2.6.6.jar"/>
<classpathentry kind="var" path="M2_REPO/commons-cli/commons-cli/1.3.1/commons-cli-1.3.1.jar"/>
<classpathentry kind="output" path="dspace/target/classes"/>
</classpath>