Adds default excludes to VAJExport doc (so you don't have to look at the code to find out ;).
Also, the file has about twenty lines that end only in CR, while the rest end in CRLF. Not sure if that matters or not, but cvs noticed it (when I diffed). d Index: VAJAntTool.html =================================================================== RCS file: /home/cvspublic/jakarta-ant/docs/manual/Integration/VAJAntTool.html,v retrieving revision 1.5 diff -u -r1.5 VAJAntTool.html --- docs/manual/Integration/VAJAntTool.html 2001/03/05 13:07:14 1.5 +++ docs/manual/Integration/VAJAntTool.html 2001/03/09 09:45:51 @@ -214,7 +214,16 @@ </vajexport> </pre> This example exports all packages in the VAJ project 'MyProject', except -packages starting with 'test'. +packages starting with 'test'. +<h3>Default Excludes</h3> +The default excludes are:<br> +<pre> + IBM*/** + Java class libraries/** + Sun class libraries*/** + JSP Page Compile Generated Code/** + VisualAge*/** +</pre> <hr> <h2><a name="vajimport"></a>VAJImport</h2> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
