Changeset 15643 in main
- Timestamp:
- 02/23/18 09:57:25 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
adopters/ak/branches/2.3/src/main/webapps/ibisph-admin/WEB-INF/config/spring/publish-direct.xml
r15639 r15643 132 132 </property> 133 133 <property name="dateFormat" ref="commonDateFormat"/> 134 <!-- 2018-2-23, Paul Leo, turning off backups 134 135 <property name="fileBackupFactory" ref="publishVersionedFileBackupFactory"/> 136 --> 135 137 <property name="escapeTextWhenSaving" value="true"/> 136 138 </bean> … … 206 208 </property> 207 209 <property name="dateFormat" ref="commonDateFormat"/> 210 <!-- 2018-2-23 Paul Leo turning off backups 208 211 <property name="fileBackupFactory" ref="publishVersionedFileBackupFactory"/> 212 --> 209 213 <property name="escapeTextWhenSaving" value="true"/> 210 214 </bean>
Note: See TracChangeset
for help on using the changeset viewer.