changeset 433:bd012f4720ae flys-2.9.2

Comment out build number plugin. Added first hgignore
author Sascha L. Teichmann <teichmann@intevation.de>
date Sun, 30 Sep 2012 12:03:02 +0200
parents da33275fb765
children 403a6793077c
files .hgignore ChangeLog pom.xml
diffstat 3 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Sun Sep 30 12:03:02 2012 +0200
@@ -0,0 +1,6 @@
+syntax: regexp
+target      # maven output
+\.classpath # eclipse
+\.project   # eclipse
+\.settings  # eclipse
+test-output # eclipse junit/testng plugin output
--- a/ChangeLog	Fri Sep 28 13:55:58 2012 +0200
+++ b/ChangeLog	Sun Sep 30 12:03:02 2012 +0200
@@ -1,3 +1,8 @@
+2012-09-30	Björn Ricks	<bjoern.ricks@intevation.de>
+
+	* pom.xml: Comment out build number plugin
+	* .hgignore: First hgignore.
+
 2012-09-29	Björn Ricks	<bjoern.ricks@intevation.de>
 
 	* artifact-database/src/main/java/de/intevation/artifactdatabase/Backend.java:
--- a/pom.xml	Fri Sep 28 13:55:58 2012 +0200
+++ b/pom.xml	Sun Sep 30 12:03:02 2012 +0200
@@ -31,6 +31,7 @@
           <target>1.6</target>
         </configuration>
       </plugin>
+      <!--
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>buildnumber-maven-plugin</artifactId>
@@ -61,6 +62,7 @@
           </archive>
         </configuration>
       </plugin>
+      -->
     </plugins>
   </build>
   <repositories>

http://dive4elements.wald.intevation.org