Skip to content

Commit 302b14f

Browse files
authored
Merge pull request #65 from ponder-lab/issue-64-commons-io-dependency
Bundle `commons-io` with `common.eval` to satisfy `commons-csv`
2 parents 21b50bf + d1274fb commit 302b14f

6 files changed

Lines changed: 9 additions & 2 deletions

File tree

edu.cuny.citytech.refactoring.common.eval/.classpath

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717
<attribute name="javadoc_location" value="jar:platform:/resource/edu.cuny.citytech.refactoring.common.eval/lib/commons-csv-1.12.0-javadoc.jar!/"/>
1818
</attributes>
1919
</classpathentry>
20+
<classpathentry kind="lib" path="lib/commons-io-2.17.0.jar" sourcepath="lib/commons-io-2.17.0-sources.jar">
21+
<attributes>
22+
<attribute name="javadoc_location" value="jar:platform:/resource/edu.cuny.citytech.refactoring.common.eval/lib/commons-io-2.17.0-javadoc.jar!/"/>
23+
</attributes>
24+
</classpathentry>
2025
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
2126
<attributes>
2227
<attribute name="maven.pomderived" value="true"/>

edu.cuny.citytech.refactoring.common.eval/META-INF/MANIFEST.MF

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ Bundle-Version: 5.6.0.qualifier
66
Automatic-Module-Name: edu.cuny.citytech.refactoring.common.eval
77
Bundle-RequiredExecutionEnvironment: JavaSE-21
88
Bundle-ClassPath: .,
9-
lib/commons-csv-1.12.0.jar
9+
lib/commons-csv-1.12.0.jar,
10+
lib/commons-io-2.17.0.jar
1011
Require-Bundle: org.eclipse.core.commands
1112
Export-Package: edu.cuny.citytech.refactoring.common.eval.handlers,
1213
org.apache.commons.csv;version="1.12.0"

edu.cuny.citytech.refactoring.common.eval/build.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ output.. = bin/
33
bin.includes = META-INF/,\
44
.,\
55
OSGI-INF/,\
6-
lib/commons-csv-1.12.0.jar
6+
lib/commons-csv-1.12.0.jar,\
7+
lib/commons-io-2.17.0.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)