Bumping version/packaging of bastools.

This commit is contained in:
Rob Greene 2018-11-21 21:51:07 -06:00
parent b14b72476e
commit 4942f1fdbc
3 changed files with 8 additions and 8 deletions

View File

@ -63,7 +63,7 @@ tasks.withType(Jar) {
dependencies {
compile "net.sf.applecommander:ShrinkItArchive:$shkVersion"
compile "net.sf.applecommander:applesingle-api:$asVersion"
compile "net.sf.applecommander:bastokenizer-api:$btVersion"
compile "net.sf.applecommander:bastools-api:$btVersion"
compileOnly "org.apache.ant:ant:$antVersion"
testCompile "junit:junit:$junitVersion"

View File

@ -6,7 +6,7 @@ version=1.5.0-BETA
# Dependency versions
shkVersion=1.2.2
asVersion=1.2.1
btVersion=0.2.0
btVersion=0.3.0
swtVersion=4.6.1
junitVersion=4.12
antVersion=1.8.2

View File

@ -56,12 +56,12 @@ import com.webcodepro.applecommander.util.TextBundle;
import io.github.applecommander.applesingle.AppleSingle;
import io.github.applecommander.applesingle.ProdosFileInfo;
import io.github.applecommander.bastokenizer.api.Configuration;
import io.github.applecommander.bastokenizer.api.Parser;
import io.github.applecommander.bastokenizer.api.TokenReader;
import io.github.applecommander.bastokenizer.api.Visitors;
import io.github.applecommander.bastokenizer.api.model.Program;
import io.github.applecommander.bastokenizer.api.model.Token;
import io.github.applecommander.bastools.api.Configuration;
import io.github.applecommander.bastools.api.Parser;
import io.github.applecommander.bastools.api.TokenReader;
import io.github.applecommander.bastools.api.Visitors;
import io.github.applecommander.bastools.api.model.Program;
import io.github.applecommander.bastools.api.model.Token;
/**
* ac provides a command line interface to key AppleCommander functions. Text