donaldp     2002/08/24 23:07:01

  Modified:    .        build.xml
  Added:       lib      phoenix-client-20020835.jar
               lib/xdoclet LICENSE.xdoclet.txt commons-logging.jar
                        log4j-core.jar xdoclet-20020825.jar
                        xjavadoc-20020825.jar
  Removed:     lib      LICENSE.xdoclet.txt log4j-core.jar
                        phoenix-client-20020712.jar xdoclet-20021804.jar
                        xjavadoc-20021804.jar
  Log:
  Update to latest XDoclet.
  
  Revision  Changes    Path
  1.113     +2 -5      jakarta-avalon-cornerstone/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/build.xml,v
  retrieving revision 1.112
  retrieving revision 1.113
  diff -u -r1.112 -r1.113
  --- build.xml 17 Aug 2002 02:06:16 -0000      1.112
  +++ build.xml 25 Aug 2002 06:07:00 -0000      1.113
  @@ -61,7 +61,7 @@
       <pathelement location="${xml-apis.jar}"/>
       <pathelement path="${java.class.path}" />
       <fileset dir="${lib.dir}">
  -      <include name="*.jar" />
  +      <include name="**/*.jar" />
       </fileset>
       <pathelement path="${build.classes}" />
     </path>
  @@ -193,11 +193,8 @@
                  classname="org.apache.avalon.phoenix.tools.xdoclet.PhoenixXDoclet"
                  classpathref="project.class.path"/>
   
  -      <!-- The classpathref for this task should be the classpath that has the 
compiled
  -        copy of your sourcecode. -->
         <phoenix-blocks
  -          destdir="${gen.dir}"
  -          classpathref="project.class.path">
  +          destdir="${gen.dir}">
           <fileset dir="${java.dir}">
             <include name="**/*.java" />
           </fileset>
  
  
  
  1.1                  jakarta-avalon-cornerstone/lib/phoenix-client-20020835.jar
  
        <<Binary file>>
  
  
  1.1                  jakarta-avalon-cornerstone/lib/xdoclet/LICENSE.xdoclet.txt
  
  Index: LICENSE.xdoclet.txt
  ===================================================================
   Copyright (c) 2000-2002, XDoclet team
   All rights reserved.
  
   Redistribution and use in source and binary forms, with or without modification, 
   are permitted provided that the following conditions are met:
  
   Redistributions of source code must retain the above copyright notice, this list 
   of conditions and the following disclaimer.
  
   Redistributions in binary form must reproduce the above copyright notice, this list 
   of conditions and the following disclaimer in the documentation and/or other 
materials
   provided with the distribution.
  
   Neither the name of the XDoclet team nor the names of its contributors may be used 
   to endorse or promote products derived from this software without specific prior
   written permission.
  
   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND 
ANY 
   EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
WARRANTIES 
   OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT 
   SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
SPECIAL, 
   EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 
   SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 
INTERRUPTION) 
   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 
LIABILITY, OR
   TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
SOFTWARE, 
   EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  
  
  1.1                  jakarta-avalon-cornerstone/lib/xdoclet/commons-logging.jar
  
        <<Binary file>>
  
  
  1.1                  jakarta-avalon-cornerstone/lib/xdoclet/log4j-core.jar
  
        <<Binary file>>
  
  
  1.1                  jakarta-avalon-cornerstone/lib/xdoclet/xdoclet-20020825.jar
  
        <<Binary file>>
  
  
  1.1                  jakarta-avalon-cornerstone/lib/xdoclet/xjavadoc-20020825.jar
  
        <<Binary file>>
  
  

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

Reply via email to