Mercurial > public > develkit
comparison osgi-ant-bundlor.xml @ 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 |
comparison
equal
deleted
inserted
replaced
37:ba7ae19e40a0 | 38:ec63736cd2a3 |
---|---|
7 | 7 |
8 <description>Ant tasks to assist building OSGi bundles.</description> | 8 <description>Ant tasks to assist building OSGi bundles.</description> |
9 | 9 |
10 <ssdtant:add-dependency target="-post-jar" depends="-osgi-jar"/> | 10 <ssdtant:add-dependency target="-post-jar" depends="-osgi-jar"/> |
11 | 11 |
12 <target name="-osgi-jar" depends="-init-osgi,ivy-info"> | 12 <target name="-osgi-jar" depends="-init-osgi,ivy-info" unless="osgi.jar.disabled"> |
13 <ssdtosgi:jar jar="${dist.jar}"/> | 13 <ssdtosgi:jar jar="${dist.jar}"/> |
14 </target> | 14 </target> |
15 | 15 |
16 <target name="-init-osgi"> | 16 <target name="-init-osgi"> |
17 <ivy:settings file="ivysettings.xml"/> | 17 <ivy:settings file="ivysettings.xml"/> |