Revision 2870
Added by sgarg about 19 years ago
build.xml | ||
---|---|---|
187 | 187 |
<property name="eml-version" value="2.0.0beta6" /> |
188 | 188 |
<property name="eml-tag" value="EML_2_0_0_BETA_6_FOR_METACAT" /> |
189 | 189 |
<property name="eml2_0_0-tag" value="RELEASE_EML_2_0_0_UPDATE_1" /> |
190 |
<property name="eml2_0_1-tag" value="RELEASE_EML_2_0_1_UPDATE_1" />
|
|
190 |
<property name="eml2_0_1-tag" value="RELEASE_EML_2_0_1_UPDATE_2" />
|
|
191 | 191 |
<property name="eml2_0_0namespace" value="eml://ecoinformatics.org/eml-2.0.0" /> |
192 | 192 |
<property name="eml2_0_1namespace" value="eml://ecoinformatics.org/eml-2.0.1" /> |
193 | 193 |
<property name="eml2_1_0namespace" value="eml://ecoinformatics.org/eml-2.1.0" /> |
... | ... | |
239 | 239 |
<filter token="ldapSearchBase" value="dc=ecoinformatics,dc=org"/> |
240 | 240 |
<filter token="ldap_user" value="cn=Manager,dc=ecoinformatics,dc=org"/> |
241 | 241 |
<filter token="ldap_password" value="ldap_password"/> |
242 |
<filter token="mailhost" value="smtp.ecoinformatics.org"/>
|
|
242 |
<filter token="mailhost" value="localhost"/>
|
|
243 | 243 |
<filter token="sender" value="knb-software\@nceas.ucsb.edu"/> |
244 | 244 |
<filter token="cgiurl" value="http://${server}/cgi-bin/ldapweb.cgi"/> |
245 | 245 |
|
Also available in: Unified diff
Changed the tag for eml-2.0.1 that will be checked out.
Also changed the smtp server from smtp.ecoinfo to localhost