Project

General

Profile

« Previous | Next » 

Revision 6009

Added by barseghian over 13 years ago

add paths to indexPaths, and kar namespaces to indexNamespaces for Kepler Workflow Run Manager run-kar queries

View differences:

lib/metacat.properties
235 235
xml.physicaldoctype=-//ecoinformatics.org//eml-physical-2.0.0beta6//EN, -//ecoinformatics.org//eml-physical-2.0.0beta4//EN
236 236
xml.entitydoctype=-//ecoinformatics.org//eml-entity-2.0.0beta6//EN, -//ecoinformatics.org//eml-entity-2.0.0beta4//EN
237 237
xml.packagedoctypeset=BIN,-//ecoinformatics.org//eml-access-2.0.0beta6//EN,-//ecoinformatics.org//eml-access-2.0.0beta4//EN,-//ecoinformatics.org//eml-attribute-2.0.0beta6//EN,-//ecoinformatics.org//eml-attribute-2.0.0beta4//EN,-//ecoinformatics.org//eml-constraint-2.0.0beta6//EN,-//ecoinformatics.org//eml-constraint-2.0.0beta4//EN,-//ecoinformatics.org//eml-coverage-2.0.0beta6//EN,-//ecoinformatics.org//eml-coverage-2.0.0beta4//EN,-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN,-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN,-//ecoinformatics.org//eml-entity-2.0.0beta6//EN,-//ecoinformatics.org//eml-entity-2.0.0beta4//EN,-//ecoinformatics.org//eml-literature-2.0.0beta6//EN,-//ecoinformatics.org//eml-literature-2.0.0beta4//EN,-//ecoinformatics.org//eml-physical-2.0.0beta6//EN,-//ecoinformatics.org//eml-physical-2.0.0beta4//EN,-//ecoinformatics.org//eml-project-2.0.0beta6//EN,-//ecoinformatics.org//eml-project-2.0.0beta4//EN,-//ecoinformatics.org//eml-protocol-2.0.0beta6//EN,-//ecoinformatics.org//eml-protocol-2.0.0beta4//EN,-//ecoinformatics.org//eml-software-2.0.0beta6//EN,-//ecoinformatics.org//eml-software-2.0.0beta4//EN
238
xml.indexNamespaces=eml://ecoinformatics.org/eml-2.0.0,eml://ecoinformatics.org/eml-2.0.1,eml://ecoinformatics.org/eml-2.1.0,eml://ecoinformatics.org/eml-2.1.1
238
xml.indexNamespaces=eml://ecoinformatics.org/eml-2.0.0,eml://ecoinformatics.org/eml-2.0.1,eml://ecoinformatics.org/eml-2.1.0,eml://ecoinformatics.org/eml-2.1.1,http://www.kepler-project.org/kar-2.0.0,http://www.kepler-project.org/kar-2.1.0
239 239
xml.indexPaths=                            \
240 240
	@packageId,                            \
241 241
	/reviewHistory/review/packageId,       \
......
283 283
	idinfo/keywords/theme/themekey,        \
284 284
	individualName/surName,                \
285 285
	keyword,                               \
286
	karEntry/karEntryAttributes/type,      \
287
	karEntry/karEntryXML/property/property/@name,           \
288
	karEntry/karEntryXML/property/property/@value,          \
289
	karEntry/karEntryXML/property/property/property/@name,  \
290
	karEntry/karEntryXML/property/property/property/@value, \
291
	karFileName,                           \
292
	karFileSize,                           \
286 293
	keyword/value,                         \
287 294
	literalLayout,                         \
295
	mainAttributes/lsid,                   \
288 296
	northbc,                               \
289 297
	northBoundingCoordinate,               \
290 298
	organizationName,                      \
build.properties
9 9

  
10 10
# Tomcat dev deployment directory
11 11
# build.tomcat.dir=/usr/local/tomcat
12
build.tomcat.dir=/Users/berkley/tools/tomcat
12
###build.tomcat.dir=/usr/local/devtools/jakarta-tomcat
13
build.tomcat.dir=/Users/derik/tomcat-5.5.25/apache-tomcat-5.5.25
13 14

  
14 15
# The Maven2 installation directory, for building the dataone-service-api
15 16
# Maven is available here: http://maven.apache.org/
......
18 19
# install ant target uses this to determine where to drop 
19 20
# the war file in an installation.  Test classes will use
20 21
# this value to find metacat.properties
21
app.deploy.dir=/Users/berkley/tools/tomcat/webapps
22
#app.deploy.dir=/tmp
22
###dev.deploy.dir=/usr/local/devtools/jakarta-tomcat/webapps
23
#dev.deploy.dir=/Users/derik/tomcat-5.5.25/apache-tomcat-5.5.25/webapps
24
app.deploy.dir=/Users/derik/tomcat-5.5.25/apache-tomcat-5.5.25/webapps
25
# dev.deploy.dir=/usr/local/tomcat/webapps
26
#app.deploy.dir=/usr/local/devtools/jakarta-tomcat/webapps
23 27

  
24 28
# CVS access to retrieve latest EML, seek and utilities 
25 29
cvsroot=:ext:${env.USER}@cvs.ecoinformatics.org:/cvs
......
37 41
# set the permissions on the temporary folder; cgi-writable files
38 42
cgi-user=www-data
39 43

  
44
# CVS access to retrieve latest EML 
45
cvsroot=:ext:barseghian@cvs.ecoinformatics.org:/cvs
46

  
40 47
#Turn off or on for timed replication
41 48
#valide value is true or false
42 49
timedreplication=false

Also available in: Unified diff