Author: jmitchell
Date: Thu Apr 21 03:50:07 2005
New Revision: 164033
URL: http://svn.apache.org/viewcvs?rev=164033&view=rev
Log:
fix relative reference to parent pom
Modified:
struts/plugins/trunk/resources/project.xml
Modified: struts/plugins/trunk/resources/project.xml
URL:
http://svn.apache.org/viewcvs/struts/plugins/trunk/resources/project.xml?rev=164033&r1=164032&r2=164033&view=diff
==============================================================================
--- struts/plugins/trunk/resources/project.xml (original)
+++ struts/plugins/trunk/resources/project.xml Thu Apr 21 03:50:07 2005
@@ -19,7 +19,7 @@
-->
- <extend>build/project.xml</extend>
+ <extend>../project.xml</extend>
<id>struts-resources-plugin</id>
<name>Struts Resources Plugin</name>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]