Skip to content

Commit

Permalink
Added lattice submodule specific ant targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepwinter committed Feb 24, 2012
1 parent d6a2317 commit 0e59af3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.xml
Expand Up @@ -15,6 +15,14 @@
<arg value="checkout"/>
<arg value="master"/>
</exec>
<exec executable="git" dir="lattice">
<arg value="submodule"/>
<arg value="init"/>
</exec>
<exec executable="git" dir="lattice">
<arg value="submodule"/>
<arg value="update"/>
</exec>
<ant target="setup"/>
</target>

Expand Down

0 comments on commit 0e59af3

Please sign in to comment.