You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by jr...@apache.org on 2010/11/17 05:00:13 UTC

svn commit: r1035917 - /wicket/branches/wicket-1.4.x/pom.xml

Author: jrthomerson
Date: Wed Nov 17 04:00:13 2010
New Revision: 1035917

URL: http://svn.apache.org/viewvc?rev=1035917&view=rev
Log:
some missed file extensions to exclude

Modified:
    wicket/branches/wicket-1.4.x/pom.xml

Modified: wicket/branches/wicket-1.4.x/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.x/pom.xml?rev=1035917&r1=1035916&r2=1035917&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.x/pom.xml (original)
+++ wicket/branches/wicket-1.4.x/pom.xml Wed Nov 17 04:00:13 2010
@@ -633,6 +633,18 @@
 						<exclude>wicket/src/main/java/org/apache/wicket/markup/html/form/upload/MultiFileUploadField.js</exclude>
 						<exclude>wicket/src/site/resources/DTD/wicket-1.0-xhtml11.dtd</exclude>
 						<exclude>wicket/wicket-xhtml1-strict.dtd</exclude>
+						<exclude>**/*.log</exclude>
+						<exclude>**/NOTICE</exclude>
+						<exclude>**/VERSION</exclude>
+						<exclude>**/README</exclude>
+						<exclude>**/LICENSE</exclude>
+						<exclude>**/CHANGELOG-1.4</exclude>
+						<exclude>**/*.xmlProperties</exclude>
+						<exclude>**/*.gitignore</exclude>
+						<exclude>**/*.amateras</exclude>
+						<exclude>**/*.tomcatplugin</exclude>
+						<exclude>**/*.launch</exclude>
+						<exclude>**/*.amateras</exclude>
 						<!-- TODO: remove the following excludes - it's only here while I do some testing -->
 						<exclude>**/*.html</exclude>
 						<exclude>**/*.properties</exclude>