dion 2003/07/28 16:52:00
Modified: src/java/org/apache/maven/jelly/tags/maven Exists.java
Log:
Reorg imports
Revision Changes Path
1.3 +3 -8 maven/src/java/org/apache/maven/jelly/tags/maven/Exists.java
Index: Exists.java
===================================================================
RCS file: /home/cvs/maven/src/java/org/apache/maven/jelly/tags/maven/Exists.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Exists.java 28 Jul 2003 04:10:12 -0000 1.2
+++ Exists.java 28 Jul 2003 23:52:00 -0000 1.3
@@ -56,17 +56,12 @@
* ====================================================================
*/
+import java.io.File;
+
import org.apache.commons.jelly.JellyTagException;
import org.apache.commons.jelly.MissingAttributeException;
import org.apache.commons.jelly.XMLOutput;
import org.apache.maven.project.Resource;
-
-import java.io.File;
-import java.io.IOException;
-import java.io.FileOutputStream;
-import java.io.FileInputStream;
-import java.util.ArrayList;
-import java.util.Iterator;
/**
* Invoked the body if a file exists
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]