Skip to content

Commit

Permalink
Created a goal for CI builds.
Browse files Browse the repository at this point in the history
git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@211 c6a108a4-781c-0410-a6c6-c2d559e19af0
  • Loading branch information
lucboudreau committed May 5, 2009
1 parent 62f7395 commit c5b187f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ ${src.dir}/org/olap4j/mdx/parser/impl/DefaultMdxParserSym.java" />
<target name="setup" depends="compile,create-dot-classpath"
description="Setups the project for eclipse." />

<target name="hudson" depends="clean-all,clean-tests,version-properties,test,cobertura,jar,jar-jdk14,source.jar"
description="Setups the project for eclipse." />

<!-- Override to create a proper release. -->
<target name="dist"
depends="clean-all,clean-tests,version-properties,jar,jar-jdk14,javadoc,javadoc-pdf,javadoc-with-ydoc,source.zip"
Expand Down

0 comments on commit c5b187f

Please sign in to comment.