Blame | Last modification | View Log | RSS feed
<?xml version="1.0" encoding="UTF-8"?><project name="volley-rules" default="help"><!-- A rule to generate the JAR for inclusion in an Androidapplication. Output file will be bin/volley.jar --><target name="jar" depends="-compile"><jar destfile="bin/volley.jar"basedir="bin/classes" /></target></project>