Changeset 2854
- Timestamp:
- 11/07/07 12:12:05 (5 years ago)
- Files:
-
- trunk/build.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build.xml
r2845 r2854 140 140 <ivy:configure file="ivysettings.xml" /> 141 141 <ivy:resolve file="ivy.xml" /> 142 <ivy:publish resolver="local" artifactspattern="${dist.dir}/[artifact]-[revision].[ext]" />142 <ivy:publish resolver="local" artifactspattern="${dist.dir}/[artifact]-[revision].[ext]" overwrite="true" /> 143 143 </target> 144 144
