-
Notifications
You must be signed in to change notification settings - Fork 9
/
.classpath
8 lines (8 loc) · 921 Bytes
/
.classpath
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="ch/njol/skript/CommandHandler.java|ch/njol/skript/PlayerCommand.java|ch/njol/skript/ConfigCommandHandler.java|ch/njol/skript/expressions/ExprAttackerAlt.java|ch/njol/skript/effects/EffExec.java|ch/njol/skript/events/EvtServerStart.java|ch/njol/skript/config/ParseOptionNode.java|ch/njol/skript/effects/IndeterminateDelay.java|ch/njol/skript/bukkitutil/UnresolvedOfflinePlayer.java" including="**/*.java" kind="src" path="src/main/java"/>
<classpathentry including="**/*.java" kind="src" output="target/test-classes" path="src/test/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>