Minor cleanup
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 2 Feb 2010 12:45:01 +0000 (12:45 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 2 Feb 2010 12:45:01 +0000 (12:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@905611 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index ddaa094..d22aac0 100644 (file)
--- a/build.xml
+++ b/build.xml
   <!-- ======================= Macros, Taskdefs etc ======================== -->
 
   <macrodef name="jarIt" description="utility macro for standard JAR packaging">
-    <attribute name="jarfile" description="the name of the JAR file to create"/>
-    <attribute name="filesDir" description="the directory to obtain the files from"/>
-    <attribute name="filesId" description="the patternset id of the files to use"/>
+    <attribute name="jarfile"
+              description="the name of the JAR file to create"/>
+    <attribute name="filesDir"
+              description="the directory from which to obtain the files "/>
+    <attribute name="filesId"
+              description="the patternset id of the files to use"/>
     <attribute name="manifest" description="the manifest file use"
                default="${tomcat.manifests}/default.manifest" />
     <attribute name="notice" description="the LICENSE file to use"