Skip to content

Commit

Permalink
Revert "Patch for jersey-hk2.jar to fix OSGi error"
Browse files Browse the repository at this point in the history
This reverts commit 852970b.
  • Loading branch information
dmatej committed Mar 31, 2022
1 parent 00bbae0 commit 35f2d38
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 72 deletions.
34 changes: 0 additions & 34 deletions appserver/distributions/glassfish/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,40 +81,6 @@
</execution>
</executions>
</plugin>

<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<id>do stuff</id>
<phase>process-resources</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<target>
<macrodef name="jarupdate">
<attribute name="basedir"/>
<attribute name="includes"/>
<attribute name="destfile"/>
<sequential>
<zip destfile="@{destfile}.tmp">
<zipfileset src="@{destfile}" excludes="@{includes}"/>
</zip>
<move file="@{destfile}.tmp" tofile="@{destfile}" />
<zip update="true" basedir="@{basedir}" includes="@{includes}" destfile="@{destfile}" />
</sequential>
</macrodef>

<jarupdate
basedir="${patches}/jersey-hk2" includes="META-INF/MANIFEST.MF"
destfile="${glassfish.modules}/jersey-hk2.jar"
/>
</target>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>

This file was deleted.

0 comments on commit 35f2d38

Please sign in to comment.