mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-21 23:38:50 -05:00
Remove unused references
This commit is contained in:
parent
b5b61c9527
commit
433df82647
@ -5,9 +5,10 @@
|
||||
<property name="dir.source" location="${basedir}/source" />
|
||||
<property name="dir.build" location="${basedir}/build" />
|
||||
<property name="dir.dist" location="${basedir}/dist" />
|
||||
<property name="dir.lib" location="${basedir}/lib" />
|
||||
<property name="dir.website" location="${basedir}/website" />
|
||||
<property name="dir.installer" location="${basedir}/installer" />
|
||||
|
||||
<!-- external projects -->
|
||||
<property name="dir.lib" location="${basedir}/lib" />
|
||||
<property name="dir.cache" location="${basedir}/cache" />
|
||||
|
||||
<!-- import property files -->
|
||||
|
Loading…
Reference in New Issue
Block a user