Skip to content

Commit ca93862

Browse files
committed
Added testjce and melexamples
1 parent 3e895fe commit ca93862

26 files changed

+638
-465
lines changed

melexamples/.classpath

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22
<classpath>
33
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
44
<classpathentry exported="true" kind="con" path="MULE_RUNTIME"/>
5+
<classpathentry kind="src" path="src/main/app"/>
56
<classpathentry kind="src" path="src/main/java"/>
6-
<classpathentry kind="src" path="src/test/java"/>
77
<classpathentry kind="src" path="src/main/resources"/>
8-
<classpathentry kind="src" path="src/test/resources"/>
9-
<classpathentry kind="output" path="bin"/>
8+
<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
9+
<classpathentry kind="src" output="target/test-classes" path="src/test/resources"/>
10+
<classpathentry kind="src" path="src/main/api"/>
11+
<classpathentry kind="src" path="mappings"/>
12+
<classpathentry kind="output" path="target/classes"/>
1013
</classpath>

melexamples/.project

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,14 @@
1515
<arguments>
1616
</arguments>
1717
</buildCommand>
18+
<buildCommand>
19+
<name>org.mule.tooling.maven.mavenBuilder</name>
20+
<arguments>
21+
</arguments>
22+
</buildCommand>
1823
</buildSpec>
1924
<natures>
25+
<nature>org.mule.tooling.maven.mavenNature</nature>
2026
<nature>org.mule.tooling.core.muleNature</nature>
2127
<nature>org.eclipse.jdt.core.javanature</nature>
2228
</natures>

melexamples/flows/global_functions.mflow

Lines changed: 0 additions & 138 deletions
This file was deleted.

0 commit comments

Comments
 (0)