update gitignore and pom.xml - pom now directly downloads PEX from

tehk's repo
This commit is contained in:
sleak 2011-12-27 09:50:34 -08:00
parent ec17d7129d
commit 9ab8dc7903
2 changed files with 87 additions and 77 deletions

2
.gitignore vendored
View File

@ -8,3 +8,5 @@
.settings
javadoc
Vault.jar
/Vault.iml
/target

162
pom.xml
View File

@ -55,83 +55,76 @@
<scope>system</scope>
<systemPath>${project.basedir}/lib/EssentialsGroupManager.jar</systemPath>
</dependency>
<dependency>
<groupId>me.ethan.eWallet.ECO</groupId>
<artifactId>eWallet</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/eWallet.jar</systemPath>
</dependency>
<dependency>
<groupId>net.TheDgtl.iChat.iChat</groupId>
<artifactId>iChat</artifactId>
<version>2.4.4</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/iChat.jar</systemPath>
</dependency>
<dependency>
<groupId>com.nijiko.coelho.iConomy.iConomy</groupId>
<artifactId>iConomy</artifactId>
<version>4.65</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/iConomy4.jar</systemPath>
</dependency>
<dependency>
<groupId>com.iConomy.iConomy</groupId>
<artifactId>iConomy</artifactId>
<version>5.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/iConomy5.jar</systemPath>
</dependency>
<dependency>
<groupId>com.iCo6.iConomy</groupId>
<artifactId>iConomy</artifactId>
<version>6.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/iConomy6.jar</systemPath>
</dependency>
<dependency>
<groupId>net.D3GN.MiracleM4n.mChat.mChat</groupId>
<artifactId>mChat</artifactId>
<version>1.8.5</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/mChat.jar</systemPath>
</dependency>
<dependency>
<groupId>me.mjolnir.mineconomy.MineConomy</groupId>
<artifactId>MineConomy</artifactId>
<version>1.0.4</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/MineConomy.jar</systemPath>
</dependency>
<dependency>
<groupId>me.ashtheking.currency.Currency</groupId>
<artifactId>MultiCurrency</artifactId>
<version>0.1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/MultiCurrency.jar</systemPath>
</dependency>
<dependency>
<groupId>com.nijikokun.bukkit.Permissions.Permissions</groupId>
<artifactId>Permissions</artifactId>
<version>3.1.6</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/Permissions.jar</systemPath>
</dependency>
<dependency>
<groupId>com.platymuus.bukkit.permissions.PermissionsPlugin</groupId>
<artifactId>PermissionsBukkit</artifactId>
<version>1.2</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/PermissionsBukkit-1.2.jar</systemPath>
</dependency>
<dependency>
<groupId>ru.tehkode.permissions.bukkit.PermissionsEx</groupId>
<artifactId>PermissionsEx</artifactId>
<version>1.16</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/PermissionsEx.jar</systemPath>
</dependency>
<dependency>
<groupId>me.ethan.eWallet.ECO</groupId>
<artifactId>eWallet</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/eWallet.jar</systemPath>
</dependency>
<dependency>
<groupId>net.TheDgtl.iChat.iChat</groupId>
<artifactId>iChat</artifactId>
<version>2.4.4</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/iChat.jar</systemPath>
</dependency>
<dependency>
<groupId>com.nijiko.coelho.iConomy.iConomy</groupId>
<artifactId>iConomy</artifactId>
<version>4.65</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/iConomy4.jar</systemPath>
</dependency>
<dependency>
<groupId>com.iConomy.iConomy</groupId>
<artifactId>iConomy</artifactId>
<version>5.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/iConomy5.jar</systemPath>
</dependency>
<dependency>
<groupId>com.iCo6.iConomy</groupId>
<artifactId>iConomy</artifactId>
<version>6.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/iConomy6.jar</systemPath>
</dependency>
<dependency>
<groupId>net.D3GN.MiracleM4n.mChat.mChat</groupId>
<artifactId>mChat</artifactId>
<version>1.8.5</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/mChat.jar</systemPath>
</dependency>
<dependency>
<groupId>me.mjolnir.mineconomy.MineConomy</groupId>
<artifactId>MineConomy</artifactId>
<version>1.0.4</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/MineConomy.jar</systemPath>
</dependency>
<dependency>
<groupId>me.ashtheking.currency.Currency</groupId>
<artifactId>MultiCurrency</artifactId>
<version>0.1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/MultiCurrency.jar</systemPath>
</dependency>
<dependency>
<groupId>com.nijikokun.bukkit.Permissions.Permissions</groupId>
<artifactId>Permissions</artifactId>
<version>3.1.6</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/Permissions.jar</systemPath>
</dependency>
<dependency>
<groupId>com.platymuus.bukkit.permissions.PermissionsPlugin</groupId>
<artifactId>PermissionsBukkit</artifactId>
<version>1.2</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/PermissionsBukkit-1.2.jar</systemPath>
</dependency>
<dependency>
<groupId>com.palmergames.bukkit.towny.Towny</groupId>
<artifactId>Towny</artifactId>
@ -139,6 +132,11 @@
<scope>system</scope>
<systemPath>${project.basedir}/lib/Towny.jar</systemPath>
</dependency>
<dependency>
<groupId>ru.tehkode</groupId>
<artifactId>PermissionsEx</artifactId>
<version>1.18</version>
</dependency>
</dependencies>
<build>
<resources>
@ -180,4 +178,14 @@
</plugin>
</plugins>
</build>
<repositories>
<repository>
<id>bukkit-repo</id>
<url>http://repo.bukkit.org/content/groups/repo</url>
</repository>
<repository>
<id>tehkode-repo</id>
<url>http://repo.tehkode.ru/repository/repo/</url>
</repository>
</repositories>
</project>