Skip to content
Snippets Groups Projects
Commit 87fed4ba authored by Florian Hölzl's avatar Florian Hölzl
Browse files

added antlr library to tooling commons

refs 560
parent 7b5bb91e
Branches
Tags
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<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"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
......
......@@ -7,10 +7,43 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0";visibility:=reex
org.junit4;bundle-version="4.8.1";visibility:=reexport
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ClassPath: lib/org.conqat.ide.commons.jar
Export-Package: org.conqat.lib.commons.algo,
Bundle-ClassPath: lib/org.conqat.ide.commons.jar,
lib/antlr-3.2.jar
Export-Package: antlr,
antlr.ASdebug,
antlr.actions.cpp,
antlr.actions.csharp,
antlr.actions.java,
antlr.actions.python,
antlr.build,
antlr.collections,
antlr.collections.impl,
antlr.debug,
antlr.debug.misc,
antlr.preprocessor,
org.antlr,
org.antlr.analysis,
org.antlr.codegen,
org.antlr.grammar.v2,
org.antlr.grammar.v3,
org.antlr.gunit,
org.antlr.gunit.swingui,
org.antlr.gunit.swingui.model,
org.antlr.gunit.swingui.parsers,
org.antlr.gunit.swingui.runner,
org.antlr.misc,
org.antlr.runtime,
org.antlr.runtime.debug,
org.antlr.runtime.misc,
org.antlr.runtime.tree,
org.antlr.stringtemplate,
org.antlr.stringtemplate.language,
org.antlr.stringtemplate.misc,
org.antlr.tool,
org.conqat.lib.commons.algo,
org.conqat.lib.commons.assertion,
org.conqat.lib.commons.assessment,
org.conqat.lib.commons.assessment.partition,
org.conqat.lib.commons.cache,
org.conqat.lib.commons.cache4j,
org.conqat.lib.commons.cache4j.backend,
......
bin.includes = META-INF/,\
lib/org.conqat.ide.commons.jar
lib/org.conqat.ide.commons.jar,\
lib/antlr-3.2.jar
src.includes = lib/
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment