|
[Dlsciences-dlese-tools] dlese-tools-project/docs/javadoc-includes
ListSets-config-sample.xml, 1.5, 1.6,
From: John Weatherley <jweather@us...> - 2011-01-12 00:00
|
Update of /cvsroot/dlsciences/dlese-tools-project/docs/javadoc-includes In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv1088/docs/javadoc-includes Modified Files: ListSets-config-sample.xml Log Message: additional functionality for defining sets using field/value pairs Index: ListSets-config-sample.xml =================================================================== RCS file: /cvsroot/dlsciences/dlese-tools-project/docs/javadoc-includes/ListSets-config-sample.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ListSets-config-sample.xml 14 Jul 2010 00:18:48 -0000 1.5 --- ListSets-config-sample.xml 12 Jan 2011 00:00:18 -0000 1.6 *************** *** 1,5 **** <!-- This file contains sample XML that is written by the ! org.dlese.dpc.repository.action.RepositoryAdminAction class and read by org.dlese.dpc.repository.RepositoryManager to configure OAI sets. --- 1,5 ---- <!-- This file contains sample XML that is written by the ! org.dlese.dpc.repository.OAISetsXMLConfigManager class and read by org.dlese.dpc.repository.RepositoryManager to configure OAI sets. *************** *** 8,11 **** --- 8,21 ---- --> <ListSets> + + <set> + <setSpec>testSpec1</setSpec> + <setName>Set title/name goes here22</setName> + <!-- The <matchingFieldValues> *or* <virtualSearchField> element configures the search mapping for this set --> + <matchingFieldValues> + <matchingFieldValue field="collection" value="testCollect1" /> + </matchingFieldValues> + </set> + <set> <setSpec>testSpec</setSpec> *************** *** 46,47 **** --- 56,58 ---- </set> </ListSets> + |
| Thread | Author | Date |
|---|---|---|
| [Dlsciences-dlese-tools] dlese-tools-project/docs/javadoc-includes ListSets-config-sample.xml, 1.5, 1.6, | John Weatherley <jweather@us...> |