From f10bd373697b0dc2bbd4fcbec493b74330b9c4f5 Mon Sep 17 00:00:00 2001 From: ribeaudc <ribeaudc> Date: Fri, 25 May 2007 07:15:36 +0000 Subject: [PATCH] Adding commons-lang to classpath. SVN: 202 --- ant_tasks/.classpath | 1 + 1 file changed, 1 insertion(+) diff --git a/ant_tasks/.classpath b/ant_tasks/.classpath index 3990693d77c..9b83d0fc601 100644 --- a/ant_tasks/.classpath +++ b/ant_tasks/.classpath @@ -6,5 +6,6 @@ <classpathentry kind="lib" path="lib/ant.jar" sourcepath="lib/ant-src.zip"/> <classpathentry kind="lib" path="/libraries/testng/testng-jdk15.jar" sourcepath="/libraries/testng/src.zip"/> <classpathentry combineaccessrules="false" kind="src" path="/common"/> + <classpathentry kind="lib" path="/libraries/commons-lang/commons-lang.jar" sourcepath="/libraries/commons-lang/src.zip"/> <classpathentry kind="output" path="targets/classes"/> </classpath> -- GitLab