-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.classpath
More file actions
25 lines (25 loc) · 1.56 KB
/
.classpath
File metadata and controls
25 lines (25 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path="src/main/scala"/>
<classpathentry kind="src" path="resources"/>
<classpathentry kind="src" path="src/test/scala"/>
<classpathentry kind="src" path="src/test/resources"/>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry exported="true" kind="lib" path="lib/dfdlsample_java.jar"/>
<classpathentry exported="true" kind="lib" path="lib/emf.common_2.6.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/emf.ecore_2.6.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/emf.ecore.xmi_2.5.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/gpb.jar"/>
<classpathentry exported="true" kind="lib" path="lib/ibm-dfdl.jar"/>
<classpathentry exported="true" kind="lib" path="lib/icu4j-charsets.jar"/>
<classpathentry exported="true" kind="lib" path="lib/icu4j.jar"/>
<classpathentry exported="true" kind="lib" path="lib/scd.jar"/>
<classpathentry exported="true" kind="lib" path="lib/xsd_2.6.0.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/daffodil-io"/>
<classpathentry combineaccessrules="false" kind="src" path="/daffodil-lib"/>
<classpathentry combineaccessrules="false" kind="src" path="/daffodil-tdml-lib"/>
<classpathentry combineaccessrules="false" kind="src" path="/daffodil-macro-lib"/>
<classpathentry kind="output" path="target/scala-2.12/classes"/>
</classpath>