michal 2003/05/30 03:27:42
Modified: core/src/test-input project.xml
Log:
Added code for testing experimental way of declaring <properties>
Revision Changes Path
1.2 +4 -0 maven-new/core/src/test-input/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-new/core/src/test-input/project.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- project.xml 26 Apr 2003 16:52:17 -0000 1.1
+++ project.xml 30 May 2003 10:27:42 -0000 1.2
@@ -80,6 +80,10 @@
<artifactId>d2</artifactId>
<version>2.0</version>
<url>d2-url</url>
+ <properties>
+ a.key=a.value
+ b.key=b.value
+ </properties>
</dependency>
</dependencies>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]