From 3040e8f777f7e5de04b7e51f8a8e63cb8d142982 Mon Sep 17 00:00:00 2001 From: Zoey76 <zoey_76@msn.com> Date: Thu, 30 Jul 2015 03:32:17 -0300 Subject: [PATCH] Adding TestNG and Mockito libraries --- L2J_DataPack/.classpath | 2 ++ 1 file changed, 2 insertions(+) diff --git a/L2J_DataPack/.classpath b/L2J_DataPack/.classpath index cd1f3e2aa6..e8f3577d8f 100644 --- a/L2J_DataPack/.classpath +++ b/L2J_DataPack/.classpath @@ -4,5 +4,7 @@ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8" /> <classpathentry combineaccessrules="false" kind="src" path="/L2J_Server" /> <classpathentry kind="lib" path="/L2J_Server/dist/libs/mmocore.jar" /> + <classpathentry kind="lib" path="/L2J_Server/dist/libs/mockito-all-1.9.5.jar" /> + <classpathentry kind="lib" path="/L2J_Server/dist/libs/testng-6.9.5.jar" /> <classpathentry kind="output" path="bin" /> </classpath> \ No newline at end of file -- GitLab