Repository: incubator-freemarker Updated Branches: refs/heads/3 6939fd075 -> 83b4b77ca
Fixing RMI stub generation Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/83b4b77c Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/83b4b77c Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/83b4b77c Branch: refs/heads/3 Commit: 83b4b77caaadb9d06f45065ad313941200b69adb Parents: 6939fd0 Author: ddekany <[email protected]> Authored: Wed Mar 1 19:40:45 2017 +0100 Committer: ddekany <[email protected]> Committed: Wed Mar 1 19:40:45 2017 +0100 ---------------------------------------------------------------------- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/83b4b77c/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 3da81a9..1589758 100644 --- a/build.xml +++ b/build.xml @@ -251,7 +251,7 @@ /> <rmic base="build/classes" classpathref="ivy.dep" - includes="build/src-main-java-filtered/org/apache/freemarker/core/debug/impl/Rmi*Impl.class" + includes="build/src-main-java-filtered/org/apache/freemarker/core/debug/Rmi*Impl.class" verify="yes" stubversion="1.2" />
