From 5daee8b5f183e1da0b447a9b763e6b7d87027e48 Mon Sep 17 00:00:00 2001 From: Charlie Wang Date: Mon, 17 Aug 2015 13:22:29 -0400 Subject: [PATCH] fix plugin.yml main, remove netbeans cruft --- .gitignore | 7 ++- manifest.mf | 3 -- nb-configuration.xml | 19 -------- pom.xml | 105 ------------------------------------------- src/plugin.yml | 4 +- 5 files changed, 5 insertions(+), 133 deletions(-) delete mode 100644 manifest.mf delete mode 100644 nb-configuration.xml delete mode 100644 pom.xml diff --git a/.gitignore b/.gitignore index 5f886e6..3fd2336 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ -/target/ *.jar -/build/ -/dist/ -/server/ \ No newline at end of file +/out/ +.idea +*.iml diff --git a/manifest.mf b/manifest.mf deleted file mode 100644 index 328e8e5..0000000 --- a/manifest.mf +++ /dev/null @@ -1,3 +0,0 @@ -Manifest-Version: 1.0 -X-COMMENT: Main-Class will be added automatically by build - diff --git a/nb-configuration.xml b/nb-configuration.xml deleted file mode 100644 index c5bbdab..0000000 --- a/nb-configuration.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - JDK_1.7 - true - - diff --git a/pom.xml b/pom.xml deleted file mode 100644 index a6c2b59..0000000 --- a/pom.xml +++ /dev/null @@ -1,105 +0,0 @@ - - - 4.0.0 - ca.gibstick - DiscoSheep - 1.1.2 - jar - - - repo.oc.tc - http://repo.oc.tc/content/repositories/public/ - - - spigot-repo - https://hub.spigotmc.org/nexus/content/groups/public/ - - - - - com.sk89q - command-framework-bukkit - 0.5-SNAPSHOT - - - org.bukkit - bukkit - 1.8-R0.1-SNAPSHOT - - - - DiscoSheep - src/main/java - - - . - true - src/main/resources/ - - plugin.yml - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - - -Xlint:deprecation - - true - - - - org.apache.maven.plugins - maven-source-plugin - 2.3 - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.9.1 - - - org.apache.maven.plugins - maven-deploy-plugin - 2.8.1 - - - org.apache.maven.plugins - maven-shade-plugin - 2.3 - - - package - - shade - - - DiscoSheep - true - - ${project.basedir} - - - com.sk89q:command-framework-bukkit - - - false - true - shaded - - - - - - - - UTF-8 - 1.7 - 1.7 - - DiscoSheep - \ No newline at end of file diff --git a/src/plugin.yml b/src/plugin.yml index 124a17e..04f9692 100644 --- a/src/plugin.yml +++ b/src/plugin.yml @@ -1,7 +1,7 @@ name: DiscoSheep -main: DiscoSheep +main: me.cwang.discosheep.DiscoSheep authors: [Gibstick, RangerMauve] -version: 1.2 +version: 2.0 commands: ds: description: "Main DiscoSheep command"