This is an automated email from the git hooks/post-receive script. tjaalton-guest pushed a commit to branch master in repository xsom.
commit 240770e24831264c5d93dd6ca746a74e052ecd74 Author: Timo Aaltonen <[email protected]> Date: Tue Jun 17 20:09:38 2014 +0300 add a patch to regenerate SCD --- debian/control | 1 + debian/patches/03-run-javacc.patch | 30 ++++++++++++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 32 insertions(+) diff --git a/debian/control b/debian/control index 16c88e3..2c942e8 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,7 @@ Build-Depends: Build-Depends-Indep: junit4, libbuild-helper-maven-plugin-java, + libjavacc-maven-plugin-java, libmaven-antrun-plugin-java, librelaxng-datatype-java (>= 1.0), librelaxngcc-java diff --git a/debian/patches/03-run-javacc.patch b/debian/patches/03-run-javacc.patch new file mode 100644 index 0000000..db2bc48 --- /dev/null +++ b/debian/patches/03-run-javacc.patch @@ -0,0 +1,30 @@ +Description: use javacc to regenerate SCD +Author: Timo Aaltonen <[email protected]> +Forwarded: not-needed + +--- a/pom.xml ++++ b/pom.xml +@@ -107,6 +107,23 @@ + <plugins> + <plugin> + <groupId>org.codehaus.mojo</groupId> ++ <artifactId>javacc-maven-plugin</artifactId> ++ <version>2.6</version> ++ <executions> ++ <execution> ++ <id>javacc</id> ++ <goals> ++ <goal>javacc</goal> ++ </goals> ++ <configuration> ++ <sourceDirectory>.</sourceDirectory> ++ <outputDirectory>./src/com/sun/xml/xsom/impl/scd/</outputDirectory> ++ </configuration> ++ </execution> ++ </executions> ++ </plugin> ++ <plugin> ++ <groupId>org.codehaus.mojo</groupId> + <artifactId>build-helper-maven-plugin</artifactId> + <version>1.5</version> + <executions> diff --git a/debian/patches/series b/debian/patches/series index 7b4c89a..82c031b 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ 01-disable-license-ant-task.patch 02-disable-tests.patch +03-run-javacc.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/xsom.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

