1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-07 16:03:10 +00:00

Merge branch 'proposed/database-derby'

Conflicts:
	pom.xml
This commit is contained in:
2011-10-06 01:03:26 -03:00
35 changed files with 1114 additions and 365 deletions

View File

@@ -4,8 +4,6 @@
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
<id>h2-bin</id>
<formats>
<!-- <format>tar.gz</format> -->
<!-- <format>tar.bz2</format> -->
<format>zip</format>
</formats>
<baseDirectory></baseDirectory>
@@ -46,7 +44,9 @@
<unpack>false</unpack>
<scope>runtime</scope>
<excludes>
<exclude>mysql:mysql-connector-java</exclude>
<exclude>mysql:*</exclude>
<exclude>org.apache.derby:*</exclude>
<exclude>com.orientechnologies:*</exclude>
</excludes>
</dependencySet>
</dependencySets>