partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit ccfc8dbf768ad347f14489970b014dff918052e0
parent b10ab0cee895c8cf286f0a4606bc3ef8d3710858
Author: Felicitus <felicitus@felicitus.org>
Date:   Mon, 11 Jan 2016 18:14:45 +0100

use existing value if it exists

Diffstat:
Mbuild.xml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.xml b/build.xml @@ -14,7 +14,7 @@ </target> <target name="release"> - <propertyprompt propertyName="partkeepr.version" defaultValue="" + <propertyprompt propertyName="partkeepr.version" useExistingValue="true" defaultValue="" promptText="Please enter the version number of the build to generate (e.g. 0.1)"/> <phingcall target="prepare-archiving"/>