diff options
author | ElgarL <ElgarL@palmergames.com> | 2012-04-21 02:32:37 +0100 |
---|---|---|
committer | ElgarL <ElgarL@palmergames.com> | 2012-04-21 02:32:37 +0100 |
commit | 3d9022d8fabd336c50b337cf17b41c0d9819fde3 (patch) | |
tree | 2b99f6dd7aff5c036b469f546b51ed410615fada | |
parent | 4e10470acd507e41c1df334ae4489dc34fd4c308 (diff) | |
download | Essentials-3d9022d8fabd336c50b337cf17b41c0d9819fde3.tar Essentials-3d9022d8fabd336c50b337cf17b41c0d9819fde3.tar.gz Essentials-3d9022d8fabd336c50b337cf17b41c0d9819fde3.tar.lz Essentials-3d9022d8fabd336c50b337cf17b41c0d9819fde3.tar.xz Essentials-3d9022d8fabd336c50b337cf17b41c0d9819fde3.zip |
remove unneeded dependency of craftbukkit
-rw-r--r-- | EssentialsGroupBridge/.classpath | 1 | ||||
-rw-r--r-- | EssentialsGroupBridge/.project | 10 |
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><project>/.externalToolBuilders/GroupBridge.launch</value>
+ </dictionary>
+ </arguments>
+ </buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
|