Skip to content

Commit

Permalink
Merge branch 'master' of github.com:codebase/Lattice-Development
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepwinter committed Apr 10, 2012
2 parents 12607ed + 589ec33 commit e516262
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions build.xml
Expand Up @@ -47,14 +47,18 @@
<exec executable="git">
<arg value="pull"/>
</exec>
<exec executable="git" dir="modules/lattice">
<arg value="pull"/>
</exec>
<exec executable="git">
<arg value="submodule"/>
<arg value="update"/>
<arg value="--recursive"/>
</exec>
<exec executable="git" dir="modules/lattice">
<arg value="checkout"/>
<arg value="master"/>
</exec>
<exec executable="git" dir="modules/lattice">
<arg value="pull"/>
</exec>
</target>

<target name="test">
Expand Down

0 comments on commit e516262

Please sign in to comment.