Merge pull request #1398 from poixen/manaDir

Restructured Mage module
This commit is contained in:
poixen 2015-11-29 21:59:20 +01:00
commit 0da3fa6e31
1502 changed files with 11 additions and 9 deletions

View file

@ -1,4 +1,3 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
@ -32,6 +31,11 @@
<artifactId>ormlite-jdbc</artifactId>
<version>4.48</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
</dependency>
</dependencies>
<build>

Some files were not shown because too many files have changed in this diff Show more