adammurdoch    02/02/12 02:19:49

  Modified:    
proposal/myrmidon/etc/testcases/org/apache/myrmidon/components/deployer
                        ant-roles.xml ant-descriptor.xml
               proposal/myrmidon/src/manifest ant1-ant-descriptor.xml
                        builtin-ant-descriptor.xml
                        builtin-ant-roles.template builtin-ant-roles.xml
                        empty-roles.xml selftest-ant-descriptor.xml
  Log:
  Added version attribute to all the descriptors.
  
  Revision  Changes    Path
  1.2       +1 -1      
jakarta-ant/proposal/myrmidon/etc/testcases/org/apache/myrmidon/components/deployer/ant-roles.xml
  
  Index: ant-roles.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/etc/testcases/org/apache/myrmidon/components/deployer/ant-roles.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ant-roles.xml     10 Feb 2002 02:34:13 -0000      1.1
  +++ ant-roles.xml     12 Feb 2002 10:19:49 -0000      1.2
  @@ -1,4 +1,4 @@
  -<roles>
  +<roles version="1.0">
       <!-- A custom role -->
       <role shorthand="test-role1" 
name="org.apache.myrmidon.components.deployer.TestRole1"/>
   </roles>
  
  
  
  1.2       +2 -2      
jakarta-ant/proposal/myrmidon/etc/testcases/org/apache/myrmidon/components/deployer/ant-descriptor.xml
  
  Index: ant-descriptor.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/etc/testcases/org/apache/myrmidon/components/deployer/ant-descriptor.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ant-descriptor.xml        10 Feb 2002 02:34:13 -0000      1.1
  +++ ant-descriptor.xml        12 Feb 2002 10:19:49 -0000      1.2
  @@ -1,4 +1,4 @@
  -<antlib>
  +<ant-lib version="1.0">
   
       <types>
           <!-- Register a data-type -->
  @@ -15,4 +15,4 @@
                      
destination="org.apache.myrmidon.components.deployer.TestType1"/>
       </types>
   
  -</antlib>
  +</ant-lib>
  
  
  
  1.5       +1 -1      
jakarta-ant/proposal/myrmidon/src/manifest/ant1-ant-descriptor.xml
  
  Index: ant1-ant-descriptor.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/manifest/ant1-ant-descriptor.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ant1-ant-descriptor.xml   10 Feb 2002 02:34:13 -0000      1.4
  +++ ant1-ant-descriptor.xml   12 Feb 2002 10:19:49 -0000      1.5
  @@ -1,4 +1,4 @@
  -<ant-lib>
  +<ant-lib version="1.0">
   
     <types>
       <task name="ant1-tasklib" 
classname="org.apache.myrmidon.libs.ant1.Ant1Tasklib" />
  
  
  
  1.6       +1 -1      
jakarta-ant/proposal/myrmidon/src/manifest/builtin-ant-descriptor.xml
  
  Index: builtin-ant-descriptor.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/manifest/builtin-ant-descriptor.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- builtin-ant-descriptor.xml        14 Jan 2002 09:05:17 -0000      1.5
  +++ builtin-ant-descriptor.xml        12 Feb 2002 10:19:49 -0000      1.6
  @@ -1,4 +1,4 @@
  -<ant-lib>
  +<ant-lib version="1.0">
   
     <types>
   
  
  
  
  1.2       +1 -1      
jakarta-ant/proposal/myrmidon/src/manifest/builtin-ant-roles.template
  
  Index: builtin-ant-roles.template
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/manifest/builtin-ant-roles.template,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- builtin-ant-roles.template        13 Jan 2002 14:50:26 -0000      1.1
  +++ builtin-ant-roles.template        12 Feb 2002 10:19:49 -0000      1.2
  @@ -1,4 +1,4 @@
  -<roles>
  +<roles version="1.0">
       <XDtClass:forAllClasses abstract="true">
         <XDtClass:ifHasClassTag tagName="ant:role">
           <role shorthand="<XDtClass:classTagValue tagName="ant:role" 
paramName="shorthand"/>"
  
  
  
  1.6       +1 -1      
jakarta-ant/proposal/myrmidon/src/manifest/builtin-ant-roles.xml
  
  Index: builtin-ant-roles.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/manifest/builtin-ant-roles.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- builtin-ant-roles.xml     10 Feb 2002 02:28:56 -0000      1.5
  +++ builtin-ant-roles.xml     12 Feb 2002 10:19:49 -0000      1.6
  @@ -1,4 +1,4 @@
  -<roles>
  +<roles version="1.0">
     <role shorthand="task"             name="org.apache.myrmidon.api.Task"/>
     <role shorthand="data-type"        
name="org.apache.myrmidon.framework.DataType"/>
     <role shorthand="listener"         
name="org.apache.myrmidon.listeners.ProjectListener"/>
  
  
  
  1.2       +1 -1      
jakarta-ant/proposal/myrmidon/src/manifest/empty-roles.xml
  
  Index: empty-roles.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/manifest/empty-roles.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- empty-roles.xml   3 Feb 2002 03:34:23 -0000       1.1
  +++ empty-roles.xml   12 Feb 2002 10:19:49 -0000      1.2
  @@ -1,2 +1,2 @@
  -<roles>
  +<roles version="1.0">
   </roles>
  
  
  
  1.9       +1 -1      
jakarta-ant/proposal/myrmidon/src/manifest/selftest-ant-descriptor.xml
  
  Index: selftest-ant-descriptor.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/manifest/selftest-ant-descriptor.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- selftest-ant-descriptor.xml       28 Jan 2002 00:58:33 -0000      1.8
  +++ selftest-ant-descriptor.xml       12 Feb 2002 10:19:49 -0000      1.9
  @@ -1,4 +1,4 @@
  -<ant-lib>
  +<ant-lib version="1.0">
     <types>
       <!-- tasks to test operation of engine -->
       <task name="prim-test" 
classname="org.apache.antlib.selftest.PrimitiveTypesTest" />
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to