Changeset 1148

Show
Ignore:
Timestamp:
12/14/07 00:10:20 (9 months ago)
Author:
mikey
Message:

added vfsStream examples

Files:

Legend:

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

    r1147 r1148  
    3939    <append destFile="${build.src.dir}/VERSION">vfsStream version ${version}</append> 
    4040    <copy todir="${build.src.dir}/vfsStream"> 
    41       <fileset dir="${stubbles.base.dir}/src/main/php/org/stubbles/vfs/"> 
     41      <fileset dir="${stubbles.base.dir}/src/main/php/org/stubbles/vfs"> 
     42        <include name="**/*.php"/> 
     43        <exclude name="**/examples/*"/> 
     44      </fileset> 
     45    </copy> 
     46    <copy todir="${build.src.dir}/examples"> 
     47      <fileset dir="${stubbles.base.dir}/src/main/php/org/stubbles/vfs/examples"> 
    4248        <include name="**/*"/> 
    4349      </fileset> 
  • trunk/build/vfs/package.php

    r1147 r1148  
    44 * package.xml file. 
    55 * 
    6  * $Id: package.php 442 2006-08-20 13:21:58Z schst $ 
    7  * 
    8  * @author      Stephan Schmidt <schst@php-tools.net> 
    9  * @package     XJConfForPHP 
    10  * @subpackage  Tools 
     6 * @author      Frank Kleine <mikey@stubbles.net> 
     7 * @package     stubbles_vfs 
     8 * @subpackage  build 
    119 */ 
    1210 
     
    5957    'simpleoutput'      => true, 
    6058    'baseinstalldir'    => '/', 
    61     'packagedirectory'  => './'/*, 
    62     'dir_roles'         => array( 
    63                                  'docs'     => 'doc', 
    64                                  'examples' => 'doc', 
    65                                  'tests'    => 'test', 
    66                                  )*/ 
     59    'packagedirectory'  => './', 
     60    'dir_roles'         => array('examples' => 'doc') 
    6761    )); 
    6862if (PEAR::isError($result)) {