You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by le...@apache.org on 2003/07/24 18:12:29 UTC

cvs commit: avalon-excalibur build.xml

leif        2003/07/24 09:12:28

  Modified:    .        build.xml
  Log:
  Fortress is no longer in this repository.
  
  Revision  Changes    Path
  1.210     +1 -6      avalon-excalibur/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/build.xml,v
  retrieving revision 1.209
  retrieving revision 1.210
  diff -u -r1.209 -r1.210
  --- build.xml	7 Jul 2003 16:50:42 -0000	1.209
  +++ build.xml	24 Jul 2003 16:12:27 -0000	1.210
  @@ -56,11 +56,6 @@
           <ant dir="extension" target="${subproject-target}"/>
       </target>
   
  -    <!-- Fortress -->
  -    <target name="prj-fortress" depends="prj-lifecycle, prj-event, prj-instrument, prj-instrument-manager, prj-logger, prj-sourceresolve">
  -        <ant dir="fortress" target="${subproject-target}"/>
  -    </target>
  -
       <!-- I18n -->
       <target name="prj-i18n">
           <ant dir="i18n" target="${subproject-target}"/>
  @@ -129,7 +124,7 @@
           depends="prj-compatibility,
           prj-i18n, prj-extension,
                   prj-configuration, prj-event,
  -                prj-thread, prj-monitor, prj-fortress, prj-datasource,
  +                prj-thread, prj-monitor, prj-datasource,
                   prj-instrument, prj-store, prj-logger,
                   prj-pool, prj-xmlutil, prj-lifecycle,
                   prj-sourceresolve, prj-instrument-client,
  
  
  

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