Skip to content

Commit

Permalink
Localise Prism and Essentials.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fortifier42 committed Feb 13, 2016
1 parent 8bc77ea commit 4f22e03
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions pom.xml
Expand Up @@ -44,18 +44,6 @@
<id>sk89q-repo</id>
<url>http://maven.sk89q.com/artifactory/repo/</url>
</repository>
<repository>
<id>ess-repo</id>
<url>http://repo.ess3.net/content/groups/essentials</url>
</repository>
<repository>
<id>prism-repo</id>
<url>http://dhmc.us:8081/nexus/content/repositories/public/</url>
</repository>
<!--<repository>-->
<!--<id>worldcretornica-repo</id>-->
<!--<url>http://ci.worldcretornica.com:8080/plugin/repository/everything/</url>-->
<!--</repository>-->
</repositories>

<dependencies>
Expand Down Expand Up @@ -197,8 +185,8 @@
<groupId>net.ess3</groupId>
<artifactId>Essentials</artifactId>
<version>2.14-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>
<scope>system</scope>
<systemPath>${basedir}/src/main/resources/Essentials-2.x-SNAPSHOT.jar</systemPath>
</dependency>
<dependency>
<groupId>regalowl.hyperconomy</groupId>
Expand All @@ -218,8 +206,8 @@
<groupId>me.botsko</groupId>
<artifactId>prism</artifactId>
<version>2.0.4</version>
<type>jar</type>
<scope>compile</scope>
<scope>system</scope>
<systemPath>${basedir}/src/main/resources/prism-2.0.4.jar</systemPath>
</dependency>
<dependency>
<groupId>com.khorn</groupId>
Expand Down
Binary file added src/main/resources/Essentials-2.x-SNAPSHOT.jar
Binary file not shown.
Binary file added src/main/resources/prism-2.0.4.jar
Binary file not shown.

0 comments on commit 4f22e03

Please sign in to comment.