Author: centic
Date: Mon Feb 17 22:11:57 2014
New Revision: 1569118

URL: http://svn.apache.org/r1569118
Log:
Downgrade the replacer plugin to 1.5.1, otherwise replacing does not find any 
files sometimes
Also svn-ignore the maven-target directories

Modified:
    poi/trunk/sonar/examples/   (props changed)
    poi/trunk/sonar/excelant/   (props changed)
    poi/trunk/sonar/main/   (props changed)
    poi/trunk/sonar/ooxml/   (props changed)
    poi/trunk/sonar/ooxml-schema/   (props changed)
    poi/trunk/sonar/ooxml-schema-encryption/   (props changed)
    poi/trunk/sonar/ooxml-schema-encryption/pom.xml
    poi/trunk/sonar/scratchpad/   (props changed)

Propchange: poi/trunk/sonar/examples/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Feb 17 22:11:57 2014
@@ -0,0 +1 @@
+target

Propchange: poi/trunk/sonar/excelant/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Feb 17 22:11:57 2014
@@ -0,0 +1 @@
+target

Propchange: poi/trunk/sonar/main/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Feb 17 22:11:57 2014
@@ -0,0 +1 @@
+target

Propchange: poi/trunk/sonar/ooxml/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Feb 17 22:11:57 2014
@@ -0,0 +1 @@
+target

Propchange: poi/trunk/sonar/ooxml-schema/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Feb 17 22:11:57 2014
@@ -0,0 +1 @@
+target

Propchange: poi/trunk/sonar/ooxml-schema-encryption/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Feb 17 22:11:57 2014
@@ -0,0 +1 @@
+target

Modified: poi/trunk/sonar/ooxml-schema-encryption/pom.xml
URL: 
http://svn.apache.org/viewvc/poi/trunk/sonar/ooxml-schema-encryption/pom.xml?rev=1569118&r1=1569117&r2=1569118&view=diff
==============================================================================
--- poi/trunk/sonar/ooxml-schema-encryption/pom.xml (original)
+++ poi/trunk/sonar/ooxml-schema-encryption/pom.xml Mon Feb 17 22:11:57 2014
@@ -42,7 +42,8 @@
                <plugin>
            <groupId>com.google.code.maven-replacer-plugin</groupId>
            <artifactId>replacer</artifactId>
-           <version>1.5.2</version>
+                  <!-- Note: There is a bug with version 1.5.2 which caused 
the replacement to not find any files sometimes! -->
+           <version>1.5.1</version>
            <executions>
                <execution>
                    <phase>generate-sources</phase>

Propchange: poi/trunk/sonar/scratchpad/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Feb 17 22:11:57 2014
@@ -0,0 +1 @@
+target



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@poi.apache.org
For additional commands, e-mail: commits-h...@poi.apache.org

Reply via email to