donaldp     01/03/16 05:17:41

  Modified:    .        build.xml
  Log:
  Update build file to build demo-xcommander.bar
  
  Submitted by: "Leo Simons" <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.8       +6 -0      jakarta-avalon-cornerstone/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/build.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.xml 2001/03/13 22:58:21     1.7
  +++ build.xml 2001/03/16 13:17:41     1.8
  @@ -194,6 +194,12 @@
         <include name="org/apache/cornerstone/demos/httpproxy/*"/>
       </jar>
   
  +    <jar jarfile="${build.lib}/demo-xcommander.bar"
  +         basedir="${build.classes}"
  +         manifest="${manifest.dir}/demo-xcommander.mf">
  +      <include name="org/apache/cornerstone/demos/xcommander/**"/>
  +    </jar>
  +
       <jar jarfile="${build.lib}/demo-helloworld.bar"
            basedir="${build.classes}"
            manifest="${manifest.dir}/helloworld-demo.mf">
  
  
  

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

Reply via email to