From b5ab39d42704ab66e8e17b557521b11c34d6aeae Mon Sep 17 00:00:00 2001
From: tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7>
Date: Wed, 10 Apr 2013 19:00:27 +0000
Subject: Add commons-io (for FilenameUtils)

git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@77 174cde9d-5d70-4d2a-aa98-46368bc2aaf7
---
 pdf-over-gui/.classpath | 2 +-
 pdf-over-gui/pom.xml    | 4 ++++
 pom.xml                 | 5 +++++
 3 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/pdf-over-gui/.classpath b/pdf-over-gui/.classpath
index d2c19212..d53f6394 100644
--- a/pdf-over-gui/.classpath
+++ b/pdf-over-gui/.classpath
@@ -22,6 +22,7 @@
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
+	<classpathentry kind="lib" path="swing2swt.jar"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
 		<attributes>
 			<attribute name="maven.pomderived" value="true"/>
@@ -32,6 +33,5 @@
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
-	<classpathentry kind="lib" path="swing2swt.jar"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>
diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml
index d08d48ef..ef3b745e 100644
--- a/pdf-over-gui/pom.xml
+++ b/pdf-over-gui/pom.xml
@@ -40,6 +40,10 @@
 			<groupId>commons-httpclient</groupId>
 			<artifactId>commons-httpclient</artifactId>
 		</dependency>
+		<dependency>
+			<groupId>commons-io</groupId>
+			<artifactId>commons-io</artifactId>
+		</dependency>
 		<dependency>
 			<groupId>org.icepdf</groupId>
 			<artifactId>icepdf-core</artifactId>
diff --git a/pom.xml b/pom.xml
index 579264fd..be9dfa9c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,6 +150,11 @@
 				<artifactId>commons-httpclient</artifactId>
 				<version>3.0</version>
 			</dependency>
+			<dependency>
+				<groupId>commons-io</groupId>
+				<artifactId>commons-io</artifactId>
+				<version>2.4</version>
+			</dependency>
 			<dependency>
 				<groupId>org.icepdf</groupId>
 				<artifactId>icepdf-core</artifactId>
-- 
cgit v1.2.3