You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2011/02/13 19:17:11 UTC

svn commit: r1070274 - /karaf/trunk/admin/command/pom.xml

Author: jbonofre
Date: Sun Feb 13 18:17:11 2011
New Revision: 1070274

URL: http://svn.apache.org/viewvc?rev=1070274&view=rev
Log:
[KARAF-403] Fix mistake in the admin command POM.

Modified:
    karaf/trunk/admin/command/pom.xml

Modified: karaf/trunk/admin/command/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/admin/command/pom.xml?rev=1070274&r1=1070273&r2=1070274&view=diff
==============================================================================
--- karaf/trunk/admin/command/pom.xml (original)
+++ karaf/trunk/admin/command/pom.xml Sun Feb 13 18:17:11 2011
@@ -77,7 +77,7 @@
     <build>
         <resources>
             <resource>
-                <directory>${project.directory}/src/main/resources</directory>
+                <directory>${project.basedir}/src/main/resources</directory>
                 <includes>
                     <include>**/*</include>
                 </includes>