build.xml.svn-base
来自「it is a tools for developing J2ME applic」· SVN-BASE 代码 · 共 17 行
SVN-BASE
17 行
<project name="kSOAP2_TopLevel" default="build.documentation"> <target name="build.documentation"> <ant dir="ksoap2" /> <copy todir="www/doc/api"> <fileset dir="ksoap2/doc/api"> <include name="**/*" /> </fileset> </copy> </target> <target name="clean"> <delete dir="www/doc" /> <ant dir="ksoap2" target="clean" /> </target></project>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?