Ver código fonte

Fix build error when retrieving Moxie jar

tags/v1.3.0
James Moger 11 anos atrás
pai
commit
8e2b99a592
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      build.xml

+ 1
- 0
build.xml Ver arquivo

@@ -12,6 +12,7 @@
<property name="moxie.dir" value="${user.home}/.moxie" />
<!-- Download Moxie from it's Maven repository to user.home -->
<mkdir dir="${moxie.dir}" />
<get src="${moxie.url}/org/moxie/moxie-toolkit/${moxie.version}/${moxie.jar}"
dest="${moxie.dir}" skipexisting="true" verbose="true" />

Carregando…
Cancelar
Salvar