dion 2003/08/17 23:06:13
Modified: src/test/extend Tag: MAVEN_RC1_STABLE project-child.xml
src/test/extend/child_project Tag: MAVEN_RC1_STABLE
project-child2.xml
Log:
Use basedir in extend as part of testing MAVEN-672
Revision Changes Path
No revision
No revision
1.5.2.2 +1 -1 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.5.2.1
retrieving revision 1.5.2.2
diff -u -r1.5.2.1 -r1.5.2.2
--- project-child.xml 7 Aug 2003 16:54:25 -0000 1.5.2.1
+++ project-child.xml 18 Aug 2003 06:06:13 -0000 1.5.2.2
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<project>
- <extend>project.xml</extend>
+ <extend>${basedir}/../../../project.xml</extend>
<id>super-extendo</id>
<groupId>maven</groupId>
No revision
No revision
1.2.4.1 +1 -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.2
retrieving revision 1.2.4.1
diff -u -r1.2 -r1.2.4.1
--- project-child2.xml 25 Jul 2003 14:47:50 -0000 1.2
+++ project-child2.xml 18 Aug 2003 06:06:13 -0000 1.2.4.1
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<project>
<!-- XXX ../project-child.xml should work, but doesn't -->
- <extend>src/test/extend/project-child.xml</extend>
+ <extend>${basedir}/../project-child.xml</extend>
<id>child</id>
<name>Child Project</name>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]