Skip to content

Commit

Permalink
Declare lib/tla2tools.jar a dependency to be able to implement TLC mo…
Browse files Browse the repository at this point in the history
…dule overrides when the tla2tools project from github.com/tlaplus/tlaplus is *not* present.
  • Loading branch information
lemmy committed Sep 4, 2019
1 parent c0cb313 commit 765f743
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .classpath
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="modules"/>
<classpathentry combineaccessrules="false" kind="src" path="/tlatools"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry combineaccessrules="false" kind="src" path="/tlatools"/>
<classpathentry kind="lib" path="lib/tla2tools.jar"/>
<classpathentry kind="output" path="build"/>
</classpath>

0 comments on commit 765f743

Please sign in to comment.