summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2015-01-05 14:24:14 +1100
committermd_5 <git@md-5.net>2015-01-05 14:25:43 +1100
commit52d02e1535e6d8472dc47be7d7186ec584df6bc5 (patch)
tree5a6c97777da2c41080d86f468aabcb24e7a4df9e /src
parent82f06fff5e9560058cb9e2b897db277b147307e4 (diff)
downloadbukkit-52d02e1535e6d8472dc47be7d7186ec584df6bc5.tar
bukkit-52d02e1535e6d8472dc47be7d7186ec584df6bc5.tar.gz
bukkit-52d02e1535e6d8472dc47be7d7186ec584df6bc5.tar.lz
bukkit-52d02e1535e6d8472dc47be7d7186ec584df6bc5.tar.xz
bukkit-52d02e1535e6d8472dc47be7d7186ec584df6bc5.zip
Rewrite pom.xml, use Eclipse JDT / ECJ for compilation.
Diffstat (limited to 'src')
-rw-r--r--src/site/apt/index.apt9
-rw-r--r--src/site/site.xml29
2 files changed, 0 insertions, 38 deletions
diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt
deleted file mode 100644
index 0a7880a6..00000000
--- a/src/site/apt/index.apt
+++ /dev/null
@@ -1,9 +0,0 @@
-Welcome to the Bukkit Maven mini-site!
-
- This website is automatically generated by Maven 3.
- As such, it is updated when the main build system (http://ci.bukkit.org) executes the site lifecycle on the Maven job.
- For more information about Bukkit, please see the links above.
-
-Javadocs
-
- For Javadocs, please select the "Project Reports" then "JavaDocs" option on the left-hand menu.
diff --git a/src/site/site.xml b/src/site/site.xml
deleted file mode 100644
index ff24fab7..00000000
--- a/src/site/site.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project name="Bukkit">
- <bannerLeft>
- <name>Bukkit</name>
- <src>http://bukkit.org/logo.png</src>
- <href>http://bukkit.org/</href>
- </bannerLeft>
- <body>
- <links>
- <item name="Homepage" href="http://bukkit.org/" />
- <item name="Forums" href="http://forums.bukkit.org/" />
- <item name="Source/Github" href="https://github.com/Bukkit/" />
- <item name="Continuous Integration/Jenkins" href="http://ci.bukkit.org/" />
- <item name="Maven Repo" href="http://repo.bukkit.org/" />
- </links>
- <menu name="Bukkit Project">
- <item name="Homepage" href="http://bukkit.org/" />
- <item name="Forums" href="http://forums.bukkit.org/" />
- <item name="Source/Github" href="https://github.com/Bukkit/" />
- <item name="Continuous Integration/Jenkins" href="http://ci.bukkit.org/" />
- <item name="Maven Repo" href="http://repo.bukkit.org/" />
- </menu>
- <menu name="API Documentation">
- <item name="JavaDocs" href="apidocs/" />
- <item name="Doxygen" href="doxygen/" />
- </menu>
- <menu ref="reports" />
- </body>
-</project>