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:25:11 UTC

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

Author: conor
Date: Tue Jun 27 04:25:11 2006
New Revision: 417428

URL: http://svn.apache.org/viewvc?rev=417428&view=rev
Log:
Add quick README on how to create new antlib layout

Added:
    ant/sandbox/antlibs/README

Added: ant/sandbox/antlibs/README
URL: http://svn.apache.org/viewvc/ant/sandbox/antlibs/README?rev=417428&view=auto
==============================================================================
--- ant/sandbox/antlibs/README (added)
+++ ant/sandbox/antlibs/README Tue Jun 27 04:25:11 2006
@@ -0,0 +1,15 @@
+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.
+
+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
+definition in the all-trunks directory. You can use
+
+svn pe svn:externals .
+
+in the all-trunks directory. The dormat of the file should be evident from 
+the existing entries.
+



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