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/03/07 04:17:15 UTC

svn commit: r156380 - struts/flow/trunk/project.xml

Author: jmitchell
Date: Sun Mar  6 19:17:14 2005
New Revision: 156380

URL: http://svn.apache.org/viewcvs?view=rev&rev=156380
Log:
fix reference to parent

Modified:
    struts/flow/trunk/project.xml

Modified: struts/flow/trunk/project.xml
URL: http://svn.apache.org/viewcvs/struts/flow/trunk/project.xml?view=diff&r1=156379&r2=156380
==============================================================================
--- struts/flow/trunk/project.xml (original)
+++ struts/flow/trunk/project.xml Sun Mar  6 19:17:14 2005
@@ -19,7 +19,7 @@
  -->
 
 
-  <extend>../build/project.xml</extend>
+  <extend>build/project.xml</extend>
   <id>struts-flow</id>
   <name>Struts Flow</name>
   <currentVersion>0.3-SNAPSHOT</currentVersion>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org