Changeset 2541

Show
Ignore:
Timestamp:
12/23/09 12:25:26
Author:
douglm
Message:

Need to set appType for feeder back to feeder.

Requires change to test in action form

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/config/bwbuild/default/cal.options.xml

    r2523 r2541  
    297297          <autoDeleteLocations>false</autoDeleteLocations> 
    298298 
    299           <appType>webpublic</appType> 
     299          <appType>feeder</appType> 
    300300          <publicAdmin>false</publicAdmin> 
    301301          <guestMode>true</guestMode> 
  • trunk/deployment/webpublic/webapp/build.xml

    r1956 r2541  
    3333              --> 
    3434 
     35        <echo message="XXXXXXXXXXXXXXXXXXXXXXX  app.resources.dir=${app.resources.dir}" /> 
    3536    <property name="app.resources.dir" 
    3637              location="${this.dir}/resources" /> 
     38        <echo message="app.resources.dir=${app.resources.dir}" /> 
    3739  </target> 
    3840