1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-06 07:32:46 +00:00

Adds missing orientdb assembly descriptor

This commit is contained in:
2011-12-26 12:34:55 -02:00
parent d363c30c5c
commit d4d20215a2
12 changed files with 129 additions and 47 deletions

View File

@@ -18,8 +18,7 @@
<exclude>.gitignore</exclude>
<exclude>data/cache/**</exclude>
<exclude>data/pathing.db</exclude>
<exclude>data/database/h2/**</exclude>
<exclude>data/database/orientdb/**</exclude>
<exclude>data/database/**</exclude>
</excludes>
</fileSet>
<fileSet>
@@ -44,6 +43,7 @@
<excludes>
<exclude>mysql:*</exclude>
<exclude>com.h2database:*</exclude>
<exclude>com.orientechnologies:*</exclude>
</excludes>
</dependencySet>
</dependencySets>