xlawrence    2004/12/20 13:50:14 CET

  Modified files:
    .                    build.xml maven.xml project.properties 
  Log:
  updated build scripts and properties
  
  Revision  Changes    Path
  1.16      +4 -3      uwcal_JSR168/build.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/uwcal_JSR168/build.xml.diff?r1=1.15&r2=1.16&f=h
  1.3       +6 -4      uwcal_JSR168/maven.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/uwcal_JSR168/maven.xml.diff?r1=1.2&r2=1.3&f=h
  1.4       +0 -2      uwcal_JSR168/project.properties
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/uwcal_JSR168/project.properties.diff?r1=1.3&r2=1.4&f=h
  
  
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/repository/uwcal_JSR168/build.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- build.xml 20 Dec 2004 10:08:07 -0000      1.15
  +++ build.xml 20 Dec 2004 12:50:14 -0000      1.16
  @@ -265,7 +265,8 @@
       </target>
   
       <!-- Start a persistent server JMS -->
  -    <target name="jmsServer" description="Starts a persistent single JMS 
server">
  +    <target name="jmsServer"
  +      description="Starts a persistent single JMS server (JORAM)">
           <antcall target="server">
               <param name="sid" value="0"/>
           </antcall>
  @@ -273,7 +274,7 @@
   
       <!-- Configures a JMS server -->
       <target name="jmsServer.config"
  -    description="Configures a JMS server (only needed for the 1st launch)"
  +    description="Configures a JMS server (only needed after the 1st launch)"
           depends="init">
           <java classname="${JORAM_ADMIN}"
               failonerror="no"
  @@ -284,7 +285,7 @@
   
   <!-- #################################################################### -->
   
  -    <target name="client" description="Launches the sync client"
  +    <target name="client" description="Launches the iCalendar sync client"
           depends="init">
           <mkdir dir="${basedir}/db" />
           <java classname="${CLIENT}"
  
  
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/repository/uwcal_JSR168/maven.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- maven.xml 20 Dec 2004 12:36:44 -0000      1.2
  +++ maven.xml 20 Dec 2004 12:50:14 -0000      1.3
  @@ -30,7 +30,7 @@
            xmlns:maven="jelly:maven"
            xmlns:ant="jelly:ant">
   
  -  <goal name="dummy">
  +  <goal name="dummy" description="Launches the dummy calendar server">
        <echo message="===================================" />
        <echo message="        DummyCalendarServer        " />
        <echo message="===================================" />
  @@ -43,7 +43,7 @@
           </java>
     </goal>
   
  -  <goal name="client">
  +  <goal name="client" description="Launches the iCalendar sync client">
        <echo message="===================================" />
        <echo message="        ICalendarSyncClient        " />
        <echo message="===================================" />
  @@ -56,7 +56,8 @@
           </java>
     </goal>
   
  -  <goal name="jmsServer.config">
  +  <goal name="jmsServer.config"
  +   description="Configures a JMS server (only needed after the 1st launch)">
        <echo message="===================================" />
        <echo message="       Configure JMS Server        " />
        <echo message="===================================" />
  @@ -69,7 +70,8 @@
           </java>
     </goal>
   
  -  <goal name="start.jmsServer">
  +  <goal name="start.jmsServer"
  +   description="Starts a persistent single JMS server (JORAM)">
        <echo message="===================================" />
        <echo message="         JORAM JMS Server          " />
        <echo message="===================================" />
  
  
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/repository/uwcal_JSR168/project.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.properties        20 Dec 2004 12:36:44 -0000      1.3
  +++ project.properties        20 Dec 2004 12:50:14 -0000      1.4
  @@ -3,8 +3,6 @@
   #----------------------------------------------------------------------------
   # Project properties
   conf.dir=${basedir}/conf
  -lib.dir=${basedir}/lib
  -dist.dir=${basedir}/dist
   
   #----------------------------------------------------------------------------
   # Project internal properties (JORAM)
  

Reply via email to