indentation fixes

This commit is contained in:
Sleaker 2012-08-29 10:33:53 -07:00
parent 3c3a15096d
commit 48b762dc70

80
pom.xml
View File

@ -14,19 +14,19 @@
<version>1.3.1-R1.0</version> <version>1.3.1-R1.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>de.hydrox.bukkit.DroxPerms</groupId> <groupId>de.hydrox.bukkit.DroxPerms</groupId>
<artifactId>DroxPerms</artifactId> <artifactId>DroxPerms</artifactId>
<version>0.4.0-SNAPSHOT</version> <version>0.4.0-SNAPSHOT</version>
<scope>system</scope> <scope>system</scope>
<systemPath>${project.basedir}/lib/DroxPerms-0.4.0-SNAPSHOT.jar</systemPath> <systemPath>${project.basedir}/lib/DroxPerms-0.4.0-SNAPSHOT.jar</systemPath>
</dependency>
<dependency>
<groupId>net.krinsoft.privileges</groupId>
<artifactId>Privileges</artifactId>
<version>1.4.0b45</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/Privileges.jar</systemPath>
</dependency> </dependency>
<dependency>
<groupId>net.krinsoft.privileges</groupId>
<artifactId>Privileges</artifactId>
<version>1.4.0b45</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/Privileges.jar</systemPath>
</dependency>
<dependency> <dependency>
<groupId>org.tyrannyofheaven.bukkit</groupId> <groupId>org.tyrannyofheaven.bukkit</groupId>
<artifactId>zPermissions</artifactId> <artifactId>zPermissions</artifactId>
@ -49,11 +49,11 @@
<systemPath>${project.basedir}/lib/CurrencyCore.jar</systemPath> <systemPath>${project.basedir}/lib/CurrencyCore.jar</systemPath>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.flobi.GoldIsMoney</groupId> <groupId>com.flobi.GoldIsMoney</groupId>
<artifactId>GoldIsMoney</artifactId> <artifactId>GoldIsMoney</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
<scope>system</scope> <scope>system</scope>
<systemPath>${project.basedir}/lib/GoldIsMoney.jar</systemPath> <systemPath>${project.basedir}/lib/GoldIsMoney.jar</systemPath>
</dependency> </dependency>
<dependency> <dependency>
<groupId>cosine.boseconomy.BOSEconomy</groupId> <groupId>cosine.boseconomy.BOSEconomy</groupId>
@ -77,11 +77,11 @@
<systemPath>${project.basedir}/lib/EconXP.jar</systemPath> <systemPath>${project.basedir}/lib/EconXP.jar</systemPath>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.neocraft.AEco</groupId> <groupId>org.neocraft.AEco</groupId>
<artifactId>AEco</artifactId> <artifactId>AEco</artifactId>
<version>2.1</version> <version>2.1</version>
<scope>system</scope> <scope>system</scope>
<systemPath>${project.basedir}/lib/AEco-2.1.jar</systemPath> <systemPath>${project.basedir}/lib/AEco-2.1.jar</systemPath>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.earth2me.essentials.Essentials</groupId> <groupId>com.earth2me.essentials.Essentials</groupId>
@ -105,12 +105,12 @@
<systemPath>${project.basedir}/lib/eWallet.jar</systemPath> <systemPath>${project.basedir}/lib/eWallet.jar</systemPath>
</dependency> </dependency>
<dependency> <dependency>
<groupId>boardinggamer.mcmoney</groupId> <groupId>boardinggamer.mcmoney</groupId>
<artifactId>McMoney</artifactId> <artifactId>McMoney</artifactId>
<version>1.2</version> <version>1.2</version>
<scope>system</scope> <scope>system</scope>
<systemPath>${project.basedir}/lib/McMoney.jar</systemPath> <systemPath>${project.basedir}/lib/McMoney.jar</systemPath>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.TheDgtl.iChat.iChat</groupId> <groupId>net.TheDgtl.iChat.iChat</groupId>
<artifactId>iChat</artifactId> <artifactId>iChat</artifactId>
@ -224,18 +224,18 @@
<systemPath>${project.basedir}/lib/Craftconomy3-b189.jar</systemPath> <systemPath>${project.basedir}/lib/Craftconomy3-b189.jar</systemPath>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.crystalyx.bukkit.simplyperms</groupId> <groupId>net.crystalyx.bukkit.simplyperms</groupId>
<artifactId>SimplyPerms</artifactId> <artifactId>SimplyPerms</artifactId>
<version>1.6.2</version> <version>1.6.2</version>
<scope>system</scope> <scope>system</scope>
<systemPath>${project.basedir}/lib/SimplyPerms.jar</systemPath> <systemPath>${project.basedir}/lib/SimplyPerms.jar</systemPath>
</dependency> </dependency>
<dependency> <dependency>
<groupId>Gringotts</groupId> <groupId>Gringotts</groupId>
<artifactId>Gringotts</artifactId> <artifactId>Gringotts</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>0.0.1-SNAPSHOT</version>
<scope>system</scope> <scope>system</scope>
<systemPath>${project.basedir}/lib/Gringotts.jar</systemPath> <systemPath>${project.basedir}/lib/Gringotts.jar</systemPath>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
@ -300,8 +300,8 @@
<version>true</version> <version>true</version>
<linksource>true</linksource> <linksource>true</linksource>
<links> <links>
<link>http://java.sun.com/j2se/1.5.0/docs/api/</link> <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
<link>http://jd.bukkit.org/apidocs/</link> <link>http://jd.bukkit.org/apidocs/</link>
</links> </links>
<bottom> <bottom>
<![CDATA[<b>MilkBukkit, 2011</b>]]> <![CDATA[<b>MilkBukkit, 2011</b>]]>