Skip to content

Commit

Permalink
Fix #279: Add URN taglibs (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Nov 3, 2024
1 parent 726179b commit 26138d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ void substrateResourceBuildItems(BuildProducer<NativeImageResourceBuildItem> nat
nativeImageResourceProducer.produce(new NativeImageResourceBuildItem(
"META-INF/maven/org.primefaces.extensions/primefaces-extensions/pom.properties",
"META-INF/primefaces-extensions.taglib.xml",
"META-INF/primefaces-extensions.urn.taglib.xml",
"META-INF/faces-config.xml",
"META-INF/LICENSE.txt",
"META-INF/NOTICE.txt"));
Expand Down Expand Up @@ -128,4 +129,4 @@ public List<String> collectClassesInPackage(CombinedIndexBuildItem combinedIndex
}
return classes;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ void substrateResourceBuildItems(BuildProducer<NativeImageResourceBuildItem> nat
nativeImageResourceProducer.produce(new NativeImageResourceBuildItem(
"META-INF/maven/org.primefaces/primefaces/pom.properties",
"META-INF/primefaces.taglib.xml",
"META-INF/primefaces.urn.taglib.xml",
"META-INF/faces-config.xml",
"META-INF/web-fragment.xml",
"META-INF/web.xml",
Expand Down

0 comments on commit 26138d2

Please sign in to comment.