You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by eh...@apache.org on 2002/05/20 22:28:37 UTC

cvs commit: jakarta-ant/src/main/org/apache/tools/ant/taskdefs XmlProperty.java

ehatcher    02/05/20 13:28:36

  Modified:    src/main/org/apache/tools/ant/types/selectors Tag:
                        ANT_15_BRANCH BaseExtendSelector.java
                        ExtendFileSelector.java FilenameSelector.java
               src/main/org/apache/tools/ant/taskdefs/rmic Tag:
                        ANT_15_BRANCH DefaultRmicAdapter.java
               src/main/org/apache/tools/ant/taskdefs/optional/jsp Tag:
                        ANT_15_BRANCH JspC.java
               src/main/org/apache/tools/ant Tag: ANT_15_BRANCH
                        ProjectHelper.java
               src/main/org/apache/tools/ant/taskdefs Tag: ANT_15_BRANCH
                        XmlProperty.java
  Log:
  ain't JTidy great?!  :)
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +1 -1      jakarta-ant/src/main/org/apache/tools/ant/types/selectors/BaseExtendSelector.java
  
  Index: BaseExtendSelector.java
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/src/main/org/apache/tools/ant/types/selectors/BaseExtendSelector.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- BaseExtendSelector.java	30 Apr 2002 22:38:35 -0000	1.1
  +++ BaseExtendSelector.java	20 May 2002 20:28:36 -0000	1.1.2.1
  @@ -94,7 +94,7 @@
   
       /**
        * Allows access to the parameters gathered and set within the
  -     * <extendselect> tag.
  +     * &lt;custom&gt; tag.
        *
        * @return the set of parameters defined for this selector
        */
  
  
  
  1.1.2.1   +1 -1      jakarta-ant/src/main/org/apache/tools/ant/types/selectors/ExtendFileSelector.java
  
  Index: ExtendFileSelector.java
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/src/main/org/apache/tools/ant/types/selectors/ExtendFileSelector.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- ExtendFileSelector.java	30 Apr 2002 22:38:35 -0000	1.1
  +++ ExtendFileSelector.java	20 May 2002 20:28:36 -0000	1.1.2.1
  @@ -60,7 +60,7 @@
   
   /**
    * This is the interface to be used by all dynamic selectors, those that are
  - * called through the <extendselect> tag. It is the amalgamation of two
  + * called through the &lt;custom&gt; tag. It is the amalgamation of two
    * interfaces, the FileSelector and the Paramterizable interface. Note that
    * you will almost certainly want the default behaviour for handling
    * Parameters, so you probably want to use the BaseExtendSelector class
  
  
  
  1.1.2.1   +2 -2      jakarta-ant/src/main/org/apache/tools/ant/types/selectors/FilenameSelector.java
  
  Index: FilenameSelector.java
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/src/main/org/apache/tools/ant/types/selectors/FilenameSelector.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- FilenameSelector.java	30 Apr 2002 22:38:35 -0000	1.1
  +++ FilenameSelector.java	20 May 2002 20:28:36 -0000	1.1.2.1
  @@ -123,9 +123,9 @@
   
       /**
        * You can optionally reverse the selection of this selector,
  -     * thereby emulating an <exclude> tag, by setting the attribute
  +     * thereby emulating an &lt;exclude&gt; tag, by setting the attribute
        * negate to true. This is identical to surrounding the selector
  -     * with <not></not>.
  +     * with &lt;not&gt;&lt;/not&gt;.
        *
        * @param negated whether to negate this selection
        */
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.20.2.1  +1 -1      jakarta-ant/src/main/org/apache/tools/ant/taskdefs/rmic/DefaultRmicAdapter.java
  
  Index: DefaultRmicAdapter.java
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/rmic/DefaultRmicAdapter.java,v
  retrieving revision 1.20
  retrieving revision 1.20.2.1
  diff -u -r1.20 -r1.20.2.1
  --- DefaultRmicAdapter.java	25 Apr 2002 12:14:51 -0000	1.20
  +++ DefaultRmicAdapter.java	20 May 2002 20:28:36 -0000	1.20.2.1
  @@ -116,7 +116,7 @@
        *   <li>for JRMP it will return *_getStubClassSuffix (and
        *   *_getSkelClassSuffix if JDK 1.1 is used)</li>
        *
  -     *   <li>for IDL it will return a random name, causing <rmic> to
  +     *   <li>for IDL it will return a random name, causing &lt;rmic&gt; to
        *     always recompile.</li>
        *
        *   <li>for IIOP it will return _*_getStubClassSuffix for
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.16.2.1  +6 -6      jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/jsp/JspC.java
  
  Index: JspC.java
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/jsp/JspC.java,v
  retrieving revision 1.16
  retrieving revision 1.16.2.1
  diff -u -r1.16 -r1.16.2.1
  --- JspC.java	15 Apr 2002 14:56:33 -0000	1.16
  +++ JspC.java	20 May 2002 20:28:36 -0000	1.16.2.1
  @@ -120,7 +120,7 @@
       private String compilerName = "jasper";
   
       /**
  -     *  -ieplugin <clsid>Java Plugin classid for Internet Explorer
  +     *  -ieplugin &lt;clsid&gt; Java Plugin classid for Internet Explorer
        */
       private String iepluginid ;
       private boolean mapped ;
  @@ -134,25 +134,25 @@
       protected boolean failOnError = true;
           
       /**
  -     *  -uribase <dir>The uri directory compilations should be relative to
  +     *  -uribase &lt;dir&gt; The uri directory compilations should be relative to
        *  (Default is "/")
        */
   
       private File uribase;
   
       /**
  -     *  -uriroot <dir>The root directory that uri files should be resolved
  +     *  -uriroot &lt;dir&gt; The root directory that uri files should be resolved
        *  against, 
        */
       private File uriroot;
   
       /**
  -     *  -webinc <file>Creates partial servlet mappings for the -webapp option
  +     *  -webinc &lt;file&gt; Creates partial servlet mappings for the -webapp option
        */
       private File webinc;
   
       /**
  -     *  -webxml <file>Creates a complete web.xml when using the -webapp option.
  +     *  -webxml &lt;file&gt; Creates a complete web.xml when using the -webapp option.
        */
   
       private File webxml;
  @@ -298,7 +298,7 @@
       }
   
       /**
  -     *  -webxml <file>Creates a complete web.xml when using the -webapp option.
  +     *  -webxml &lt;file&gt; Creates a complete web.xml when using the -webapp option.
        *
        * @param  webxml  The new Webxml value
        */
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.86.2.2  +1 -1      jakarta-ant/src/main/org/apache/tools/ant/ProjectHelper.java
  
  Index: ProjectHelper.java
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/src/main/org/apache/tools/ant/ProjectHelper.java,v
  retrieving revision 1.86.2.1
  retrieving revision 1.86.2.2
  diff -u -r1.86.2.1 -r1.86.2.2
  --- ProjectHelper.java	17 May 2002 23:09:54 -0000	1.86.2.1
  +++ ProjectHelper.java	20 May 2002 20:28:36 -0000	1.86.2.2
  @@ -76,7 +76,7 @@
    *
    * All helper plugins must provide backward compatiblity with the
    * original ant patterns, unless a different behavior is explicitely
  - * specified. For example, if namespace is used on the <project> tag
  + * specified. For example, if namespace is used on the &lt;project&gt; tag
    * the helper can expect the entire build file to be namespace-enabled.
    * Namespaces or helper-specific tags can provide meta-information to
    * the helper, allowing it to use new ( or different policies ).
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.1   +4 -4      jakarta-ant/src/main/org/apache/tools/ant/taskdefs/XmlProperty.java
  
  Index: XmlProperty.java
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/XmlProperty.java,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- XmlProperty.java	22 Apr 2002 00:05:09 -0000	1.2
  +++ XmlProperty.java	20 May 2002 20:28:36 -0000	1.2.2.1
  @@ -74,10 +74,10 @@
   /**
    * Task that gets property values from a valid xml file.
    * Example:
  - *   <root-tag myattr="true">
  - *     <inner-tag someattr="val">Text</inner-tag>
  - *     <a2><a3><a4>false</a4></a3></a2>
  - *   </root-tag>
  + *   &lt;root-tag myattr="true"&gt;
  + *     &lt;inner-tag someattr="val"&gt;Text&lt;/inner-tag&gt;
  + *     &lt;a2&gt;&lt;a3&gt;&lt;a4&gt;false&lt;/a4&gt;&lt;/a3&gt;&lt;/a2&gt;
  + *   &lt;/root-tag&gt;
    *
    *  root-tag(myattr)=true
    *  root-tag.inner-tag=Text
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>