Author: dennisl Date: Fri Dec 17 14:14:27 2010 New Revision: 1050395 URL: http://svn.apache.org/viewvc?rev=1050395&view=rev Log: o Fix syntax of POM snippets.
Modified: maven/plugins/trunk/maven-war-plugin/src/site/apt/examples/adding-filtering-webresources.apt.vm Modified: maven/plugins/trunk/maven-war-plugin/src/site/apt/examples/adding-filtering-webresources.apt.vm URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/src/site/apt/examples/adding-filtering-webresources.apt.vm?rev=1050395&r1=1050394&r2=1050395&view=diff ============================================================================== --- maven/plugins/trunk/maven-war-plugin/src/site/apt/examples/adding-filtering-webresources.apt.vm (original) +++ maven/plugins/trunk/maven-war-plugin/src/site/apt/examples/adding-filtering-webresources.apt.vm Fri Dec 17 14:14:27 2010 @@ -3,7 +3,7 @@ ------ Pete Marvin King ------ - 2008-08-03 + 2010-12-17 ------ ~~ Licensed to the Apache Software Foundation (ASF) under one @@ -145,7 +145,7 @@ documentedproject-1.0-SNAPSHOT.war <!-- the list has a default value of ** --> <includes> <include>**/*.jpg</include> - <includes> + </includes> </resource> </webResources> </configuration> @@ -186,7 +186,7 @@ documentedproject-1.0-SNAPSHOT.war <!-- the list has a default value of ** --> <includes> <include>image2/*.jpg</include> - <includes> + </includes> <!-- there's no default value for this --> <excludes> <exclude>**/*.jpg</exclude> @@ -208,7 +208,7 @@ documentedproject-1.0-SNAPSHOT.war <includes> <include>**/pattern1</include> <include>*pattern2</include> - <includes> + </includes> <!-- there's no default value for this --> <excludes> <exclude>*pattern3/pattern3</exclude>