This is an automated email from the git hooks/post-receive script. eugene pushed a commit to branch master in repository saxonhe.
commit 365a75b4b2baba926d728013d7827f298e8fc827 Author: Eugene Zhukov <[email protected]> Date: Mon Feb 6 21:34:13 2017 +0200 Take upstream resources into use --- debian/patches/pom_added.patch | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/patches/pom_added.patch b/debian/patches/pom_added.patch index 52261a9..f81f6de 100644 --- a/debian/patches/pom_added.patch +++ b/debian/patches/pom_added.patch @@ -5,7 +5,7 @@ Last-Update: 2014-09-14 --- /dev/null +++ b/pom.xml -@@ -0,0 +1,160 @@ +@@ -0,0 +1,164 @@ +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> @@ -79,6 +79,10 @@ Last-Update: 2014-09-14 + <directory>${edition.properties}</directory> + <targetPath>.</targetPath> + </resource> ++ <resource> ++ <directory>data/</directory> ++ <targetPath>.</targetPath> ++ </resource> + </resources> + <plugins> + <plugin> @@ -111,7 +115,7 @@ Last-Update: 2014-09-14 + <configuration> + <target> + <taskdef resource="com/igormaznitsa/jcp/ant/tasks.properties" classpath="/usr/share/java/jcp.jar"/> -+ <preprocess source="sf" destination="src/main/java/net" verbose="false"> ++ <preprocess source="net" destination="src/main/java/net" verbose="false"> + <global name="EE" value="false"/> + <global name="PE" value="false"/> + <global name="DOTNET" value="false"/> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/saxonhe.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

