Changeset 683
- Timestamp:
- 05/29/07 21:28:25 (2 years ago)
- Files:
-
- trunk/build/stubbles/build.xml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build/stubbles/build.xml
r676 r683 102 102 <!-- Copy classes, that are used in the examples --> 103 103 <echo>-----------------------------</echo> 104 <echo>| Copying example classes|</echo>104 <echo>| Copying examples |</echo> 105 105 <echo>-----------------------------</echo> 106 106 <mkdir dir="${build.src.dir}/src/main/php/net" /> … … 116 116 <include name="**/*"/> 117 117 <exclude name="**/yui/**"/> 118 <exclude name="**/examples.properties"/> 119 <exclude name="**/config-dist.php"/> 118 120 </fileset> 119 121 </copy> 120 122 <copy file="${project.basedir}/../../examples/config/php/config-dist.php" tofile="${build.src.dir}/examples/config/php/config.php" overwrite="true"/> 121 123 </target> 122 124 … … 182 184 183 185 <target name="check-style" description="check coding standards"> 186 <echo>----------------------------------</echo> 187 <echo>| Checking CS of source files |</echo> 188 <echo>----------------------------------</echo> 184 189 <checkStyle failonerror="true"> 185 190 <fileset dir="${project.basedir}/../../src/main/php">
