Skip to content

Commit

Permalink
Distributable Ivy descriptor was not generated in the right folder.
Browse files Browse the repository at this point in the history
git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@417 c6a108a4-781c-0410-a6c6-c2d559e19af0
  • Loading branch information
lucboudreau committed Mar 20, 2011
1 parent b33bf9f commit 2b5b762
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 @@ -243,7 +243,7 @@ class XmlaOlap4jDriverVersion {
<ivy:retrieve conf="test" pattern="${testlib.dir}/[module](-[classifier]).[ext]" />

<ivy:resolve file="ivy.xml" conf="default" />
<ivy:deliver conf="default" deliverpattern="${bin.dir}/ivy.xml" />
<ivy:deliver conf="default" deliverpattern="${dist.dir}/ivy.xml" />

</target>

Expand Down

0 comments on commit 2b5b762

Please sign in to comment.