-
Notifications
You must be signed in to change notification settings - Fork 15
/
.classpath
69 lines (69 loc) · 4.25 KB
/
.classpath
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main"/>
<classpathentry kind="src" path="testsrc/main"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/commons-collections.jar"/>
<classpathentry kind="lib" path="lib/commons-dbcp.jar"/>
<classpathentry kind="lib" path="lib/commons-io.jar"/>
<classpathentry kind="lib" path="lib/commons-lang.jar"/>
<classpathentry kind="lib" path="lib/commons-logging.jar"/>
<classpathentry kind="lib" path="lib/commons-math.jar"/>
<classpathentry kind="lib" path="lib/commons-pool.jar"/>
<classpathentry kind="lib" path="lib/commons-vfs.jar"/>
<classpathentry kind="lib" path="lib/dom4j.jar"/>
<classpathentry kind="lib" path="lib/eigenbase-properties.jar"/>
<classpathentry kind="lib" path="lib/eigenbase-resgen.jar"/>
<classpathentry kind="lib" path="lib/eigenbase-xom.jar"/>
<classpathentry kind="lib" path="lib/javacc.jar"/>
<classpathentry kind="lib" path="lib/jlfgr.jar"/>
<classpathentry kind="lib" path="lib/jsp-api.jar"/>
<classpathentry kind="lib" path="lib/junit.jar"/>
<classpathentry kind="lib" path="lib/log4j.jar"/>
<classpathentry kind="lib" path="lib/olap4j-tck.jar"/>
<classpathentry kind="lib" path="lib/olap4j-xmla.jar"/>
<classpathentry kind="lib" path="lib/olap4j.jar"/>
<classpathentry kind="lib" path="lib/servlet-api.jar"/>
<classpathentry kind="lib" path="lib/validation-api.jar"/>
<classpathentry kind="lib" path="lib/xalan.jar"/>
<classpathentry kind="lib" path="lib/xercesImpl.jar"/>
<classpathentry kind="lib" path="lib/xml-apis.jar"/>
<classpathentry kind="lib" path="lib/xmlunit.jar"/>
<classpathentry kind="lib" path="workbench/plugins/commons-beanutils.jar"/>
<classpathentry kind="lib" path="workbench/plugins/commons-codec.jar"/>
<classpathentry kind="lib" path="workbench/plugins/commons-httpclient.jar"/>
<classpathentry kind="lib" path="workbench/plugins/commons-io-javadoc.jar"/>
<classpathentry kind="lib" path="workbench/plugins/commons-io-source.jar"/>
<classpathentry kind="lib" path="workbench/plugins/commons-io.jar"/>
<classpathentry kind="lib" path="workbench/plugins/commons-lang-source.jar"/>
<classpathentry kind="lib" path="workbench/plugins/commons-lang.jar"/>
<classpathentry kind="lib" path="workbench/plugins/commons-logging.jar"/>
<classpathentry kind="lib" path="workbench/plugins/dom4j.jar"/>
<classpathentry kind="lib" path="workbench/plugins/groovy-all.jar"/>
<classpathentry kind="lib" path="workbench/plugins/icu4j.jar"/>
<classpathentry kind="lib" path="workbench/plugins/jaxen.jar"/>
<classpathentry kind="lib" path="workbench/plugins/kettle-core.jar"/>
<classpathentry kind="lib" path="workbench/plugins/kettle-db.jar"/>
<classpathentry kind="lib" path="workbench/plugins/kettle-dbdialog.jar"/>
<classpathentry kind="lib" path="workbench/plugins/kettle-engine.jar"/>
<classpathentry kind="lib" path="workbench/plugins/pentaho-application-launcher.jar"/>
<classpathentry kind="lib" path="workbench/plugins/pentaho-mondrianschemaworkbench-plugins.jar"/>
<classpathentry kind="lib" path="workbench/plugins/pentaho-xul-core.jar"/>
<classpathentry kind="lib" path="workbench/plugins/pentaho-xul-swing.jar"/>
<classpathentry kind="lib" path="workbench/plugins/pull-parser.jar"/>
<classpathentry kind="lib" path="workbench/plugins/relaxngDatatype.jar"/>
<classpathentry kind="lib" path="workbench/plugins/stax-api.jar"/>
<classpathentry kind="lib" path="workbench/plugins/xalan.jar"/>
<classpathentry kind="lib" path="workbench/plugins/xercesImpl.jar"/>
<classpathentry kind="lib" path="workbench/plugins/xml-apis.jar"/>
<classpathentry kind="lib" path="workbench/plugins/xml-resolver.jar"/>
<classpathentry kind="lib" path="workbench/plugins/xmlParserAPIs.jar"/>
<classpathentry kind="lib" path="workbench/plugins/xom.jar"/>
<classpathentry kind="lib" path="workbench/plugins/xpp3.jar"/>
<classpathentry kind="lib" path="workbench/plugins/xsdlib.jar"/>
<classpathentry kind="lib" path="dev-lib/hsqldb-1.8.0.7.jar"/>
<classpathentry kind="lib" path="dev-lib/mysql-connector-java-5.1.13-bin.jar"/>
<classpathentry kind="lib" path="dev-lib/postgresql-8.4-701.jdbc4.jar"/>
<classpathentry kind="lib" path="dev-lib/ojdbc6.jar"/>
<classpathentry kind="output" path="classes"/>
</classpath>