You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by cr...@apache.org on 2006/05/31 21:15:30 UTC

svn commit: r410640 - /struts/shale/trunk/test-framework/build.xml

Author: craigmcc
Date: Wed May 31 12:15:30 2006
New Revision: 410640

URL: http://svn.apache.org/viewvc?rev=410640&view=rev
Log:
Remove the compile time dependency on the Core Framework jar, thereby breaking
a circular dependency between core and test.

Modified:
    struts/shale/trunk/test-framework/build.xml

Modified: struts/shale/trunk/test-framework/build.xml
URL: http://svn.apache.org/viewvc/struts/shale/trunk/test-framework/build.xml?rev=410640&r1=410639&r2=410640&view=diff
==============================================================================
--- struts/shale/trunk/test-framework/build.xml (original)
+++ struts/shale/trunk/test-framework/build.xml Wed May 31 12:15:30 2006
@@ -77,7 +77,6 @@
     <pathelement location="${jsp-api.jar}"/>
     <pathelement location="${junit.jar}"/>
     <pathelement location="${servlet-api.jar}"/>
-    <pathelement location="${shale-core.jar}"/>
     <pathelement location="${build.home}/classes"/>
     <pathelement location="${junit.jar}"/>
     <pathelement location="${htmlunit.jar}"/>