You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by an...@apache.org on 2006/11/16 04:29:19 UTC

svn commit: r475557 - in /ant/build/trunk: setup.sh vmbuild.conf

Author: antoine
Date: Wed Nov 15 19:29:19 2006
New Revision: 475557

URL: http://svn.apache.org/viewvc?view=rev&rev=475557
Log:
modifications

Modified:
    ant/build/trunk/setup.sh
    ant/build/trunk/vmbuild.conf

Modified: ant/build/trunk/setup.sh
URL: http://svn.apache.org/viewvc/ant/build/trunk/setup.sh?view=diff&rev=475557&r1=475556&r2=475557
==============================================================================
--- ant/build/trunk/setup.sh (original)
+++ ant/build/trunk/setup.sh Wed Nov 15 19:29:19 2006
@@ -27,6 +27,8 @@
 fi
 svn co $ant_svn $ant_root
 svn co $antlibs_svn $antlibs_root
-svn co $sandbox_svn $sandbox_root
+svn co $sandbox_antlibs_svn $sandbox_antlibs_root
 svn co $nighly_list_svn $nightly_list_location 
+mkdir $log_location
+mkdir $HOME/bin
 

Modified: ant/build/trunk/vmbuild.conf
URL: http://svn.apache.org/viewvc/ant/build/trunk/vmbuild.conf?view=diff&rev=475557&r1=475556&r2=475557
==============================================================================
--- ant/build/trunk/vmbuild.conf (original)
+++ ant/build/trunk/vmbuild.conf Wed Nov 15 19:29:19 2006
@@ -9,8 +9,8 @@
 ant_svn='http://svn.apache.org/repos/asf/ant/core/trunk'
 antlibs_root="/home/antoine/antlibs"          # local antlibs sandbox
 antlibs_svn='http://svn.apache.org/repos/asf/ant/antlibs/all-trunks'
-sandbox_root="/home/antoine/sandbox"          # local antlibs sandbox
-sandbox_svn='http://svn.apache.org/repos/asf/ant/sandbox/all-trunks'
+sandbox_antlibs_root="/home/antoine/sandbox"          # local antlibs sandbox
+sandbox_antlibs_svn='http://svn.apache.org/repos/asf/ant/sandbox/antlibs/all-trunks'
 deploy_host="people.apache.org"               # deployment host
 deploy_user="antoine"                         # user on the deployment host
 # path to component lists



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org