#38 notify backend of lost connection, version bump to 0.3.1
[fanfix.git] / build.xml
index 4e7abb8a8d0662376fde4e2187879ec3b5d3150b..c212a757d345c2351ca795e7635e23fabcf657bf 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -4,7 +4,7 @@
 
    The MIT License (MIT)
 
-   Copyright (C) 2017 Kevin Lamonte
+   Copyright (C) 2019 Kevin Lamonte
 
    Permission is hereby granted, free of charge, to any person
    obtaining a copy of this software and associated documentation
@@ -30,7 +30,7 @@
 
 <project name="jexer" basedir="." default="jar">
 
-  <property name="version"       value="0.0.6"/>
+  <property name="version"       value="0.3.1"/>
   <property name="src.dir"       value="src"/>
   <property name="resources.dir" value="resources"/>
   <property name="build.dir"     value="build"/>
@@ -49,6 +49,8 @@
            includeantruntime="false"
            debug="on"
            debuglevel="lines,vars,source"
+           target="1.6"
+           source="1.6"
            />
   </target>
 
@@ -90,8 +92,9 @@
         version="true"
         use="true"
         access="protected"
-        windowtitle="Jexer - Java Text User Interface - API docs">
-
+        windowtitle="Jexer - Java Text User Interface - API docs"
+        additionalparam="--frames"
+        >
       <fileset dir="${src.dir}" defaultexcludes="yes">
         <include name="jexer/**/*.java"/>
       </fileset>
         <![CDATA[<h1>Jexer - Java Text User Interface Library</h1>]]>
       </doctitle>
       <bottom>
-        <![CDATA[<i>Copyright &#169; 2017 Kevin Lamonte. Licensed MIT.</i>]]>
+        <![CDATA[<i>Copyright &#169; 2019 Kevin Lamonte. Licensed MIT.</i>]]>
       </bottom>
       <!--
           <tag name="todo" scope="all" description="To do:"/>