You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by co...@apache.org on 2006/06/27 13:40:25 UTC

svn commit: r417433 - /ant/sandbox/antlibs/README

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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org