Skip to content

Commit

Permalink
LPS-141933 remove unused JRebel
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Nov 1, 2021
1 parent 7a38f89 commit 1c5f8be
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 70 deletions.
39 changes: 0 additions & 39 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -824,45 +824,6 @@ This target has been renamed to "snapshot-bundle". Please call "snapshot-bundle"
<ant dir="util-taglib" inheritAll="false" target="restore-latest-artifact-version" />
</target>

<target depends="setup-jrebel-properties" name="setup-jrebel">
<copy
file="tools/jrebel/rebel.xml_GLOBAL"
tofile="${app.server.lib.global.dir}/rebel.xml"
>
<filterchain>
<expandproperties />
</filterchain>
</copy>

<copy
file="tools/jrebel/rebel.xml_PORTAL"
tofile="${app.server.classes.portal.dir}/rebel.xml"
>
<filterchain>
<expandproperties />
</filterchain>
</copy>
</target>

<target name="setup-jrebel-init">
<condition property="liferay.lib.portal.dir.isset">
<resourcecontains
resource="portal-impl/src/system-ext.properties"
substring="liferay.lib.portal.dir"
/>
</condition>
</target>

<target depends="setup-jrebel-init" name="setup-jrebel-properties" unless="liferay.lib.portal.dir.isset">
<echo append="true" file="portal-impl/src/system-ext.properties" message="liferay.lib.portal.dir=${app.server.shielded-container-lib.portal.dir}" />

<copy
file="portal-impl/src/system-ext.properties"
overwrite="true"
tofile="portal-impl/classes/system-ext.properties"
/>
</target>

<target name="setup-libs">
<setup-libs />
</target>
Expand Down
11 changes: 0 additions & 11 deletions tools/jrebel/rebel.xml_GLOBAL

This file was deleted.

20 changes: 0 additions & 20 deletions tools/jrebel/rebel.xml_PORTAL

This file was deleted.

0 comments on commit 1c5f8be

Please sign in to comment.