Author: dennisl Date: Thu Mar 1 12:18:37 2007 New Revision: 513481 URL: http://svn.apache.org/viewvc?view=rev&rev=513481 Log: [MWAR-88] typos in documentation Submitted by: Tomasz Pik
Modified: maven/plugins/trunk/maven-war-plugin/src/site/apt/examples/adding-filtering-webresources.apt Modified: maven/plugins/trunk/maven-war-plugin/src/site/apt/examples/adding-filtering-webresources.apt URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/src/site/apt/examples/adding-filtering-webresources.apt?view=diff&rev=513481&r1=513480&r2=513481 ============================================================================== --- maven/plugins/trunk/maven-war-plugin/src/site/apt/examples/adding-filtering-webresources.apt (original) +++ maven/plugins/trunk/maven-war-plugin/src/site/apt/examples/adding-filtering-webresources.apt Thu Mar 1 12:18:37 2007 @@ -160,7 +160,7 @@ <directory>resource2</directory> <!-- there's no default value for this --> <excludes> - <exclude>**/image2</exlude> + <exclude>**/image2</exclude> </excludes> </resource> </webResources> @@ -186,7 +186,7 @@ <includes> <!-- there's no default value for this --> <excludes> - <exclude>**/*.jpg</exlude> + <exclude>**/*.jpg</exclude> </excludes> </resource> </webResources> @@ -207,7 +207,7 @@ <excludes> <exclude>*pattern3/pattern3</exclude> <exclude>pattern4/pattern4</exclude> - </exludes> + </excludes> [...] +----------+ @@ -267,7 +267,7 @@ <!-- enable filtering --> <filtering>true</filtering> <excludes> - <exclude>**/properties<exclude> + <exclude>**/properties</exclude> </excludes> </resource> </webResources> @@ -344,7 +344,7 @@ <!-- enable filtering --> <filtering>true</filtering> <excludes> - <exclude>**/properties<exclude> + <exclude>**/properties</exclude> </excludes> </resource> </resource>