You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2010/05/10 06:19:30 UTC

svn commit: r942657 - /gump/trunk/src/documentation/content/xdocs/metadata/project.xml

Author: bodewig
Date: Mon May 10 04:19:29 2010
New Revision: 942657

URL: http://svn.apache.org/viewvc?rev=942657&view=rev
Log:
document that glob patterns can be used

Modified:
    gump/trunk/src/documentation/content/xdocs/metadata/project.xml

Modified: gump/trunk/src/documentation/content/xdocs/metadata/project.xml
URL: http://svn.apache.org/viewvc/gump/trunk/src/documentation/content/xdocs/metadata/project.xml?rev=942657&r1=942656&r2=942657&view=diff
==============================================================================
--- gump/trunk/src/documentation/content/xdocs/metadata/project.xml (original)
+++ gump/trunk/src/documentation/content/xdocs/metadata/project.xml Mon May 10 04:19:29 2010
@@ -304,7 +304,11 @@
         </tr>
         <tr>
           <td>name</td>
-          <td>The name of the jar</td>
+          <td>The name of the jar.<br/>
+            May contain shell glob patterns
+            (<code>*</code>, <code>?</code> or ranges
+            like <code>[a-z]</code>) in which case the pattern must
+            match exactly one existing file.</td>
           <td>Yes</td>
         </tr>
         <tr>