This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository josm-plugins.
commit 65f9966898d55dc6faae279dc4c18e8b23d01880 Author: Bas Couwenberg <[email protected]> Date: Sat Jan 7 23:30:59 2017 +0100 Imported Upstream version 0.0.svn33112+ds --- build-common.xml | 8 +++++--- svn-info.xml | 10 +++++----- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/build-common.xml b/build-common.xml index 68c2223..ee49c20 100644 --- a/build-common.xml +++ b/build-common.xml @@ -14,8 +14,8 @@ <property name="josm" location="../../core/dist/josm-custom.jar"/> <property name="josm.test.build.dir" location="../../core/test/build"/> - <property name="error_prone_ant.jar" location="../00_core_tools/error_prone_ant-2.0.13.jar"/> - <property name="checkstyle.jar" location="../00_core_tools/checkstyle/checkstyle-7.2-all.jar"/> + <property name="error_prone_ant.jar" location="../00_core_tools/error_prone_ant-2.0.14.jar"/> + <property name="checkstyle.jar" location="../00_core_tools/checkstyle/checkstyle-7.4-all.jar"/> <property name="findbugs-ant.jar" location="../00_core_tools/findbugs/findbugs-ant.jar"/> <property name="annotations.jar" location="../00_core_tools/findbugs/annotations.jar"/> <property name="plugin.build.dir" location="build"/> @@ -82,6 +82,7 @@ <compilerarg value="-Xlint:deprecation"/> <compilerarg value="-Xlint:unchecked"/> <compilerarg value="-Xep:ReferenceEquality:OFF" compiler="com.google.errorprone.ErrorProneAntCompilerAdapter"/> + <compilerarg value="-Xep:InsecureCryptoUsage:OFF" compiler="com.google.errorprone.ErrorProneAntCompilerAdapter"/> <compilerarg line="-Xmaxwarns 1000"/> <classpath refid="plugin.classpath"/> </javac> @@ -503,7 +504,8 @@ <target name="checkstyle"> <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties" classpath="${checkstyle.jar}"/> <checkstyle config="../00_core_tools/checkstyle/josm_checks.xml"> - <fileset dir="${basedir}/src" includes="**/*.java" excludes="com/google/**/*.java, + <fileset dir="${basedir}/src" includes="**/*.java" excludes="boofcv/**/*.java, + com/google/**/*.java, crosby/**/*.java, edu/princeton/**/*.java, net/boplicity/**/*.java, diff --git a/svn-info.xml b/svn-info.xml index 1abaa5f..f9d1589 100644 --- a/svn-info.xml +++ b/svn-info.xml @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <info> <entry - revision="33050" - kind="dir" - path="plugins"> + path="plugins" + revision="33112" + kind="dir"> <url>https://svn.openstreetmap.org/applications/editors/josm/plugins</url> <relative-url>^/applications/editors/josm/plugins</relative-url> <repository> @@ -11,9 +11,9 @@ <uuid>b9d5c4c9-76e1-0310-9c85-f3177eceb1e4</uuid> </repository> <commit - revision="33049"> + revision="33112"> <author>donvip</author> -<date>2016-11-03T20:49:11.513844Z</date> +<date>2017-01-07T00:19:08.574889Z</date> </commit> </entry> </info> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/josm-plugins.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

