Changeset 4143
- Timestamp:
- 05/22/06 19:21:01 (3 years ago)
- Files:
-
- 1 modified
-
trunk/buildscripts/build.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/buildscripts/build.xml
r4068 r4143 625 625 </copy> 626 626 627 <copy todir="${release_dir}/tests" includeEmptyDirs="false" preservelastmodified="true"> 628 <fileset dir="${root}/tests"> 629 <include name="**" /> 630 <exclude name="**/*.swp" /> 631 <exclude name="**/.svn*" /> 632 </fileset> 633 </copy> 634 627 635 <!-- 628 636 Call our Dojo Flash and Storage tasks … … 682 690 </copy> 683 691 684 <copy todir="${release_dir}/tests" includeEmptyDirs="false" preservelastmodified="true">685 <fileset dir="${root}/tests">686 <include name="**" />687 <exclude name="**/*.swp" />688 <exclude name="**/.svn*" />689 </fileset>690 </copy>691 692 692 <antcall target="docs" /> 693 693 </target>