You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by co...@apache.org on 2001/09/03 11:40:05 UTC

cvs commit: jakarta-ant/src/main/org/apache/tools/ant/taskdefs defaults.properties

conor       01/09/03 02:40:05

  Modified:    .        Tag: ANT_14_BRANCH README WHATSNEW
               src/main/org/apache/tools/ant/taskdefs Tag: ANT_14_BRANCH
                        defaults.properties
  Log:
  Nico's fixes for the 1.4 release
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.6.6.1   +2 -2      jakarta-ant/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/README,v
  retrieving revision 1.6
  retrieving revision 1.6.6.1
  diff -u -w -u -r1.6 -r1.6.6.1
  --- README	2000/07/28 08:57:28	1.6
  +++ README	2001/09/03 09:40:05	1.6.6.1
  @@ -53,8 +53,8 @@
     -------------
   
     Documentation is available in HTML format, in the docs/ directory.
  -  For building see docs/index.html#buildingant.
  -  For installing see docs/index.html#installing.
  +  For building see docs/manual/install.html#buildingant.
  +  For installing see docs/manual/install.html#installing.
   
   
     Licensing
  
  
  
  1.144.2.10 +5 -5      jakarta-ant/WHATSNEW
  
  Index: WHATSNEW
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/WHATSNEW,v
  retrieving revision 1.144.2.9
  retrieving revision 1.144.2.10
  diff -u -w -u -r1.144.2.9 -r1.144.2.10
  --- WHATSNEW	2001/08/29 12:59:27	1.144.2.9
  +++ WHATSNEW	2001/09/03 09:40:05	1.144.2.10
  @@ -143,7 +143,7 @@
       beans
     * <dtd> elements can now be URLs
     * Allow the manifest to be specified for the generated jars
  -  * The weblogic element now supprts an attribte noEJBC to skip the processing
  +  * The weblogic element now supprts an attribute noEJBC to skip the processing
       of the jar by ejbc. The ejbc step will then occur at deployment
     * weblogic will tell ejbc to use Jikes compiler if build.compiler is set to 
       jikes. It can be restored to the default, javac, operation if desired.  
  @@ -159,7 +159,7 @@
   
   * Data types like <path> can now be defined inside of <target>s
   
  -* you can now specify a classpath for <style> - the XSLZ processor
  +* you can now specify a classpath for <style> - the XSLT processor
     will be loaded from this path
   
   * added a force attribute to <style> to support dependencies that the
  @@ -168,7 +168,7 @@
   
   * added vmlauncher attribute to exec tasks. This defaults to true. If
     it is set to false, the VM's ability to launch commands in bypassed
  -  and the OS shell, either directly or through the auxillary antRun 
  +  and the OS shell, either directly or through the auxiliary antRun 
     scripts is used. 
   
   * regexp mapper now supports the java.util.regex package of JDK 1.4.
  @@ -204,7 +204,7 @@
     In addition extJavac or the new fork attribute can be
     used to run the JDK's javac in a JVM separate from Ant.
   
  -* <fixrlf> can now with CR only line-ends and can use an arbitraty
  +* <fixrlf> can now with CR only line-ends and can use an arbitrary
     between 2 and 80.
   
   * The .NET tasks have been adapted to the beta2 release of the framework.
  @@ -329,7 +329,7 @@
   
   * <move> removed files you tried to move to themselves.
   
  -* <sql> task will not trty to print the result set unless the query succeeded.
  +* <sql> task will not try to print the result set unless the query succeeded.
   
   * Ant classloader will now ignore paths which are invalid relative to the
     project base
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.88.2.2  +2 -0      jakarta-ant/src/main/org/apache/tools/ant/taskdefs/defaults.properties
  
  Index: defaults.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/defaults.properties,v
  retrieving revision 1.88.2.1
  retrieving revision 1.88.2.2
  diff -u -w -u -r1.88.2.1 -r1.88.2.2
  --- defaults.properties	2001/08/13 15:29:52	1.88.2.1
  +++ defaults.properties	2001/09/03 09:40:05	1.88.2.2
  @@ -96,6 +96,8 @@
   p4edit=org.apache.tools.ant.taskdefs.optional.perforce.P4Edit
   p4submit=org.apache.tools.ant.taskdefs.optional.perforce.P4Submit
   p4counter=org.apache.tools.ant.taskdefs.optional.perforce.P4Counter
  +p4reopen=org.apache.tools.ant.taskdefs.optional.perforce.P4Reopen
  +p4revert=org.apache.tools.ant.taskdefs.optional.perforce.P4Revert
   javah=org.apache.tools.ant.taskdefs.optional.Javah
   ccupdate=org.apache.tools.ant.taskdefs.optional.clearcase.CCUpdate
   cccheckout=org.apache.tools.ant.taskdefs.optional.clearcase.CCCheckout
  
  
  

RE: cvs commit: jakarta-ant/src/main/org/apache/tools/ant/taskdefs defaults.properties

Posted by Martin van den Bemt <mv...@mvdb.com>.
  -  * The weblogic element now supprts an attribte noEJBC to skip the
processing
  +  * The weblogic element now supprts an attribute noEJBC to skip the
processing

Still a typo in there.. supprts should be supports..

Mvgr,
Martin