Author: niallp Date: Tue Feb 14 16:33:49 2006 New Revision: 377907 URL: http://svn.apache.org/viewcvs?rev=377907&view=rev Log: Reverse change accidental change.
Modified: struts/el/branches/STRUTS_1_2_BRANCH/build.xml Modified: struts/el/branches/STRUTS_1_2_BRANCH/build.xml URL: http://svn.apache.org/viewcvs/struts/el/branches/STRUTS_1_2_BRANCH/build.xml?rev=377907&r1=377906&r2=377907&view=diff ============================================================================== --- struts/el/branches/STRUTS_1_2_BRANCH/build.xml (original) +++ struts/el/branches/STRUTS_1_2_BRANCH/build.xml Tue Feb 14 16:33:49 2006 @@ -52,7 +52,7 @@ These default values assume that the checked out locations are the same as the full repository paths, and that you are building the trunk. --> - <property name="struts.core.home" value="../action"/> + <property name="struts.core.home" value="../.."/> <!-- Load local and user build preferences --> <property file="build.properties"/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]