Skip to content

Commit

Permalink
LPS-62137 SF
Browse files Browse the repository at this point in the history
  • Loading branch information
Ithildir authored and brianchandotcom committed Jan 21, 2016
1 parent 4f2cc6d commit 22af785
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions build-dist.xml
Expand Up @@ -987,7 +987,7 @@ release was successful.</echo>
<ant dir="portal-impl" inheritall="false" target="compile-test" />

<ant inheritall="false" target="format-javadoc">
<property name="xml" value="true"/>
<property name="xml" value="true" />
</ant>

<delete>
Expand All @@ -998,8 +998,9 @@ release was successful.</echo>

<ant dir="${lp.plugins.dir}" inheritall="false" target="clean" />
<ant dir="${lp.plugins.dir}" inheritall="false" target="compile" />

<ant dir="${lp.plugins.dir}" inheritall="false" target="format-javadoc">
<property name="xml" value="true"/>
<property name="xml" value="true" />
</ant>

<parallel>
Expand Down
Expand Up @@ -287,8 +287,8 @@ public JavadocFormatter(Map<String, String> arguments) throws Exception {
if (!oldJavadocsRuntimeXmlContent.equals(
newJavadocsRuntimeXmlContent)) {

_write(javadocsRuntimeXmlFile,
newJavadocsRuntimeXmlContent);
_write(
javadocsRuntimeXmlFile, newJavadocsRuntimeXmlContent);

_modifiedFileNames.add(
javadocsRuntimeXmlFile.getAbsolutePath());
Expand Down

0 comments on commit 22af785

Please sign in to comment.