Fix java doc, make an about section, add the ubb logo

This commit is contained in:
Chris Cromer 2017-07-07 02:28:53 -04:00
parent d11e0d8190
commit a73064fd9f
1 changed files with 6 additions and 1 deletions

7
mt.xml
View File

@ -148,6 +148,7 @@
<path id="mt.module.sourcepath">
<dirset dir="${module.mt.basedir}">
<include name="src"/>
<include name="ejemplos"/>
</dirset>
</path>
@ -169,6 +170,10 @@
<patternset refid="compiler.resources"/>
<type type="file"/>
</fileset>
<fileset dir="${module.mt.basedir}/ejemplos">
<patternset refid="compiler.resources"/>
<type type="file"/>
</fileset>
</copy>
</target>
@ -195,7 +200,7 @@
<taskdef resource="com/sun/javafx/tools/ant/antlib.xml" uri="javafx:com.sun.javafx.tools.ant" classpath="${jdk.home.1.8}/lib/ant-javafx.jar"/>
</target>
<target name="clean.artifact.mt" depends="init.artifacts" description="clean MT artifact output">
<target name="clean.artifact.mt" description="clean MT artifact output">
<delete dir="${artifact.output.mt}"/>
</target>