Return-Path: Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 88230 invoked by uid 500); 13 Aug 2003 12:45:39 -0000 Mailing-List: contact dev-help@ant.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 dev@ant.apache.org Received: (qmail 88217 invoked by uid 500); 13 Aug 2003 12:45:39 -0000 Received: (qmail 88214 invoked from network); 13 Aug 2003 12:45:39 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 13 Aug 2003 12:45:39 -0000 Received: (qmail 55866 invoked by uid 1539); 13 Aug 2003 12:45:41 -0000 Date: 13 Aug 2003 12:45:41 -0000 Message-ID: <20030813124541.55865.qmail@minotaur.apache.org> From: peterreilly@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant/src/main/org/apache/tools/ant AntTypeDefinition.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N peterreilly 2003/08/13 05:45:41 Modified: src/main/org/apache/tools/ant AntTypeDefinition.java Log: remove unused copy method Revision Changes Path 1.4 +0 -15 ant/src/main/org/apache/tools/ant/AntTypeDefinition.java Index: AntTypeDefinition.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/AntTypeDefinition.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- AntTypeDefinition.java 4 Jul 2003 09:35:31 -0000 1.3 +++ AntTypeDefinition.java 13 Aug 2003 12:45:41 -0000 1.4 @@ -73,21 +73,6 @@ private ClassLoader classLoader; /** - * Clone this definition and changed the cloned definitions' project. - * @return the cloned definition - */ - public AntTypeDefinition copy() { - AntTypeDefinition copy = new AntTypeDefinition(); - copy.name = name; - copy.clazz = clazz; - copy.adapterClass = adapterClass; - copy.className = className; - copy.classLoader = classLoader; - copy.adaptToClass = adaptToClass; - return copy; - } - - /** * set the definition's name * @param name the name of the definition */ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org