Skip to content

Commit

Permalink
Revert "Add patch for jaxb-osgi.jar that fixes imports"
Browse files Browse the repository at this point in the history
This reverts commit 254e408.

# Conflicts:
#	appserver/distributions/glassfish/pom.xml
  • Loading branch information
dmatej committed Jun 22, 2023
1 parent 805c934 commit 0540471
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 886 deletions.
14 changes: 5 additions & 9 deletions appserver/distributions/glassfish/pom.xml
Expand Up @@ -82,7 +82,7 @@
</execution>
</executions>
</plugin>

<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
Expand All @@ -95,7 +95,7 @@
<configuration>
<target>
<macrodef name="jarupdate">
<attribute name="basedir"/>
<attribute name="basedir"/>
<attribute name="includes"/>
<attribute name="destfile"/>
<sequential>
Expand All @@ -106,23 +106,19 @@
<zip update="true" basedir="@{basedir}" includes="@{includes}" destfile="@{destfile}" />
</sequential>
</macrodef>
<jarupdate

<jarupdate
basedir="${patches}/xmlsec" includes="META-INF/MANIFEST.MF"
destfile="${glassfish.modules}/xmlsec.jar"
/>
<jarupdate
<jarupdate
basedir="${patches}/microprofile-jwt-auth-api" includes="META-INF/MANIFEST.MF"
destfile="${glassfish.modules}/microprofile-jwt-auth-api.jar"
/>
<jarupdate
basedir="${patches}/microprofile-rest-client-api" includes="META-INF/MANIFEST.MF"
destfile="${glassfish.modules}/microprofile-rest-client-api.jar"
/>
<jarupdate
basedir="${patches}/jaxb-osgi" includes="META-INF/MANIFEST.MF"
destfile="${glassfish.modules}/jaxb-osgi.jar"
/>
</target>
</configuration>
</execution>
Expand Down

0 comments on commit 0540471

Please sign in to comment.