Author: jmitchell Date: Wed Jan 26 14:17:25 2005 New Revision: 126547 URL: http://svn.apache.org/viewcvs?view=rev&rev=126547 Log: fix project.xml - shale core now builds fine with maven. the default api is set to use myfaces, but you can switch that by simply moving the comment markers Modified: struts/shale/trunk/core-library/project.xml
Modified: struts/shale/trunk/core-library/project.xml Url: http://svn.apache.org/viewcvs/struts/shale/trunk/core-library/project.xml?view=diff&rev=126547&p1=struts/shale/trunk/core-library/project.xml&r1=126546&p2=struts/shale/trunk/core-library/project.xml&r2=126547 ============================================================================== --- struts/shale/trunk/core-library/project.xml (original) +++ struts/shale/trunk/core-library/project.xml Wed Jan 26 14:17:25 2005 @@ -183,6 +183,8 @@ <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.0.4</version> + <url>jakarta.apache.org/commons/logging/</url> + </dependency> <dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
