You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by bl...@apache.org on 2003/07/30 21:33:42 UTC

cvs commit: avalon-excalibur/xmlutil build.xml

bloritsch    2003/07/30 12:33:42

  Modified:    xmlutil  build.xml
  Log:
  update the build so that it is no longer dependent on Fortress-Tools
  
  Revision  Changes    Path
  1.48      +5 -2      avalon-excalibur/xmlutil/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/xmlutil/build.xml,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -r1.47 -r1.48
  --- build.xml	13 Jun 2003 12:37:15 -0000	1.47
  +++ build.xml	30 Jul 2003 19:33:42 -0000	1.48
  @@ -111,7 +111,7 @@
               <exclude name="**/test/**"/>
           </javac>
   
  -        <!-- generate fortress meta descriptors -->
  +	<!-- generate fortress meta descriptors
           <taskdef name="fortress-collect-meta"
                    classname="org.apache.avalon.fortress.tools.ComponentMetaInfoCollector">
               <classpath refid="project.class.path"/>
  @@ -119,7 +119,10 @@
   
           <fortress-collect-meta destdir="${build.classes}">
               <fileset dir="${java.dir}"/>
  -        </fortress-collect-meta>
  +    </fortress-collect-meta>
  +
  +    Remove for the time being.
  +    -->
   
           <!-- copy resources to same location as .class files -->
           <copy todir="${build.classes}">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org