Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions edu.cuny.citytech.refactoring.common.eval/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
<attribute name="javadoc_location" value="jar:platform:/resource/edu.cuny.citytech.refactoring.common.eval/lib/commons-csv-1.12.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/commons-io-2.17.0.jar" sourcepath="lib/commons-io-2.17.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/edu.cuny.citytech.refactoring.common.eval/lib/commons-io-2.17.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading