Skip to content

Commit 91a28fc

Browse files
author
BaierD
committed
Clean up Antlr4 dependency and add to classpath/Intellij config
1 parent b1dbb10 commit 91a28fc

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.classpath

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ SPDX-License-Identifier: Apache-2.0
3333
<classpathentry kind="lib" path="lib/java/runtime-cvc5/cvc5.jar"/>
3434
<classpathentry kind="lib" path="lib/java/test/truth-java8-extension.jar" sourcepath="lib/java-contrib/truth-java8-extension-sources.jar"/>
3535
<classpathentry kind="lib" path="lib/java/core/checker-qual.jar" sourcepath="lib/java-contrib/checker-qual-sources.jar"/>
36+
<classpathentry kind="lib" path="lib/java/core/antlr4-runtime.jar"/>
3637
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
3738
<attributes>
3839
<attribute name="module" value="true"/>

.idea/JavaSMT.iml

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/ivy.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,9 @@ SPDX-License-Identifier: Apache-2.0
171171
<!-- Several JARs declare animal-sniffer-annotations.jar as dependency in their manifest although they do not really need it.
172172
As long as this is the case we need to provide the JAR, otherwise javac complains. -->
173173
<dependency org="org.codehaus.mojo" name="animal-sniffer-annotations" rev="1.18" conf="core->default;"/>
174-
<dependency org="org.antlr" name="antlr4-runtime" rev="4.13.1" conf="core->default;"/>
175174

175+
<!-- Antlr grammar support for our SMTLIB2 parser/generator -->
176+
<dependency org="org.antlr" name="antlr4-runtime" rev="4.13.1" conf="core->default;"/>
176177

177178
<!-- Guava has a dependency on error_prone_annotations without a revision number, need an override. -->
178179
<override org="com.google.errorprone" module="error_prone_annotations" rev="2.4.0"/>

0 commit comments

Comments
 (0)