Sponge fixes and additions patch:

* 3 New jbigi build scripts and old ones fixed to work properly.
    * Some trivial BOB work.
This commit is contained in:
sponge
2009-03-30 05:31:40 +00:00
parent 4a9543be78
commit 0c98d1843a
11 changed files with 245 additions and 27 deletions

View File

@@ -152,7 +152,7 @@ is divided into following sections:
<attribute default="${includes}" name="includes"/>
<attribute default="${excludes}" name="excludes"/>
<attribute default="${javac.debug}" name="debug"/>
<attribute default="" name="sourcepath"/>
<attribute default="/does/not/exist" name="sourcepath"/>
<element name="customize" optional="true"/>
<sequential>
<javac debug="@{debug}" deprecation="${javac.deprecation}" destdir="@{destdir}" encoding="${source.encoding}" excludes="@{excludes}" includeantruntime="false" includes="@{includes}" source="${javac.source}" sourcepath="@{sourcepath}" srcdir="@{srcdir}" target="${javac.target}">