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/10 17:08:33 UTC

svn commit: r783387 - /activemq/activemq-cpp/trunk/maven-cpptools-plugin/pom.xml

Author: tabish
Date: Wed Jun 10 15:08:33 2009
New Revision: 783387

URL: http://svn.apache.org/viewvc?rev=783387&view=rev
Log:
Make the target of the compile Java 1.5 so the tool builds on a Mac.

Modified:
    activemq/activemq-cpp/trunk/maven-cpptools-plugin/pom.xml

Modified: activemq/activemq-cpp/trunk/maven-cpptools-plugin/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/maven-cpptools-plugin/pom.xml?rev=783387&r1=783386&r2=783387&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/maven-cpptools-plugin/pom.xml (original)
+++ activemq/activemq-cpp/trunk/maven-cpptools-plugin/pom.xml Wed Jun 10 15:08:33 2009
@@ -73,8 +73,8 @@
         <configuration>
           <downloadSources>true</downloadSources>
           <downloadJavadocs>true</downloadJavadocs>
-          <source>1.6</source>
-          <target>1.6</target>
+          <source>1.5</source>
+          <target>1.5</target>
         </configuration>
       </plugin>
       <plugin>
@@ -87,7 +87,7 @@
           </links>
           <linksource>true</linksource>
           <maxmemory>900m</maxmemory>
-          <source>1.6</source>
+          <source>1.5</source>
         </configuration>
       </plugin>
       <plugin>