dion 2004/03/30 22:11:53
Modified: war/xdocs properties.xml
Log:
De-tab the file
Revision Changes Path
1.11 +30 -30 maven-plugins/war/xdocs/properties.xml
Index: properties.xml
===================================================================
RCS file: /home/cvs/maven-plugins/war/xdocs/properties.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- properties.xml 31 Mar 2004 04:35:29 -0000 1.10
+++ properties.xml 31 Mar 2004 06:11:53 -0000 1.11
@@ -32,10 +32,10 @@
<td>maven.war.src</td>
<td>Yes</td>
<td>
- Location of where the webapp is located in the source tree.
Your
- <code>WEB-INF</code> directory must be located right under
- <code>${maven.war.src}</code>. It defaults to
- <code>${maven.src.dir}/webapp</code>.
+ Location of the webapp in the source tree. Your
+ <code>WEB-INF</code> directory must be located right under
+ <code>${maven.war.src}</code>. It defaults to
+ <code>${maven.src.dir}/webapp</code>.
</td>
</tr>
<tr>
@@ -62,26 +62,26 @@
<td>maven.war.webxml</td>
<td>Yes</td>
<td>
- Location of the <code>web.xml</code> file. It defaults to
- <code>${maven.war.src}/WEB-INF/web.xml</code>.
- </td>
+ Location of the <code>web.xml</code> file. It defaults to
+ <code>${maven.war.src}/WEB-INF/web.xml</code>.
+ </td>
</tr>
<tr>
<td>maven.war.classes.includes</td>
<td>Yes</td>
<td>
- Classes to include from WEB-INF/classes
- Note: Classes are relative to
- <code>${maven.build.dir}</code>.
+ Classes to include from WEB-INF/classes
+ Note: Classes are relative to
+ <code>${maven.build.dir}</code>.
</td>
</tr>
<tr>
<td>maven.war.classes.excludes</td>
<td>Yes</td>
<td>
- Classes to exclude from WEB-INF/classes
- Note: Classes are relative to
- <code>${maven.build.dir}</code>.
+ Classes to exclude from WEB-INF/classes
+ Note: Classes are relative to
+ <code>${maven.build.dir}</code>.
</td>
</tr>
<tr>
@@ -100,8 +100,8 @@
<td>maven.war.build.dir</td>
<td>Yes</td>
<td>
- Directory where the war will be generated. It defaults
- to <code>${maven.build.dir}</code>.
+ Directory where the war will be generated. It defaults
+ to <code>${maven.build.dir}</code>.
</td>
</tr>
<tr>
@@ -116,8 +116,8 @@
<td>maven.war.manifest</td>
<td>Yes</td>
<td>
- Location of the MANIFEST.MF file in the source tree. It
defaults to
- <code>${pom.build.sourceDirectory}/META-INF/MANIFEST.MF</code>.
+ Location of the MANIFEST.MF file in the source tree. It defaults to
+ <code>${pom.build.sourceDirectory}/META-INF/MANIFEST.MF</code>.
</td>
</tr>
<tr>
@@ -150,11 +150,11 @@
</table>
</section>
<section name="Including artifact in the Webapp">
- <p>
- You must tell Maven what artifact you want included in the Webapp. This
- is achieved by specifying meta-information in the POM, using the
- following syntax:
- </p>
+ <p>
+ You must tell Maven what artifact you want included in the Webapp. This
+ is achieved by specifying meta-information in the POM, using the
+ following syntax:
+ </p>
<source><![CDATA[
<dependency>
@@ -178,14 +178,14 @@
</dependency>
]]></source>
- <p>
- This process in type senstive.
- Currently following types are supported:
- <ol>
- <li>jar</li>
- <li>tld (see: <a href="#tld_dir">maven.war.tld.dir</a>)</li>
- </ol>
- </p>
+ <p>
+ This process in type senstive.
+ Currently following types are supported:
+ <ol>
+ <li>jar</li>
+ <li>tld (see: <a href="#tld_dir">maven.war.tld.dir</a>)</li>
+ </ol>
+ </p>
</section>
</body>
</document>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]