Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit 238ab8c

Browse files
committed
hibernate4 : Take into account subdirectories within the updage lib package for Windows
1 parent 63bd722 commit 238ab8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/assemblies/assembly-windows.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<outputDirectory>bin/jar/</outputDirectory>
7979
<directory>src/main/upgrades</directory>
8080
<includes>
81-
<include>*/*</include>
81+
<include>**/*</include>
8282
</includes>
8383
</fileSet>
8484
</fileSets>

0 commit comments

Comments
 (0)