mcconnell 2002/11/23 05:04:32
Modified: assembly/src/java/org/apache/excalibur/playground
BasicComponent.xinfo ComplexComponent.xinfo
SimpleComponent.xinfo TerminalComponent.xinfo
Added: assembly/src/java/org/apache/excalibur/playground
BasicService.xservice
Log:
Updated version on BasicService and included .xservice defintion.
Revision Changes Path
1.6 +1 -1
jakarta-avalon-excalibur/assembly/src/java/org/apache/excalibur/playground/BasicComponent.xinfo
Index: BasicComponent.xinfo
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/assembly/src/java/org/apache/excalibur/playground/BasicComponent.xinfo,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- BasicComponent.xinfo 21 Oct 2002 14:55:36 -0000 1.5
+++ BasicComponent.xinfo 23 Nov 2002 13:04:32 -0000 1.6
@@ -26,7 +26,7 @@
<services>
<service>
- <reference type="org.apache.excalibur.playground.BasicService"/>
+ <reference type="org.apache.excalibur.playground.BasicService" version="1.1"/>
</service>
<service>
<reference type="org.apache.excalibur.playground.NullService"/>
1.5 +4 -4
jakarta-avalon-excalibur/assembly/src/java/org/apache/excalibur/playground/ComplexComponent.xinfo
Index: ComplexComponent.xinfo
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/assembly/src/java/org/apache/excalibur/playground/ComplexComponent.xinfo,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ComplexComponent.xinfo 21 Oct 2002 14:55:36 -0000 1.4
+++ ComplexComponent.xinfo 23 Nov 2002 13:04:32 -0000 1.5
@@ -25,12 +25,12 @@
<dependencies>
<dependency>
- <role>basic</role>
- <reference type="org.apache.excalibur.playground.BasicService"/>
+ <role>basic</role>
+ <reference type="org.apache.excalibur.playground.BasicService"
version="1.1"/>
</dependency>
<dependency>
- <role>simple</role>
- <reference type="org.apache.excalibur.playground.SimpleService"/>
+ <role>simple</role>
+ <reference type="org.apache.excalibur.playground.SimpleService"/>
</dependency>
</dependencies>
1.6 +1 -1
jakarta-avalon-excalibur/assembly/src/java/org/apache/excalibur/playground/SimpleComponent.xinfo
Index: SimpleComponent.xinfo
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/assembly/src/java/org/apache/excalibur/playground/SimpleComponent.xinfo,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- SimpleComponent.xinfo 21 Oct 2002 14:55:36 -0000 1.5
+++ SimpleComponent.xinfo 23 Nov 2002 13:04:32 -0000 1.6
@@ -37,7 +37,7 @@
-->
<dependency>
<role>basic</role>
- <reference type="org.apache.excalibur.playground.BasicService"/>
+ <reference type="org.apache.excalibur.playground.BasicService"
version="1.1"/>
</dependency>
</dependencies>
1.4 +3 -3
jakarta-avalon-excalibur/assembly/src/java/org/apache/excalibur/playground/TerminalComponent.xinfo
Index: TerminalComponent.xinfo
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/assembly/src/java/org/apache/excalibur/playground/TerminalComponent.xinfo,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- TerminalComponent.xinfo 13 Sep 2002 14:57:33 -0000 1.3
+++ TerminalComponent.xinfo 23 Nov 2002 13:04:32 -0000 1.4
@@ -10,9 +10,9 @@
</info>
<services>
- <service>
- <reference type="org.apache.excalibur.playground.BasicService"/>
- </service>
+ <service>
+ <reference type="org.apache.excalibur.playground.BasicService" version="1.1"/>
+ </service>
</services>
</type>
1.1
jakarta-avalon-excalibur/assembly/src/java/org/apache/excalibur/playground/BasicService.xservice
Index: BasicService.xservice
===================================================================
<?xml version="1.0"?>
<!DOCTYPE type
PUBLIC "-//AVALON/Component Type DTD Version 1.0//EN"
"http://jakarta.apache.org/avalon/dtds/meta/type_1_1.dtd" >
<!--
Copyright (C) The Apache Software Foundation. All rights reserved.
This software is published under the terms of the Apache Software License
version 1.1, a copy of which has been included with this distribution in
the LICENSE.txt file.
@author Stephen McConnell
@version 1.0 12/03/2001
-->
<service>
<version>1.1</version>
<attributes>
<attribute key="avalon:service.name" value="basic"/>
<attribute key="avalon:service.description">
A demonstration service used within the scope of the
playground package for eduction and unit testing.
</attribute>
</attributes>
</service>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>