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

fix javadoc target when launching from project button (clean,jar)

parent da37ae43
No related branches found
No related tags found
No related merge requests found
...@@ -210,7 +210,7 @@ ...@@ -210,7 +210,7 @@
click, test-single for Maven. TDN 08 JUN 2020. click, test-single for Maven. TDN 08 JUN 2020.
--> -->
<target name="jar"> <target name="jar" depends="compile,test,javadoc">
<!-- javadoc manifest properties --> <!-- javadoc manifest properties -->
<echo message="manifest.name = ${manifest.name}"/> <echo message="manifest.name = ${manifest.name}"/>
<echo message="Built-By = ${Built-By}"/> <echo message="Built-By = ${Built-By}"/>
......
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