diff --git a/build.gradle b/build.gradle index ac19a89..8ac11b4 100644 --- a/build.gradle +++ b/build.gradle @@ -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" diff --git a/gradle.properties b/gradle.properties index 3f1fe05..2f34e61 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/src/main/java/com/webcodepro/applecommander/ui/ac.java b/src/main/java/com/webcodepro/applecommander/ui/ac.java index 4c02181..6ac63d6 100644 --- a/src/main/java/com/webcodepro/applecommander/ui/ac.java +++ b/src/main/java/com/webcodepro/applecommander/ui/ac.java @@ -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