Changeset 122
- Timestamp:
- 02/04/06 22:08:15 (5 years ago)
- Files:
-
- antsvk/trunk/build.xml (modified) (1 diff)
- antsvk/trunk/testsuite.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
antsvk/trunk/build.xml
r63 r122 229 229 230 230 <fileset dir="${src.dir}" defaultexcludes="yes" > 231 <include name="**/*.java" /> 231 232 <exclude name="**/package.html" /> 232 233 </fileset> antsvk/trunk/testsuite.sh
r107 r122 108 108 # Create mirror of Subversion... 109 109 doCommand "svk mirror $REPOSREMOTE/antsvk/trunk //antsvk/trunk" 110 doCommand "svk push -f $REPOSREMOTE/antsvk/trunk $REPOSLOCAL/antsvkpush" 110 111 # 111 112 doCommand "svk mirror --list"
