Skip to content

Commit

Permalink
Sample default configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
briacp committed Mar 11, 2019
1 parent 4cac76c commit 491b37e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions omt-package-config.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#
# OmegaT Plugin - OMT Package Manager
#
# omt-package-config.properties
#
# List of regex pattern (separated by ";") of files to exclude when
# generating an OMT package. (default: "\\.(zip|bak|omt)$")
exclude-pattern=\\.(zip|bak|omt)$
# If set to true, the folder containing the exported OMT will be
# displayed. (default: false)
open-directory-after-export=true
# If set to true, the translated documents will be created before
# creating the package. (default: false)
generate-target-files=false

0 comments on commit 491b37e

Please sign in to comment.