forked from olap4j/olap4j
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Applying ivyfication to project. (fingers crossed...)
git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@207 c6a108a4-781c-0410-a6c6-c2d559e19af0
- Loading branch information
1 parent
e33489c
commit 4504961
Showing
45 changed files
with
7,108 additions
and
4,404 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,29 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="src" path="src"/> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jre1.5.0_05"/> | ||
<classpathentry kind="lib" path="lib/mondrian-2.1.1.jar"/> | ||
<classpathentry kind="src" path="testsrc"/> | ||
<classpathentry kind="output" path="bin"/> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> | ||
<classpathentry kind="output" path="eclipse-bin"/> | ||
<classpathentry kind="lib" path="lib/asm-commons.jar" /> | ||
<classpathentry kind="lib" path="lib/asm.jar" /> | ||
<classpathentry kind="lib" path="lib/javacup.jar" /> | ||
<classpathentry kind="lib" path="lib/log4j.jar" /> | ||
<classpathentry kind="lib" path="lib/retroweaver-rt.jar" /> | ||
<classpathentry kind="lib" path="lib/retroweaver.jar" /> | ||
<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/hsqldb.jar" /> | ||
<classpathentry kind="lib" path="testlib/junit.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="testlib/simple-jndi.jar" /> | ||
</classpath> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.