You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ni...@apache.org on 2006/02/15 01:33:51 UTC

svn commit: r377907 - /struts/el/branches/STRUTS_1_2_BRANCH/build.xml

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