Skip to content

Commit

Permalink
Merge pull request #535 from UniFormal/devel
Browse files Browse the repository at this point in the history
Devel
  • Loading branch information
Jazzpirate committed Sep 22, 2020
2 parents bde512a + 2690759 commit 514b7a6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions src/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ lazy val src = (project in file(".")).
exclusions(excludedProjects).
aggregatesAndDepends(
mmt, api,
lf, concepts, tptp, owl, mizar, frameit, mathscheme, pvs, metamath, tps, imps, isabelle, odk, specware, stex, mathhub, planetary, interviews, latex, openmath, oeis, repl, got, coq, glf,
lf, concepts, tptp, owl, mizar, frameit, mathscheme, pvs, tps, imps, isabelle, odk, specware, stex, mathhub, planetary, interviews, latex, openmath, oeis, repl, got, coq, glf,
tiscaf, lfcatalog,
jedit, intellij, argsemcomp
).
Expand Down Expand Up @@ -425,10 +425,10 @@ lazy val pvs = (project in file("mmt-pvs")).
settings(mmtProjectsSettings("mmt-pvs"): _*)

// plugin for reading metamath
lazy val mmscala = RootProject(uri("https://github.com/UniFormal/mm-scala#master"))
/*lazy val mmscala = RootProject(uri("https://github.com/UniFormal/mm-scala#master"))
lazy val metamath = (project in file("mmt-metamath")).
dependsOn(api, lf, mmscala).
settings(mmtProjectsSettings("mmt-metamath"): _*)
settings(mmtProjectsSettings("mmt-metamath"): _*) */

// plugin for reading isabelle. Author: Makarius Wenzel
// This only works if an Isabelle environment is present. If not, we use an empty dummy project.
Expand Down
8 changes: 4 additions & 4 deletions src/mmt-odk/src/info/kwarc/mmt/odk/ODKTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ object LATIN2Test extends MMTIntegrationTest(
ExtensionSpec("info.kwarc.mmt.odk.Plugin")
){
def main(): Unit = {
shouldClearTarget("MMT/urtheories", "bin")
shouldHandleLine("build MMT/urtheories scala-bin")
//shouldClearTarget("MMT/urtheories", "bin")
//shouldHandleLine("build MMT/urtheories scala-bin")

shouldClearTarget("MMT/LFX", "bin")
shouldHandleLine("build MMT/LFX scala-bin")
//shouldClearTarget("MMT/LFX", "bin")
//shouldHandleLine("build MMT/LFX scala-bin")

shouldClearTarget("MMT/LATIN2", "bin")
shouldHandleLine("build MMT/LATIN2 scala-bin")
Expand Down
2 changes: 1 addition & 1 deletion src/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.3.3
sbt.version=1.3.13

0 comments on commit 514b7a6

Please sign in to comment.