You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ka...@apache.org on 2002/12/16 16:41:17 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/uberjar/xdocs properties.xml

kaz         2002/12/16 07:41:16

  Modified:    src/plugins-build/uberjar/xdocs properties.xml
  Log:
  Forgot to include the default column in the properties doc.
  
  Revision  Changes    Path
  1.2       +2 -0      jakarta-turbine-maven/src/plugins-build/uberjar/xdocs/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/uberjar/xdocs/properties.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- properties.xml	16 Dec 2002 05:29:33 -0000	1.1
  +++ properties.xml	16 Dec 2002 15:41:16 -0000	1.2
  @@ -20,6 +20,7 @@
               your application.  This is the class that will be invoked
               when a user types: <tt>java -jar uber.jar</tt>.
             </td>
  +          <td>None</td>
           </tr>
           <tr>
             <td>maven.uberjar.classworlds.conf</td>
  @@ -31,6 +32,7 @@
               appropriate configuration.  If this property is specified,
               <tt>maven.uberjar.main</tt> is ignored.
             </td>
  +          <td>None</td>
           </tr>
         </table>
       </section>