List:Commits« Previous MessageNext Message »
From:mmatthews Date:June 3 2008 3:44pm
Subject:Connector/J commit: r6787 - branches/branch_5_1
View as plain text  
Modified:
   branches/branch_5_1/build.xml
Log:
Entire dev team is on Mac now, use default paths for Java6 compilation appropriate to that environment.

Modified: branches/branch_5_1/build.xml
===================================================================
--- branches/branch_5_1/build.xml	2008-05-29 22:48:11 UTC (rev 6786)
+++ branches/branch_5_1/build.xml	2008-06-03 15:44:40 UTC (rev 6787)
@@ -58,8 +58,8 @@
 			to ant via -D switches
 	-->
 		
-	<property name="com.mysql.jdbc.java6.javac" value="C:\jvms\jdk1.6.0\bin\javac.exe" />
-	<property name="com.mysql.jdbc.java6.rtjar" value="C:\jvms\jdk1.6.0\jre\lib\rt.jar" />
+	<property name="com.mysql.jdbc.java6.javac" value="/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home/bin/javac" />
+	<property name="com.mysql.jdbc.java6.rtjar" value="/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Classes/classes.jar" />
 				
 	<!-- 
 	     The following property is needed for building the docs. It's

Thread
Connector/J commit: r6787 - branches/branch_5_1mmatthews3 Jun