Author: niallp
Date: Sat Jun 24 09:53:50 2006
New Revision: 416937
URL: http://svn.apache.org/viewvc?rev=416937&view=rev
Log:
Add the properties section to the JUnit and Servlet API dependencies in
project.xml - as requested by Carlos Sanchez.
Modified:
jakarta/commons/proper/chain/trunk/project.xml
Modified: jakarta/commons/proper/chain/trunk/project.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/chain/trunk/project.xml?rev=416937&r1=416936&r2=416937&view=diff
==============================================================================
--- jakarta/commons/proper/chain/trunk/project.xml (original)
+++ jakarta/commons/proper/chain/trunk/project.xml Sat Jun 24 09:53:50 2006
@@ -114,6 +114,9 @@
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.3</version>
+ <properties>
+ <scope>provided</scope>
+ </properties>
</dependency>
<dependency>
<groupId>javax.portlet</groupId>
@@ -131,6 +134,9 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
+ <properties>
+ <scope>test</scope>
+ </properties>
</dependency>
<!-- un-comment to build with JDK 1.3
<dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]