# HG changeset patch # User smith@nwoca.org # Date 1307473949 14400 # Node ID 5f8d6291cc6636a7a4dcc821c2df75ae69c917ed # Parent a2f3a6a2ec2dae0c00f4c6cc51fd2eb2f74d266a Allow bundlor to be configure to fail/not fail on warning diff -r a2f3a6a2ec2d -r 5f8d6291cc66 osgi-ant-bundlor.xml --- a/osgi-ant-bundlor.xml Thu May 19 17:16:49 2011 -0400 +++ b/osgi-ant-bundlor.xml Tue Jun 07 15:12:29 2011 -0400 @@ -36,6 +36,7 @@ + @@ -49,7 +50,7 @@ outputPath="${basedir}/@{jar}" bundleVersion="@{version}" bundleSymbolicName="@{symbolicName}" - failOnWarnings="true" + failOnWarnings="@{failOnWarning}" manifestTemplatePath="@{template}" osgiProfilePath="@{profile}">