Author: tabish
Date: Tue Jun 3 05:11:46 2008
New Revision: 662759
URL: http://svn.apache.org/viewvc?rev=662759&view=rev
Log:
Fixing some issues with the pom.xml file to try and get generation of openwire
V3 working, still not able to make it work.
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=662759&r1=662758&r2=662759&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/pom.xml (original)
+++ activemq/activemq-cpp/trunk/pom.xml Tue Jun 3 05:11:46 2008
@@ -106,9 +106,9 @@
<dependency>
<groupId>com.sun</groupId>
<artifactId>tools</artifactId>
- <version>1.4.2</version>
- <scope>system</scope>
- <systemPath>/opt/local/jdk1.5.0_11/lib/tools.jar</systemPath>
+ <version>5.0</version>
+ <scope>system</scope>
+ <systemPath>${JAVA_HOME}/lib/tools.jar</systemPath>
</dependency>
</dependencies>
</profile>
@@ -146,8 +146,8 @@
</build>
<properties>
- <activemq-version>4.1.1</activemq-version>
- <activemq-core-dir>../activemq-4.1.1/activemq-core</activemq-core-dir>
+ <activemq-version>5.1.0</activemq-version>
+
<activemq-core-dir>../../apache-activemq-5.1.0-src/src/activemq-core/</activemq-core-dir>
</properties>
</project>