Changeset 1634

Show
Ignore:
Timestamp:
06/19/08 11:31:50 (3 months ago)
Author:
mikey
Message:

first fixes in release build.xml

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/resources/phing/build-stubbles.xml

    r1567 r1634  
    4242      </filterchain> 
    4343    </move> 
    44     <move file="${project.basedir}/config/php/config-dist.php" tofile="${project.basedir}/config/php/config.php" overwrite="false"/> 
    4544  </target> 
    4645 
     
    227226    <delete file="${stubbles.lib.path}/.cache" verbose="true"/> 
    228227    <delete> 
    229       <fileset dir="${stubbles.cache.path}"> 
    230         <include name="**/*.cache" /> 
    231         <include name="**/*.xml" /> 
     228      <fileset dir="projects"> 
     229        <include name="**/cache/**" /> 
    232230      </fileset> 
    233231    </delete> 
     
    302300  <target name="clean-examples" depends="init-stubbles" description="Removes all example related stuff."> 
    303301    <delete dir="${stubbles.src.path}/php/org/stubbles/examples" includeemptydirs="true" verbose="true" failonerror="true" /> 
    304     <delete dir="${project.basedir}/examples" includeemptydirs="true" verbose="true" failonerror="true" /> 
     302    <delete dir="projects/examples" includeemptydirs="true" verbose="true" failonerror="true" /> 
    305303  </target> 
    306304</project>