Merge branch 'master' of https://github.com/klamonte/jexer
[nikiroo-utils.git] / build.xml
index f47d0416f26867a228214833504dee768c924982..e6d7bbb7850f52f6115c4f4ee1d244bc9cb16df1 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -51,6 +51,9 @@
        <jar destfile="${jar.dir}/${ant.project.name}.jar"
             basedir="${classes.dir}">
          <fileset dir="${resources.dir}"/>
+         <!-- By including Jexer's source, the LGPL terms are
+              automatically satisfied. -->
+         <fileset dir="${src.dir}"/>
          <manifest>
            <attribute name="Main-Class" value="jexer.demos.Demo1"/>
          </manifest>