Archiving a bunch of old stuff

cat-town
Dan Buch 9 years ago
parent a6ec1d560e
commit bd1abd8734

3
.gitmodules vendored

@ -1,3 +0,0 @@
[submodule "selinux/centralized/hardened-refpolicy"]
path = selinux/centralized/hardened-refpolicy
url = git://git.overlays.gentoo.org/proj/hardened-refpolicy.git

@ -1 +0,0 @@
1.9.3-p327

@ -1,4 +1,4 @@
Copyright (C) 2013 Dan Buch
Copyright (C) 2015 Dan Buch
MIT License

23
bukkit/.gitignore vendored

@ -1,23 +0,0 @@
craftbukkit.jar
banned-ips.json
banned-players.json
bukkit.yml
commands.yml
craftbukkit
eula.txt
help.yml
logs/
ops.json
permissions.yml
server.properties
usercache.json
whitelist.json
world/
world_nether/
world_the_end/
plugins/
jruby-complete.jar
banned-ips.txt
banned-players.txt
ops.txt
white-list.txt

@ -1,36 +0,0 @@
CRAFTBUKKIT_VERSION := 1.7.2-R0.2
CRAFTBUKKIT_FULL_VERSION := 1.7.2-R0.4-20140216.012104-3
PURUGIN_VERSION := 0.7.1
DEPS := \
craftbukkit.jar \
eula.txt \
plugins/Purugin.jar \
jruby-complete.jar
.PHONY: all
all: deps
.PHONY: deps
deps: $(DEPS)
.PHONY: clean
clean:
rm -vf $(DEPS)
craftbukkit.jar:
curl -SL --progress -o $@ \
http://tcpr.ca/download/craftbukkit/craftbukkit-$(CRAFTBUKKIT_FULL_VERSION).jar
eula.txt:
echo "eula=true" > $@
plugins/Purugin.jar: plugins
curl -SL --progress -o $@ \
http://dev.bukkit.org/media/files/765/560/purugin-$(PURUGIN_VERSION)-bukkit-$(CRAFTBUKKIT_VERSION).jar
plugins:
mkdir -p $@
jruby-complete.jar:
curl -SL --progress -o $@ \
https://s3.amazonaws.com/jruby.org/downloads/1.7.19/jruby-complete-1.7.19.jar

@ -1,12 +0,0 @@
#!/bin/bash
set -o errexit
TOP=$(dirname ${BASH_SOURCE[0]})
cd "${TOP}"
: ${JAVA_OPTS:=-Xmx1G -cp "${TOP}/jruby-complete.jar:${TOP}/jruby"}
: ${BUKKIT_ARGS:=-o true}
: ${GEM_HOME:=${TOP}/gems}
set -x
exec java ${JAVA_OPTS} -jar "${TOP}/craftbukkit.jar" ${BUKKIT_ARGS}

Before

Width:  |  Height:  |  Size: 9.2 KiB

After

Width:  |  Height:  |  Size: 9.2 KiB

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save