jefft       02/04/09 05:43:25

  Modified:    all      build.xml
  Log:
  Fix that darn Gump.. :P
  
  Revision  Changes    Path
  1.134     +3 -1      jakarta-avalon-excalibur/all/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/all/build.xml,v
  retrieving revision 1.133
  retrieving revision 1.134
  diff -u -r1.133 -r1.134
  --- build.xml 9 Apr 2002 09:02:16 -0000       1.133
  +++ build.xml 9 Apr 2002 12:43:25 -0000       1.134
  @@ -540,7 +540,9 @@
     </target>
   
     <!-- Create the announcements -->
  -  <target name="announcement" depends="setup-properties">
  +  <target name="announcement" depends="setup-properties"
  +      if="someone.fixed.me">
  +      <!-- The xdocs have all migrated into site/xdocs, so this target 
breaks. -->
   
       <filter token="Name" value="Avalon Excalibur"/>
       <filter token="name" value="excalibur"/>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to