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/01/06 13:24:12 UTC

cvs commit: jakarta-avalon-excalibur build.xml

leosimons    2003/01/06 04:24:12

  Modified:    .        build.xml
  Log:
  add dependency info for loader
  
  Revision  Changes    Path
  1.195     +1 -1      jakarta-avalon-excalibur/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/build.xml,v
  retrieving revision 1.194
  retrieving revision 1.195
  diff -u -r1.194 -r1.195
  --- build.xml	7 Dec 2002 11:02:28 -0000	1.194
  +++ build.xml	6 Jan 2003 12:24:11 -0000	1.195
  @@ -142,7 +142,7 @@
       </target>
   
       <!-- Loader -->
  -    <target name="prj-loader">
  +    <target name="prj-loader" depends="prj-extension, prj-i18n">
           <ant dir="loader" target="${subproject-target}"/>
       </target>
   
  
  
  

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