diff options
author | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2013-04-10 19:00:27 +0000 |
---|---|---|
committer | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2013-04-10 19:00:27 +0000 |
commit | b5ab39d42704ab66e8e17b557521b11c34d6aeae (patch) | |
tree | 1030160b2073d7f388d1af4916616a01a5e3318f /pdf-over-gui/.classpath | |
parent | 2ba7cce4fd8a7ed1bad4840011cb5e587d7f9882 (diff) | |
download | pdf-over-b5ab39d42704ab66e8e17b557521b11c34d6aeae.tar.gz pdf-over-b5ab39d42704ab66e8e17b557521b11c34d6aeae.tar.bz2 pdf-over-b5ab39d42704ab66e8e17b557521b11c34d6aeae.zip |
Add commons-io (for FilenameUtils)
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@77 174cde9d-5d70-4d2a-aa98-46368bc2aaf7
Diffstat (limited to 'pdf-over-gui/.classpath')
-rw-r--r-- | pdf-over-gui/.classpath | 2 |
1 files changed, 1 insertions, 1 deletions
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> |