From b3392986bebdb399886172f844927bf57fa9e051 Mon Sep 17 00:00:00 2001 From: wizjany Date: Fri, 15 Mar 2013 16:00:14 -0400 Subject: [PATCH] Fix line endings --- pom.xml | 626 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 313 insertions(+), 313 deletions(-) diff --git a/pom.xml b/pom.xml index cac7360157..a616126737 100644 --- a/pom.xml +++ b/pom.xml @@ -1,313 +1,313 @@ - - 4.0.0 - com.sk89q - worldedit - 5.5.3-SNAPSHOT - WorldEdit - WorldEdit allows for editing the Minecraft SMP world - en-masse, de-griefing, and fixing issues. - - - GNU General Public License 2.0 - LICENSE.txt - repo - License on WorldEdit - - - GNU Lesser General Public License 3.0 - LICENSE_LGPL.txt - repo - License on all new contributions - - - - scm:git:git://github.com/sk89q/worldedit.git - https://github.com/sk89q/worldedit - master - scm:git:git@github.com:sk89q/worldedit.git - - - UTF-8 - - - - sk89q-repo - http://maven.sk89q.com/repo/ - - - bukkit-repo - http://repo.bukkit.org/content/groups/public - - - - - - com.sk89q - dummypermscompat - 1.7 - compile - true - - - - de.schlichtherle - truezip - 6.8.3 - compile - - - rhino - js - 1.7R2 - compile - - - com.sk89q - jchronic - 0.2.4a - jar - compile - - - org.mockito - mockito-core - 1.9.0-rc1 - test - - - - org.bukkit - bukkit - 1.5-R0.1-SNAPSHOT - compile - true - - - org.bukkit - craftbukkit - 1.5-R0.1-SNAPSHOT - compile - true - - - - - sk89q-docs-upload - ftp://sk89q-maven-deploy/worldedit/ - - - maven.sk89q.com - http://maven.sk89q.com/artifactory/libs-release-local - - - - install - ${basedir}/src/main/java/ - - - - org.apache.maven.wagon - wagon-ftp - 1.0-beta-6 - - - - - - . - true - ${basedir}/src/main/resources/ - - plugin.yml - properties.yml - - - - defaults/ - true - ${basedir}/src/main/resources/ - - config.yml - - - - nmsblocks/ - false - ${basedir}/src/main/resources/nmsblocks/ - - *.class - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.3.2 - - 1.6 - 1.6 - - - - - org.apache.maven.plugins - maven-jar-plugin - 2.3.1 - - - true - - true - true - - - truezip.jar WorldEdit/truezip.jar js.jar WorldEdit/js.jar - - ${project.version} - - - - - - - maven-assembly-plugin - 2.2-beta-2 - - ${basedir}/src/main/assembly/default.xml - - - - release - package - - single - - - - - - - org.apache.maven.plugins - maven-shade-plugin - 1.7.1 - - - package - - shade - - - - - com.sk89q:jchronic - - - - - - - - - org.apache.maven.plugins - maven-release-plugin - 2.3.2 - - assembly:assembly - assembly:assembly - @{project.version} - - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.7.2 - - - **/TestOfflinePermissible.java - - - - - - org.apache.maven.plugins - maven-site-plugin - 3.1 - - - - org.apache.maven.plugins - maven-project-info-reports-plugin - 2.5 - - - - license - index - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.8.1 - - - - - - - - - spout - - - spout-repo - http://nexus.spout.org/content/groups/public/ - - - - - org.spout - spoutapi - dev-SNAPSHOT - true - - - org.spout - vanilla - 1.4.7-SNAPSHOT - true - - - - - - org.codehaus.mojo - build-helper-maven-plugin - 1.5 - - - add-sources - generate-sources - - add-source - - - - ${basedir}/src/spout/java - - - - - - - - - - + + 4.0.0 + com.sk89q + worldedit + 5.5.3-SNAPSHOT + WorldEdit + WorldEdit allows for editing the Minecraft SMP world + en-masse, de-griefing, and fixing issues. + + + GNU General Public License 2.0 + LICENSE.txt + repo + License on WorldEdit + + + GNU Lesser General Public License 3.0 + LICENSE_LGPL.txt + repo + License on all new contributions + + + + scm:git:git://github.com/sk89q/worldedit.git + https://github.com/sk89q/worldedit + master + scm:git:git@github.com:sk89q/worldedit.git + + + UTF-8 + + + + sk89q-repo + http://maven.sk89q.com/repo/ + + + bukkit-repo + http://repo.bukkit.org/content/groups/public + + + + + + com.sk89q + dummypermscompat + 1.7 + compile + true + + + + de.schlichtherle + truezip + 6.8.3 + compile + + + rhino + js + 1.7R2 + compile + + + com.sk89q + jchronic + 0.2.4a + jar + compile + + + org.mockito + mockito-core + 1.9.0-rc1 + test + + + + org.bukkit + bukkit + 1.5-R0.1-SNAPSHOT + compile + true + + + org.bukkit + craftbukkit + 1.5-R0.1-SNAPSHOT + compile + true + + + + + sk89q-docs-upload + ftp://sk89q-maven-deploy/worldedit/ + + + maven.sk89q.com + http://maven.sk89q.com/artifactory/libs-release-local + + + + install + ${basedir}/src/main/java/ + + + + org.apache.maven.wagon + wagon-ftp + 1.0-beta-6 + + + + + + . + true + ${basedir}/src/main/resources/ + + plugin.yml + properties.yml + + + + defaults/ + true + ${basedir}/src/main/resources/ + + config.yml + + + + nmsblocks/ + false + ${basedir}/src/main/resources/nmsblocks/ + + *.class + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + 1.6 + 1.6 + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.3.1 + + + true + + true + true + + + truezip.jar WorldEdit/truezip.jar js.jar WorldEdit/js.jar + + ${project.version} + + + + + + + maven-assembly-plugin + 2.2-beta-2 + + ${basedir}/src/main/assembly/default.xml + + + + release + package + + single + + + + + + + org.apache.maven.plugins + maven-shade-plugin + 1.7.1 + + + package + + shade + + + + + com.sk89q:jchronic + + + + + + + + + org.apache.maven.plugins + maven-release-plugin + 2.3.2 + + assembly:assembly + assembly:assembly + @{project.version} + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.7.2 + + + **/TestOfflinePermissible.java + + + + + + org.apache.maven.plugins + maven-site-plugin + 3.1 + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.5 + + + + license + index + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.8.1 + + + + + + + + + spout + + + spout-repo + http://nexus.spout.org/content/groups/public/ + + + + + org.spout + spoutapi + dev-SNAPSHOT + true + + + org.spout + vanilla + 1.4.7-SNAPSHOT + true + + + + + + org.codehaus.mojo + build-helper-maven-plugin + 1.5 + + + add-sources + generate-sources + + add-source + + + + ${basedir}/src/spout/java + + + + + + + + + +