Skip to content

Commit

Permalink
Remove Taas service feature
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <[email protected]>
  • Loading branch information
miurahr committed Oct 2, 2022
1 parent 354511b commit aff0679
Show file tree
Hide file tree
Showing 58 changed files with 1 addition and 4,389 deletions.
1 change: 0 additions & 1 deletion Plugins.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ plugin=org.omegat.filters3.xml.xliff.XLIFFFilter \
org.omegat.tokenizer.HunspellTokenizer \
org.omegat.core.machinetranslators.BelazarTranslate \
org.omegat.gui.scripting.ScriptingWindow \
org.omegat.gui.glossary.taas.TaaSPlugin \
org.omegat.externalfinder.ExternalFinder \
org.omegat.gui.theme.DefaultFlatTheme \
org.omegat.gui.theme.DefaultClassicTheme \
Expand Down
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -844,8 +844,6 @@ makeJaxbTask(name: 'project', outdir: 'src/gen/core/project',
args: ['-no-header', '-d', 'src', '-p', 'gen.core.project', 'src/schemas/project_properties.xsd'])
makeJaxbTask(name: 'tmx14', outdir: 'src/gen/core/tmx14',
args: ['-no-header', '-d', 'src', '-p', 'gen.core.tmx14', '-b', 'src/schemas/tmx14.xjb', 'src/schemas/tmx14.xsd'])
makeJaxbTask(name: 'taas', outdir: 'src/gen/taas',
args: ['-no-header', '-d', 'src', '-p', 'gen.taas', '-b', 'src/schemas/taas.xjb', 'src/schemas/taas.xsd'])

task genMac {
description = 'Generate the Mac .app skeleton. Requires AppBundler (https://bitbucket.org/infinitekind/appbundler) ' +
Expand Down
112 changes: 0 additions & 112 deletions src/gen/taas/ObjectFactory.java

This file was deleted.

69 changes: 0 additions & 69 deletions src/gen/taas/TaasArrayOfTerm.java

This file was deleted.

Loading

0 comments on commit aff0679

Please sign in to comment.