Change location of PropertyService to properties directory
Change MetaCatVersion to MetacatVersion
Remove initialization of MetacatUtil.buildIndexPaths in test files. This is taken care of in the background now using SystemUtil.getIndexPaths()
Renamed MetaCatUtil to MetacatUtil
Convert remainder of tests that use PropertyService to extend the MCTestCase class
qualify xml and eml properties with an xml. prefix
Replace Options class with PropertyService and create PropertyService using log directory name instead of servlet context
Merge 1.9 changes into Head
Add code to initialize Options and some code clean up
Eliminated the 'release' ant tag from the rest of the files. The 'release' property is still used in build.xml for creating releases, but the filter is no longer presnt. Now, when updating the metacat files for a release, you have to set the release version in both the build.xml and the metacat.properties files.
release
Some changes to the tests to use Logger rather than debugMessage().
Changed SubTreeTest.java to handle the exception that is thrown by SubTree.java now.
A new class to testing subtree class.