mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-06 07:32:46 +00:00
Excludes other databases from database-specific releases
This commit is contained in:
@@ -18,7 +18,8 @@
|
|||||||
<exclude>.gitignore</exclude>
|
<exclude>.gitignore</exclude>
|
||||||
<exclude>data/cache/**</exclude>
|
<exclude>data/cache/**</exclude>
|
||||||
<exclude>data/pathing.db</exclude>
|
<exclude>data/pathing.db</exclude>
|
||||||
<exclude>data/database.h2.*</exclude>
|
<exclude>data/database/h2/**</exclude>
|
||||||
|
<exclude>data/database/orientdb/**</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
</fileSet>
|
</fileSet>
|
||||||
<fileSet>
|
<fileSet>
|
||||||
|
|||||||
@@ -18,7 +18,8 @@
|
|||||||
<exclude>.gitignore</exclude>
|
<exclude>.gitignore</exclude>
|
||||||
<exclude>data/cache/**</exclude>
|
<exclude>data/cache/**</exclude>
|
||||||
<exclude>data/pathing.db</exclude>
|
<exclude>data/pathing.db</exclude>
|
||||||
<exclude>data/database.h2.*</exclude>
|
<exclude>data/database/derby/**</exclude>
|
||||||
|
<exclude>data/database/orientdb/**</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
</fileSet>
|
</fileSet>
|
||||||
<fileSet>
|
<fileSet>
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
<exclude>.gitignore</exclude>
|
<exclude>.gitignore</exclude>
|
||||||
<exclude>data/cache/**</exclude>
|
<exclude>data/cache/**</exclude>
|
||||||
<exclude>data/pathing.db</exclude>
|
<exclude>data/pathing.db</exclude>
|
||||||
<exclude>data/database.h2.*</exclude>
|
<exclude>data/database/**</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
</fileSet>
|
</fileSet>
|
||||||
<fileSet>
|
<fileSet>
|
||||||
|
|||||||
@@ -18,7 +18,8 @@
|
|||||||
<exclude>.gitignore</exclude>
|
<exclude>.gitignore</exclude>
|
||||||
<exclude>data/cache/**</exclude>
|
<exclude>data/cache/**</exclude>
|
||||||
<exclude>data/pathing.db</exclude>
|
<exclude>data/pathing.db</exclude>
|
||||||
<exclude>data/database.h2.*</exclude>
|
<exclude>data/database/derby/**</exclude>
|
||||||
|
<exclude>data/database/h2/**</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
</fileSet>
|
</fileSet>
|
||||||
<fileSet>
|
<fileSet>
|
||||||
|
|||||||
Reference in New Issue
Block a user