You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by pn...@apache.org on 2004/09/17 14:24:17 UTC

cvs commit: jakarta-slide/webdavclient/lib jdom-1.0.jar jdom.license jdom-20040226-.jar

pnever      2004/09/17 05:24:17

  Modified:    .        Tag: SLIDE_2_1_RELEASE_BRANCH build.xml
               webdavclient Tag: SLIDE_2_1_RELEASE_BRANCH build.xml
               lib      Tag: SLIDE_2_1_RELEASE_BRANCH jdom.license
               webdavclient/lib Tag: SLIDE_2_1_RELEASE_BRANCH jdom.license
  Added:       lib      Tag: SLIDE_2_1_RELEASE_BRANCH jdom-1.0.jar
               webdavclient/lib Tag: SLIDE_2_1_RELEASE_BRANCH jdom-1.0.jar
  Removed:     lib      Tag: SLIDE_2_1_RELEASE_BRANCH jdom-20040226-.jar
               webdavclient/lib Tag: SLIDE_2_1_RELEASE_BRANCH
                        jdom-20040226-.jar
  Log:
  Upgraded to JDOM 1.0 (final release, from 1.0-rc1)
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.229.2.2 +1 -1      jakarta-slide/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/build.xml,v
  retrieving revision 1.229.2.1
  retrieving revision 1.229.2.2
  diff -u -r1.229.2.1 -r1.229.2.2
  --- build.xml	28 Aug 2004 17:25:41 -0000	1.229.2.1
  +++ build.xml	17 Sep 2004 12:24:16 -0000	1.229.2.2
  @@ -29,7 +29,7 @@
       <!-- =================================================================== -->
       <property name="lib.dir" value="./lib"/>
       <property name="servlet.jar" value="${lib.dir}/servlet-2.3.jar"/>
  -    <property name="jdom.jar" value="${lib.dir}/jdom-20040226-.jar"/>
  +    <property name="jdom.jar" value="${lib.dir}/jdom-1.0.jar"/>
       <property name="saxpath.jar" value="${lib.dir}/saxpath.jar"/>
       <property name="jaxen-core.jar" value="${lib.dir}/jaxen-core.jar"/>
       <property name="jaxen-jdom.jar" value="${lib.dir}/jaxen-jdom.jar"/>
  
  
  
  No                   revision
  No                   revision
  1.22.2.2  +1 -1      jakarta-slide/webdavclient/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/webdavclient/build.xml,v
  retrieving revision 1.22.2.1
  retrieving revision 1.22.2.2
  diff -u -r1.22.2.1 -r1.22.2.2
  --- build.xml	10 Aug 2004 16:09:51 -0000	1.22.2.1
  +++ build.xml	17 Sep 2004 12:24:17 -0000	1.22.2.2
  @@ -54,7 +54,7 @@
       <property name="ant.jar" value="lib/ant.jar"/>
       <property name="commons-transaction.jar" value="lib/commons-transaction-20040726.jar"/>
       <property name="j2ee-spec.jar" value="lib/geronimo-spec-j2ee-1.0-M1.jar"/>
  -    <property name="jdom.jar" value="lib/jdom-20040226-.jar"/>
  +    <property name="jdom.jar" value="lib/jdom-1.0.jar"/>
       <property name="xml-im-exporter.jar" value="lib/xml-im-exporter1.1.jar"/>
       <!-- =================================================================== -->
       <!-- Classpaths                                                          -->
  
  
  
  No                   revision
  No                   revision
  1.1.6.1   +8 -8      jakarta-slide/lib/jdom.license
  
  Index: jdom.license
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/lib/jdom.license,v
  retrieving revision 1.1
  retrieving revision 1.1.6.1
  diff -u -r1.1 -r1.1.6.1
  --- jdom.license	13 Jun 2002 16:41:15 -0000	1.1
  +++ jdom.license	17 Sep 2004 12:24:17 -0000	1.1.6.1
  @@ -2,7 +2,7 @@
   
    $Id$
   
  - Copyright (C) 2000-2002 Brett McLaughlin & Jason Hunter.
  + Copyright (C) 2000-2004 Jason Hunter & Brett McLaughlin.
    All rights reserved.
    
    Redistribution and use in source and binary forms, with or without
  @@ -19,11 +19,11 @@
   
    3. The name "JDOM" must not be used to endorse or promote products
       derived from this software without prior written permission.  For
  -    written permission, please contact license@jdom.org.
  +    written permission, please contact <request_AT_jdom_DOT_org>.
    
    4. Products derived from this software may not be called "JDOM", nor
       may "JDOM" appear in their name, without prior written permission
  -    from the JDOM Project Management (pm@jdom.org).
  +    from the JDOM Project Management <request_AT_jdom_DOT_org>.
    
    In addition, we request (but do not require) that you include in the 
    end-user documentation provided with the redistribution and/or in the 
  @@ -48,9 +48,9 @@
   
    This software consists of voluntary contributions made by many 
    individuals on behalf of the JDOM Project and was originally 
  - created by Brett McLaughlin <br...@jdom.org> and 
  - Jason Hunter <jh...@jdom.org>.  For more information on the 
  - JDOM Project, please see <http://www.jdom.org/>.
  - 
  + created by Jason Hunter <jhunter_AT_jdom_DOT_org> and
  + Brett McLaughlin <brett_AT_jdom_DOT_org>.  For more information
  + on the JDOM Project, please see <http://www.jdom.org/>. 
  +
    */
   
  
  
  
  No                   revision
  
  Index: jdom.license
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/lib/jdom.license,v
  retrieving revision 1.1
  retrieving revision 1.1.6.1
  diff -u -r1.1 -r1.1.6.1
  --- jdom.license	13 Jun 2002 16:41:15 -0000	1.1
  +++ jdom.license	17 Sep 2004 12:24:17 -0000	1.1.6.1
  @@ -2,7 +2,7 @@
   
    $Id$
   
  - Copyright (C) 2000-2002 Brett McLaughlin & Jason Hunter.
  + Copyright (C) 2000-2004 Jason Hunter & Brett McLaughlin.
    All rights reserved.
    
    Redistribution and use in source and binary forms, with or without
  @@ -19,11 +19,11 @@
   
    3. The name "JDOM" must not be used to endorse or promote products
       derived from this software without prior written permission.  For
  -    written permission, please contact license@jdom.org.
  +    written permission, please contact <request_AT_jdom_DOT_org>.
    
    4. Products derived from this software may not be called "JDOM", nor
       may "JDOM" appear in their name, without prior written permission
  -    from the JDOM Project Management (pm@jdom.org).
  +    from the JDOM Project Management <request_AT_jdom_DOT_org>.
    
    In addition, we request (but do not require) that you include in the 
    end-user documentation provided with the redistribution and/or in the 
  @@ -48,9 +48,9 @@
   
    This software consists of voluntary contributions made by many 
    individuals on behalf of the JDOM Project and was originally 
  - created by Brett McLaughlin <br...@jdom.org> and 
  - Jason Hunter <jh...@jdom.org>.  For more information on the 
  - JDOM Project, please see <http://www.jdom.org/>.
  - 
  + created by Jason Hunter <jhunter_AT_jdom_DOT_org> and
  + Brett McLaughlin <brett_AT_jdom_DOT_org>.  For more information
  + on the JDOM Project, please see <http://www.jdom.org/>. 
  +
    */
   
  
  
  
  No                   revision
  
  Index: jdom.license
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/lib/jdom.license,v
  retrieving revision 1.1
  retrieving revision 1.1.6.1
  diff -u -r1.1 -r1.1.6.1
  --- jdom.license	13 Jun 2002 16:41:15 -0000	1.1
  +++ jdom.license	17 Sep 2004 12:24:17 -0000	1.1.6.1
  @@ -2,7 +2,7 @@
   
    $Id$
   
  - Copyright (C) 2000-2002 Brett McLaughlin & Jason Hunter.
  + Copyright (C) 2000-2004 Jason Hunter & Brett McLaughlin.
    All rights reserved.
    
    Redistribution and use in source and binary forms, with or without
  @@ -19,11 +19,11 @@
   
    3. The name "JDOM" must not be used to endorse or promote products
       derived from this software without prior written permission.  For
  -    written permission, please contact license@jdom.org.
  +    written permission, please contact <request_AT_jdom_DOT_org>.
    
    4. Products derived from this software may not be called "JDOM", nor
       may "JDOM" appear in their name, without prior written permission
  -    from the JDOM Project Management (pm@jdom.org).
  +    from the JDOM Project Management <request_AT_jdom_DOT_org>.
    
    In addition, we request (but do not require) that you include in the 
    end-user documentation provided with the redistribution and/or in the 
  @@ -48,9 +48,9 @@
   
    This software consists of voluntary contributions made by many 
    individuals on behalf of the JDOM Project and was originally 
  - created by Brett McLaughlin <br...@jdom.org> and 
  - Jason Hunter <jh...@jdom.org>.  For more information on the 
  - JDOM Project, please see <http://www.jdom.org/>.
  - 
  + created by Jason Hunter <jhunter_AT_jdom_DOT_org> and
  + Brett McLaughlin <brett_AT_jdom_DOT_org>.  For more information
  + on the JDOM Project, please see <http://www.jdom.org/>. 
  +
    */
   
  
  
  
  1.1.2.1   +561 -0    jakarta-slide/lib/Attic/jdom-1.0.jar
  
  	<<Binary file>>
  
  
  No                   revision
  No                   revision
  1.1.2.1   +8 -8      jakarta-slide/webdavclient/lib/jdom.license
  
  Index: jdom.license
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/webdavclient/lib/jdom.license,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- jdom.license	16 Jul 2004 22:46:30 -0000	1.1
  +++ jdom.license	17 Sep 2004 12:24:17 -0000	1.1.2.1
  @@ -2,7 +2,7 @@
   
    $Id$
   
  - Copyright (C) 2000-2002 Brett McLaughlin & Jason Hunter.
  + Copyright (C) 2000-2004 Jason Hunter & Brett McLaughlin.
    All rights reserved.
    
    Redistribution and use in source and binary forms, with or without
  @@ -19,11 +19,11 @@
   
    3. The name "JDOM" must not be used to endorse or promote products
       derived from this software without prior written permission.  For
  -    written permission, please contact license@jdom.org.
  +    written permission, please contact <request_AT_jdom_DOT_org>.
    
    4. Products derived from this software may not be called "JDOM", nor
       may "JDOM" appear in their name, without prior written permission
  -    from the JDOM Project Management (pm@jdom.org).
  +    from the JDOM Project Management <request_AT_jdom_DOT_org>.
    
    In addition, we request (but do not require) that you include in the 
    end-user documentation provided with the redistribution and/or in the 
  @@ -48,9 +48,9 @@
   
    This software consists of voluntary contributions made by many 
    individuals on behalf of the JDOM Project and was originally 
  - created by Brett McLaughlin <br...@jdom.org> and 
  - Jason Hunter <jh...@jdom.org>.  For more information on the 
  - JDOM Project, please see <http://www.jdom.org/>.
  - 
  + created by Jason Hunter <jhunter_AT_jdom_DOT_org> and
  + Brett McLaughlin <brett_AT_jdom_DOT_org>.  For more information
  + on the JDOM Project, please see <http://www.jdom.org/>. 
  +
    */
   
  
  
  
  No                   revision
  
  Index: jdom.license
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/webdavclient/lib/jdom.license,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- jdom.license	16 Jul 2004 22:46:30 -0000	1.1
  +++ jdom.license	17 Sep 2004 12:24:17 -0000	1.1.2.1
  @@ -2,7 +2,7 @@
   
    $Id$
   
  - Copyright (C) 2000-2002 Brett McLaughlin & Jason Hunter.
  + Copyright (C) 2000-2004 Jason Hunter & Brett McLaughlin.
    All rights reserved.
    
    Redistribution and use in source and binary forms, with or without
  @@ -19,11 +19,11 @@
   
    3. The name "JDOM" must not be used to endorse or promote products
       derived from this software without prior written permission.  For
  -    written permission, please contact license@jdom.org.
  +    written permission, please contact <request_AT_jdom_DOT_org>.
    
    4. Products derived from this software may not be called "JDOM", nor
       may "JDOM" appear in their name, without prior written permission
  -    from the JDOM Project Management (pm@jdom.org).
  +    from the JDOM Project Management <request_AT_jdom_DOT_org>.
    
    In addition, we request (but do not require) that you include in the 
    end-user documentation provided with the redistribution and/or in the 
  @@ -48,9 +48,9 @@
   
    This software consists of voluntary contributions made by many 
    individuals on behalf of the JDOM Project and was originally 
  - created by Brett McLaughlin <br...@jdom.org> and 
  - Jason Hunter <jh...@jdom.org>.  For more information on the 
  - JDOM Project, please see <http://www.jdom.org/>.
  - 
  + created by Jason Hunter <jhunter_AT_jdom_DOT_org> and
  + Brett McLaughlin <brett_AT_jdom_DOT_org>.  For more information
  + on the JDOM Project, please see <http://www.jdom.org/>. 
  +
    */
   
  
  
  
  No                   revision
  
  Index: jdom.license
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/webdavclient/lib/jdom.license,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- jdom.license	16 Jul 2004 22:46:30 -0000	1.1
  +++ jdom.license	17 Sep 2004 12:24:17 -0000	1.1.2.1
  @@ -2,7 +2,7 @@
   
    $Id$
   
  - Copyright (C) 2000-2002 Brett McLaughlin & Jason Hunter.
  + Copyright (C) 2000-2004 Jason Hunter & Brett McLaughlin.
    All rights reserved.
    
    Redistribution and use in source and binary forms, with or without
  @@ -19,11 +19,11 @@
   
    3. The name "JDOM" must not be used to endorse or promote products
       derived from this software without prior written permission.  For
  -    written permission, please contact license@jdom.org.
  +    written permission, please contact <request_AT_jdom_DOT_org>.
    
    4. Products derived from this software may not be called "JDOM", nor
       may "JDOM" appear in their name, without prior written permission
  -    from the JDOM Project Management (pm@jdom.org).
  +    from the JDOM Project Management <request_AT_jdom_DOT_org>.
    
    In addition, we request (but do not require) that you include in the 
    end-user documentation provided with the redistribution and/or in the 
  @@ -48,9 +48,9 @@
   
    This software consists of voluntary contributions made by many 
    individuals on behalf of the JDOM Project and was originally 
  - created by Brett McLaughlin <br...@jdom.org> and 
  - Jason Hunter <jh...@jdom.org>.  For more information on the 
  - JDOM Project, please see <http://www.jdom.org/>.
  - 
  + created by Jason Hunter <jhunter_AT_jdom_DOT_org> and
  + Brett McLaughlin <brett_AT_jdom_DOT_org>.  For more information
  + on the JDOM Project, please see <http://www.jdom.org/>. 
  +
    */
   
  
  
  
  1.1.2.1   +561 -0    jakarta-slide/webdavclient/lib/Attic/jdom-1.0.jar
  
  	<<Binary file>>
  
  

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