Skip to content

Commit

Permalink
Fixes a missing jar in the build system.
Browse files Browse the repository at this point in the history
Increments the release number.

git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@389 c6a108a4-781c-0410-a6c6-c2d559e19af0
  • Loading branch information
lucboudreau committed Dec 22, 2010
1 parent bc18f65 commit a13b7ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
# See also 'test.properties', which contains settings for the regression
# suite.

project.revision=0.9.9.388
project.revision=0.9.9.389
project.revision.major=0
project.revision.minor=9090388
project.revision.minor=9090389
ivy.artifact.id=olap4j
ivy.artifact.group=org.olap4j
impl.title=olap4j
Expand Down
4 changes: 2 additions & 2 deletions 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" />
<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"
<target name="hudson" depends="clean-all,clean-tests,version-properties,jar,source.jar,tck-jar,test,jar-jdk14"
description="Sugar goal to build olap4j from hudson." />

<!-- Override to create a proper release. -->
Expand Down Expand Up @@ -279,7 +279,7 @@ META-INF/**" />
<param name="publish.groupId" value="${ivy.artifact.group}" />
<param name="publish.artifactId" value="${ivy.artifact.id}" />
<param name="publish.version" value="${project.revision}" />
<param name="publish.file" value="${dist.dir}/${ivy.artifact.id}-${project.revision}-tck.jar" />
<param name="publish.file" value="${dist.dir}/${ivy.artifact.id}-tck-${project.revision}.jar" />
</antcall>
</target>

Expand Down

0 comments on commit a13b7ec

Please sign in to comment.