1
0
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:
2011-12-19 16:22:18 -02:00
parent eaf0efe2b3
commit b571795eee
4 changed files with 7 additions and 4 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>