diff --git a/edu.cuny.citytech.refactoring.common.eval/.classpath b/edu.cuny.citytech.refactoring.common.eval/.classpath
index 92b9d18..9973587 100644
--- a/edu.cuny.citytech.refactoring.common.eval/.classpath
+++ b/edu.cuny.citytech.refactoring.common.eval/.classpath
@@ -17,6 +17,11 @@
+
+
+
+
+
diff --git a/edu.cuny.citytech.refactoring.common.eval/META-INF/MANIFEST.MF b/edu.cuny.citytech.refactoring.common.eval/META-INF/MANIFEST.MF
index fd0ec01..a56cd59 100644
--- a/edu.cuny.citytech.refactoring.common.eval/META-INF/MANIFEST.MF
+++ b/edu.cuny.citytech.refactoring.common.eval/META-INF/MANIFEST.MF
@@ -6,7 +6,8 @@ Bundle-Version: 5.6.0.qualifier
Automatic-Module-Name: edu.cuny.citytech.refactoring.common.eval
Bundle-RequiredExecutionEnvironment: JavaSE-21
Bundle-ClassPath: .,
- lib/commons-csv-1.12.0.jar
+ lib/commons-csv-1.12.0.jar,
+ lib/commons-io-2.17.0.jar
Require-Bundle: org.eclipse.core.commands
Export-Package: edu.cuny.citytech.refactoring.common.eval.handlers,
org.apache.commons.csv;version="1.12.0"
diff --git a/edu.cuny.citytech.refactoring.common.eval/build.properties b/edu.cuny.citytech.refactoring.common.eval/build.properties
index fabd6d6..3a09639 100644
--- a/edu.cuny.citytech.refactoring.common.eval/build.properties
+++ b/edu.cuny.citytech.refactoring.common.eval/build.properties
@@ -3,4 +3,5 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
OSGI-INF/,\
- lib/commons-csv-1.12.0.jar
+ lib/commons-csv-1.12.0.jar,\
+ lib/commons-io-2.17.0.jar
diff --git a/edu.cuny.citytech.refactoring.common.eval/lib/commons-io-2.17.0-javadoc.jar b/edu.cuny.citytech.refactoring.common.eval/lib/commons-io-2.17.0-javadoc.jar
new file mode 100644
index 0000000..29e93a2
Binary files /dev/null and b/edu.cuny.citytech.refactoring.common.eval/lib/commons-io-2.17.0-javadoc.jar differ
diff --git a/edu.cuny.citytech.refactoring.common.eval/lib/commons-io-2.17.0-sources.jar b/edu.cuny.citytech.refactoring.common.eval/lib/commons-io-2.17.0-sources.jar
new file mode 100644
index 0000000..343ea9e
Binary files /dev/null and b/edu.cuny.citytech.refactoring.common.eval/lib/commons-io-2.17.0-sources.jar differ
diff --git a/edu.cuny.citytech.refactoring.common.eval/lib/commons-io-2.17.0.jar b/edu.cuny.citytech.refactoring.common.eval/lib/commons-io-2.17.0.jar
new file mode 100644
index 0000000..ad00ddc
Binary files /dev/null and b/edu.cuny.citytech.refactoring.common.eval/lib/commons-io-2.17.0.jar differ