From 9588758ce25b0da6a2e667f6aeaa323ce80ca032 Mon Sep 17 00:00:00 2001 From: Wulfspider Date: Wed, 3 Aug 2011 23:14:41 -0400 Subject: [PATCH] Updated pom.xml and plugin.yml. --- LICENSE => LICENSE.txt | 0 pom.xml | 19 ++++--------------- src/plugin.yml | 9 ++++++--- 3 files changed, 10 insertions(+), 18 deletions(-) rename LICENSE => LICENSE.txt (100%) diff --git a/LICENSE b/LICENSE.txt similarity index 100% rename from LICENSE rename to LICENSE.txt diff --git a/pom.xml b/pom.xml index ed016991e7..5d0c656a30 100644 --- a/pom.xml +++ b/pom.xml @@ -44,13 +44,9 @@ - - craftfire-dbrepo - http://db.craftfire.com/repo + spout-repo + http://repo.getspout.org @@ -63,7 +59,6 @@ jar provided - org.getspout @@ -75,8 +70,8 @@ + clean install ${basedir}/src/ - @@ -88,10 +83,8 @@ - - org.apache.maven.plugins @@ -102,14 +95,12 @@ 1.6 - org.apache.maven.plugins maven-jar-plugin 2.3.1 - org.apache.maven.plugins @@ -139,9 +130,7 @@ - - - + \ No newline at end of file diff --git a/src/plugin.yml b/src/plugin.yml index 2c42e199ec..9e7f9920a2 100644 --- a/src/plugin.yml +++ b/src/plugin.yml @@ -1,5 +1,8 @@ name: Spout +version: 1.0.2.${build.number} +description: Spout is a framework to bridge the ever-widening chasm between single player mods, and multiplayer Bukkit plugins. +authors: [Afforess, alta189, Wulfspider] +website: http://www.getspout.org + main: org.getspout.spout.Spout -version: ${project.version} -authors: [Afforess, alta189, WulfSpider] -load: postworld \ No newline at end of file +load: postworld