Skip to content
Snippets Groups Projects
Commit 992d39eb authored by hansen's avatar hansen
Browse files

Updated project name

parent 001129f2
No related branches found
No related tags found
No related merge requests found
...@@ -59,17 +59,17 @@ jar { ...@@ -59,17 +59,17 @@ jar {
manifest.mainAttributes("Main-Class" : 'de.b2tla.B2TLA') manifest.mainAttributes("Main-Class" : 'de.b2tla.B2TLA')
manifest.mainAttributes("Class-Path": './tla/ tlatools.jar') manifest.mainAttributes("Class-Path": './tla/ tlatools.jar')
task b2tla(dependsOn: build) << { task tlc4b(dependsOn: build) << {
copy { copy {
from('build/libs/') from('build/libs/')
into('build/b2tla') into('build/tlc4b')
include('b2tla-'+project.version+'.jar') include('tlc4b-'+project.version+'.jar')
rename('b2tla-(.+)', 'B2TLA.jar') rename('tlc4b-(.+)', 'TLC4B.jar')
} }
} }
task all(dependsOn: b2tla) <<{ task all(dependsOn: tlc4b) <<{
ant.get(src: 'http://tla.msr-inria.inria.fr/tlatoolbox/dist/tla2tools.jar', verbose:true, dest: 'build/b2tla/') ant.get(src: 'http://tla.msr-inria.inria.fr/tlatoolbox/dist/tla2tools.jar', verbose:true, dest: 'build/tlc4b/')
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment