You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2009/06/04 17:14:45 UTC

svn commit: r781769 - /activemq/activemq-cpp/trunk/activemq-cpp/pom.xml

Author: tabish
Date: Thu Jun  4 15:14:45 2009
New Revision: 781769

URL: http://svn.apache.org/viewvc?rev=781769&view=rev
Log:
Small fix to the exec config.

Modified:
    activemq/activemq-cpp/trunk/activemq-cpp/pom.xml

Modified: activemq/activemq-cpp/trunk/activemq-cpp/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/pom.xml?rev=781769&r1=781768&r2=781769&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/pom.xml (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/pom.xml Thu Jun  4 15:14:45 2009
@@ -264,7 +264,7 @@
               </execution>
             </executions>
             <configuration>
-              <executable>build.sh</executable>
+              <executable>${basedir}/build.sh</executable>
               <workingDirectory>${basedir}</workingDirectory>
             </configuration>
           </plugin>