Skip to content

Instantly share code, notes, and snippets.

@stimms
Created January 1, 2013 23:09
Show Gist options
  • Save stimms/4430883 to your computer and use it in GitHub Desktop.
Save stimms/4430883 to your computer and use it in GitHub Desktop.
<target depends="generateKey" name="dist">
<property environment="env"></property>
<replace file="application.xml" token="${buildNumber}" value="${env.SVN_REVISION}"></replace>
<exec executable="c:\hudson\tools\AdobeAir\bin\adt.bat">
<arg value="-package"></arg>
<arg value="-storetype"></arg>
<arg value="pkcs12"></arg>
<arg value="-storepass"></arg>
<arg value="helloWorld"></arg>
<arg value="-keystore"></arg>
<arg value="${keyFile}"></arg>
<arg value="${airFile}"></arg>
<arg value="application.xml"></arg>
<!--contents-->
<arg value="css"></arg>
<arg value="html"></arg>
<arg value="icons"></arg>
<arg value="img"></arg>
<arg value="js"></arg>
<arg value="lib"></arg>
<arg value="Client.html"></arg>
<arg value="config.js"></arg>
</exec>
</target>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment