mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-04-29 09:56:12 +00:00
remove unneeded dependency of craftbukkit
This commit is contained in:
parent
4e10470acd
commit
3d9022d8fa
2 changed files with 10 additions and 1 deletions
|
@ -3,7 +3,6 @@
|
||||||
<classpathentry kind="src" path="src"/>
|
<classpathentry kind="src" path="src"/>
|
||||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||||
<classpathentry kind="lib" path="../lib/bukkit.jar"/>
|
<classpathentry kind="lib" path="../lib/bukkit.jar"/>
|
||||||
<classpathentry kind="lib" path="../lib/craftbukkit.jar"/>
|
|
||||||
<classpathentry combineaccessrules="false" kind="src" path="/EssentialsGroupManager"/>
|
<classpathentry combineaccessrules="false" kind="src" path="/EssentialsGroupManager"/>
|
||||||
<classpathentry kind="lib" path="../lib/Permissions3.jar"/>
|
<classpathentry kind="lib" path="../lib/Permissions3.jar"/>
|
||||||
<classpathentry kind="output" path="bin"/>
|
<classpathentry kind="output" path="bin"/>
|
||||||
|
|
|
@ -10,6 +10,16 @@
|
||||||
<arguments>
|
<arguments>
|
||||||
</arguments>
|
</arguments>
|
||||||
</buildCommand>
|
</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>
|
</buildSpec>
|
||||||
<natures>
|
<natures>
|
||||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||||
|
|
Loading…
Reference in a new issue