cziegeler    01/10/23 03:16:05

  Modified:    .        build.xml
               src/org/apache/cocoon/components/classloader
                        RepositoryClassLoader.java
  Log:
  Removed obsolete replace statements
  
  Revision  Changes    Path
  1.84      +0 -7      xml-cocoon2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/build.xml,v
  retrieving revision 1.83
  retrieving revision 1.84
  diff -u -r1.83 -r1.84
  --- build.xml 2001/10/22 09:14:27     1.83
  +++ build.xml 2001/10/23 10:16:02     1.84
  @@ -574,13 +574,6 @@
         <fileset dir="${build.context}">
         </fileset>
       </copy>
  -    <!-- change the image src for xvg -->
  -    <replace file="${build.war}/documentation/svg/label.xml"
  -             token="file:images/label-background_b.gif"
  -             value="file:documentation/images/label-background_b.gif"/>
  -    <replace file="${build.war}/documentation/svg/separator.xml"
  -             token="file:images/separator.gif"
  -             value="file:documentation/images/images/separator.gif"/>
   
       <!-- copy i18n sample webapp-->
       <copy todir="${build.war}/i18n" filtering="off">
  
  
  
  1.6       +2 -1      
xml-cocoon2/src/org/apache/cocoon/components/classloader/RepositoryClassLoader.java
  
  Index: RepositoryClassLoader.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/org/apache/cocoon/components/classloader/RepositoryClassLoader.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- RepositoryClassLoader.java        2001/10/11 07:28:17     1.5
  +++ RepositoryClassLoader.java        2001/10/23 10:16:04     1.6
  @@ -27,7 +27,7 @@
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Ricardo Rocha</a>
    * @author <a href="mailto:[EMAIL PROTECTED]";>Berin Loritsch</a>
  - * @version CVS $Revision: 1.5 $ $Date: 2001/10/11 07:28:17 $
  + * @version CVS $Revision: 1.6 $ $Date: 2001/10/23 10:16:04 $
    */
   public class RepositoryClassLoader extends URLClassLoader implements Loggable {
   
  @@ -122,4 +122,5 @@
     public Class defineClass(byte [] b) throws ClassFormatError {
         return super.defineClass(null, b, 0, b.length);
     }
  +
   }
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to