You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2011/12/23 09:17:03 UTC

svn commit: r1222603 - /maven/plugins/trunk/maven-ear-plugin/src/site/apt/examples/customizing-module-location.apt.vm

Author: dennisl
Date: Fri Dec 23 08:17:02 2011
New Revision: 1222603

URL: http://svn.apache.org/viewvc?rev=1222603&view=rev
Log:
Fix typos.

Modified:
    maven/plugins/trunk/maven-ear-plugin/src/site/apt/examples/customizing-module-location.apt.vm

Modified: maven/plugins/trunk/maven-ear-plugin/src/site/apt/examples/customizing-module-location.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ear-plugin/src/site/apt/examples/customizing-module-location.apt.vm?rev=1222603&r1=1222602&r2=1222603&view=diff
==============================================================================
--- maven/plugins/trunk/maven-ear-plugin/src/site/apt/examples/customizing-module-location.apt.vm (original)
+++ maven/plugins/trunk/maven-ear-plugin/src/site/apt/examples/customizing-module-location.apt.vm Fri Dec 23 08:17:02 2011
@@ -4,7 +4,7 @@
   Stephane Nicoll
   <sn...@apache.org>
   ------
-  September 23, 2005
+  2011-12-23
 
 ~~ Copyright 2006 The Apache Software Foundation.
 ~~
@@ -52,7 +52,7 @@ Customizing A Module Location
 +---------
 
   Note that it is possible to specify a default bundle directory for all libraries.
-  If a Jar module has not the bundleDir property above, the default one is used.
+  If a jarModule does not have the bundleDir property above, the default one is used.
   Below is an example of such configuration:
 
 +--------
@@ -78,5 +78,5 @@ Customizing A Module Location
   </build>
 +---------
 
-  In the above case, jar modules (i.e. libraries) will be placed in the APP-INF/lib directory
+  In the above case, jarModules (i.e. libraries) will be placed in the APP-INF/lib directory
   except the specified artifact which will be placed at the root of the EAR structure.