config-harvesting.xml.svn-base

来自「由国外的一个著名的geonetwork修改而来」· SVN-BASE 代码 · 共 62 行

SVN-BASE
62
字号
<?xml version="1.0" encoding="ISO-8859-1"?><geonet>	<services package="org.fao.geonet">		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<!-- Harvesting services -->		<service name="harvesting">			<output sheet="harvesting/harvesting.xsl">				<xml name="harvesting" file="xml/harvesting.xml" />			</output>		</service>		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<service name="xml.harvesting.get">			<class name=".services.harvesting.Get" />		</service>		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<service name="xml.harvesting.add">			<class name=".services.harvesting.Add" />			<class name=".services.harvesting.Get" />		</service>		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<service name="xml.harvesting.update">			<class name=".services.harvesting.Update" />			<class name=".services.harvesting.Get" />		</service>		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<service name="xml.harvesting.remove">			<class name=".services.harvesting.Remove" />		</service>		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<service name="xml.harvesting.start">			<class name=".services.harvesting.Start" />		</service>		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<service name="xml.harvesting.stop">			<class name=".services.harvesting.Stop" />		</service>		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<service name="xml.harvesting.run">			<class name=".services.harvesting.Run" />		</service>	</services></geonet>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?