Skip to content

Commit

Permalink
LPS-130748 File got too big
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Aug 24, 2021
1 parent 4321f4c commit 2b1e38e
Show file tree
Hide file tree
Showing 4 changed files with 5,698 additions and 5,697 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1238,7 +1238,7 @@ print AdminControl.invoke(appManager, 'startApplication', 'liferay-portal')
</execute>
</target>

<target name="update-portal-properties-with-osgi-configuration-overrides">
<target name="update-portal-osgi-configuration-properties">
<pathconvert pathsep="," property="configuration.java.files">
<fileset
dir="modules"
Expand All @@ -1256,7 +1256,7 @@ print AdminControl.invoke(appManager, 'startApplication', 'liferay-portal')
newenvironment="true"
>
<arg value="configuration.java.files=${configuration.java.files}" />
<arg value="output.file=${project.dir}/portal-impl/src/portal.properties" />
<arg value="output.file=${project.dir}/portal-impl/src/portal-osgi-configuration.properties" />
<jvmarg if:true="${jvm.debug}" line="${jpda.settings}" />
</java>
</target>
Expand Down
Loading

0 comments on commit 2b1e38e

Please sign in to comment.