You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2007/05/01 23:04:13 UTC

svn commit: r534244 - /webservices/axis2/trunk/java/modules/webapp/pom.xml

Author: dims
Date: Tue May  1 14:04:12 2007
New Revision: 534244

URL: http://svn.apache.org/viewvc?view=rev&rev=534244
Log:
add basedir to make sure we can run the build from the root directory

Modified:
    webservices/axis2/trunk/java/modules/webapp/pom.xml

Modified: webservices/axis2/trunk/java/modules/webapp/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/webapp/pom.xml?view=diff&rev=534244&r1=534243&r2=534244
==============================================================================
--- webservices/axis2/trunk/java/modules/webapp/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/webapp/pom.xml Tue May  1 14:04:12 2007
@@ -56,21 +56,21 @@
                     <webResources>
                         <!-- Need a better war to add the MAR -->
                         <resource>
-                            <directory>../addressing/target</directory>
+                            <directory>${basedir}/../addressing/target</directory>
                             <targetPath>WEB-INF/modules</targetPath>
                             <includes>
                                 <include>addressing*.mar</include>
                             </includes>
                         </resource>
                         <resource>
-                            <directory>../kernel/conf</directory>
+                            <directory>${basedir}/../kernel/conf</directory>
                             <targetPath>WEB-INF/conf</targetPath>
                             <includes>
                                 <include>axis2.xml</include>
                             </includes>
                         </resource>
                         <resource>
-                            <directory>../kernel/conf</directory>
+                            <directory>${basedir}/../kernel/conf</directory>
                             <targetPath>WEB-INF/classes</targetPath>
                             <includes>
                                 <include>*.properties</include>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org