Changeset 14145

Show
Ignore:
Timestamp:
10/10/05 10:54:48 (3 years ago)
Author:
roger
Message:

Added comments.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tools/qa/build.xml

    r14093 r14145  
    346346        </exec> 
    347347 
    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        =============================================================================--> 
    349354 
    350355        <!-- 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 
    16# The is the root directory of your oracle installation 
    27oracle_inst=c:\\oracle\\ora81 
     
    1116# This is the database where the application will be built. 
    1217qa_database_system_username=system 
    13 qa_database_system_password=v80perf 
     18qa_database_system_password=manager 
    1419qa_database_pnet_username=pnet 
    1520qa_database_pnet_password=pnet 
    1621qa_database_tnsname=v80perf.project.net 
    1722qa_database_machine_name=ape 
    18 qa_database_instance_name=v80perf 
     23qa_database_instance_name=v80dev 
    1924#Location of database files on the database machine. 
    2025qa_database_datafile_location=c:\\oracle\\oradata\\ 
     
    2429# 7.7.0 is optional/database/CreateScripts/versions/7.7.0, then enter "7.7.0" 
    2530# here 
    26 database_version_directory=8.1.1 
     31database_version_directory=8.1.5 
    2732database_major_version=8 
    2833database_minor_version=1 
    29 database_sub_minor_version=1 
     34database_sub_minor_version=5 
    3035 
    3136# These are the locations of the three directories of the document vault.  Like