You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2002/07/20 02:54:56 UTC

cvs commit: jakarta-avalon-excalibur/assembly/demo/src/java/org/apache/excalibur/playground SimpleComponent.xconfig BasicComponent.xconfig

mcconnell    2002/07/19 17:54:56

  Added:       assembly/demo/src/java/org/apache/excalibur/playground
                        SimpleComponent.xconfig BasicComponent.xconfig
  Log:
  Default configuration examples.
  
  Revision  Changes    Path
  1.1                  jakarta-avalon-excalibur/assembly/demo/src/java/org/apache/excalibur/playground/SimpleComponent.xconfig
  
  Index: SimpleComponent.xconfig
  ===================================================================
  <?xml version="1.0"?>
  
  <!--
  The .xconfig file contains the default configuration for the component.
  -->
  
  <configuration>
     <message>This is the simple component configuration.</message>
  </configuration>
  
  
  
  
  1.1                  jakarta-avalon-excalibur/assembly/demo/src/java/org/apache/excalibur/playground/BasicComponent.xconfig
  
  Index: BasicComponent.xconfig
  ===================================================================
  <?xml version="1.0"?>
  
  <!--
  The .xconfig file contains the default configuration for the component.
  -->
  
  <configuration>
     <message>Hello.</message>
  </configuration>
  
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>