Author: conor Date: Tue Jun 27 04:40:25 2006 New Revision: 417433 URL: http://svn.apache.org/viewvc?rev=417433&view=rev Log: Add info about common build infrastructure - thanks Stefan
Modified: ant/sandbox/antlibs/README Modified: ant/sandbox/antlibs/README URL: http://svn.apache.org/viewvc/ant/sandbox/antlibs/README?rev=417433&r1=417432&r2=417433&view=diff ============================================================================== --- ant/sandbox/antlibs/README (original) +++ ant/sandbox/antlibs/README Tue Jun 27 04:40:25 2006 @@ -1,8 +1,8 @@ Adding New Antlibs to the Sandbox To add a new antlib to the Sandbox, you should perform the following steps -1. Use svn mkdir to create the antlib directory -2. Use svn mkdir to add the trunk, branches and tags directories. + - Use svn mkdir to create the antlib directory + - Use svn mkdir to add the trunk, branches and tags directories. This gives the antlib the correct SVN dir layout. Once you have committed the basic antlib layout, you should add the antlib trunk to the externals @@ -10,6 +10,12 @@ svn pe svn:externals . -in the all-trunks directory. The dormat of the file should be evident from +in the all-trunks directory. The format of the file should be evident from the existing entries. + +You can now add the common antlib code using an externals definiton. In the +trunk directory of your antlib add the following as an svn:externals property + +common http://svn.apache.org/repos/asf/ant/antlibs/common/trunk + --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]