Skip to content
Snippets Groups Projects
Commit 187f040e authored by Sergey Zverlov's avatar Sergey Zverlov
Browse files

b&b benchmark

refs 1881
parent 32b14a92
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry exported="true" kind="lib" path="lib/opencsv-2.3.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-io-2.4.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-lang-2.6.jar"/>
<classpathentry exported="true" kind="lib" path="lib/org.conqat.ide.commons.jar"/>
......
......@@ -10,8 +10,11 @@ Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ClassPath: lib/org.conqat.ide.commons.jar,
lib/commons-lang-2.6.jar,
lib/commons-io-2.4.jar
Export-Package: org.apache.commons.io,
lib/commons-io-2.4.jar,
lib/opencsv-2.3.jar
Export-Package: au.com.bytecode.opencsv,
au.com.bytecode.opencsv.bean,
org.apache.commons.io,
org.apache.commons.io.comparator,
org.apache.commons.io.filefilter,
org.apache.commons.io.input,
......
bin.includes = META-INF/,\
lib/org.conqat.ide.commons.jar,\
lib/commons-lang-2.6.jar,\
lib/commons-io-2.4.jar
lib/commons-io-2.4.jar,\
lib/opencsv-2.3.jar
src.includes = lib/
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment