#199/[825] makes ant-tasks:fedora-install add fixed-paths to certain fedoragsearch configuration files. These are problematic when we start packaging stuff up properly.
- fedoragsearch.properties:fedoragsearch.deployFile = deploy.wsdd (not sure why fgs needs this)
- index.properties:fgsindex.indexDir (location of lucene index)
- repository.properties:fgsrepository.fedoraObjectDir (location of foxml files - not sure needed in our usage)
- logDir - Used in shipping log4j.xml config in webapp
- fedoragsearchPath (location of fgs webapp) - Used by xslt files to include other xslt files via <xsl:include href="...">. This might require a code change.