Skip to content

Commit 4504961

Browse files
committed
Applying ivyfication to project. (fingers crossed...)
git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@207 c6a108a4-781c-0410-a6c6-c2d559e19af0
1 parent e33489c commit 4504961

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+7108
-4404
lines changed

.classpath

+24-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,29 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
33
<classpathentry kind="src" path="src"/>
4-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jre1.5.0_05"/>
5-
<classpathentry kind="lib" path="lib/mondrian-2.1.1.jar"/>
64
<classpathentry kind="src" path="testsrc"/>
7-
<classpathentry kind="output" path="bin"/>
5+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
6+
<classpathentry kind="output" path="eclipse-bin"/>
7+
<classpathentry kind="lib" path="lib/asm-commons.jar" />
8+
<classpathentry kind="lib" path="lib/asm.jar" />
9+
<classpathentry kind="lib" path="lib/javacup.jar" />
10+
<classpathentry kind="lib" path="lib/log4j.jar" />
11+
<classpathentry kind="lib" path="lib/retroweaver-rt.jar" />
12+
<classpathentry kind="lib" path="lib/retroweaver.jar" />
13+
<classpathentry kind="lib" path="lib/xercesImpl.jar" />
14+
<classpathentry kind="lib" path="testlib/commons-collections.jar" />
15+
<classpathentry kind="lib" path="testlib/commons-dbcp.jar" />
16+
<classpathentry kind="lib" path="testlib/commons-logging.jar" />
17+
<classpathentry kind="lib" path="testlib/commons-math.jar" />
18+
<classpathentry kind="lib" path="testlib/commons-pool.jar" />
19+
<classpathentry kind="lib" path="testlib/commons-vfs.jar" />
20+
<classpathentry kind="lib" path="testlib/eigenbase-properties.jar" />
21+
<classpathentry kind="lib" path="testlib/eigenbase-resgen.jar" />
22+
<classpathentry kind="lib" path="testlib/eigenbase-xom.jar" />
23+
<classpathentry kind="lib" path="testlib/hsqldb.jar" />
24+
<classpathentry kind="lib" path="testlib/junit.jar" />
25+
<classpathentry kind="lib" path="testlib/mondrian.jar" />
26+
<classpathentry kind="lib" path="testlib/pdfdoclet.jar" />
27+
<classpathentry kind="lib" path="testlib/servlet-api.jar" />
28+
<classpathentry kind="lib" path="testlib/simple-jndi.jar" />
829
</classpath>

build.properties

+12-5
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,20 @@
1010
# See also 'test.properties', which contains settings for the regression
1111
# suite.
1212
#
13-
14-
# Location of mondrian source tree. Property is needed only if you wish to run
15-
# the olap4j test suite against the mondrian olap4j driver.
16-
#mondrian.dir=/absolute/path/mondrian
17-
1813
# Uncomment to use yDoc doclet for enhanced javadoc (requires commercial
1914
# license).
2015
#ydoc.home=/usr/local/ydoc-2.2_03-jdk1.5
2116

17+
project.revision=0.9.8-SNAPSHOT
18+
ivy.artifact.id=olap4j
19+
ivy.artifact.group=org.olap4j
20+
impl.title=olap4j
21+
22+
test.path_to_db=D:/MesDocuments/workspaces/OLAP4J-ivyfication/OLAP4J-trunk/foodmart/foodmart
23+
test.db_name=foodmart
24+
25+
javadoc.packagenames=org.olap4j.*
26+
27+
build.dir=build
28+
2229
# End build.properties

0 commit comments

Comments
 (0)