forked from pentaho/pentaho-kettle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
classpath.template
20 lines (20 loc) · 1.05 KB
/
classpath.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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="dbdialog/src"/>
<classpathentry kind="src" path="dbdialog/test-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="con" path="org.eclipse.jdt.USER_LIBRARY/Kettle extra"/>
<classpathentry kind="output" path="eclipse-bin"/>
</classpath>