Changeset 421 for trunk/build/buildmodules.php

Show
Ignore:
Timestamp:
04/23/07 17:53:53 (2 years ago)
Author:
laurentj
Message:

ticket #167: jtpl and jbuildtools build are not generated at the right place

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/build/buildmodules.php

    r418 r421  
    2222    false, 
    2323    ), 
    24 'NIGHTLY_NAME'=>array( 
    25     ""
    26     true, 
     24'IS_NIGHTLY'=> array( 
     25    false
     26    false, 
    2727    ), 
    2828'SVN_REVISION'=> array( 
    2929    false, 
     30    ), 
     31'VERSION'=> array( 
     32    false, 
     33    'SVN', 
     34    '', 
    3035    ), 
    3136); 
     
    3944$SVN_REVISION = Subversion::revision('lib'); 
    4045 
    41 Env::set('MAIN_TARGET_PATH', '_dist/modules/', true); 
     46if($VERSION == 'SVN'){ 
     47    $VERSION = 'SVN-'.$SVN_REVISION; 
     48    $IS_NIGHTLY = true; 
     49}else{ 
     50    $IS_NIGHTLY = false; 
     51
    4252 
    4353 
Download in other formats: Unified Diff Zip Archive