bwalding    2003/07/25 07:47:50

  Modified:    src/test/extend project-child.xml
               src/test/extend/child_project project-child2.xml
  Log:
  Validate inheritance
  
  Revision  Changes    Path
  1.5       +3 -0      maven/src/test/extend/project-child.xml
  
  Index: project-child.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/test/extend/project-child.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project-child.xml 24 Jan 2003 05:22:29 -0000      1.4
  +++ project-child.xml 25 Jul 2003 14:47:50 -0000      1.5
  @@ -6,6 +6,9 @@
     <groupId>maven</groupId>
     <name>Super Extendo</name>
   
  +  <siteAddress>theSiteAddress</siteAddress>
  +  <siteDirectory>theSiteDirectory</siteDirectory>
  +
     <dependencies>
       <dependency>
         <id>child-dep1</id>
  
  
  
  1.2       +2 -1      maven/src/test/extend/child_project/project-child2.xml
  
  Index: project-child2.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/test/extend/child_project/project-child2.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project-child2.xml        1 Nov 2002 18:54:35 -0000       1.1
  +++ project-child2.xml        25 Jul 2003 14:47:50 -0000      1.2
  @@ -1,6 +1,7 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <project>
  -  <extend>../project-child.xml</extend>
  +  <!-- XXX ../project-child.xml should work, but doesn't -->
  +  <extend>src/test/extend/project-child.xml</extend>
     
     <id>child</id>
     <name>Child Project</name>
  
  
  

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

Reply via email to