Mercurial > hg4j
changeset 712:a864fb309e4b
Issue 49: NoClassDefFoundError: org/tmatesoft/hg/auth/HgAuthenticator. Missing package in the binary bundle
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Sun, 03 Aug 2014 18:04:13 +0200 |
parents | a62079bc422b |
children | 661e77dc88ba |
files | build.xml |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/build.xml Fri Oct 11 21:35:41 2013 +0200 +++ b/build.xml Sun Aug 03 18:04:13 2014 +0200 @@ -155,6 +155,7 @@ </javac> <jar destfile="${hg4j.jar}"> <fileset dir="bin/"> + <include name="org/tmatesoft/hg/auth/**" /> <include name="org/tmatesoft/hg/core/**" /> <include name="org/tmatesoft/hg/util/**" /> <include name="org/tmatesoft/hg/repo/**" />