Skip to content

Commit

Permalink
Applying ivyfication to project. (fingers crossed...)
Browse files Browse the repository at this point in the history
git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@207 c6a108a4-781c-0410-a6c6-c2d559e19af0
  • Loading branch information
lucboudreau committed May 5, 2009
1 parent e33489c commit 4504961
Show file tree
Hide file tree
Showing 45 changed files with 7,108 additions and 4,404 deletions.
27 changes: 24 additions & 3 deletions .classpath
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>
17 changes: 12 additions & 5 deletions build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,20 @@
# See also 'test.properties', which contains settings for the regression
# suite.
#

# Location of mondrian source tree. Property is needed only if you wish to run
# the olap4j test suite against the mondrian olap4j driver.
#mondrian.dir=/absolute/path/mondrian

# Uncomment to use yDoc doclet for enhanced javadoc (requires commercial
# license).
#ydoc.home=/usr/local/ydoc-2.2_03-jdk1.5

project.revision=0.9.8-SNAPSHOT
ivy.artifact.id=olap4j
ivy.artifact.group=org.olap4j
impl.title=olap4j

test.path_to_db=D:/MesDocuments/workspaces/OLAP4J-ivyfication/OLAP4J-trunk/foodmart/foodmart
test.db_name=foodmart

javadoc.packagenames=org.olap4j.*

build.dir=build

# End build.properties
Loading

0 comments on commit 4504961

Please sign in to comment.