summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElgarL <ElgarL@palmergames.com>2012-04-21 02:32:37 +0100
committerElgarL <ElgarL@palmergames.com>2012-04-21 02:32:37 +0100
commitbc4716d38487e4cf941c46d070f4c7da7a5dfcd7 (patch)
tree81f85b8d008d0e63818564c76c5c6f4b3193e5e2
parente433b11f0088e0e44b499c3cea2c944d969a428c (diff)
downloadEssentials-bc4716d38487e4cf941c46d070f4c7da7a5dfcd7.tar
Essentials-bc4716d38487e4cf941c46d070f4c7da7a5dfcd7.tar.gz
Essentials-bc4716d38487e4cf941c46d070f4c7da7a5dfcd7.tar.lz
Essentials-bc4716d38487e4cf941c46d070f4c7da7a5dfcd7.tar.xz
Essentials-bc4716d38487e4cf941c46d070f4c7da7a5dfcd7.zip
remove unneeded dependency of craftbukkit
-rw-r--r--EssentialsGroupBridge/.classpath1
-rw-r--r--EssentialsGroupBridge/.project10
2 files changed, 10 insertions, 1 deletions
diff --git a/EssentialsGroupBridge/.classpath b/EssentialsGroupBridge/.classpath
index 9330eb06e..ebd606dca 100644
--- a/EssentialsGroupBridge/.classpath
+++ b/EssentialsGroupBridge/.classpath
@@ -3,7 +3,6 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="../lib/bukkit.jar"/>
- <classpathentry kind="lib" path="../lib/craftbukkit.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/EssentialsGroupManager"/>
<classpathentry kind="lib" path="../lib/Permissions3.jar"/>
<classpathentry kind="output" path="bin"/>
diff --git a/EssentialsGroupBridge/.project b/EssentialsGroupBridge/.project
index 0780b7dbb..2ea0b05e1 100644
--- a/EssentialsGroupBridge/.project
+++ b/EssentialsGroupBridge/.project
@@ -10,6 +10,16 @@
<arguments>
</arguments>
</buildCommand>
+ <buildCommand>
+ <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
+ <triggers>full,incremental,</triggers>
+ <arguments>
+ <dictionary>
+ <key>LaunchConfigHandle</key>
+ <value>&lt;project&gt;/.externalToolBuilders/GroupBridge.launch</value>
+ </dictionary>
+ </arguments>
+ </buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>