jkf 2005/01/10 12:18:27
Modified: src/main/org/apache/tools/ant Main.java
Log:
Minor update in ant help. description for -nouserlib and -noclasspath were on
one line.
Revision Changes Path
1.113 +2 -2 ant/src/main/org/apache/tools/ant/Main.java
Index: Main.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/Main.java,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- Main.java 5 Oct 2004 08:37:00 -0000 1.112
+++ Main.java 10 Jan 2005 20:18:27 -0000 1.113
@@ -838,8 +838,8 @@
msg.append(" -nice number A niceness value for the main
thread:" + lSep
+ " 1 (lowest) to 10 (highest); 5
is the default"
+ lSep);
- msg.append(" -nouserlib Run ant without using the jar
files from ${user.home}/"
- + ".ant/lib");
+ msg.append(" -nouserlib Run ant without using the jar
files from" + lSep
+ + " ${user.home}/.ant/lib" +
lSep);
msg.append(" -noclasspath Run ant without using
CLASSPATH");
System.out.println(msg.toString());
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]