morgand 2002/10/16 11:45:28
Modified: jelly/src/java/org/apache/commons/jelly Jelly.java
Log:
fixed naughty wildcard import for CLI
Revision Changes Path
1.21 +10 -6
jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/Jelly.java
Index: Jelly.java
===================================================================
RCS file:
/home/cvs/jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/Jelly.java,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- Jelly.java 14 Oct 2002 19:46:22 -0000 1.20
+++ Jelly.java 16 Oct 2002 18:45:27 -0000 1.21
@@ -72,10 +72,14 @@
import java.util.StringTokenizer;
import java.util.ArrayList;
+import org.apache.commons.cli.CommandLine;
+import org.apache.commons.cli.GnuParser;
+import org.apache.commons.cli.Options;
+import org.apache.commons.cli.Parser;
+import org.apache.commons.cli.ParseException;
import org.apache.commons.jelly.parser.XMLParser;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
-import org.apache.commons.cli.*;
/**
* <p><code>Jelly</code> is a helper class which is capable of
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>