Your preferences have been saved!
» Zip with zip file set - <?xml version="1.0"?> <project name="yourname" basedir=".." default="all">   <property name="dist" location="dist/"/>    <property name="lib" location="lib/"/>    <property name="src" location="src/"/>    <path id="class.path">     <pathelement path="${src}"/>      <fileset dir="${lib}">       <include name="**/*.jar"/>       <include name="**/*.zip"/>... 16 Feb 12 » Zip the binary web distribution with the documentation - <?xml version="1.0"?> <project name="Example Application Build" default="build-both" basedir=".">      <property file="build.properties"/>   <!-- CVSROOT for the JSTL -->   <property name="cvsroot"              value=":pserver:anoncvs@cvs.apache.org:/home/cvspublic" />   <!-- CVSROOT for the MySQL connector -->   <property name="mysql.cvsroot"              value=":pserver:anonymous@cvs.sourceforge.net:/cvsroot/mmmysql" />... 16 Feb 12 » Zip the binary stand-alone distribution with the documentation - <?xml version="1.0"?> <project name="Example Application Build" default="build-both" basedir=".">      <property file="build.properties"/>   <!-- CVSROOT for the JSTL -->   <property name="cvsroot"              value=":pserver:anoncvs@cvs.apache.org:/home/cvspublic" />   <!-- CVSROOT for the MySQL connector -->   <property name="mysql.cvsroot"              value=":pserver:anonymous@cvs.sourceforge.net:/cvsroot/mmmysql" />... 16 Feb 12 » Zip the source and documentation together - <?xml version="1.0"?> <project name="Example Application Build" default="build-both" basedir=".">      <property file="build.properties"/>   <!-- CVSROOT for the JSTL -->   <property name="cvsroot"              value=":pserver:anoncvs@cvs.apache.org:/home/cvspublic" />   <!-- CVSROOT for the MySQL connector -->   <property name="mysql.cvsroot"              value=":pserver:anonymous@cvs.sourceforge.net:/cvsroot/mmmysql" />... 16 Feb 12