Mercurial > jhg
comparison build.xml @ 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 | cd5c87d96315 |
children |
comparison
equal
deleted
inserted
replaced
711:a62079bc422b | 712:a864fb309e4b |
---|---|
153 <pathelement location="${ssh.jar}"/> | 153 <pathelement location="${ssh.jar}"/> |
154 </classpath> | 154 </classpath> |
155 </javac> | 155 </javac> |
156 <jar destfile="${hg4j.jar}"> | 156 <jar destfile="${hg4j.jar}"> |
157 <fileset dir="bin/"> | 157 <fileset dir="bin/"> |
158 <include name="org/tmatesoft/hg/auth/**" /> | |
158 <include name="org/tmatesoft/hg/core/**" /> | 159 <include name="org/tmatesoft/hg/core/**" /> |
159 <include name="org/tmatesoft/hg/util/**" /> | 160 <include name="org/tmatesoft/hg/util/**" /> |
160 <include name="org/tmatesoft/hg/repo/**" /> | 161 <include name="org/tmatesoft/hg/repo/**" /> |
161 <include name="org/tmatesoft/hg/internal/**" /> | 162 <include name="org/tmatesoft/hg/internal/**" /> |
162 </fileset> | 163 </fileset> |