Add the new dspace.dir param to the web.xml for Swordv2 (required by dspace-services)

git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6674 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Robin Taylor
2011-09-09 17:04:13 +00:00
parent 642692d3bf
commit d7eaaca45c

View File

@@ -20,7 +20,16 @@
<description> <description>
The location of the main DSpace configuration file The location of the main DSpace configuration file
</description> </description>
</context-param> </context-param>
<!-- new ConfigurationService initialization for dspace.dir -->
<context-param>
<description>
The location of the main DSpace configuration file
</description>
<param-name>dspace.dir</param-name>
<param-value>${dspace.dir}</param-value>
</context-param>
<!-- Configuration Information --> <!-- Configuration Information -->