xlawrence    2004/12/22 10:23:43 CET

  Modified files:
    .                    build.xml maven.xml 
  Log:
  updated build scripts
  
  Revision  Changes    Path
  1.19      +1 -1      uwcal_JSR168/build.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/uwcal_JSR168/build.xml.diff?r1=1.18&r2=1.19&f=h
  1.8       +1 -1      uwcal_JSR168/maven.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/uwcal_JSR168/maven.xml.diff?r1=1.7&r2=1.8&f=h
  
  
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/repository/uwcal_JSR168/build.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- build.xml 20 Dec 2004 14:18:07 -0000      1.18
  +++ build.xml 22 Dec 2004 09:23:43 -0000      1.19
  @@ -47,7 +47,7 @@
           </path>
   
           <!-- PROPERTIES for CLASS names -->
  -        <property name="JORAM_ADMIN"    
value="org.jahia.suite.calendar.JORAMAdmin"/>
  +        <property name="JORAM_ADMIN"    
value="org.jahia.suite.calendar.util.JORAMAdmin"/>
           <property name="CLIENT"         
value="org.jahia.suite.calendar.syncClients.SyncClient"/>
           <property name="DUMMY_SERVER"   
value="org.jahia.suite.calendar.test.DummyCalendarServer"/>
   
  
  
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/repository/uwcal_JSR168/maven.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- maven.xml 20 Dec 2004 15:30:53 -0000      1.7
  +++ maven.xml 22 Dec 2004 09:23:43 -0000      1.8
  @@ -63,7 +63,7 @@
        <echo message="===================================" />
        <echo message="       Configure JMS Server        " />
        <echo message="===================================" />
  -         <java classname="org.jahia.suite.calendar.JORAMAdmin"
  +         <java classname="org.jahia.suite.calendar.util.JORAMAdmin"
             fork="yes">
             <classpath>
               <path refid="maven.dependency.classpath"/>
  

Reply via email to