Author: jmitchell Date: Fri Jan 28 14:11:26 2005 New Revision: 148933 URL: http://svn.apache.org/viewcvs?view=rev&rev=148933 Log: finish some cleanup of author tags removal Modified: struts/core/trunk/project.xml
Modified: struts/core/trunk/project.xml Url: http://svn.apache.org/viewcvs/struts/core/trunk/project.xml?view=diff&rev=148933&p1=struts/core/trunk/project.xml&r1=148932&p2=struts/core/trunk/project.xml&r2=148933 ============================================================================== --- struts/core/trunk/project.xml (original) +++ struts/core/trunk/project.xml Fri Jan 28 14:11:26 2005 @@ -239,9 +239,7 @@ <groupId>servletapi</groupId> <artifactId>servletapi</artifactId> <version>2.3</version> - - put url here - + <url>http://java.sun.com/products/servlet/</url> </dependency> <dependency> @@ -325,6 +323,7 @@ <groupId>antlr</groupId> <artifactId>antlr</artifactId> <version>2.7.2</version> + <url>http://www.antlr.org/download.html</url> <properties> <war.bundle>true</war.bundle> </properties> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
