Build: Add resources to dependencies

remove unused systray icons
This commit is contained in:
zzz
2021-07-30 10:35:12 -04:00
parent a634a9e3cf
commit 877b1f5f56
8 changed files with 6 additions and 210 deletions

View File

@@ -462,6 +462,7 @@
<target name="jarUpToDate">
<uptodate property="jar.uptodate" targetfile="jettylib/jetty-i2p.jar" >
<srcfiles dir= "build/obj" includes="**/*.class" />
<srcfiles dir= "resources" />
</uptodate>
<condition property="shouldListChanges" >
<and>