husted      02/01/01 07:06:23

  Modified:    contrib/artimus/WEB-INF build.xml status.txt
  Log:
  Add build.html page to document where relevant JARs can be obtained.
  
  Revision  Changes    Path
  1.2       +5 -3      jakarta-struts/contrib/artimus/WEB-INF/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/contrib/artimus/WEB-INF/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml 10 Nov 2001 12:04:12 -0000      1.1
  +++ build.xml 1 Jan 2002 15:06:23 -0000       1.2
  @@ -1,16 +1,18 @@
   <!-- 
   @author Ted Husted
  -@version $Revision: 1.1 $ $Date: 2001/11/10 12:04:12 $
  +@version $Revision: 1.2 $ $Date: 2002/01/01 15:06:23 $
   -->
  -<project name="artimus" basedir="." default="compile">
  +<project name="artimus" basedir="." default="project">
   <property name="project.title" value="Artimus"/>
  -<property name="project.version" value="1.0"/>
  +<property name="project.version" value="0.2"/>
   <property name="dist.name" value="artimus"/>
   
   
       <!-- Build working classpath -->
       <path id="project.class.path">
           <pathelement path ="lib/commons-digester.jar"/>
  +        <pathelement path ="lib/commons-beanutils.jar"/>
  +        <pathelement path ="lib/commons-collections.jar"/>
           <pathelement path ="lib/lucene.jar"/>
           <pathelement path ="lib/poolman.jar"/>
           <pathelement path ="lib/scaffold.jar"/>
  
  
  
  1.2       +5 -0      jakarta-struts/contrib/artimus/WEB-INF/status.txt
  
  Index: status.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/contrib/artimus/WEB-INF/status.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- status.txt        10 Nov 2001 12:04:12 -0000      1.1
  +++ status.txt        1 Jan 2002 15:06:23 -0000       1.2
  @@ -32,6 +32,11 @@
   - Unit tests
   
   
  +31-DEC-01
  +---------
  ++ article.http.Form: Change reset to use setters.
  +
  +
   06-NOV-01
   ---------
   + Rename article/Model,key/Model to Access (i.e. Data Access).
  
  
  

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

Reply via email to