Author: brett
Date: Tue Apr  5 07:51:53 2005
New Revision: 160180

URL: http://svn.apache.org/viewcvs?view=rev&rev=160180
Log:
PR: MAVEN-1586
fix typo

Modified:
    maven/maven-1/core/trunk/xdocs/using/jar.xml

Modified: maven/maven-1/core/trunk/xdocs/using/jar.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/using/jar.xml?view=diff&r1=160179&r2=160180
==============================================================================
--- maven/maven-1/core/trunk/xdocs/using/jar.xml (original)
+++ maven/maven-1/core/trunk/xdocs/using/jar.xml Tue Apr  5 07:51:53 2005
@@ -45,7 +45,7 @@
       </p>
       <p>
         If you would like to customise the existing manifest, there are 
several properties that can be set. For example,
-        <code>maven.jar.main.class=com.mycompany.Main</code> will set the 
<code>Main-Class</code> attribute.
+        <code>maven.jar.mainclass=com.mycompany.Main</code> will set the 
<code>Main-Class</code> attribute.
       </p>
       <p>
         Everything you do with Java in Maven will build from this foundation. 
The following sections will describe



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to