mirror of https://github.com/apache/poi.git
Finally found out how to load the ant optional tasks without having to
put the jar under ant lib! :-D Moved the default.properties of ant in a separate jar and removed the definitions of the optional tasks used by centipede; removed the optional tasks from ant optional.jar and put the classes in a jar in the relative cent lib dir. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352346 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a2f91d5fb1
commit
3201dd15ad
|
@ -67,7 +67,7 @@
|
||||||
<!-- define the tasks found in cents -->
|
<!-- define the tasks found in cents -->
|
||||||
<taskdef file="${temp.dir}/${task.properties.name}">
|
<taskdef file="${temp.dir}/${task.properties.name}">
|
||||||
<classpath>
|
<classpath>
|
||||||
<fileset dir="tools">
|
<fileset dir="./tools">
|
||||||
<include name="**/*.jar"/>
|
<include name="**/*.jar"/>
|
||||||
</fileset>
|
</fileset>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue