You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sk...@apache.org on 2004/04/17 13:07:38 UTC

cvs commit: jakarta-commons/digester/src/examples/api/catalog AudioVisual.java Book.java BookFactory.java Catalog.java Item.java build.xml

skitching    2004/04/17 04:07:38

  Modified:    digester/src/examples/api/catalog AudioVisual.java Book.java
                        BookFactory.java Catalog.java Item.java build.xml
  Log:
  /tmp/cvsg1nTCY
  
  Revision  Changes    Path
  1.5       +2 -2      jakarta-commons/digester/src/examples/api/catalog/AudioVisual.java
  
  Index: AudioVisual.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/src/examples/api/catalog/AudioVisual.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- AudioVisual.java	28 Feb 2004 13:32:52 -0000	1.4
  +++ AudioVisual.java	17 Apr 2004 11:07:38 -0000	1.5
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 2001-2004 The Apache Software Foundation.
  + * Copyright 2003-2004 The Apache Software Foundation.
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  @@ -15,7 +15,7 @@
    */ 
    
   /**
  - *  See CatalogDigester.java.
  + *  See Main.java.
    */
    
   public class AudioVisual implements Item {
  
  
  
  1.5       +2 -2      jakarta-commons/digester/src/examples/api/catalog/Book.java
  
  Index: Book.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/src/examples/api/catalog/Book.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Book.java	28 Feb 2004 13:32:52 -0000	1.4
  +++ Book.java	17 Apr 2004 11:07:38 -0000	1.5
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 2001-2004 The Apache Software Foundation.
  + * Copyright 2003-2004 The Apache Software Foundation.
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  @@ -15,7 +15,7 @@
    */ 
   
   /**
  - * See CatalogDigester.java.
  + * See Main.java.
    */
   public class Book implements Item {
   	
  
  
  
  1.5       +1 -1      jakarta-commons/digester/src/examples/api/catalog/BookFactory.java
  
  Index: BookFactory.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/src/examples/api/catalog/BookFactory.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- BookFactory.java	28 Feb 2004 13:32:52 -0000	1.4
  +++ BookFactory.java	17 Apr 2004 11:07:38 -0000	1.5
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 2001-2004 The Apache Software Foundation.
  + * Copyright 2003-2004 The Apache Software Foundation.
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.5       +2 -2      jakarta-commons/digester/src/examples/api/catalog/Catalog.java
  
  Index: Catalog.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/src/examples/api/catalog/Catalog.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Catalog.java	28 Feb 2004 13:32:52 -0000	1.4
  +++ Catalog.java	17 Apr 2004 11:07:38 -0000	1.5
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 2001-2004 The Apache Software Foundation.
  + * Copyright 2003-2004 The Apache Software Foundation.
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  @@ -18,7 +18,7 @@
   import java.util.Iterator;
   
   /**
  - * See CatalogDigester.java.
  + * See Main.java.
    */
   public class Catalog {
       LinkedList items = new LinkedList();
  
  
  
  1.5       +2 -2      jakarta-commons/digester/src/examples/api/catalog/Item.java
  
  Index: Item.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/src/examples/api/catalog/Item.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Item.java	28 Feb 2004 13:32:52 -0000	1.4
  +++ Item.java	17 Apr 2004 11:07:38 -0000	1.5
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 2001-2004 The Apache Software Foundation.
  + * Copyright 2003-2004 The Apache Software Foundation.
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  @@ -15,7 +15,7 @@
    */ 
   
   /**
  - * See CatalogDigester.java.
  + * See Main.java.
    */
   public interface Item {
   	public void print();
  
  
  
  1.2       +1 -1      jakarta-commons/digester/src/examples/api/catalog/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/src/examples/api/catalog/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	28 Sep 2003 09:39:59 -0000	1.1
  +++ build.xml	17 Apr 2004 11:07:38 -0000	1.2
  @@ -99,7 +99,7 @@
     </target>
   
     <target name="run" depends="compile">
  -    <java classname="CatalogDigester" fork="yes">
  +    <java classname="Main" fork="yes">
         <arg value="example.xml"/>
         <classpath refid="compile.classpath"/>
         <classpath>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org