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/03/18 17:09:54 UTC

svn commit: r755626 - /activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/pom.xml

Author: tabish
Date: Wed Mar 18 16:09:53 2009
New Revision: 755626

URL: http://svn.apache.org/viewvc?rev=755626&view=rev
Log:
Change the path setting for the local JDK 1.5 libs

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

Modified: activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/pom.xml?rev=755626&r1=755625&r2=755626&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/pom.xml (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/pom.xml Wed Mar 18 16:09:53 2009
@@ -63,7 +63,7 @@
           <version>1.5</version>
            <scope>system</scope>
            <!-- Only a JDK of 1.5.0 B11 or greater seems to work. -->
-           <systemPath>/opt/local/jdk1.5.0_16/lib/tools.jar</systemPath>
+           <systemPath>/opt/local/jdk1.5/lib/tools.jar</systemPath>
         </dependency>
       </dependencies>
     </profile>