Author: tabish
Date: Thu Oct 18 05:20:44 2007
New Revision: 585940
URL: http://svn.apache.org/viewvc?rev=585940&view=rev
Log:
https://issues.apache.org/activemq/browse/AMQCPP-142
Changed the OpenwireConnector to not use the transport after an error occurs
Modified:
activemq/activemq-cpp/trunk/pom.xml
Modified: activemq/activemq-cpp/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/pom.xml?rev=585940&r1=585939&r2=585940&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/pom.xml (original)
+++ activemq/activemq-cpp/trunk/pom.xml Thu Oct 18 05:20:44 2007
@@ -108,7 +108,7 @@
<artifactId>tools</artifactId>
<version>1.4.2</version>
<scope>system</scope>
- <systemPath>${java.home}/../lib/tools.jar</systemPath>
+ <systemPath>/opt/local/jdk1.5.0_11/lib/tools.jar</systemPath>
</dependency>
</dependencies>
</profile>
@@ -139,7 +139,7 @@
<properties>
<activemq-version>4.1.1</activemq-version>
- <activemq-core-dir>../activemq-trunk/activemq-core</activemq-core-dir>
+ <activemq-core-dir>../activemq-4.1.1/activemq-core</activemq-core-dir>
</properties>
</project>