Skip to content

Commit

Permalink
LPS-26987
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Apr 26, 2012
1 parent d9626ac commit 4cab31c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-common.xml
Expand Up @@ -359,7 +359,7 @@ Please set the environment variable ANT_OPTS to the recommended value of
fork="true"
newenvironment="true"
>
<jvmarg value="-Xmx128m" />
<jvmarg value="-Xmx512m" />
<arg value="javadoc.base.dir=${basedir}" />
<arg value="javadoc.init=${init}" />
<arg value="javadoc.limit=${limit}" />
Expand Down
2 changes: 1 addition & 1 deletion portal-impl/build.xml
Expand Up @@ -1112,7 +1112,7 @@ public class Creole10Parser]]></replacevalue>
</if>

<copy todir="${portal-impl.classes.dir}">
<fileset dir="src" excludes="**/*.java" />
<fileset dir="src" excludes="**/*.java,**/META-INF/javadocs-*.xml" />
</copy>
</target>

Expand Down

0 comments on commit 4cab31c

Please sign in to comment.