|
My lazy header ... | |||||
antdoc.jindent
|
+--init
Beautifies the Java source code
<target depends="init" description="Beautifies the Java source code" name="antdoc.jindent" > <taskdef classname="org.ed.pack.ant.JindentTask" name="JindentTask" /> <JindentTask d="new_source" p="${SOURCE_DIRECTORY_PATH}/AntDoc-Style.jin" respect="true" > <fileset dir="${JAVA_SOURCE_DIRECTORY_PATH}"> <include name="**/*.java"/> </fileset> </JindentTask> </target> |
|
... is just like my footer! | |||||
com.icl.saxon.TransformerFactoryImpl