From 3ef676d751f9732a18f14c0ffc8efabc4eb4c9e8 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 9 Mar 2001 12:04:03 +0000 Subject: [PATCH] Documented default excluded of . Removed stray CRs. Submitted by: David Rees git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268794 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/Integration/VAJAntTool.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/manual/Integration/VAJAntTool.html b/docs/manual/Integration/VAJAntTool.html index cd6a2753d..ea6ecab77 100644 --- a/docs/manual/Integration/VAJAntTool.html +++ b/docs/manual/Integration/VAJAntTool.html @@ -219,6 +219,15 @@ specifies the packages to exclude from the export
This example exports all packages in the VAJ project 'MyProject', except packages starting with 'test'. +

Default Excludes

+The default excludes are:
+
+	IBM*/**
+	Java class libraries/**
+	Sun class libraries*/**
+	JSP Page Compile Generated Code/**
+	VisualAge*/** 
+

VAJImport