Changes between Initial Version and Version 1 of applicationConfig


Ignore:
Timestamp:
Feb 25, 2009, 1:03:10 AM (15 years ago)
Author:
erikvaningen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • applicationConfig

    v1 v1  
     1Just did a little refactoring to achieve this:
     2(1) applicationConfigs which are not likely to be changed in production are on the classpath
     3(2) applicationConfigs which are likely to be changed in production are in the WEB-INF
     4
     5Therefore you find the config of the Dao's now in
     6/geonetwork-persistence-ebrim/src/main/resources/applicationContext-persistence.xml
     7
     8I did this to avoid a lot of duplicate application configs in the test and WEB-INF directories.