dlr         02/04/04 18:25:14

  Modified:    src/java/org/apache/tools/dvsl DVSLTask.java
  Log:
  Removed some unsightly ^M characters.
  
  Revision  Changes    Path
  1.8       +27 -27    
jakarta-velocity-dvsl/src/java/org/apache/tools/dvsl/DVSLTask.java
  
  Index: DVSLTask.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-velocity-dvsl/src/java/org/apache/tools/dvsl/DVSLTask.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -u -r1.7 -r1.8
  --- DVSLTask.java     17 Mar 2002 21:08:52 -0000      1.7
  +++ DVSLTask.java     5 Apr 2002 02:25:14 -0000       1.8
  @@ -154,16 +154,16 @@
       private Properties toolboxProps = null;
   
       private String velConfigClass = null;
  -    private Map velConfigMap = null;
  -    private Vector velConfigAttr = new Vector();
  +    private Map velConfigMap = null;
  +    private Vector velConfigAttr = new Vector();
   
       private boolean validatingParser = false;
  -
  -    //private String outputtype = null;  // later when output type is supported
  -
  -    /**
  -     * Creates a new DVSLTask Task.
  -     **/
  +
  +    //private String outputtype = null;  // later when output type is supported
  +
  +    /**
  +     * Creates a new DVSLTask Task.
  +     **/
       public DVSLTask()
       {
           classLoader = DVSLTask.class.getClassLoader();
  @@ -185,18 +185,18 @@
           }
   
           if (baseDir == null)
  -        {
  -            baseDir = project.resolveFile(".");
  -        }
  -
  -        /*
  -         * make a DVSL and set validation
  -         */
  +        {
  +            baseDir = project.resolveFile(".");
  +        }
  +
  +        /*
  +         * make a DVSL and set validation
  +         */
           dvsl = new DVSL();
   
           dvsl.setValidatingParser(validatingParser);
  -
  -        /*
  +
  +        /*
            *  Create a new Classloader for loading the Toolbox and the Velocity
            *  properties class.
            */
  @@ -515,14 +515,14 @@
        * @param r reference to classpath
        */
       public void setClasspathRef(Reference r)
  -    {
  -        createClasspath().setRefid(r);
  +    {
  +        createClasspath().setRefid(r);
       }
   
       /**
        *  Sets the flag to have DVSL use a validating parser for the
        *  input documents
  -     */
  +     */
       public void setValidatingParser(boolean validating)
       {
           if (validating == true)
  @@ -532,13 +532,13 @@
   
           validatingParser = validating;
       }
  -
  -    /**
  -     * Processes the given input XML file and stores the result
  -     * in the given resultFile.
  -     **/
  -    private void process(File baseDir, String xmlFile, File destDir,
  -                         File stylesheet)
  +
  +    /**
  +     * Processes the given input XML file and stores the result
  +     * in the given resultFile.
  +     */
  +    private void process(File baseDir, String xmlFile, File destDir,
  +                         File stylesheet)
           throws BuildException
       {
   
  
  
  

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

Reply via email to