Changeset 2854

Show
Ignore:
Timestamp:
11/07/07 12:12:05 (5 years ago)
Author:
michael
Message:

Fix build script to overwrite on publish.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/build.xml

    r2845 r2854  
    140140                <ivy:configure file="ivysettings.xml" /> 
    141141                <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" /> 
    143143        </target> 
    144144