Revision 2299
Added by Duane Costa about 20 years ago
build.xml | ||
---|---|---|
159 | 159 |
<property name="debugprefix" value="${Name}:"/> |
160 | 160 |
<property name="release" value="1.4.0"/> |
161 | 161 |
<property name="replication-path" value="/${context}/servlet/replication"/> |
162 |
<property name="harvester-registration-login-path" value="/${context}/servlet/HarvesterRegistrationLogin"/> |
|
163 |
<property name="harvester-registration-path" value="/${context}/servlet/HarvesterRegistration"/> |
|
162 | 164 |
<property name="servlet-path" value="/${context}/metacat"/> |
163 | 165 |
<property name="html-path" value="/${context}"/> |
164 | 166 |
<property name="systemidserver" value="http://${httpserver}"/> |
... | ... | |
245 | 247 |
<!-- The "style-path" filter is used by the eml xsl stylesheets!! --> |
246 | 248 |
<filter token="style-path" value="${style-skins-path}"/> |
247 | 249 |
<filter token="replication-path" value="${replication-path}"/> |
250 |
<filter token="harvester-registration-login-path" value="${harvester-registration-login-path}"/> |
|
251 |
<filter token="harvester-registration-path" value="${harvester-registration-path}"/> |
|
248 | 252 |
<filter token="config-dir" value="${config-dir}"/> |
249 | 253 |
<filter token="default-style" value="${default-style}"/> |
250 | 254 |
<filter token="eml-version" value="${eml-version}"/> |
Also available in: Unified diff
Add properties and filters for harvester registration servlets