Your preferences have been saved!
» Check out from CVS - <?xml version="1.0"?> <project name="Java XP Cookbook" default="build" basedir=".">   <target name="prepare">     <!-- convert the CVS repository directory into          a fully-qualitied Windows directory -->     <pathconvert targetos="windows" property="cvsrepository.path">        <path>          <pathelement location="repository"/>        </path>     </pathconvert>... 16 Feb 12 » CVS update - <?xml version="1.0"?> <project name="Java XP Cookbook" default="build" basedir=".">   <target name="prepare">     <!-- convert the CVS repository directory into          a fully-qualitied Windows directory -->     <pathconvert targetos="windows" property="cvsrepository.path">        <path>          <pathelement location="repository"/>        </path>     </pathconvert>... 16 Feb 12 » Check out source code from cvs - <?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" />   <!-- The master build classpath          -->    <path id="build.classpath">... 16 Feb 12