Skip to content

Commit

Permalink
Removed ORB patches - web
Browse files Browse the repository at this point in the history
Signed-off-by: David Matějček <[email protected]>
  • Loading branch information
dmatej committed Sep 2, 2024
1 parent a817f36 commit 0d9e057
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 270 deletions.
25 changes: 1 addition & 24 deletions appserver/distributions/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,40 +110,17 @@
</sequential>
</macrodef>



<!-- To support Expression Language 6 and Expressly 6-->
<jarupdate
basedir="${patches}/hibernate-validator" includes="META-INF/MANIFEST.MF"
destfile="${glassfish.modules}/hibernate-validator.jar"
/>



<!-- To support Jakarta Annotations 3 -->
<jarupdate
basedir="${patches}/hibernate-validator-cdi" includes="META-INF/MANIFEST.MF"
destfile="${glassfish.modules}/hibernate-validator-cdi.jar"
/>


<!-- To support glassfish.pfl 5.0.0 -->

<!-- Patch for gmbal 4.0.3 -->

<jarupdate
basedir="${patches}/gmbal" includes="META-INF/MANIFEST.MF"
destfile="${glassfish.modules}/gmbal.jar"
/>

<!-- Patch for glassfish-corba 4.2.5 -->
<jarupdate
basedir="${patches}/glassfish-corba-internal-api" includes="META-INF/MANIFEST.MF"
destfile="${glassfish.modules}/glassfish-corba-internal-api.jar"
/>
<jarupdate
basedir="${patches}/glassfish-corba-orb" includes="META-INF/MANIFEST.MF"
destfile="${glassfish.modules}/glassfish-corba-orb.jar"
/>
</target>
</configuration>
</execution>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 0d9e057

Please sign in to comment.