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 12:59:37 UTC

cvs commit: jakarta-commons/digester/src/examples/api/addressbook AddressBook.java Person.java build.xml

skitching    2004/04/17 03:59:37

  Modified:    digester/src/examples/api/addressbook AddressBook.java
                        Person.java build.xml
  Log:
  Changes due to renaming of AddressBookDigester->Main.
  Also fix incorrect copyright dates.
  
  Revision  Changes    Path
  1.5       +2 -2      jakarta-commons/digester/src/examples/api/addressbook/AddressBook.java
  
  Index: AddressBook.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/src/examples/api/addressbook/AddressBook.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- AddressBook.java	28 Feb 2004 13:32:51 -0000	1.4
  +++ AddressBook.java	17 Apr 2004 10:59:37 -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 Example1.java.
  + * See Main.java.
    */
   public class AddressBook {
       LinkedList people = new LinkedList();
  
  
  
  1.5       +1 -1      jakarta-commons/digester/src/examples/api/addressbook/Person.java
  
  Index: Person.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/src/examples/api/addressbook/Person.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Person.java	28 Feb 2004 13:32:51 -0000	1.4
  +++ Person.java	17 Apr 2004 10:59:37 -0000	1.5
  @@ -18,7 +18,7 @@
   import java.util.Iterator;
   
   /**
  - * See Example1.java.
  + * See Main.java.
    */
   public class Person {
     private int id;
  
  
  
  1.2       +1 -1      jakarta-commons/digester/src/examples/api/addressbook/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/src/examples/api/addressbook/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	28 Sep 2003 09:40:26 -0000	1.1
  +++ build.xml	17 Apr 2004 10:59:37 -0000	1.2
  @@ -99,7 +99,7 @@
     </target>
   
     <target name="run" depends="compile">
  -    <java classname="AddressBookDigester" 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