Show
Ignore:
Timestamp:
02/16/08 15:24:11 (8 months ago)
Author:
rambo
Message:

scripted version bumps and manifest cleanup with "phing package -Dstate=beta -Dversion=..."

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/midcom.helper.schemaapi/config/manifest.inc

    r5819 r15038  
    1  
    2   'name' => 'midcom.helper.schemaapi', 
    3   'purecode' => true, 
    4   'version' => '0.0.3beta1', 
    5   'state' => 'beta', 
    6   'privileges' =>  
    7   array ( 
    8   ), 
    9   'class_definitions' =>  
    10   array ( 
    11   ), 
    12   'package.xml' =>  
    13   array ( 
     1'name' => 'midcom.helper.schemaapi', 
     2'purecode' => true, 
     3'version' => '0.1.0beta1', 
     4'state' => 'beta', 
     5'privileges' => array(), 
     6'class_definitions' => array(), 
     7'package.xml' => array 
     8
    149    'summary' => 'API for editing schemas', 
    1510    'description' => 'API for editing schemas', 
    16     'maintainers' =>  
    17     array
    18       'tarjei' =>  
    19       array
    20         'name' => 'Tarjei Huse', 
    21         'email' => 'tarjei@nu.no', 
    22         'role' => 'lead', 
    23       ), 
     11    'maintainers' => array 
     12   
     13        'tarjei' => array 
     14     
     15            'name' => 'Tarjei Huse', 
     16            'email' => 'tarjei@nu.no', 
     17            'role' => 'lead', 
     18        ), 
    2419    ), 
    25     'dependencies' =>  
    26     array ( 
    27       'midcom.helper.datamanager2' =>  
    28       array ( 
    29       ), 
    30       'midcom' =>  
    31       array ( 
    32       ), 
     20    'dependencies' => array 
     21    ( 
     22        'midcom.helper.datamanager2' => array(), 
     23        'midcom' => array(), 
    3324    ), 
    34   ), 
     25),