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 2006/09/30 02:35:21 UTC

svn commit: r451506 - /incubator/activemq/activemq-cpp/trunk/activemq-cpp/pom.xml

Author: tabish
Date: Fri Sep 29 17:35:21 2006
New Revision: 451506

URL: http://svn.apache.org/viewvc?view=rev&rev=451506
Log:
Add activemq-core-dir property

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

Modified: incubator/activemq/activemq-cpp/trunk/activemq-cpp/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/activemq-cpp/trunk/activemq-cpp/pom.xml?view=diff&rev=451506&r1=451505&r2=451506
==============================================================================
--- incubator/activemq/activemq-cpp/trunk/activemq-cpp/pom.xml (original)
+++ incubator/activemq/activemq-cpp/trunk/activemq-cpp/pom.xml Fri Sep 29 17:35:21 2006
@@ -278,4 +278,9 @@
       </releases>
     </pluginRepository>
   </pluginRepositories>
+
+  <properties>
+    <activemq-core-dir>../activemq-trunk/activemq-core</activemq-core-dir>
+  </properties>
+
 </project>