Migrate API code to dynmap-api

This commit is contained in:
Mike Primm 2011-11-16 13:37:31 +08:00 committed by mikeprimm
parent 5a82448554
commit 5de65b92d3
9 changed files with 10 additions and 520 deletions

11
pom.xml
View file

@ -7,10 +7,10 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<url>http://github.com/FrozenCow/dynmap/</url>
<url>http://github.com/webbukkit/dynmap/</url>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/FrozenCow/dynmap/issues</url>
<url>https://github.com/webbukkit/dynmap/issues</url>
</issueManagement>
<build>
<resources>
@ -79,5 +79,12 @@
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.dynmap</groupId>
<artifactId>dynmap-api</artifactId>
<version>0.25</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
</dependencies>
</project>