Author: simonetripodi
Date: Fri Mar  8 12:16:49 2013
New Revision: 1454338

URL: http://svn.apache.org/r1454338
Log:
trivial: added XML header, code format

Modified:
    commons/proper/fileupload/trunk/gump.xml

Modified: commons/proper/fileupload/trunk/gump.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/fileupload/trunk/gump.xml?rev=1454338&r1=1454337&r2=1454338&view=diff
==============================================================================
--- commons/proper/fileupload/trunk/gump.xml (original)
+++ commons/proper/fileupload/trunk/gump.xml Fri Mar  8 12:16:49 2013
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
@@ -16,41 +17,37 @@
 -->
 <module name="commons-fileupload">
 
-
   <description>File upload component.</description>
-  <url href="http://commons.apache.org/fileupload/"/>
+  <url href="http://commons.apache.org/fileupload/"; />
 
-  <cvs repository="jakarta"/>
+  <cvs repository="jakarta" />
 
   <!-- This is really the cvs module. We need to change this but -->
   <!-- I will leave this for now until everything works.         -->
 
   <project name="commons-fileupload">
-
     <!-- Standard Maven target to produce Javadocs, source -->
     <!-- and binary distributions.                         -->
     <ant buildfile="build-gump.xml" target="jar">
-      <property name="maven.final.name" value="commons-fileupload-@@DATE@@"/>
+      <property name="maven.final.name" value="commons-fileupload-@@DATE@@" />
     </ant>
 
     <package>org.apache.commons.fileupload</package>
 
     <!-- All Maven projects need Ant and Xerces to build. -->
-    <depend project="jakarta-ant" inherit="runtime"/>
-    <depend project="xml-xerces"/>
+    <depend project="jakarta-ant" inherit="runtime" />
+    <depend project="xml-xerces" />
 
-    <depend project="jaf"/>
-    <depend project="servletapi"/>
+    <depend project="jaf" />
+    <depend project="servletapi" />
 
-    <work nested="target/classes"/>
-    <home nested="target"/>
-    <jar name="commons-fileupload-@@DATE@@.jar"/>
-    <javadoc nested="docs/apidocs"/>
+    <work nested="target/classes" />
+    <home nested="target" />
+    <jar name="commons-fileupload-@@DATE@@.jar" />
+    <javadoc nested="docs/apidocs" />
 
     <nag from="Maven Developers &lt;turbine-maven-...@jakarta.apache.org&gt;"
-         to="d...@commons.apache.org"/>
-
-
+         to="d...@commons.apache.org" />
   </project>
 
 </module>


Reply via email to