Browse Source

Documented default excluded of <vajexport>. Removed stray CRs.

Submitted by:	David Rees <d.rees.l@usa.net>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268794 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 24 years ago
parent
commit
3ef676d751
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      docs/manual/Integration/VAJAntTool.html

+ 9
- 0
docs/manual/Integration/VAJAntTool.html View File

@@ -219,6 +219,15 @@ specifies the packages to exclude from the export<br>
</pre>
This example exports all packages in the VAJ project 'MyProject', except
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>



Loading…
Cancel
Save