[pkg-java] r18628 - trunk/ivy/debian
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Dec 24 11:28:31 UTC 2014
Author: ebourg-guest
Date: 2014-12-24 11:28:30 +0000 (Wed, 24 Dec 2014)
New Revision: 18628
Modified:
trunk/ivy/debian/build.xml
trunk/ivy/debian/changelog
Log:
Added the missing pom.template file in ivy.jar (Closes: #762108)
Modified: trunk/ivy/debian/build.xml
===================================================================
--- trunk/ivy/debian/build.xml 2014-12-06 02:59:28 UTC (rev 18627)
+++ trunk/ivy/debian/build.xml 2014-12-24 11:28:30 UTC (rev 18628)
@@ -17,6 +17,7 @@
<include name="**/?*.ent" />
<include name="**/?*.css" />
<include name="**/?*.ico" />
+ <include name="**/pom.template" />
</patternset>
<target name="clean">
<delete dir="${class.dir}" quiet="true" />
Modified: trunk/ivy/debian/changelog
===================================================================
--- trunk/ivy/debian/changelog 2014-12-06 02:59:28 UTC (rev 18627)
+++ trunk/ivy/debian/changelog 2014-12-24 11:28:30 UTC (rev 18628)
@@ -1,3 +1,10 @@
+ivy (2.3.0-4) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Added the missing pom.template file in ivy.jar (Closes: #762108)
+
+ -- Emmanuel Bourg <ebourg at apache.org> Wed, 24 Dec 2014 12:26:58 +0100
+
ivy (2.3.0-3) unstable; urgency=low
* Team upload.
More information about the pkg-java-commits
mailing list