Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 39978 invoked from network); 22 Nov 2001 08:55:59 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 22 Nov 2001 08:55:59 -0000 Received: (qmail 17412 invoked by uid 97); 22 Nov 2001 08:56:07 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 17317 invoked by uid 97); 22 Nov 2001 08:56:04 -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 17300 invoked by uid 97); 22 Nov 2001 08:56:03 -0000 Date: 22 Nov 2001 08:40:38 -0000 Message-ID: <20011122084038.52683.qmail@icarus.apache.org> From: stevel@apache.org To: jakarta-ant-cvs@apache.org Subject: cvs commit: jakarta-ant/src/main/org/apache/tools/ant/taskdefs DependSet.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N stevel 01/11/22 00:40:38 Modified: src/main/org/apache/tools/ant/taskdefs DependSet.java Log: Erik's big javadoc fixup, bugzilla ID #4992 Revision Changes Path 1.7 +3 -3 jakarta-ant/src/main/org/apache/tools/ant/taskdefs/DependSet.java Index: DependSet.java =================================================================== RCS file: /home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/DependSet.java,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- DependSet.java 2001/11/05 15:42:17 1.6 +++ DependSet.java 2001/11/22 08:40:38 1.7 @@ -95,7 +95,7 @@ * source vs target combination unnecessarily. *

* Example uses: - *

  • + *
    • * Record the fact that an XML file must be up to date * with respect to its XSD (Schema file), even though the XML file * itself includes no reference to its XSD. @@ -105,10 +105,10 @@ *
    • * Record the fact that java files must be recompiled if the ant build * file changes - *
    • + *
    * * @author Craeg Strong - * @version $Revision: 1.6 $ $Date: 2001/11/05 15:42:17 $ + * @version $Revision: 1.7 $ $Date: 2001/11/22 08:40:38 $ */ public class DependSet extends MatchingTask { -- To unsubscribe, e-mail: For additional commands, e-mail: