Rena Tsantouli 2012-02-23 11:34:24 +00:00
parent 33da76adab
commit c0a6e9b62b
1 changed files with 8 additions and 0 deletions

View File

@ -42,6 +42,14 @@
<include name="*.jar"/>
</fileset>
</path>
<!-- print out the computed classpath -->
<pathconvert
pathsep="${line.separator}|-- "
property="classpath.echo"
refid="classpath"
/>
<echo message="Computed Classpath"/>
<echo message="|-- ${classpath.echo}"/>
</target>
<target name="javadoc">
<javadoc access="public"