<property name="build" location="build"/>
<property name="dist" location="dist"/>
<property name="dist-pack" location="dist-pack"/>
+ <property name="dist-name" value="fo-editor"/>
<property name="resources" value="resources"/>
<property name="lib" value="lib"/>
<!-- name of the application -->
<property name="name" value="FOeditor"/>
<!-- version of the application -->
- <property name="version" value="1_0"/>
+ <property name="version" value="1.0.1"/>
<property name="main" value="cz.zcu.fav.kiv.editor.controller.MainController"/>
description="Generate and pack the distribution" >
<delete dir="${dist-pack}"/>
<mkdir dir="${dist-pack}"/>
- <zip destfile="${dist-pack}/${name}-${version}.zip"
+ <zip destfile="${dist-pack}/${dist-name}-${version}.zip"
basedir="${dist}"
update="true"
/>
public static final String OPTION_PATH = "options.xml";\r
\r
/** The version of the application */\r
- public static final String APPLICATION_VERSION = "1.0";\r
+ public static final String APPLICATION_VERSION = "1.0.1";\r
\r
/** The stylesheet XSL namespace */\r
public static final String XSL_NAMESPACE = "http://www.w3.org/1999/XSL/Transform";\r