Author: maartenc
Date: Thu Jun 24 22:36:19 2010
New Revision: 957743
URL: http://svn.apache.org/viewvc?rev=957743&view=rev
Log:
Generating RAT report and failing build if missing licenses are found is now
part of standard release target.
Modified:
ant/ivy/core/trunk/build-release.xml
Modified: ant/ivy/core/trunk/build-release.xml
URL:
http://svn.apache.org/viewvc/ant/ivy/core/trunk/build-release.xml?rev=957743&r1=957742&r2=957743&view=diff
==============================================================================
--- ant/ivy/core/trunk/build-release.xml (original)
+++ ant/ivy/core/trunk/build-release.xml Thu Jun 24 22:36:19 2010
@@ -471,6 +471,6 @@
<target name="snapshot"
depends="prepare-snapshot, snapshot-src, snapshot-bin,
snapshot-maven2, snapshot-checksums"
description="used for nightly and integration builds"/>
- <target name="release" depends="release-version, snapshot"
description="make a new release of Ivy"/>
+ <target name="release" depends="release-version, rat, snapshot"
description="make a new release of Ivy"/>
</project>