List:Commits« Previous MessageNext Message »
From:mark Date:October 21 2008 1:59am
Subject:bzr push into connector-j/branches/branch_5_1 branch (mark:748 to 749)
View as plain text  
  749 mark@stripped	2008-10-20
      Change implementation vendor
modified:
  build.xml

  748 mark@stripped	2008-10-20
      More properties accessors missed.
modified:
  src/com/mysql/jdbc/ConnectionProperties.java
  src/com/mysql/jdbc/ConnectionPropertiesImpl.java
  src/com/mysql/jdbc/ReplicationConnection.java
  src/com/mysql/jdbc/jdbc2/optional/ConnectionWrapper.java

=== modified file 'build.xml'
--- a/build.xml	2008-10-21 01:47:52 +0000
+++ b/build.xml	2008-10-21 01:58:26 +0000
@@ -389,7 +389,7 @@ and the full path to the rt.jar from Jav
 				<attribute name="Implementation-Title" value="MySQL Connector/J" />
 				<attribute name="Implementation-Version" value="${full.version}" />
 				<attribute name="Implementation-Vendor-Id" value="com.mysql" />
-				<attribute name="Implementation-Vendor" value="MySQL AB" />
+				<attribute name="Implementation-Vendor" value="Sun Microsystems Inc." />
 			</section>
 		</manifest>
 

Thread
bzr push into connector-j/branches/branch_5_1 branch (mark:748 to 749) mark21 Oct