Ticket #21667: 21667.2.patch
| File 21667.2.patch, 518 bytes (added by , 4 years ago) |
|---|
-
plugins/build-common.xml
diff --git a/plugins/build-common.xml b/plugins/build-common.xml index f8392f1c2..818a229fc 100644
a b 761 761 <ivy:resolve /> 762 762 <ivy:retrieve pattern="${plugin.lib.dir}/[artifact]-[revision](-[classifier]).[ext]" conf="default" /> 763 763 </target> 764 <target name="ivy-checkdepsupdate" description="Display dependency updates on the console" depends="fetch_dependencies"> 765 <ivy:checkdepsupdate/> 766 </target> 764 767 </project>
