Author: jmitchell Date: Sat Jan 19 18:01:58 2008 New Revision: 613497 URL: http://svn.apache.org/viewvc?rev=613497&view=rev Log: WW-2421 - simple typo
Modified: struts/struts2/trunk/core/pom.xml Modified: struts/struts2/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/pom.xml?rev=613497&r1=613496&r2=613497&view=diff ============================================================================== --- struts/struts2/trunk/core/pom.xml (original) +++ struts/struts2/trunk/core/pom.xml Sat Jan 19 18:01:58 2008 @@ -330,7 +330,7 @@ <artifactId>junit</artifactId> <scope>compile</scope> <version>3.8.1</version> - <!-- has to be compile for StrutsTestCase, which is part of the base package so others can write unit tests --> + <!-- compile time dependency for StrutsTestCase, which is part of the base package so others can write unit tests --> <optional>true</optional> </dependency>