Hi,
This applies to jakarta-ant/build.xml. I noticed this while reviewing the build.xml file and it is possibly harmless but may result in perl and python scripts lacking execute permission.
This is my first ever patch submitted to apache so sorry if I've got it wrong.
Jim
Index: build.xml
===================================================================
RCS file: /home/cvspublic/jakarta-ant/build.xml,v
retrieving revision 1.314
diff -u -r1.314 build.xml
--- build.xml 5 Aug 2002 08:34:01 -0000 1.314
+++ build.xml 20 Aug 2002 02:51:26 -0000
@@ -996,8 +996,8 @@
<include name="${dist.name}/**"/>
<exclude name="${dist.name}/bin/ant"/>
<exclude name="${dist.name}/bin/antRun"/>
- <include name="${dist.name}/bin/*.pl"/>
- <include name="${dist.name}/bin/*.py"/>
+ <exclude name="${dist.name}/bin/*.pl"/>
+ <exclude name="${dist.name}/bin/*.py"/>
</tarfileset>
</tar>
<gzip zipfile="${dist.base}/bin/${dist.name}-bin.tar.gz"-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
