Mercurial > public > develkit
changeset 38:ec63736cd2a3
CM-125: allow osgi-ing jar to be disabled
author | smith@nwoca.org |
---|---|
date | Thu, 19 May 2011 12:37:37 -0400 |
parents | ba7ae19e40a0 |
children | a2f3a6a2ec2d |
files | osgi-ant-bundlor.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/osgi-ant-bundlor.xml Mon May 09 18:09:30 2011 -0400 +++ b/osgi-ant-bundlor.xml Thu May 19 12:37:37 2011 -0400 @@ -9,7 +9,7 @@ <ssdtant:add-dependency target="-post-jar" depends="-osgi-jar"/> - <target name="-osgi-jar" depends="-init-osgi,ivy-info"> + <target name="-osgi-jar" depends="-init-osgi,ivy-info" unless="osgi.jar.disabled"> <ssdtosgi:jar jar="${dist.jar}"/> </target>