Mercurial > public > develkit
changeset 113:86fdadd7468a
set artifact pattern to match netbeans project default
author | smith@nwoca.org |
---|---|
date | Wed, 24 Oct 2012 14:56:33 +0100 |
parents | db27dad576e5 |
children | 9ed6a36104ed |
files | ivy-ant.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ivy-ant.xml Tue Oct 23 20:09:16 2012 +0100 +++ b/ivy-ant.xml Wed Oct 24 14:56:33 2012 +0100 @@ -235,7 +235,7 @@ <ivy:settings/> <ivy:resolve file="ivy.xml"/> <ivy:publish forcedeliver="true" overwrite="true" resolver="ssdt-snapshots-local"> - <artifacts pattern="${ivy-publish.artifacts.pattern}"/> + <artifacts pattern="${basedir}/${dist.dir}/[artifact].[ext]"/> </ivy:publish> </target>