leif        02/03/12 23:04:16

  Modified:    examples build.xml
  Log:
  Add code to build the container example as well.
  
  Revision  Changes    Path
  1.4       +5 -1      jakarta-avalon-excalibur/examples/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/examples/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.xml 5 Mar 2002 12:39:16 -0000       1.3
  +++ build.xml 13 Mar 2002 07:04:16 -0000      1.4
  @@ -161,8 +161,12 @@
       <target name="build-examples" depends="collect-jars" 
if="examples.target">
           <!-- All example projects should be listed here -->
           
  -        <!-- jdbcdatasource example -->
  +        <!-- altprofile example -->
           <ant antfile="build.xml" dir="${basedir}/altprofile" 
  +            target="${examples.target}" inheritall="false"/>  
  +        
  +        <!-- container example -->
  +        <ant antfile="build.xml" dir="${basedir}/container" 
               target="${examples.target}" inheritall="false"/>  
           
           <!-- jdbcdatasource example -->
  
  
  

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

Reply via email to