You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2015/12/19 00:36:45 UTC

svn commit: r1720858 - /commons/proper/weaver/trunk/pom.xml

Author: mbenson
Date: Fri Dec 18 23:36:45 2015
New Revision: 1720858

URL: http://svn.apache.org/viewvc?rev=1720858&view=rev
Log:
use the correct starting directory to search up the tree for L&N files

Modified:
    commons/proper/weaver/trunk/pom.xml

Modified: commons/proper/weaver/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/pom.xml?rev=1720858&r1=1720857&r2=1720858&view=diff
==============================================================================
--- commons/proper/weaver/trunk/pom.xml (original)
+++ commons/proper/weaver/trunk/pom.xml Fri Dec 18 23:36:45 2015
@@ -137,7 +137,7 @@ under the License.
                   <attribute name="addto" />
                   <sequential>
                     <union id="@{name}-ws" />
-                    <step dir="${user.dir}" name="@{name}" addto="@{addto}" ws="@{name}-ws" />
+                    <step dir="${project.basedir}" name="@{name}" addto="@{addto}" ws="@{name}-ws" />
                   </sequential>
                 </macrodef>