Skip to content

Commit

Permalink
There was a missing dependency in the Eclipse setup target.
Browse files Browse the repository at this point in the history
git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@240 c6a108a4-781c-0410-a6c6-c2d559e19af0
  • Loading branch information
lucboudreau committed May 13, 2009
1 parent 58f55e1 commit 4d5decd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ${src.dir}/org/olap4j/mdx/parser/impl/DefaultMdxParserSym.java" />
</not>
</condition>

<target name="setup" depends="compile,create-dot-classpath"
<target name="setup" depends="version-properties,compile,create-dot-classpath"
description="Setups the project for eclipse." />

<target name="hudson" depends="clean-all,clean-tests,version-properties,jar,source.jar,test,jar-jdk14"
Expand Down

0 comments on commit 4d5decd

Please sign in to comment.