Changeset 1076
- Timestamp:
- 11/10/06 13:32:25
- Files:
-
- trunk/build/buildwar.xml (modified) (1 diff)
- trunk/deployutil/src/org/bedework/deployment/ForEachAppTask.java (modified) (1 diff)
- trunk/deployutil/src/org/bedework/deployment/ResolveFile.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build/buildwar.xml
r1039 r1076 82 82 location="${dist.home}/${propval.app.war.name}.war" /> 83 83 84 <property name="app.sou.tomcat.context.xml"85 location="${app.sou.dir}/war/META-INF/context.xml" />86 87 84 <!-- default web.xml --> 88 85 <property name="propval.app.web.xml" trunk/deployutil/src/org/bedework/deployment/ForEachAppTask.java
r953 r1076 228 228 */ 229 229 private List getList(String val) throws BuildException { 230 List l = new LinkedList();230 List<String> l = new LinkedList<String>(); 231 231 232 232 if ((val == null) || (val.length() == 0)) { trunk/deployutil/src/org/bedework/deployment/ResolveFile.java
r997 r1076 62 62 63 63 /** Ant task to resolve a file name. This is just a wrapper to the ant FileUtils 64 * which calls resolveFile. Surely th sican be done another way?64 * which calls resolveFile. Surely this can be done another way? 65 65 * 66 66 * <p>Task attributes are <ul>
