mcconnell 2002/09/11 23:08:26
Added: assembly/src/java/org/apache/excalibur/playground/activation
TestCase.xservice
Log:
Addition of an example service description.
Revision Changes Path
1.1
jakarta-avalon-excalibur/assembly/src/java/org/apache/excalibur/playground/activation/TestCase.xservice
Index: TestCase.xservice
===================================================================
<?xml version="1.0"?>
<!DOCTYPE type
PUBLIC "-//AVALON/Service DTD Version 1.0//EN"
"http://www.osm.net/tools/dtd/service_1_0.dtd" >
<service>
<attributes>
<attribute key="avalon:service.name" value="test"/>
<attribute key="avalon:service.title" value="Test Case"/>
<attribute key="avalon:service.description">
A very simple service.
</attribute>
<attribute key="avalon:service.href" value="test-case.html"/>
</attributes>
</service>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>