Changeset 14145
- Timestamp:
- 10/10/05 10:54:48 (3 years ago)
- Files:
-
- trunk/tools/qa/build.xml (modified) (1 diff)
- trunk/tools/qa/qa.properties.example (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/tools/qa/build.xml
r14093 r14145 346 346 </exec> 347 347 348 <!-- Run the upgrade script(s). --> 348 <!-- ========================================================================== 349 Run the upgrade script(s) for each version from base DB import. 350 351 IMPORTANT: You must add a section to the end of this list when creating a 352 new version of the product. 353 =============================================================================--> 349 354 350 355 <!-- 7.7.1 --> trunk/tools/qa/qa.properties.example
r13765 r14145 1 ################################################################ 2 # Ant properties file for performing automated QA test builds 3 # including database build, code build from repository. 4 ################################################################ 5 1 6 # The is the root directory of your oracle installation 2 7 oracle_inst=c:\\oracle\\ora81 … … 11 16 # This is the database where the application will be built. 12 17 qa_database_system_username=system 13 qa_database_system_password= v80perf18 qa_database_system_password=manager 14 19 qa_database_pnet_username=pnet 15 20 qa_database_pnet_password=pnet 16 21 qa_database_tnsname=v80perf.project.net 17 22 qa_database_machine_name=ape 18 qa_database_instance_name=v80 perf23 qa_database_instance_name=v80dev 19 24 #Location of database files on the database machine. 20 25 qa_database_datafile_location=c:\\oracle\\oradata\\ … … 24 29 # 7.7.0 is optional/database/CreateScripts/versions/7.7.0, then enter "7.7.0" 25 30 # here 26 database_version_directory=8.1. 131 database_version_directory=8.1.5 27 32 database_major_version=8 28 33 database_minor_version=1 29 database_sub_minor_version= 134 database_sub_minor_version=5 30 35 31 36 # These are the locations of the three directories of the document vault. Like
