Changeset 1076

Show
Ignore:
Timestamp:
11/10/06 13:32:25
Author:
douglm
Message:

First of a couple of updates to clean up event object handling in the web clients.

For various historical reasonbs we had 3 event properties in the form - editEvent, newEvent and event

We're down to one.

Also moved more event code out of user client into common.

Admin client is probably still broken but updates will follow shortly.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/build/buildwar.xml

    r1039 r1076  
    8282              location="${dist.home}/${propval.app.war.name}.war" /> 
    8383 
    84     <property name="app.sou.tomcat.context.xml" 
    85               location="${app.sou.dir}/war/META-INF/context.xml" /> 
    86  
    8784    <!-- default web.xml --> 
    8885    <property name="propval.app.web.xml" 
  • trunk/deployutil/src/org/bedework/deployment/ForEachAppTask.java

    r953 r1076  
    228228   */ 
    229229  private List getList(String val) throws BuildException { 
    230     List l = new LinkedList(); 
     230    List<String> l = new LinkedList<String>(); 
    231231 
    232232    if ((val == null) || (val.length() == 0)) { 
  • trunk/deployutil/src/org/bedework/deployment/ResolveFile.java

    r997 r1076  
    6262 
    6363/** Ant task to resolve a file name. This is just a wrapper to the ant FileUtils 
    64  * which calls resolveFile. Surely thsi can be done another way? 
     64 * which calls resolveFile. Surely this can be done another way? 
    6565 * 
    6666 * <p>Task attributes are <ul>