summaryrefslogtreecommitdiff
path: root/trunk
diff options
context:
space:
mode:
authorTobias Kellner <tobias.kellner@iaik.tugraz.at>2012-10-17 18:20:56 +0200
committerTobias Kellner <tobias.kellner@iaik.tugraz.at>2012-10-17 18:20:56 +0200
commit5fd76c5831e7e6f4c36119ec142fd1f0b3adcc4c (patch)
tree6c622ffeeaea0fa863be33ddb71b71a9ed9e95c0 /trunk
parentcef71ca55f22c6b11d5d09eefb1b900c0d2bf9ea (diff)
downloadpdf-over-5fd76c5831e7e6f4c36119ec142fd1f0b3adcc4c.tar.gz
pdf-over-5fd76c5831e7e6f4c36119ec142fd1f0b3adcc4c.tar.bz2
pdf-over-5fd76c5831e7e6f4c36119ec142fd1f0b3adcc4c.zip
Add commons-io (for FilenameUtils)
Diffstat (limited to 'trunk')
-rw-r--r--trunk/pdf-over-gui/.classpath2
-rw-r--r--trunk/pdf-over-gui/pom.xml4
-rw-r--r--trunk/pom.xml5
3 files changed, 10 insertions, 1 deletions
diff --git a/trunk/pdf-over-gui/.classpath b/trunk/pdf-over-gui/.classpath
index d2c19212..d53f6394 100644
--- a/trunk/pdf-over-gui/.classpath
+++ b/trunk/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/trunk/pdf-over-gui/pom.xml b/trunk/pdf-over-gui/pom.xml
index d08d48ef..ef3b745e 100644
--- a/trunk/pdf-over-gui/pom.xml
+++ b/trunk/pdf-over-gui/pom.xml
@@ -41,6 +41,10 @@
<artifactId>commons-httpclient</artifactId>
</dependency>
<dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.icepdf</groupId>
<artifactId>icepdf-core</artifactId>
</dependency>
diff --git a/trunk/pom.xml b/trunk/pom.xml
index 579264fd..be9dfa9c 100644
--- a/trunk/pom.xml
+++ b/trunk/pom.xml
@@ -151,6 +151,11 @@
<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>
<version>4.3.3</version>