Update copyright
[nikiroo-utils.git] / build.xml
index 807a6ea387faa24df2c3adfe0e801777e2a0771c..62af93a7d979cb8e84f709c9632a2599e73319b0 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
 
 <project name="jexer" basedir="." default="jar">
 
-  <!-- I test with gcj because it is Java 1.5 and has better warnings
-       for unused imports. -->
-  <property name="build.compiler" value="gcj"/>
-
-  <property name="version"       value="0.0.6"/>
+  <property name="version"       value="0.3.0"/>
   <property name="src.dir"       value="src"/>
   <property name="resources.dir" value="resources"/>
   <property name="build.dir"     value="build"/>
@@ -66,7 +62,7 @@
       <fileset dir="${src.dir}" includes="**/*.properties"/>
 
       <!-- Include source by default. -->
-      <fileset dir="${src.dir}"/>
+      <!-- <fileset dir="${src.dir}"/> -->
 
       <manifest>
         <attribute name="Main-Class" value="jexer.demos.Demo1"/>
@@ -94,7 +90,6 @@
         version="true"
         use="true"
         access="protected"
-        failonwarning="true"
         windowtitle="Jexer - Java Text User Interface - API docs">
 
       <fileset dir="${src.dir}" defaultexcludes="yes">
         <![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:"/>