Skip to content
Snippets Groups Projects
Commit 90c5b7fb authored by Brutzman, Don's avatar Brutzman, Don
Browse files

consolidated clean.all.pduLogs

parent 78b27be3
No related branches found
No related tags found
No related merge requests found
......@@ -82,6 +82,11 @@ POSSIBILITY OF SUCH DAMAGE.
<ant dir="assignments" target="jar"/>
<antcall target="javadoc.all"/>
</target>
<target name="clean.all.pduLogs" description="clean autogenerated PDU capture logs">
<ant dir="assignments" target="clean.all.pduLogs"/>
<ant dir="examples" target="clean.all.pduLogs"/>
</target>
<target name="javadoc.all">
<ant dir="examples" target="view.opendis7.javadoc"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment