Changeset 2541
- Timestamp:
- 12/23/09 12:25:26
- Files:
-
- trunk/config/bwbuild/default/cal.options.xml (modified) (1 diff)
- trunk/deployment/webpublic/webapp/build.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/config/bwbuild/default/cal.options.xml
r2523 r2541 297 297 <autoDeleteLocations>false</autoDeleteLocations> 298 298 299 <appType> webpublic</appType>299 <appType>feeder</appType> 300 300 <publicAdmin>false</publicAdmin> 301 301 <guestMode>true</guestMode> trunk/deployment/webpublic/webapp/build.xml
r1956 r2541 33 33 --> 34 34 35 <echo message="XXXXXXXXXXXXXXXXXXXXXXX app.resources.dir=${app.resources.dir}" /> 35 36 <property name="app.resources.dir" 36 37 location="${this.dir}/resources" /> 38 <echo message="app.resources.dir=${app.resources.dir}" /> 37 39 </target> 38 40
