You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2003/06/25 15:55:26 UTC

cvs commit: avalon-excalibur/datasource build.xml

mcconnell    2003/06/25 06:55:26

  Modified:    datasource build.xml
  Log:
  Remove recursive fortress dependency.
  
  Revision  Changes    Path
  1.57      +7 -4      avalon-excalibur/datasource/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/datasource/build.xml,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -r1.56 -r1.57
  --- build.xml	2 Jun 2003 14:44:46 -0000	1.56
  +++ build.xml	25 Jun 2003 13:55:26 -0000	1.57
  @@ -22,8 +22,8 @@
           <pathelement location="${logkit.jar}"/>
           <pathelement location="${excalibur-instrument.jar}"/>
           <pathelement location="${excalibur-pool.jar}"/>
  -        <pathelement location="${excalibur-fortress-tools.jar}"/>
  -        <pathelement location="${qdox.jar}"/>
  +        <!--<pathelement location="${excalibur-fortress-tools.jar}"/>-->
  +        <!--<pathelement location="${qdox.jar}"/>-->
           <pathelement location="${comons-collections.jar}"/>
           <pathelement location="${util.concurrent.jar}"/>
           <pathelement path="${java.class.path}"/>
  @@ -58,7 +58,7 @@
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkInstrument"/>
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkPool"/>
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkI18n"/>
  -        <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkFortressTools"/>
  +        <!--<ant antfile="${depchecker.prefix}/depchecker.xml" target="checkFortressTools"/>-->
       </target>
   
       <target name="dependencies-test" depends="dist-jar, dependencies"
  @@ -147,11 +147,13 @@
           </javac>
   
           <!-- generate fortress meta descriptors -->
  +        <!--
           <taskdef name="fortress-collect-meta"
                    classname="org.apache.avalon.fortress.tools.ComponentMetaInfoCollector">
               <classpath refid="project.class.path"/>
           </taskdef>
  -
  +        -->
  +        <!--
           <fortress-collect-meta destdir="${build.classes}">
               <fileset dir="${java.dir}">
                   <exclude name="**/cluster/*.java"/>
  @@ -168,6 +170,7 @@
                   <include name="**/ids/*.java"/>
               </fileset>
           </fortress-collect-meta>
  +        -->
   
           <!-- 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