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/06/28 04:27:26 UTC

cvs commit: jakarta-avalon-excalibur/containerkit build.xml

donaldp     2002/06/27 19:27:26

  Modified:    containerkit build.xml
  Log:
  Demo serialization of descriptors
  
  Revision  Changes    Path
  1.5       +14 -0     jakarta-avalon-excalibur/containerkit/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/containerkit/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml	27 Jun 2002 03:31:40 -0000	1.4
  +++ build.xml	28 Jun 2002 02:27:26 -0000	1.5
  @@ -270,6 +270,14 @@
                   <pathelement location="${build.classes}"/>
               </classpath>
           </taskdef>
  +        <taskdef name="serialize-info"
  +            classname="org.apache.excalibur.containerkit.ant.SerializeInfoTask">
  +            <classpath>
  +                <path refid="project.class.path"/>
  +                <pathelement location="${build.classes}"/>
  +            </classpath>
  +        </taskdef>
  +
   
           <avalon-xinfo
               force="true"
  @@ -280,6 +288,12 @@
               </fileset>
               <componentinfo/>
           </avalon-xinfo>
  +
  +        <serialize-info destDir="gen">
  +            <fileset dir="gen">
  +                <include name="**/*.xinfo" />
  +            </fileset>
  +        </serialize-info>
       </target>
   
       <!-- Creates the distribution -->
  
  
  

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