khammond    01/10/18 05:02:30

  Modified:    src/org/apache/jmeter/resources messages.properties
  Log:
  Code from Amith Varghese:
  
  Here are my changes to the JDBC input box.  I basically changed the
  Database URL label to JDBC URL and I removed the Sub Protocol box from the GUI
  and code.
  
  Revision  Changes    Path
  1.29      +1 -2      
jakarta-jmeter/src/org/apache/jmeter/resources/messages.properties
  
  Index: messages.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jmeter/src/org/apache/jmeter/resources/messages.properties,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- messages.properties       2001/10/08 05:18:28     1.28
  +++ messages.properties       2001/10/18 12:02:30     1.29
  @@ -101,8 +101,7 @@
   login_config=Login Configuration
   database_testing_title=Database Testing
   database_driver_class=Driver Class:
  -database_sub_protocol=Sub Protocol:
  -database_url=Database URL:
  +database_url=JDBC URL:
   database_url_jdbc_props=Database URL and JDBC Driver
   database_login_title=Database Login
   database_conn_pool_props=Database Connection Pool
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to