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 2003/12/20 03:11:55 UTC

cvs commit: avalon-sandbox/template project.xml

mcconnell    2003/12/19 18:11:55

  Modified:    template/impl/conf sample.block
               template project.xml
  Log:
  use template as the group name
  
  Revision  Changes    Path
  1.2       +2 -2      avalon-sandbox/template/impl/conf/sample.block
  
  Index: sample.block
  ===================================================================
  RCS file: /home/cvs/avalon-sandbox/template/impl/conf/sample.block,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sample.block	20 Dec 2003 01:05:55 -0000	1.1
  +++ sample.block	20 Dec 2003 02:11:55 -0000	1.2
  @@ -10,8 +10,8 @@
      <classloader>
        <classpath>
          <repository>
  -         <resource id="avalon:template-api" version="1.0"/>
  -         <resource id="avalon:template-impl" version="1.0"/>
  +         <resource id="template:template-api" version="1.0"/>
  +         <resource id="template:template-impl" version="1.0"/>
          </repository>
        </classpath>
      </classloader>
  
  
  
  1.2       +1 -1      avalon-sandbox/template/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon-sandbox/template/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	20 Dec 2003 01:05:55 -0000	1.1
  +++ project.xml	20 Dec 2003 02:11:55 -0000	1.2
  @@ -4,7 +4,7 @@
   
     <extend>${basedir}/master.xml</extend>
   
  -  <groupId>avalon</groupId>
  +  <groupId>template</groupId>
     <name>Project Template</name>
     <currentVersion>1.0</currentVersion>
     <shortDescription>Project Template.</shortDescription>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org