Skip to content

Commit

Permalink
Fix #7976: Add <distributable /> to web-fragment.xml (#7977)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Oct 16, 2021
1 parent a13585a commit 0abec7c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions primefaces/src/main/resources/META-INF/web-fragment.xml
Expand Up @@ -3,6 +3,11 @@
version="3.0"
xmlns="http://java.sun.com/xml/ns/javaee"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-fragment_3_0.xsd">

<name>primefaces</name>

<distributable />

<listener>
<listener-class>org.primefaces.webapp.UploadedFileCleanerListener</listener-class>
</listener>
Expand Down

0 comments on commit 0abec7c

Please sign in to comment.