You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2007/02/01 19:05:11 UTC

svn commit: r502303 - /webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/src/main/java/org/apache/axis2/tool/core/FileCopier.java

Author: dims
Date: Thu Feb  1 10:05:10 2007
New Revision: 502303

URL: http://svn.apache.org/viewvc?view=rev&rev=502303
Log:
Fix for AXIS2-2057 - Axis2 eclipse plugin uses apache ant 1.6.5 API and is not compatible with apache ant 1.7.0

Modified:
    webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/src/main/java/org/apache/axis2/tool/core/FileCopier.java

Modified: webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/src/main/java/org/apache/axis2/tool/core/FileCopier.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/src/main/java/org/apache/axis2/tool/core/FileCopier.java?view=diff&rev=502303&r1=502302&r2=502303
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/src/main/java/org/apache/axis2/tool/core/FileCopier.java (original)
+++ webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/src/main/java/org/apache/axis2/tool/core/FileCopier.java Thu Feb  1 10:05:10 2007
@@ -32,9 +32,6 @@
     }
 
     public void copyFiles(File sourceFile,File destinationDirectory,String filter){
-
-        this.filesets.clear();
-
         if (sourceFile.isFile())
             this.setFile(sourceFile);
         else {



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org