[Schmitzm-commits] r2209 - trunk/schmitzm-parent

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Thu Jan 31 14:18:49 CET 2013


Author: alfonx
Date: 2013-01-31 14:18:49 +0100 (Thu, 31 Jan 2013)
New Revision: 2209

Modified:
   trunk/schmitzm-parent/pom.xml
Log:


Modified: trunk/schmitzm-parent/pom.xml
===================================================================
--- trunk/schmitzm-parent/pom.xml	2013-01-31 12:54:41 UTC (rev 2208)
+++ trunk/schmitzm-parent/pom.xml	2013-01-31 13:18:49 UTC (rev 2209)
@@ -146,56 +146,56 @@
 				</configuration>
 			</plugin>
 
-<!-- 			<plugin> -->
-<!-- 				<artifactId>maven-antrun-plugin</artifactId> -->
-<!-- 				<version>1.3</version> -->
+			<plugin>
+				<artifactId>maven-antrun-plugin</artifactId>
+				<version>1.3</version>
 
-<!-- 				<executions> -->
-<!-- 					<execution> -->
-<!-- 						<phase>compile</phase> -->
-<!-- 						<goals> -->
-<!-- 							<goal>run</goal> -->
-<!-- 						</goals> -->
-<!-- 						<configuration> -->
+				<executions>
+					<execution>
+						<phase>compile</phase>
+						<goals>
+							<goal>run</goal>
+						</goals>
+						<configuration>
 
-<!-- 							<tasks> -->
-<!-- 								<taskdef resource="net/sf/antcontrib/antlib.xml"> -->
-<!-- 									<classpath refid="maven.dependency.classpath" /> -->
-<!-- 								</taskdef> -->
+							<tasks>
+								<taskdef resource="net/sf/antcontrib/antlib.xml">
+									<classpath refid="maven.dependency.classpath" />
+								</taskdef>
 
-<!-- 								<typedef name="native2ascii" -->
-<!-- 									classname="org.apache.tools.ant.taskdefs.optional.Native2Ascii"> -->
-<!-- 									<classpath refid="maven.dependency.classpath" /> -->
-<!-- 								</typedef> -->
+								<typedef name="native2ascii"
+									classname="org.apache.tools.ant.taskdefs.optional.Native2Ascii">
+									<classpath refid="maven.dependency.classpath" />
+								</typedef>
 
-<!-- 								<for param="file" -->
-<!-- 									description="Alle .properties nach .propertieNative umbenennen"> -->
-<!-- 									<path> -->
-<!-- 										<fileset dir="src" includes="**/*.properties" /> -->
-<!-- 									</path> -->
-<!-- 									<sequential> -->
-<!-- 										<move file="@{file}" overwrite="true" tofile="@{file}Native" -->
-<!-- 											verbose="false" preservelastmodified="true" /> -->
-<!-- 									</sequential> -->
-<!-- 								</for> -->
+								<for param="file"
+									description="Alle .properties nach .propertieNative umbenennen">
+									<path>
+										<fileset dir="src" includes="**/*.properties" />
+									</path>
+									<sequential>
+										<move file="@{file}" overwrite="true" tofile="@{file}Native"
+											verbose="false" preservelastmodified="true" />
+									</sequential>
+								</for>
 
-<!-- 								<native2ascii encoding="UTF8" src="src" -->
-<!-- 									includes="**/*.propertiesNative" dest="src" ext=".properties" /> -->
+								<native2ascii encoding="UTF8" src="src"
+									includes="**/*.propertiesNative" dest="src" ext=".properties" />
 
-<!-- 								<for param="file"> -->
-<!-- 									<path> -->
-<!-- 										<fileset dir="src" includes="**/*.propertiesNative" /> -->
-<!-- 									</path> -->
-<!-- 									<sequential> -->
-<!-- 										<delete file="@{file}" quiet="true" /> -->
-<!-- 									</sequential> -->
-<!-- 								</for> -->
+								<for param="file">
+									<path>
+										<fileset dir="src" includes="**/*.propertiesNative" />
+									</path>
+									<sequential>
+										<delete file="@{file}" quiet="true" />
+									</sequential>
+								</for>
 
-<!-- 							</tasks> -->
-<!-- 						</configuration> -->
-<!-- 					</execution> -->
-<!-- 				</executions> -->
-<!-- 			</plugin> -->
+							</tasks>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
 
 		</plugins>
 		<pluginManagement>



More information about the Schmitzm-commits mailing list