Simplify deploy tasks
This commit is contained in:
parent
bf6114fdbe
commit
9fa587319f
|
@ -1,13 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<project name="filebot" default="fatjar" xmlns:ivy="antlib:org.apache.ivy.ant">
|
||||
<!-- include default inputs (optional) -->
|
||||
<property file="profile.properties" />
|
||||
|
||||
<!-- scp settings -->
|
||||
<property file="source/net/filebot/Settings.properties" />
|
||||
<property prefix="deploy" file="deploy.properties" />
|
||||
|
||||
<!-- include application properties -->
|
||||
<property file="source/net/filebot/Settings.properties" />
|
||||
<property name="title" value="${application.name}" />
|
||||
<property name="version" value="${application.version}" />
|
||||
|
||||
|
|
Loading…
Reference in New Issue