Skip to content

Commit

Permalink
Standardizes the jdk14 jar module name. Enables retroweaving of the x…
Browse files Browse the repository at this point in the history
…mla driver.

git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@415 c6a108a4-781c-0410-a6c6-c2d559e19af0
  • Loading branch information
lucboudreau committed Mar 20, 2011
1 parent 38d2fff commit 7d0dd82
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<import file="subfloor.xml" />

<property name="jar-jdk14.file"
value="${dist.dir}/${ivy.artifact.id}-${project.revision}-jdk14.jar" />
value="${dist.dir}/${ivy.artifact.id}-jdk14-${project.revision}.jar" />

<property name="classes-jdk14.dir"
value="${bin.dir}/classes-jdk14" />
Expand Down Expand Up @@ -264,8 +264,7 @@ class XmlaOlap4jDriverVersion {
<target name="jar-jdk14">
<copy todir="${classes-jdk14.dir}">
<fileset dir="${classes.dir}"
includes="**/*"
excludes="org/olap4j/driver/**"/>
includes="**/*"/>
</copy>
<antcall target="retroweave"/>
<zip zipfile="${jar-jdk14.file}" update="true">
Expand Down Expand Up @@ -371,7 +370,7 @@ class XmlaOlap4jDriverVersion {
</antcall>
<antcall target="maven-publish-artifact">
<param name="publish.pomFile" value="${bin.dir}/${ivy.artifact.id}-jdk14.pom" />
<param name="publish.file" value="${dist.dir}/${ivy.artifact.id}-jdk14-${project.revision}.jar" />
<param name="publish.file" value="${jar-jdk14.file}" />
</antcall>
</sequential>
</target>
Expand Down

0 comments on commit 7d0dd82

Please sign in to comment.