You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2006/04/16 00:58:48 UTC

svn commit: r394395 - in /maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/entities-in-maven.xml: goalA.xml goalB.xml maven.xml

Author: aheritier
Date: Sat Apr 15 15:58:46 2006
New Revision: 394395

URL: http://svn.apache.org/viewcvs?rev=394395&view=rev
Log:
Fix encoding

Modified:
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/entities-in-maven.xml/goalA.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/entities-in-maven.xml/goalB.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/entities-in-maven.xml/maven.xml

Modified: maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/entities-in-maven.xml/goalA.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/entities-in-maven.xml/goalA.xml?rev=394395&r1=394394&r2=394395&view=diff
==============================================================================
--- maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/entities-in-maven.xml/goalA.xml (original)
+++ maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/entities-in-maven.xml/goalA.xml Sat Apr 15 15:58:46 2006
@@ -1,3 +1,3 @@
-<goal name="goalA">
+<goal name="goalA">
   <echo>goalA</echo>
 </goal>

Modified: maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/entities-in-maven.xml/goalB.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/entities-in-maven.xml/goalB.xml?rev=394395&r1=394394&r2=394395&view=diff
==============================================================================
--- maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/entities-in-maven.xml/goalB.xml (original)
+++ maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/entities-in-maven.xml/goalB.xml Sat Apr 15 15:58:46 2006
@@ -1,3 +1,3 @@
-<goal name="goalB">
+<goal name="goalB">
   <echo>goalB</echo>
 </goal>

Modified: maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/entities-in-maven.xml/maven.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/entities-in-maven.xml/maven.xml?rev=394395&r1=394394&r2=394395&view=diff
==============================================================================
--- maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/entities-in-maven.xml/maven.xml (original)
+++ maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/entities-in-maven.xml/maven.xml Sat Apr 15 15:58:46 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 /*
  * Copyright 2005 The Apache Software Foundation.