Adding Groovy libraries for JPF runs.
authorrtrimana <rtrimana@uci.edu>
Wed, 24 Jul 2019 19:46:55 +0000 (12:46 -0700)
committerrtrimana <rtrimana@uci.edu>
Wed, 24 Jul 2019 19:46:55 +0000 (12:46 -0700)
lib/README [new file with mode: 0644]
lib/groovy-2.5.7.jar [new file with mode: 0644]
lib/groovy-dateutil-2.5.7.jar [new file with mode: 0644]

diff --git a/lib/README b/lib/README
new file mode 100644 (file)
index 0000000..19c06db
--- /dev/null
@@ -0,0 +1,3 @@
+1) Both JAR files need to be extracted into groovy-2.5.7 and groovy-dateutil-2.5.7 directories. 
+2) JPF is then given the paths to both directories to model-check Groovy apps.
+3) There might be some other libraries that Groovy apps might need and the JAR files can be found in the Groovy path on your system.
diff --git a/lib/groovy-2.5.7.jar b/lib/groovy-2.5.7.jar
new file mode 100644 (file)
index 0000000..e391e93
Binary files /dev/null and b/lib/groovy-2.5.7.jar differ
diff --git a/lib/groovy-dateutil-2.5.7.jar b/lib/groovy-dateutil-2.5.7.jar
new file mode 100644 (file)
index 0000000..ccbddf1
Binary files /dev/null and b/lib/groovy-dateutil-2.5.7.jar differ