Skip to content
Snippets Groups Projects
Commit 61fe83da authored by Daniel Ratiu's avatar Daniel Ratiu
Browse files

resolving this issue

refs 1842
parent 9dac186a
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/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"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
......
......@@ -9,8 +9,15 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0";visibility:=reex
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ClassPath: lib/org.conqat.ide.commons.jar,
lib/commons-lang-2.6.jar
Export-Package: org.apache.commons.lang,
lib/commons-lang-2.6.jar,
lib/commons-io-2.4.jar
Export-Package: org.apache.commons.io,
org.apache.commons.io.comparator,
org.apache.commons.io.filefilter,
org.apache.commons.io.input,
org.apache.commons.io.monitor,
org.apache.commons.io.output,
org.apache.commons.lang,
org.apache.commons.lang.builder,
org.apache.commons.lang.enums,
org.apache.commons.lang.exception,
......
bin.includes = META-INF/,\
lib/org.conqat.ide.commons.jar,\
lib/commons-lang-2.6.jar
lib/commons-lang-2.6.jar,\
lib/commons-io-2.4.jar
src.includes = lib/
File added
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