You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2010/04/04 07:19:50 UTC

svn commit: r930623 - in /gump/metadata/testbase: ant.xml xml-xerces2.xml

Author: bodewig
Date: Sun Apr  4 05:19:50 2010
New Revision: 930623

URL: http://svn.apache.org/viewvc?rev=930623&view=rev
Log:
whitespace

Modified:
    gump/metadata/testbase/ant.xml
    gump/metadata/testbase/xml-xerces2.xml

Modified: gump/metadata/testbase/ant.xml
URL: http://svn.apache.org/viewvc/gump/metadata/testbase/ant.xml?rev=930623&r1=930622&r2=930623&view=diff
==============================================================================
--- gump/metadata/testbase/ant.xml (original)
+++ gump/metadata/testbase/ant.xml Sun Apr  4 05:19:50 2010
@@ -15,21 +15,21 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-  <module name="ant">
+<module name="ant">
 
-    <url  href="http://ant.apache.org/index.html"/>
-    <description>
-      Java based build tool
-    </description>
+  <url  href="http://ant.apache.org/index.html"/>
+  <description>
+    Java based build tool
+  </description>
 
-    <svn repository="asf" dir="ant/core/trunk/"/>
+  <svn repository="asf" dir="ant/core/trunk/"/>
 
-    <project name="bootstrap-ant">
-      <script name="bootstrap"/>
+  <project name="bootstrap-ant">
+    <script name="bootstrap"/>
 
-      <home nested="bootstrap"/>
-      <jar name="lib/ant.jar"/>
-      <jar name="lib/ant-launcher.jar" id="ant-launcher"/>
+    <home nested="bootstrap"/>
+    <jar name="lib/ant.jar"/>
+    <jar name="lib/ant-launcher.jar" id="ant-launcher"/>
 
-    </project>
-  </module>
+  </project>
+</module>

Modified: gump/metadata/testbase/xml-xerces2.xml
URL: http://svn.apache.org/viewvc/gump/metadata/testbase/xml-xerces2.xml?rev=930623&r1=930622&r2=930623&view=diff
==============================================================================
--- gump/metadata/testbase/xml-xerces2.xml (original)
+++ gump/metadata/testbase/xml-xerces2.xml Sun Apr  4 05:19:50 2010
@@ -7,7 +7,7 @@
   (the "License"); you may not use this file except in compliance with
   the License.  You may obtain a copy of the License at
 
-       http://www.apache.org/licenses/LICENSE-2.0
+        http://www.apache.org/licenses/LICENSE-2.0
 
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
@@ -15,34 +15,34 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-  <module name="xml-xerces2">
+<module name="xml-xerces2">
 
-    <url href="http://xml.apache.org/xerces2-j/index.html"/>
-    <description>
-      Java XML Parser - the sequel with no equal
-    </description>
-
-    <svn repository="asf" dir="xerces/java/trunk"/>
-
-    <project name="xml-xerces">
-      <package>org.apache.xerces</package>
-
-      <ant target="jar">
-        <property name="build.sysclasspath" value="last"/>
-      </ant>
-      
-      <depend project="bootstrap-ant"/>
-      <depend project="xjavac"/>
-      <depend project="xml-commons-resolver"/>
-      <home nested="build"/>
-      <jar name="xercesImpl.jar" id="xml-parser" type="boot"/>
-
-      <license name="LICENSE"/>
-    </project>
-
-    <project name="xjavac">
-      <home nested="tools"/>
-      <jar name="bin/xjavac.jar"/>
-    </project>
-  </module>
+  <url href="http://xml.apache.org/xerces2-j/index.html"/>
+  <description>
+    Java XML Parser - the sequel with no equal
+  </description>
+
+  <svn repository="asf" dir="xerces/java/trunk"/>
+
+  <project name="xml-xerces">
+    <package>org.apache.xerces</package>
+
+    <ant target="jar">
+      <property name="build.sysclasspath" value="last"/>
+    </ant>
+
+    <depend project="bootstrap-ant"/>
+    <depend project="xjavac"/>
+    <depend project="xml-commons-resolver"/>
+    <home nested="build"/>
+    <jar name="xercesImpl.jar" id="xml-parser" type="boot"/>
+
+    <license name="LICENSE"/>
+  </project>
+
+  <project name="xjavac">
+    <home nested="tools"/>
+    <jar name="bin/xjavac.jar"/>
+  </project>
+</module>