Skip to content

Commit

Permalink
LPS-149982 Remove com.liferay.portal module.xml as it is not longer n…
Browse files Browse the repository at this point in the history
…ecessary after LPS-129816 story
  • Loading branch information
jorgediaz-lr authored and brianchandotcom committed Apr 11, 2022
1 parent c775338 commit 18a8024
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
20 changes: 0 additions & 20 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1110,26 +1110,6 @@ This target has been renamed to "snapshot-bundle". Please call "snapshot-bundle"
</target>

<target name="update-app-server-scripts">
<if>
<or>
<equals arg1="${app.server.type}" arg2="jboss" />
<equals arg1="${app.server.type}" arg2="wildfly" />
</or>
<then>
<if>
<not>
<available file="${app.server.lib.global.dir}/module.xml" />
</not>
<then>
<copy
file="tools/servers/jboss/modules/module.xml"
tofile="${app.server.lib.global.dir}/module.xml"
/>
</then>
</if>
</then>
</if>

<if>
<equals arg1="${app.server.type}" arg2="tomcat" />
<then>
Expand Down
12 changes: 0 additions & 12 deletions tools/servers/jboss/modules/module.xml

This file was deleted.

0 comments on commit 18a8024

Please sign in to comment.