-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathclasspath.template
22 lines (22 loc) · 1.11 KB
/
classpath.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="core/src"/>
<classpathentry kind="src" path="core/test-src"/>
<classpathentry kind="src" path="db/src"/>
<classpathentry kind="src" path="db/test-src"/>
<classpathentry kind="src" path="dbdialog/src"/>
<classpathentry kind="src" path="dbdialog/test-src"/>
<classpathentry kind="src" path="jdbc/src"/>
<classpathentry kind="src" path="engine/src"/>
<classpathentry kind="src" path="engine/test-src"/>
<classpathentry kind="src" path="ui/src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="src" path="plugins/kettle-palo-plugin/src"/>
<classpathentry kind="src" path="plugins/kettle-hl7-plugin/src"/>
<classpathentry kind="src" path="plugins/kettle-gpload-plugin/src"/>
<classpathentry kind="src" path="plugins/kettle-openerp-plugin/src"/>
<classpathentry kind="src" path="plugins/market/src"/>
<classpathentry kind="src" path="plugins/star-modeler/src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="classes"/>
</classpath>