Now using Logging 1.0.4

This commit is contained in:
Jeremy Wood 2012-10-18 21:19:33 -04:00
parent 3572d3fbe7
commit b35a0325b8

View File

@ -207,6 +207,10 @@
<pattern>com.dumptruckman.minecraft.util.Logging</pattern> <pattern>com.dumptruckman.minecraft.util.Logging</pattern>
<shadedPattern>com.onarandombox.MultiverseCore.utils.CoreLogging</shadedPattern> <shadedPattern>com.onarandombox.MultiverseCore.utils.CoreLogging</shadedPattern>
</relocation> </relocation>
<relocation>
<pattern>com.dumptruckman.minecraft.util.DebugLog</pattern>
<shadedPattern>com.onarandombox.MultiverseCore.utils.DebugLog</shadedPattern>
</relocation>
</relocations> </relocations>
</configuration> </configuration>
</execution> </execution>
@ -283,7 +287,7 @@
<dependency> <dependency>
<groupId>com.dumptruckman.minecraft</groupId> <groupId>com.dumptruckman.minecraft</groupId>
<artifactId>Logging</artifactId> <artifactId>Logging</artifactId>
<version>1.0.3</version> <version>1.0.4</version>
<type>jar</type> <type>jar</type>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>