xlawrence    2004/12/20 11:08:07 CET

  Modified files:
    .                    build.xml 
  Log:
  updated build script
  
  Revision  Changes    Path
  1.15      +2 -2      uwcal_JSR168/build.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/uwcal_JSR168/build.xml.diff?r1=1.14&r2=1.15&f=h
  
  
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/repository/uwcal_JSR168/build.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- build.xml 17 Dec 2004 16:03:37 -0000      1.14
  +++ build.xml 20 Dec 2004 10:08:07 -0000      1.15
  @@ -285,7 +285,7 @@
   <!-- #################################################################### -->
   
       <target name="client" description="Launches the sync client"
  -        depends="compile">
  +        depends="init">
           <mkdir dir="${basedir}/db" />
           <java classname="${CLIENT}"
               failonerror="no"
  @@ -297,7 +297,7 @@
   <!-- #################################################################### -->
   
       <target name="dummy" description="Launches the dummy calendar server"
  -        depends="compile">
  +        depends="init">
           <java classname="${DUMMY_SERVER}"
               failonerror="no"
               fork="yes"
  

Reply via email to