-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.classpath
More file actions
15 lines (15 loc) · 926 Bytes
/
.classpath
File metadata and controls
15 lines (15 loc) · 926 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="MULE_LIB/org.mule.modules/mule-compression-module/2.1.1"/>
<classpathentry kind="con" path="org.mule.tooling.MULE_PROJECT_LIB"/>
<classpathentry kind="con" path="MULE_LIB/org.mule.connectors/mule-file-connector/1.3.4"/>
<classpathentry exported="true" kind="con" path="MULE_RUNTIME/org.mule.tooling.server.4.3.0.ee"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path="src/main/mule"/>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="src" path="src/main/resources"/>
<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
<classpathentry kind="src" output="target/test-classes" path="src/test/resources"/>
<classpathentry kind="src" path="src/test/munit"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>