Skip to content

Commit

Permalink
removed unused arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
lolocohen committed Dec 4, 2018
1 parent 8c6cc15 commit 3ce887c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions JPPF/bin/build-docs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@
<javadoc destdir="${javadoc}" access="protected" Windowtitle="JPPF" packagenames="**/*.*" classpathref="javadoc.classpath" source="1.8" locale="en_US"
stylesheetfile="${bin}/stylesheet.css" verbose="false" use="true" doclet="org.jppf.javadoc.ExcludeDoclet" docletpath="${basedir}/classes">
<arg value="-J-Xmx512m"/>
<!--
<arg value="-J-Duser.language=fr"/>
<arg value="-J-Duser.country=FR"/>
<arg value="-J-Xrunjdwp:transport=dt_socket,address=localhost:8000,server=y,suspend=y"/>
-->
<arg value="-linksource"/>
<arg value="-quiet"/>
<packageset dir="${node}/src/java"/>
Expand Down

0 comments on commit 3ce887c

Please sign in to comment.