cziegeler    02/04/22 02:24:45

  Modified:    sourceresolve build.xml
               sourceresolve/src/java/org/apache/excalibur/source/impl
                        URLSource.java
  Log:
  Fixing compilation error
  
  Revision  Changes    Path
  1.13      +1 -1      jakarta-avalon-excalibur/sourceresolve/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/sourceresolve/build.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- build.xml 19 Apr 2002 13:15:22 -0000      1.12
  +++ build.xml 22 Apr 2002 09:24:45 -0000      1.13
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   
  -<project name="Excalibur template" default="main" basedir=".">
  +<project name="Excalibur SourceResolving" default="main" basedir=".">
   
       <property file="${user.home}/build.properties"/>
       <property file="${basedir}/../ant.properties"/>
  
  
  
  1.3       +2 -2      
jakarta-avalon-excalibur/sourceresolve/src/java/org/apache/excalibur/source/impl/URLSource.java
  
  Index: URLSource.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/sourceresolve/src/java/org/apache/excalibur/source/impl/URLSource.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- URLSource.java    22 Apr 2002 09:15:00 -0000      1.2
  +++ URLSource.java    22 Apr 2002 09:24:45 -0000      1.3
  @@ -30,11 +30,11 @@
    * Description of a source which is described by an URL.
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Carsten Ziegeler</a>
  - * @version CVS $Revision: 1.2 $ $Date: 2002/04/22 09:15:00 $
  + * @version CVS $Revision: 1.3 $ $Date: 2002/04/22 09:24:45 $
    */
   
   public final class URLSource
  -    implements Source, // Monitorable
  +    implements Source //, Monitorable
   {
   
       /** With this parameter you can specify the method to use for a http 
request.
  
  
  

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

Reply via email to