|
From: Markus B. <mba...@us...> - 2005-09-19 14:41:53
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.build/bootstrap In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4537/bootstrap Modified Files: customTargets.xml Log Message: changed cvs access for site.xml from ext to pserver; set Tag to #{fetchTag} Index: customTargets.xml =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.build/bootstrap/customTargets.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** customTargets.xml 7 Sep 2005 22:51:40 -0000 1.9 --- customTargets.xml 19 Sep 2005 14:41:45 -0000 1.10 *************** *** 188,193 **** <!-- Grab the rest of the site out of CVS --> <mkdir dir="${buildDirectory}/temp.updatesite"/> ! <property name="cvsRoot" value=":ext:cvs.sf.net:/cvsroot/rubyeclipse" /> ! <cvs cvsRoot="${cvsRoot}" package="${sitePackagePrefix}" dest="${buildDirectory}/temp.updatesite" tag="HEAD"/> <!-- Copy to staging area --> <copy todir="${UpdateSiteStagingLocation}"> --- 188,193 ---- <!-- Grab the rest of the site out of CVS --> <mkdir dir="${buildDirectory}/temp.updatesite"/> ! <property name="cvsRoot" value=":pserver:cvs.sf.net:/cvsroot/rubyeclipse" /> ! <cvs cvsroot="${cvsRoot}" package="${sitePackagePrefix}" dest="${buildDirectory}/temp.updatesite" tag="${fetchTag}"/> <!-- Copy to staging area --> <copy todir="${UpdateSiteStagingLocation}"> |