Skip to content

Commit

Permalink
updated library dependency from xmlbeans-2.2.0 to xmlbeans-2.5.0, suc…
Browse files Browse the repository at this point in the history
…h that it compiles out-of-the-box (xmlbeans-2.5.0 was no longer at apache.org)
  • Loading branch information
Rasmus Erik Voel Jensen committed Jun 17, 2011
1 parent 153d800 commit dce607f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xmlimplsrc/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
<target name="xmlbeans-get" unless="xmlbeans-zip-present?">
<property
name="xmlbeans.url"
value="http://www.apache.org/dist/xmlbeans/binaries/xmlbeans-2.2.0.zip"
value="http://www.apache.org/dist/xmlbeans/binaries/xmlbeans-2.5.0.zip"
/>

<mkdir dir="${xmlbeans.tmp}" />
Expand All @@ -157,8 +157,8 @@
<target name="xmlbeans-unzip" unless="xmlbeans-present?">
<antcall target="xmlbeans-get" />
<unzip src="${xmlbeans.zip}" dest="${xmlbeans.tmp}" />
<copy tofile="${xbean.jar}" file="${xmlbeans.tmp}/xmlbeans-2.2.0/lib/xbean.jar" />
<copy tofile="${jsr173.jar}" file="${xmlbeans.tmp}/xmlbeans-2.2.0/lib/jsr173_1.0_api.jar" />
<copy tofile="${xbean.jar}" file="${xmlbeans.tmp}/xmlbeans-2.5.0/lib/xbean.jar" />
<copy tofile="${jsr173.jar}" file="${xmlbeans.tmp}/xmlbeans-2.5.0/lib/jsr173_1.0_api.jar" />
<delete dir="${xmlbeans.tmp}" />
</target>
</project>

0 comments on commit dce607f

Please sign in to comment.