You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by jm...@apache.org on 2005/01/26 23:17:27 UTC

svn commit: r126547 - /struts/shale/trunk/core-library/project.xml

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: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org