mbenson     2005/03/18 09:32:14

  Modified:    src/main/org/apache/tools/ant/taskdefs Java.java
  Log:
  getSysProperties() and getCommandLine() to 1.6.3
  
  Revision  Changes    Path
  1.103     +2 -2      ant/src/main/org/apache/tools/ant/taskdefs/Java.java
  
  Index: Java.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/Java.java,v
  retrieving revision 1.102
  retrieving revision 1.103
  diff -u -r1.102 -r1.103
  --- Java.java 14 Mar 2005 20:09:54 -0000      1.102
  +++ Java.java 18 Mar 2005 17:32:14 -0000      1.103
  @@ -905,7 +905,7 @@
        * Accessor to the command line.
        *
        * @return the current command line.
  -     * @since 1.7
  +     * @since 1.6.3
        */
       public CommandlineJava getCommandLine() {
           return cmdl;
  @@ -915,7 +915,7 @@
        * Get the system properties of the command line.
        *
        * @return the current properties of this java invocation.
  -     * @since 1.7
  +     * @since 1.6.3
        */
       public CommandlineJava.SysProperties getSysProperties() {
           return cmdl.getSystemProperties();
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to