Fixes inconsistent spacing in the docs for <chmod>, and one extra slash
in an element that has children.

-Jesse

-- 
Jesse Glick   <mailto:[EMAIL PROTECTED]>
NetBeans, Open APIs  <http://www.netbeans.org/>
tel (+4202) 3300-9161 Sun Micro x49161 Praha CR
Index: docs/index.html =================================================================== RCS file: /home/cvspublic/jakarta-ant/docs/index.html,v retrieving revision 1.194 diff -u -r1.194 index.html --- docs/index.html 2001/01/22 22:17:50 1.194 +++ docs/index.html 2001/01/25 09:04:38 @@ -1705,8 +1705,7 @@

Examples

-

<chmod file="${dist}/start.sh" perm="ugo+rx" - />

+

<chmod file="${dist}/start.sh" perm="ugo+rx"/>

makes the "start.sh" file readable and executable for anyone on a UNIX system.

@@ -1719,8 +1718,8 @@ readable and executable for anyone on a UNIX system.

-<chmod perm="g+w"/>
-  <fileset dir="shared/sources1" >
+<chmod perm="g+w">
+  <fileset dir="shared/sources1">
     <exclude name="**/trial/**"/>
   </fileset>
   <fileset refid="other.shared.sources"/>


Reply via email to