From 818472dc58dcd9885a18cd1ff67e98a2dec5532c Mon Sep 17 00:00:00 2001 From: Steve Date: Wed, 31 Aug 2011 01:56:31 +0100 Subject: added PermissionHandler.class and .project/.classpath so this will build in eclipse --- .classpath | 8 ++++++++ .project | 17 +++++++++++++++++ .../src/com/nijiko/permissions/PermissionHandler.class | Bin 0 -> 5289 bytes 3 files changed, 25 insertions(+) create mode 100644 .classpath create mode 100644 .project create mode 100644 EssentialsGroupBridge/src/com/nijiko/permissions/PermissionHandler.class diff --git a/.classpath b/.classpath new file mode 100644 index 000000000..0683da590 --- /dev/null +++ b/.classpath @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.project b/.project new file mode 100644 index 000000000..2c69e0560 --- /dev/null +++ b/.project @@ -0,0 +1,17 @@ + + + Essentials + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + diff --git a/EssentialsGroupBridge/src/com/nijiko/permissions/PermissionHandler.class b/EssentialsGroupBridge/src/com/nijiko/permissions/PermissionHandler.class new file mode 100644 index 000000000..d3022a484 Binary files /dev/null and b/EssentialsGroupBridge/src/com/nijiko/permissions/PermissionHandler.class differ -- cgit v1.2.3