Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 21224 invoked from network); 29 Nov 2001 11:55:01 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 29 Nov 2001 11:55:01 -0000 Received: (qmail 778 invoked by uid 97); 29 Nov 2001 11:54:57 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 753 invoked by uid 97); 29 Nov 2001 11:54:53 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 729 invoked by uid 97); 29 Nov 2001 11:54:50 -0000 Date: 29 Nov 2001 10:37:41 -0000 Message-ID: <20011129103741.83635.qmail@icarus.apache.org> From: bodewig@apache.org To: jakarta-ant-cvs@apache.org Subject: cvs commit: jakarta-ant/xdocs external.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N bodewig 01/11/29 02:37:41 Modified: docs external.html xdocs external.xml Log: Add pointer to GenJar Submitted by: Jeff Turner Revision Changes Path 1.18 +70 -0 jakarta-ant/docs/external.html Index: external.html =================================================================== RCS file: /home/cvs/jakarta-ant/docs/external.html,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- external.html 2001/11/27 15:51:59 1.17 +++ external.html 2001/11/29 10:37:41 1.18 @@ -406,6 +406,76 @@ + +
+ GenJar + +
+
+

Builds a jar file based on class dependencies rather than simply the contents of a directory

+ + + + + + + + + + + + + + + + + +
+ + Compatibility: + + + + Ant 1.4 alpha (built after 2001/08/04) and later + +
+ + URL: + + + + http://www.riggshill.com/projects/genjar/ + +
+ + Contact: + + + + John Kohler + +
+ + License: + + + + Apache Software Foundation License + +
+
+
+ + 1.17 +23 -0 jakarta-ant/xdocs/external.xml Index: external.xml =================================================================== RCS file: /home/cvs/jakarta-ant/xdocs/external.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- external.xml 2001/11/27 15:51:59 1.16 +++ external.xml 2001/11/29 10:37:41 1.17 @@ -134,6 +134,29 @@
+ Importscrubber
+ +

Builds a jar file based on class dependencies rather than simply the contents of a directory

+ + + + + + + + + + + + + + + + + + +
Compatibility:Ant 1.4 alpha (built after 2001/08/04) and later
URL:http://www.riggshill.com/projects/genjar/
Contact:John Kohler
License:Apache Software Foundation License
+
+

Removes unncessary import statements from a Java source code file.

-- To unsubscribe, e-mail: For additional commands, e-mail: