summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPepich <benedikt.abel@yahoo.de>2017-05-11 14:09:23 +0200
committerPepich <benedikt.abel@yahoo.de>2017-05-11 14:09:23 +0200
commit45093f653f751c8273e4ab04a2016f32a2f5278f (patch)
tree1a4880148704e95c5f3f28d4594c796e27e5103c
parent0140aeee026a1ff4a1e4247f1203c4fcf5b459c8 (diff)
Added custom manifest file to jar to make cmdmanager an external lib
-rw-r--r--manifest.mf3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifest.mf b/manifest.mf
new file mode 100644
index 0000000..0850661
--- /dev/null
+++ b/manifest.mf
@@ -0,0 +1,3 @@
+Manifest-Version: 1.0
+Class-Path: ../lib/CommandManager.jar
+