dion 2002/05/31 09:51:19
Modified: xdocs/plugins/j2ee properties.xml build-file.xml futures.xml
navigation.xml dirlayout.xml
Log:
Formatted to indent 2
Revision Changes Path
1.2 +7 -7 jakarta-turbine-maven/xdocs/plugins/j2ee/properties.xml
Index: properties.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/xdocs/plugins/j2ee/properties.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- properties.xml 30 May 2002 12:55:22 -0000 1.1
+++ properties.xml 31 May 2002 16:51:19 -0000 1.2
@@ -309,7 +309,7 @@
</tr>
<tr>
<td><a name="maven.j2ee.callback.post-war.buildFile">
- maven.j2ee.callback.post-war.buildFile</a></td>
+ maven.j2ee.callback.post-war.buildFile</a></td>
<td>Yes</td>
<td>
Specifies the build file to be used when post-processing a war file.
@@ -318,7 +318,7 @@
</tr>
<tr>
<td><a name="maven.j2ee.callback.post-war.buildTarget">
- maven.j2ee.callback.post-war.buildTarget</a></td>
+ maven.j2ee.callback.post-war.buildTarget</a></td>
<td>Yes</td>
<td>
Specifies the target of the postprocess build file to be called after
@@ -348,7 +348,7 @@
</tr>
<tr>
<td><a name="maven.j2ee.callback.post-ejb.buildFile">
- maven.j2ee.callback.post-ejb.buildFile</a></td>
+ maven.j2ee.callback.post-ejb.buildFile</a></td>
<td>Yes</td>
<td>
Specifies the build file containing the target to call immediately
@@ -358,7 +358,7 @@
</tr>
<tr>
<td><a name="maven.j2ee.callback.post-ejb.buildTarget">
- maven.j2ee.callback.post-ejb.buildTarget</a></td>
+ maven.j2ee.callback.post-ejb.buildTarget</a></td>
<td>Yes</td>
<td>
Specifies the target to call immediately after building the ejb jar.
@@ -377,7 +377,7 @@
</tr>
<tr>
<td><a name="maven.j2ee.callback.pre-ear.buildTarget">
- maven.j2ee.callback.pre-ear.buildTarget</a></td>
+ maven.j2ee.callback.pre-ear.buildTarget</a></td>
<td>Yes</td>
<td>
Specifies the target of the preprocess build file to be called as an
@@ -387,7 +387,7 @@
</tr>
<tr>
<td><a name="maven.j2ee.callback.post-ear.buildFile">
- maven.j2ee.callback.post-ear.buildFile</a></td>
+ maven.j2ee.callback.post-ear.buildFile</a></td>
<td>Yes</td>
<td>
Specifies the build file to be used when post-processing an ear file.
@@ -396,7 +396,7 @@
</tr>
<tr>
<td><a name="maven.j2ee.callback.post-ear.buildTarget">
- maven.j2ee.callback.post-ear.buildTarget</a></td>
+ maven.j2ee.callback.post-ear.buildTarget</a></td>
<td>Yes</td>
<td>
Specifies the target of the postprocess build file to be called after
1.2 +25 -25 jakarta-turbine-maven/xdocs/plugins/j2ee/build-file.xml
Index: build-file.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/xdocs/plugins/j2ee/build-file.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build-file.xml 30 May 2002 12:55:22 -0000 1.1
+++ build-file.xml 31 May 2002 16:51:19 -0000 1.2
@@ -86,7 +86,7 @@
The <code>maven:war</code> target generates the project's war file.
This is the default target of the build file. The war file is produced
in the <code><a href="../properties.html#Directory Layout Settings">
- ${maven.build.dir}</a></code> directory and has a name defined by the
+ ${maven.build.dir}</a></code> directory and has a name defined by the
<code><a
href="properties.html#maven.j2ee.war.name">${maven.j2ee.war.name}</a></code>
property.
</p>
@@ -119,7 +119,7 @@
jar files are placed into the <code>/WEB-INF/lib</code> of
the resulting war. Currently this is all of the jar files
defined in the <a href="../project-descriptor.html#dependencies">
- project dependencies</a>.
+ project dependencies</a>.
</td>
</tr>
<tr>
@@ -147,28 +147,28 @@
</subsection>
<subsection name="maven:validate-war">
<p>
- The <code>maven:validate-war</code> target validates the newly
- produced war file.
+ The <code>maven:validate-war</code> target validates the newly
+ produced war file.
</p>
<p>
- The validator checks the folowing:
- <ol>
- <li>The war file exists</li>
- <li>It is readable</li>
- <li>The war file has a web.xml (it's only a warning if it
- doesn't exist)</li>
- <li>Servlets defined by a <code><servlet></code> tag are
loadable
- from the war file and <strong>not</strong> the classpath</li>
- <li>JSPs defined by a <code><servlet></code> tag exist in the
war
- </li>
- <li>Taglibs defined by a <code><taglib></code> have a <code>
- <taglib-location></code> that exists in the war</li>
- <li>Error pages specified by a <code><location></code> nested
- within an <code><error-page></code> element must exist in
the
- war file</li>
- <li>Login and error pages specified in the
<code><form-login-config
- ></code> element must exist in the war file</li>
- </ol>
+ The validator checks the folowing:
+ <ol>
+ <li>The war file exists</li>
+ <li>It is readable</li>
+ <li>The war file has a web.xml (it's only a warning if it
+ doesn't exist)</li>
+ <li>Servlets defined by a <code><servlet></code> tag are loadable
+ from the war file and <strong>not</strong> the classpath</li>
+ <li>JSPs defined by a <code><servlet></code> tag exist in the war
+ </li>
+ <li>Taglibs defined by a <code><taglib></code> have a <code>
+ <taglib-location></code> that exists in the war</li>
+ <li>Error pages specified by a <code><location></code> nested
+ within an <code><error-page></code> element must exist in the
+ war file</li>
+ <li>Login and error pages specified in the <code><form-login-config
+ ></code> element must exist in the war file</li>
+ </ol>
</p>
</subsection>
<subsection name="maven:ejb">
@@ -183,9 +183,9 @@
</p>
<p>The files generated are:
<ul>
- <li><code>${maven.j2ee.ejb.name}.jar</code></li>
- <li><code>${maven.j2ee.ejb.name}-remote.jar</code>
<emp>(optional)</emp></li>
- <li><code>${maven.j2ee.ejb.name}-local.jar</code>
<emp>(optional)</emp></li>
+ <li><code>${maven.j2ee.ejb.name}.jar</code></li>
+ <li><code>${maven.j2ee.ejb.name}-remote.jar</code>
<emp>(optional)</emp></li>
+ <li><code>${maven.j2ee.ejb.name}-local.jar</code>
<emp>(optional)</emp></li>
</ul>
</p>
<p>
1.2 +2 -2 jakarta-turbine-maven/xdocs/plugins/j2ee/futures.xml
Index: futures.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/xdocs/plugins/j2ee/futures.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- futures.xml 30 May 2002 12:55:22 -0000 1.1
+++ futures.xml 31 May 2002 16:51:19 -0000 1.2
@@ -23,8 +23,8 @@
Add EAR validation.
</li>
<li>
- Add technology specific validators, e.g. JSP/Turbine/Velocity/Struts
- etc
+ Add technology specific validators, e.g. JSP/Turbine/Velocity/Struts
+ etc
</li>
</ol>
</section>
1.2 +4 -4 jakarta-turbine-maven/xdocs/plugins/j2ee/navigation.xml
Index: navigation.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/xdocs/plugins/j2ee/navigation.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- navigation.xml 30 May 2002 12:55:22 -0000 1.1
+++ navigation.xml 31 May 2002 16:51:19 -0000 1.2
@@ -25,10 +25,10 @@
<item name="Reference" href="/ref/index.html"/>
<item name="Plugins" href="/plugins/index.html">
<item name="J2EE Plugin" href="/plugins/j2ee/index.html">
- <item name="Build File" href="/plugins/j2ee/build-file.html"/>
- <item name="Properties" href="/plugins/j2ee/properties.html"/>
- <item name="Directory Layout" href="/plugins/j2ee/dirlayout.html"/>
- <item name="Futures" href="/plugins/j2ee/futures.html"/>
+ <item name="Build File" href="/plugins/j2ee/build-file.html"/>
+ <item name="Properties" href="/plugins/j2ee/properties.html"/>
+ <item name="Directory Layout" href="/plugins/j2ee/dirlayout.html"/>
+ <item name="Futures" href="/plugins/j2ee/futures.html"/>
</item>
<item name="Struts Plugin" href="/plugins/struts/index.html"/>
</item>
1.2 +3 -4 jakarta-turbine-maven/xdocs/plugins/j2ee/dirlayout.xml
Index: dirlayout.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/xdocs/plugins/j2ee/dirlayout.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dirlayout.xml 30 May 2002 12:55:22 -0000 1.1
+++ dirlayout.xml 31 May 2002 16:51:19 -0000 1.2
@@ -45,10 +45,9 @@
<td><a href="../properties.html#Directory Layout
Settings">maven.conf.dir</a></td>
<td>Configuration files such as deployment descriptors.</td>
<td>
- This directory is <a href="../properties.html#Directory Layout
Settings">
- defined by Maven</a>,
- and used by the J2EE Plug-in to store the J2EE deployment
- descriptors.
+ This directory is <a href="../properties.html#Directory Layout
Settings">
+ defined by Maven</a>, and used by the J2EE Plug-in to store the
+ J2EE deployment descriptors.
</td>
</tr>
</table>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>