You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2011/06/03 09:53:03 UTC

svn commit: r1130929 - /commons/sandbox/digester3/trunk/src/examples/xmlrules/addressbook/pom.xml

Author: simonetripodi
Date: Fri Jun  3 07:53:03 2011
New Revision: 1130929

URL: http://svn.apache.org/viewvc?rev=1130929&view=rev
Log:
fixed input rules URL

Modified:
    commons/sandbox/digester3/trunk/src/examples/xmlrules/addressbook/pom.xml

Modified: commons/sandbox/digester3/trunk/src/examples/xmlrules/addressbook/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/examples/xmlrules/addressbook/pom.xml?rev=1130929&r1=1130928&r2=1130929&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/examples/xmlrules/addressbook/pom.xml (original)
+++ commons/sandbox/digester3/trunk/src/examples/xmlrules/addressbook/pom.xml Fri Jun  3 07:53:03 2011
@@ -35,7 +35,7 @@
         <configuration>
           <mainClass>org.apache.commons.digester3.examples.xmlrules.addressbook.Main</mainClass>
           <arguments>
-            <argument>${basedir}/xmlrules.xml</argument>
+            <argument>file:${basedir}/xmlrules.xml</argument>
             <argument>${basedir}/example.xml</argument>
           </arguments>
         </configuration>