User: user57  
  Date: 01/09/10 18:07:18

  Modified:    bin      ant
  Log:
   o updating to ant v1.4
   o ANT_OPTS has been moved closer to class name (like the dist version)
   o added JAVA_OPTS to replace it, though current usage of ANT_OPTS should
     still work
  
  Revision  Changes    Path
  1.5       +1 -1      tools/bin/ant
  
  Index: ant
  ===================================================================
  RCS file: /cvsroot/jboss/tools/bin/ant,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ant       2001/09/01 08:31:01     1.4
  +++ ant       2001/09/11 01:07:18     1.5
  @@ -136,4 +136,4 @@
       echo "ANT_OPTS = $ANT_OPTS"
   fi
   
  -$JAVACMD $ANT_OPTS -classpath "$LOCALCLASSPATH" -Dant.home="${ANT_HOME}" 
org.apache.tools.ant.Main "$@"
  +$JAVACMD $JAVA_OPTS -classpath "$LOCALCLASSPATH" -Dant.home="${ANT_HOME}" $ANT_OPTS 
org.apache.tools.ant.Main "$@"
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to