Fix java doc, make an about section, add the ubb logo
This commit is contained in:
parent
d11e0d8190
commit
a73064fd9f
7
mt.xml
7
mt.xml
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user