You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by si...@apache.org on 2012/01/12 16:31:49 UTC

svn commit: r1230591 - /incubator/any23/trunk/pom.xml

Author: simonetripodi
Date: Thu Jan 12 15:31:48 2012
New Revision: 1230591

URL: http://svn.apache.org/viewvc?rev=1230591&view=rev
Log:
referenced resources dir

Modified:
    incubator/any23/trunk/pom.xml

Modified: incubator/any23/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1230591&r1=1230590&r2=1230591&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Thu Jan 12 15:31:48 2012
@@ -573,7 +573,7 @@
 
     <resources>
       <resource>
-        <directory>src/main/resources</directory>
+        <directory>${basedir}/src/main/resources</directory>
       </resource>
     </resources>
   </build>