Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Commit

Permalink
fix ant mvnresolve on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
yugecin committed May 26, 2017
1 parent 6ccedf4 commit f7f224f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Expand Up @@ -29,7 +29,8 @@
build/

Thumbs.db
.DS_STORE
/target
/out/
/libs/
/mvnlibs/
/lib/
/mvnlibs/
5 changes: 2 additions & 3 deletions build.xml
Expand Up @@ -61,8 +61,7 @@ then run (code is compiled automatically when you run)

<exec executable="${shellexecutable}">
<arg value="${shellcmdarg}" />
<arg value="mvn" />
<arg value="initialize" />
<arg value="mvn initialize" />
</exec>

<move file="${dir.mvnlibs}" tofile="${dir.lib}" />
Expand Down Expand Up @@ -154,4 +153,4 @@ then run (code is compiled automatically when you run)
<fileset dir="${dir.lib}" includes="**/*.jar" />
</path>

</project>
</project>

0 comments on commit f7f224f

Please sign in to comment.