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:53 UTC

cvs commit: avalon-excalibur/store build.xml

bloritsch    2003/07/30 12:33:53

  Modified:    store    build.xml
  Log:
  update the build so that it is no longer dependent on Fortress-Tools
  
  Revision  Changes    Path
  1.27      +6 -2      avalon-excalibur/store/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/store/build.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- build.xml	4 Jun 2003 18:21:44 -0000	1.26
  +++ build.xml	30 Jul 2003 19:33:53 -0000	1.27
  @@ -66,7 +66,7 @@
               <include name="**/*.java"/>
           </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"/>
  @@ -74,7 +74,11 @@
   
           <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