Changeset 1186

Show
Ignore:
Timestamp:
12/25/07 18:45:07 (10 months ago)
Author:
mikey
Message:

copy package.xml to build

Files:

Legend:

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

    r1153 r1186  
    3636    <delete dir="${build.src.dir}"/> 
    3737    <copy file="${stubbles.base.dir}/build/vfs/LICENSE" tofile="${build.src.dir}/LICENSE" /> 
     38    <copy file="${stubbles.base.dir}/build/vfs/package.xml" tofile="${build.src.dir}/package.xml" /> 
    3839    <copy file="${stubbles.base.dir}/build/vfs/package.php" tofile="${build.src.dir}/package.php" /> 
    3940    <append destFile="${build.src.dir}/VERSION">vfsStream version ${version}</append>