1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-24 08:48:51 -05:00

Simplify deploy tasks

This commit is contained in:
Reinhard Pointner 2016-04-03 04:43:45 +00:00
parent b7606ab159
commit 941768b42a

View File

@ -951,7 +951,7 @@
</target> </target>
<target name="deploy-package-source" depends="stage-release" description="Update Synology Package Source"> <target name="deploy-synology" description="Update Synology Package Source">
<taskdef name="package-source" classname="net.filebot.ant.spk.RepositoryTask" classpathref="jars.classpath" /> <taskdef name="package-source" classname="net.filebot.ant.spk.RepositoryTask" classpathref="jars.classpath" />
<!-- merge all filebot related packages into a single package source file --> <!-- merge all filebot related packages into a single package source file -->