Skip to content

Commit

Permalink
Added a signed AmazonMarketStrategy build to the release-all target
Browse files Browse the repository at this point in the history
  • Loading branch information
sbosley committed Sep 5, 2012
1 parent c768e5d commit ca04c32
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</subant>
</target>

<target name="release-all" depends="clean,get-version,release,release-amazon,release-nook,release-webmarket,release-nomarket">
<target name="release-all" depends="clean,get-version,release,release-amazon,release-amazon-signed,release-nook,release-webmarket,release-nomarket">
<!-- custom builds -->
<for list="-other" param="name">
<sequential>
Expand All @@ -53,6 +53,14 @@
</subant>
</target>

<target name="release-amazon-signed" depends="get-version">
<subant target="release-custom">
<fileset file="astrid/build.xml" />
<property name="custom.version.name" value=".1000-signed" />
<property name="custom.market.strategy" value="AmazonMarketStrategy" />
</subant>
</target>

<target name="release-nomarket" depends="get-version">
<subant target="release-custom">
<fileset file="astrid/build.xml" />
Expand Down

0 comments on commit ca04c32

Please sign in to comment.