[Schmitzm-commits] r805 - trunk

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Apr 16 12:32:28 CEST 2010


Author: mojays
Date: 2010-04-16 12:32:26 +0200 (Fri, 16 Apr 2010)
New Revision: 805

Modified:
   trunk/pom.xml
Log:
Rumspielerei mit pom.xml wg. .svn-Ordnern

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2010-04-16 10:29:13 UTC (rev 804)
+++ trunk/pom.xml	2010-04-16 10:32:26 UTC (rev 805)
@@ -237,8 +237,8 @@
 				<directory>src</directory>
 				<filtering>false</filtering>
 				<excludes>
+					<exclude>**/*.html</exclude>
 					<exclude>**/*.java</exclude>
-					<exclude>**/*.html</exclude>
 					<exclude>**/*.svn*</exclude>
 					<exclude>**/*.cvs</exclude>
 					<exclude>**/*~</exclude>
@@ -268,6 +268,9 @@
 				<configuration>
 					<source>1.6</source>
 					<target>1.6</target>
+					<excludes>
+						<exclude>**/.svn</exclude> <!-- ??? -->
+					</excludes>
 				</configuration>
 			</plugin>
 



More information about the Schmitzm-commits mailing list