[ehcache] 01/01: Added the missing resource files in the jar
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Jul 1 14:53:24 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository ehcache.
commit a6bb47f1c8b0589db558e552da64544e58de8f5a
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Jul 1 16:51:21 2015 +0200
Added the missing resource files in the jar
---
debian/build.xml | 5 ++++-
debian/changelog | 6 ++++++
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/debian/build.xml b/debian/build.xml
index 2ba4e4d..dc4140d 100644
--- a/debian/build.xml
+++ b/debian/build.xml
@@ -10,7 +10,10 @@
</target>
<target name="jar" depends="compile">
- <jar basedir="${build}" jarfile="${target}/${ant.project.name}.jar"/>
+ <jar jarfile="${target}/${ant.project.name}.jar">
+ <fileset dir="src/main/resources"/>
+ <fileset dir="${build}"/>
+ </jar>
</target>
<target name="compile" depends="init">
diff --git a/debian/changelog b/debian/changelog
index 20e722c..ec3b044 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ehcache (2.6.11-2) unstable; urgency=medium
+
+ * Added the missing resource files in the jar.
+
+ -- Emmanuel Bourg <ebourg at apache.org> Wed, 01 Jul 2015 16:20:15 +0200
+
ehcache (2.6.11-1) unstable; urgency=medium
* New upstream release
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ehcache.git
More information about the pkg-java-commits
mailing list