]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/uwobo/build.xml
Initial revision
[helm.git] / helm / uwobo / build.xml
index de9d59a8764b0ba05d1971d99ad7b9b7e08c4643..634c6233f86da5d6200afdaf48018dd25504afcc 100644 (file)
@@ -4,7 +4,8 @@
 
        <property name="Name" value="Uwobo"/>
        <property name="name" value="uwobo"/>
-       <property name="version" value="1.1.14beta"/>
+       <property name="version" value="1.2.1"/>
+       <property name="serialization_dir" value=""/>
 
        <property file=".${name}.properties" />
        <property file="${user.home}/.${name}.properties" />
@@ -63,6 +64,7 @@
                <filter token="VERSION" value="${version}" />
                <filter token="DATE" value="${TODAY}" />
                <filter token="TIME" value="${TSTAMP}" />
+                <filter token="SERIALIZATION_DIR" value="${serialization_dir}" />
                <copy todir="${build.dir}" overwrite="true" filtering="on">
                        <fileset dir="${src.dir}">
                                <include name="**/properties.txt" />
                <copy todir="${dist.dir}/lib" >
                        <fileset dir="${lib.dir}" />
                </copy>
-                <!-- CSC: next line needed only if docs is empty -->
-               <mkdir dir="${docs.dir}"/>
                <copy todir="${dist.dir}/docs" >
                        <fileset dir="${docs.dir}" />
                </copy>