From c2e98f95b966a5e25951f80c1016b76f8743eb8c Mon Sep 17 00:00:00 2001
From: netconomy <netconomy@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>
Date: Mon, 27 Aug 2007 07:04:13 +0000
Subject: added the comons-lang jar to lib

git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@201 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
---
 .classpath                              |   3 ++-
 lib/commons-lang-2.3.jar                | Bin 0 -> 245274 bytes
 webapp/WEB-INF/lib/commons-lang-2.3.jar | Bin 0 -> 245274 bytes
 3 files changed, 2 insertions(+), 1 deletion(-)
 create mode 100644 lib/commons-lang-2.3.jar
 create mode 100644 webapp/WEB-INF/lib/commons-lang-2.3.jar

diff --git a/.classpath b/.classpath
index 347e962..f862d3e 100644
--- a/.classpath
+++ b/.classpath
@@ -3,7 +3,7 @@
 	<classpathentry excluding="**/package.html" kind="src" path="src/main/java"/>
 	<classpathentry excluding="**/package.html" kind="src" path="src/test/java"/>
 	<classpathentry excluding="**/package.html" kind="src" path="src/main/resources"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/j2sdk1.4.2_14"/>
 	<classpathentry kind="lib" path="lib/ant-1.6.5.jar"/>
 	<classpathentry kind="lib" path="lib/axis-1.0.jar"/>
 	<classpathentry kind="lib" path="lib/axis-jaxrpc-1.0.jar"/>
@@ -23,5 +23,6 @@
 	<classpathentry kind="lib" path="lib/lucene-demos-1.4.3.jar"/>
 	<classpathentry kind="lib" path="lib/servlet-api-2.4.jar"/>
 	<classpathentry kind="lib" path="lib/xercesImpl-2.7.1.jar"/>
+	<classpathentry kind="lib" path="lib/commons-lang-2.3.jar"/>
 	<classpathentry kind="output" path="webapp/WEB-INF/classes"/>
 </classpath>
diff --git a/lib/commons-lang-2.3.jar b/lib/commons-lang-2.3.jar
new file mode 100644
index 0000000..c33b353
Binary files /dev/null and b/lib/commons-lang-2.3.jar differ
diff --git a/webapp/WEB-INF/lib/commons-lang-2.3.jar b/webapp/WEB-INF/lib/commons-lang-2.3.jar
new file mode 100644
index 0000000..c33b353
Binary files /dev/null and b/webapp/WEB-INF/lib/commons-lang-2.3.jar differ
-- 
cgit v1.2.3