summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve <Steve@palmergames.com>2011-08-31 01:56:31 +0100
committerSteve <Steve@palmergames.com>2011-08-31 01:56:31 +0100
commit818472dc58dcd9885a18cd1ff67e98a2dec5532c (patch)
tree99c10441d73e10b77d25f4fc707ccd86b86a7240
parente2584d6b897248ef7edb9d8ca9fb1dd1958bad42 (diff)
downloadEssentials-818472dc58dcd9885a18cd1ff67e98a2dec5532c.tar
Essentials-818472dc58dcd9885a18cd1ff67e98a2dec5532c.tar.gz
Essentials-818472dc58dcd9885a18cd1ff67e98a2dec5532c.tar.lz
Essentials-818472dc58dcd9885a18cd1ff67e98a2dec5532c.tar.xz
Essentials-818472dc58dcd9885a18cd1ff67e98a2dec5532c.zip
added PermissionHandler.class and .project/.classpath so this will build
in eclipse
-rw-r--r--.classpath8
-rw-r--r--.project17
-rw-r--r--EssentialsGroupBridge/src/com/nijiko/permissions/PermissionHandler.classbin0 -> 5289 bytes
3 files changed, 25 insertions, 0 deletions
diff --git a/.classpath b/.classpath
new file mode 100644
index 000000000..0683da590
--- /dev/null
+++ b/.classpath
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="lib" path="lib/bukkit-0.0.1-SNAPSHOT.jar"/>
+ <classpathentry kind="lib" path="lib/craftbukkit-0.0.1-SNAPSHOT.jar"/>
+ <classpathentry kind="lib" path="lib/Permissions3.jar"/>
+</classpath>
diff --git a/.project b/.project
new file mode 100644
index 000000000..2c69e0560
--- /dev/null
+++ b/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>Essentials</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
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
--- /dev/null
+++ b/EssentialsGroupBridge/src/com/nijiko/permissions/PermissionHandler.class
Binary files differ