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

moved cvommons-lang from MIRA to org.fortiss.tooling.common

parent 867bc92d
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-lang-2.6.jar"/>
<classpathentry exported="true" kind="lib" path="lib/antlr-3.2.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,7 +9,8 @@ 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/antlr-3.2.jar
lib/antlr-3.2.jar,
lib/commons-lang-2.6.jar
Export-Package: antlr,
antlr.ASdebug,
antlr.actions.cpp,
......@@ -41,6 +42,15 @@ Export-Package: antlr,
org.antlr.stringtemplate.language,
org.antlr.stringtemplate.misc,
org.antlr.tool,
org.apache.commons.lang,
org.apache.commons.lang.builder,
org.apache.commons.lang.enums,
org.apache.commons.lang.exception,
org.apache.commons.lang.math,
org.apache.commons.lang.mutable,
org.apache.commons.lang.reflect,
org.apache.commons.lang.text,
org.apache.commons.lang.time,
org.conqat.lib.commons.algo,
org.conqat.lib.commons.assertion,
org.conqat.lib.commons.assessment,
......
bin.includes = META-INF/,\
lib/org.conqat.ide.commons.jar,\
lib/antlr-3.2.jar
lib/antlr-3.2.jar,\
lib/commons-lang-2.6.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