Revision: 22
Author: christianhujer
Date: 2006-04-06 16:41:06 -0700 (Thu, 06 Apr 2006)
ViewCVS: http://svn.sourceforge.net/japi/?rev=22&view=rev
Log Message:
-----------
Improved svn target descriptions.
Modified Paths:
--------------
trunk/build.xml
Modified: trunk/build.xml
===================================================================
--- trunk/build.xml 2006-04-06 23:39:01 UTC (rev 21)
+++ trunk/build.xml 2006-04-06 23:41:06 UTC (rev 22)
@@ -451,7 +451,7 @@
<target
name = "svnCreateBranch"
- description = "Creates a release branch. This target shouldn't be invoked directly."
+ description = "Creates a release branch for a new major or minor revision. This target shouldn't be invoked directly."
if = "svnCreateBranch"
>
<svn javahl="${user.svn.javahl}">
@@ -461,7 +461,7 @@
<target
name = "svnCreateTag"
- description = "Creates a release tag. This target shouldn't be invoked directly."
+ description = "Creates a release tag for a new patch revision. This target shouldn't be invoked directly."
>
<svn javahl="${user.svn.javahl}">
<copy srcUrl="${svn.tag.sourceUrl}" desturl="${svn.tag.targetUrl}" message="${svn.tag.message}" />
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|