You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2002/02/26 12:20:54 UTC

cvs commit: jakarta-avalon-cornerstone/lib phoenix-client-20020226.jar phoenix-client-20020126.jar

donaldp     02/02/26 03:20:54

  Modified:    .        gen-blockinfo.xml
  Added:       lib      phoenix-client-20020226.jar
  Removed:     lib      phoenix-client-20020126.jar
  Log:
  Made sure more testing of new xdoclet stuff is present. Still needs work but getting there.
  
  Revision  Changes    Path
  1.2       +16 -0     jakarta-avalon-cornerstone/gen-blockinfo.xml
  
  Index: gen-blockinfo.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/gen-blockinfo.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- gen-blockinfo.xml	3 Feb 2002 00:42:08 -0000	1.1
  +++ gen-blockinfo.xml	26 Feb 2002 11:20:53 -0000	1.2
  @@ -61,4 +61,20 @@
       </xdoclet>
     </target>
   
  +  <!-- runs xdoclet if need be -->
  +  <target name="test-xdoclet">
  +    <taskdef name="phoenix-blocks" 
  +             classname="org.apache.avalon.phoenix.tools.xdoclet.PhoenixXDoclet" 
  +             classpathref="project.class.path"/>
  +
  +    <phoenix-blocks sourcepath="${java.dir}" destdir="${gen.dir}" classpathref="project.class.path">
  +      <fileset dir="${java.dir}">
  +        <include name="**/*.java" />
  +      </fileset>
  +      <blockinfo/>
  +      <manifest manifestFile="manifest.mf" />
  +    </phoenix-blocks>
  +
  +  </target>
  +
   </project>
  
  
  
  1.1                  jakarta-avalon-cornerstone/lib/phoenix-client-20020226.jar
  
  	<<Binary file>>
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>