Skip to content

Commit

Permalink
log4j is now a bundle in maven repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
fbacchella committed Apr 17, 2013
1 parent cebe362 commit bbc22a5
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 @@ -334,7 +334,7 @@
</java>
</target>
<target name="resolve" description="--> retrieve dependencies with ivy">
<ivy:retrieve type="jar,zip" pattern="[conf]/[artifact].[ext]" />
<ivy:retrieve type="jar,zip,bundle" pattern="[conf]/[artifact].[ext]" />
<unzip src="lib/dojo.zip" dest="lib">
<regexpmapper from="dojo-[^/]*/(.*)" to="dojo/\1" />
</unzip>
Expand Down

0 comments on commit bbc22a5

Please sign in to comment.