Skip to content

Commit

Permalink
Fixes a woopsie.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucboudreau committed Dec 17, 2012
1 parent 0c6e986 commit 57c24f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ src/org/olap4j/driver/xmla/XmlaOlap4jDriverVersion.java" />
</condition>

<path id="project.bootclasspath.jdk15">
<pathelement location="${lib.dir}/rt-jdk1.5.jar"/>
<pathelement location="${testlib.dir}/rt-jdk1.5.jar"/>
</path>

<path id="project.bootclasspath.jdk16">
<pathelement location="${lib.dir}/rt-java6.jar"/>
<pathelement location="${testlib.dir}/rt-java6.jar"/>
</path>

<condition property="init.foodmart">
Expand Down

0 comments on commit 57c24f6

Please sign in to comment.