Author: wsmoak Date: Sun Dec 18 13:58:17 2005 New Revision: 357515 URL: http://svn.apache.org/viewcvs?rev=357515&view=rev Log: Added missing <properties> tags around <scope>. These are hints for generating the Maven 2 pom, <scope> doesn't exist in the Maven 1 project model.
Modified: struts/el/branches/STRUTS_1_2_BRANCH/project.xml Modified: struts/el/branches/STRUTS_1_2_BRANCH/project.xml URL: http://svn.apache.org/viewcvs/struts/el/branches/STRUTS_1_2_BRANCH/project.xml?rev=357515&r1=357514&r2=357515&view=diff ============================================================================== --- struts/el/branches/STRUTS_1_2_BRANCH/project.xml (original) +++ struts/el/branches/STRUTS_1_2_BRANCH/project.xml Sun Dec 18 13:58:17 2005 @@ -66,7 +66,9 @@ <artifactId>httpunit</artifactId> <version>1.5.4</version> <url>http://httpunit.org/</url> - <scope>test</scope> + <properties> + <scope>test</scope> + </properties> </dependency> <dependency> <groupId>commons-logging</groupId> @@ -79,14 +81,18 @@ <artifactId>cactus</artifactId> <version>12-1.4.1</version> <url>http://jakarta.apache.org/cactus</url> - <scope>test</scope> + <properties> + <scope>test</scope> + </properties> </dependency> <dependency> <groupId>cactus</groupId> <artifactId>cactus-ant</artifactId> <version>1.4.1</version> <url>http://jakarta.apache.org/cactus</url> - <scope>test</scope> + <properties> + <scope>test</scope> + </properties> </dependency> </dependencies> <build> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]