You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2010/02/02 13:45:01 UTC

svn commit: r905611 - /tomcat/trunk/build.xml

Author: markt
Date: Tue Feb  2 12:45:01 2010
New Revision: 905611

URL: http://svn.apache.org/viewvc?rev=905611&view=rev
Log:
Minor cleanup

Modified:
    tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=905611&r1=905610&r2=905611&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Tue Feb  2 12:45:01 2010
@@ -1206,9 +1206,12 @@
   <!-- ======================= 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"



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org