Skip to content

Commit

Permalink
Removed clean in dist target.
Browse files Browse the repository at this point in the history
git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@214 c6a108a4-781c-0410-a6c6-c2d559e19af0
  • Loading branch information
lucboudreau committed May 5, 2009
1 parent a58576a commit e90d0e6
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 @@ -42,7 +42,7 @@ ${src.dir}/org/olap4j/mdx/parser/impl/DefaultMdxParserSym.java" />

<!-- 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"
depends="version-properties,jar,jar-jdk14,javadoc,javadoc-pdf,javadoc-with-ydoc,source.zip"
description="Creates a distribution">
<zip zipfile="${dist.dir}/${zip.filename}">
<zipfileset dir="${basedir}/doc" prefix="${ivy.artifact.id}-${project.revision}/doc"
Expand Down

0 comments on commit e90d0e6

Please sign in to comment.