forked from olap4j/olap4j
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
24 lines (24 loc) · 1.38 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="testsrc"/>
<classpathentry kind="lib" path="lib/xercesImpl.jar"/>
<classpathentry kind="lib" path="testlib/commons-collections.jar"/>
<classpathentry kind="lib" path="testlib/commons-dbcp.jar"/>
<classpathentry kind="lib" path="testlib/commons-logging.jar"/>
<classpathentry kind="lib" path="testlib/commons-math.jar"/>
<classpathentry kind="lib" path="testlib/commons-pool.jar"/>
<classpathentry kind="lib" path="testlib/commons-vfs.jar"/>
<classpathentry kind="lib" path="testlib/eigenbase-properties.jar"/>
<classpathentry kind="lib" path="testlib/eigenbase-resgen.jar"/>
<classpathentry kind="lib" path="testlib/eigenbase-xom.jar"/>
<classpathentry kind="lib" path="testlib/junit.jar"/>
<classpathentry kind="lib" path="testlib/log4j.jar"/>
<classpathentry kind="lib" path="testlib/mondrian.jar"/>
<classpathentry kind="lib" path="testlib/pdfdoclet.jar"/>
<classpathentry kind="lib" path="testlib/servlet-api.jar"/>
<classpathentry kind="lib" path="dev-lib/mysql-connector-java-5.1.13-bin.jar"/>
<classpathentry kind="lib" path="testlib/olap4j-xmlaserver.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="output" path="eclipse-bin"/>
</classpath>