Skip to content
Snippets Groups Projects
Commit e19feb26 authored by Dongyue Mou's avatar Dongyue Mou
Browse files

upgraded antlr from mixed 3.2 and 3.3 to 3.5 to allow debug

fixed the parser bug
refs 1164
parent 29151f17
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"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
......
......@@ -9,40 +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/commons-lang-2.6.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.apache.commons.lang,
Export-Package: org.apache.commons.lang,
org.apache.commons.lang.builder,
org.apache.commons.lang.enums,
org.apache.commons.lang.exception,
......@@ -74,6 +42,7 @@ Export-Package: antlr,
org.conqat.lib.commons.html,
org.conqat.lib.commons.image,
org.conqat.lib.commons.io,
org.conqat.lib.commons.logging,
org.conqat.lib.commons.math,
org.conqat.lib.commons.net,
org.conqat.lib.commons.options,
......
bin.includes = META-INF/,\
lib/org.conqat.ide.commons.jar,\
lib/antlr-3.2.jar,\
lib/commons-lang-2.6.jar
src.includes = lib/
File deleted
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