Skip to content

Commit

Permalink
AUI-526 Auto initialize git submodules on Alloy build
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardolundgren committed Oct 5, 2011
1 parent ca73f70 commit a2647a0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions resources/builder/bootstrap.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
<?xml version="1.0"?>
<project name="AlloyBootstrap">
<import file="properties.xml" description="Alloy Default Build Properties"/>

<exec executable="git" dir="${project.dir}">
<arg value="submodule" />
<arg value="update" />
<arg value="--init" />
</exec>

<import file="${builddir}/3.x/bootstrap.xml" description="Default Build Properties and Targets"/>
<import file="macrolib.xml" description="Alloy Macrodef Utilities"/>

Expand Down

0 comments on commit a2647a0

Please sign in to comment.