mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
remove sample configs and include configs for test project in resources
This commit is contained in:
parent
33f9d0046d
commit
5672fcccd8
@ -1,4 +1,4 @@
|
|||||||
;; This Configuration file shows all user-settable configuration options for CS2J with their default values.
|
;; Sample settings file to translate included Tester project
|
||||||
[General]
|
[General]
|
||||||
|
|
||||||
; Debug / Verbosity flags
|
; Debug / Verbosity flags
|
||||||
@ -24,21 +24,21 @@ dump-enums = false
|
|||||||
out-enum-dir =
|
out-enum-dir =
|
||||||
|
|
||||||
dump-xmls = true
|
dump-xmls = true
|
||||||
out-xml-dir = /Users/keving/tmp/xml/smj
|
out-xml-dir = /tmp/xml/tester
|
||||||
|
|
||||||
; Source and output for translation files and templates
|
; Source and output for translation files and templates
|
||||||
cheat-dir =
|
cheat-dir =
|
||||||
|
|
||||||
net-templates-dir = /Users/keving/gitrepos/cs2j/CS2JLibrary/NetFramework/
|
net-templates-dir = ../CS2JLibrary/NetFramework/
|
||||||
ex-net-templates-dir =
|
ex-net-templates-dir =
|
||||||
|
|
||||||
app-dir = /Users/keving/Clients/smj
|
app-dir = tests/Tester/
|
||||||
ex-app-dir =
|
ex-app-dir =
|
||||||
|
|
||||||
cs-dir = /Users/keving/Clients/smj
|
cs-dir = tests/Tester/
|
||||||
ex-cs-dir =
|
ex-cs-dir =
|
||||||
|
|
||||||
out-java-dir = /Users/keving/tmp/java/smj/src
|
out-java-dir = /tmp/java/tester/src
|
||||||
|
|
||||||
; Enable Alternate Translation Templates
|
; Enable Alternate Translation Templates
|
||||||
alt-translations =
|
alt-translations =
|
||||||
@ -62,4 +62,4 @@ transforms = false
|
|||||||
; These are internal settings used for development.
|
; These are internal settings used for development.
|
||||||
; You should not need (or want) to touch them.
|
; You should not need (or want) to touch them.
|
||||||
[Internal]
|
[Internal]
|
||||||
isjavaish = false
|
isjavaish = false
|
@ -1,4 +1,4 @@
|
|||||||
;; This Configuration file shows all user-settable configuration options for CS2J with their default values.
|
;; Sample settings file to translate included Tester project
|
||||||
[General]
|
[General]
|
||||||
|
|
||||||
; Debug / Verbosity flags
|
; Debug / Verbosity flags
|
||||||
@ -24,21 +24,21 @@ dump-enums = false
|
|||||||
out-enum-dir =
|
out-enum-dir =
|
||||||
|
|
||||||
dump-xmls = true
|
dump-xmls = true
|
||||||
out-xml-dir = /Users/keving/tmp/xml/jesus
|
out-xml-dir = C:\tmp\xml\tester
|
||||||
|
|
||||||
; Source and output for translation files and templates
|
; Source and output for translation files and templates
|
||||||
cheat-dir =
|
cheat-dir =
|
||||||
|
|
||||||
net-templates-dir = /Users/keving/gitrepos/cs2j/CS2JLibrary/NetFramework/
|
net-templates-dir = ..\CS2JLibrary\NetFramework\
|
||||||
ex-net-templates-dir =
|
ex-net-templates-dir =
|
||||||
|
|
||||||
app-dir = /Users/keving/Clients/Jesus
|
app-dir = tests\Tester\
|
||||||
ex-app-dir =
|
ex-app-dir =
|
||||||
|
|
||||||
cs-dir = /Users/keving/Clients/Jesus
|
cs-dir = tests\Tester\
|
||||||
ex-cs-dir =
|
ex-cs-dir =
|
||||||
|
|
||||||
out-java-dir = /Users/keving/tmp/java/jesus/src
|
out-java-dir = C:\tmp\java\tester\src
|
||||||
|
|
||||||
; Enable Alternate Translation Templates
|
; Enable Alternate Translation Templates
|
||||||
alt-translations =
|
alt-translations =
|
||||||
@ -62,4 +62,4 @@ transforms = false
|
|||||||
; These are internal settings used for development.
|
; These are internal settings used for development.
|
||||||
; You should not need (or want) to touch them.
|
; You should not need (or want) to touch them.
|
||||||
[Internal]
|
[Internal]
|
||||||
isjavaish = false
|
isjavaish = false
|
@ -1,65 +0,0 @@
|
|||||||
;; This Configuration file shows all user-settable configuration options for CS2J with their default values.
|
|
||||||
[General]
|
|
||||||
|
|
||||||
; Debug / Verbosity flags
|
|
||||||
verbose = 0
|
|
||||||
debug = 1
|
|
||||||
debug-template-extraction = true
|
|
||||||
|
|
||||||
; Control warnings
|
|
||||||
warnings = true
|
|
||||||
warnings-resolve-failures = false
|
|
||||||
|
|
||||||
; Dump internal structures during translation
|
|
||||||
show-csharp = false
|
|
||||||
show-javasyntax = false
|
|
||||||
show-java = false
|
|
||||||
show-tokens = false
|
|
||||||
|
|
||||||
; Preprocessor tokens
|
|
||||||
define =
|
|
||||||
|
|
||||||
; Output enum list, parsed translation files
|
|
||||||
dump-enums = false
|
|
||||||
out-enum-dir =
|
|
||||||
|
|
||||||
dump-xmls = true
|
|
||||||
out-xml-dir = /Users/keving/tmp/xml/fizzbuzz
|
|
||||||
|
|
||||||
; Source and output for translation files and templates
|
|
||||||
cheat-dir =
|
|
||||||
|
|
||||||
net-templates-dir = /Users/keving/gitrepos/cs2j/CS2JLibrary/NetFramework
|
|
||||||
ex-net-templates-dir =
|
|
||||||
|
|
||||||
app-dir = /Users/keving/Projects/fizzbuzz-1.0
|
|
||||||
ex-app-dir =
|
|
||||||
|
|
||||||
cs-dir = /Users/keving/Projects/fizzbuzz-1.0
|
|
||||||
ex-cs-dir = /Users/keving/Projects/fizzbuzz-1.0/FizzBuzz.BusinessLogic.Tests|/Users/keving/Projects/fizzbuzz-1.0/FizzBuzz.Core.Test
|
|
||||||
|
|
||||||
out-java-dir = /Users/keving/tmp/java/fizzbuzz/src
|
|
||||||
|
|
||||||
; Enable Alternate Translation Templates
|
|
||||||
alt-translations =
|
|
||||||
|
|
||||||
; Boolean flags
|
|
||||||
keep-parens = false
|
|
||||||
timestamp-files = false
|
|
||||||
blanket-throw = true
|
|
||||||
exception-is-throwable = false
|
|
||||||
make-javadoc-comments = true
|
|
||||||
make-java-naming-conventions = true
|
|
||||||
|
|
||||||
; These are experimental settings.
|
|
||||||
; They may change (or disappear, or move to General section, or ....) in future releases
|
|
||||||
[Experimental]
|
|
||||||
enums-to-numeric-consts = false
|
|
||||||
unsigned-to-signed = false
|
|
||||||
unsigned-to-bigger-signed = false
|
|
||||||
transforms = false
|
|
||||||
|
|
||||||
; These are internal settings used for development.
|
|
||||||
; You should not need (or want) to touch them.
|
|
||||||
[Internal]
|
|
||||||
isjavaish = false
|
|
@ -1,65 +0,0 @@
|
|||||||
;; This Configuration file shows all user-settable configuration options for CS2J with their default values.
|
|
||||||
[General]
|
|
||||||
|
|
||||||
; Debug / Verbosity flags
|
|
||||||
verbose = 0
|
|
||||||
debug = 1
|
|
||||||
debug-template-extraction = true
|
|
||||||
|
|
||||||
; Control warnings
|
|
||||||
warnings = true
|
|
||||||
warnings-resolve-failures = false
|
|
||||||
|
|
||||||
; Dump internal structures during translation
|
|
||||||
show-csharp = false
|
|
||||||
show-javasyntax = false
|
|
||||||
show-java = false
|
|
||||||
show-tokens = false
|
|
||||||
|
|
||||||
; Preprocessor tokens
|
|
||||||
define =
|
|
||||||
|
|
||||||
; Output enum list, parsed translation files
|
|
||||||
dump-enums = false
|
|
||||||
out-enum-dir =
|
|
||||||
|
|
||||||
dump-xmls = true
|
|
||||||
out-xml-dir = /Users/keving/tmp/xml/libomv
|
|
||||||
|
|
||||||
; Source and output for translation files and templates
|
|
||||||
cheat-dir =
|
|
||||||
|
|
||||||
net-templates-dir = /Users/keving/gitrepos/cs2j/CS2JLibrary/NetFramework
|
|
||||||
ex-net-templates-dir =
|
|
||||||
|
|
||||||
app-dir = /Users/keving/Projects/libomv-0.8.3-source/Programs
|
|
||||||
ex-app-dir = /Users/keving/Projects/libomv-0.8.3-source/Programs/VisualParamGenerator/template.cs|/Users/keving/Projects/libomv-0.8.3-source/Programs/mapgenerator/template.cs
|
|
||||||
|
|
||||||
cs-dir = /Users/keving/Projects/libomv-0.8.3-source/Programs
|
|
||||||
ex-cs-dir = /Users/keving/Projects/libomv-0.8.3-source/Programs/VisualParamGenerator/template.cs|/Users/keving/Projects/libomv-0.8.3-source/Programs/mapgenerator/template.cs
|
|
||||||
|
|
||||||
out-java-dir = /Users/keving/tmp/java/libomv/src
|
|
||||||
|
|
||||||
; Enable Alternate Translation Templates
|
|
||||||
alt-translations =
|
|
||||||
|
|
||||||
; Boolean flags
|
|
||||||
keep-parens = false
|
|
||||||
timestamp-files = false
|
|
||||||
blanket-throw = true
|
|
||||||
exception-is-throwable = false
|
|
||||||
make-javadoc-comments = true
|
|
||||||
make-java-naming-conventions = true
|
|
||||||
|
|
||||||
; These are experimental settings.
|
|
||||||
; They may change (or disappear, or move to General section, or ....) in future releases
|
|
||||||
[Experimental]
|
|
||||||
enums-to-numeric-consts = false
|
|
||||||
unsigned-to-signed = false
|
|
||||||
unsigned-to-bigger-signed = false
|
|
||||||
transforms = false
|
|
||||||
|
|
||||||
; These are internal settings used for development.
|
|
||||||
; You should not need (or want) to touch them.
|
|
||||||
[Internal]
|
|
||||||
isjavaish = false
|
|
@ -1,65 +0,0 @@
|
|||||||
;; This Configuration file shows all user-settable configuration options for CS2J with their default values.
|
|
||||||
[General]
|
|
||||||
|
|
||||||
; Debug / Verbosity flags
|
|
||||||
verbose = 0
|
|
||||||
debug = 1
|
|
||||||
debug-template-extraction = true
|
|
||||||
|
|
||||||
; Control warnings
|
|
||||||
warnings = true
|
|
||||||
warnings-resolve-failures = false
|
|
||||||
|
|
||||||
; Dump internal structures during translation
|
|
||||||
show-csharp = false
|
|
||||||
show-javasyntax = false
|
|
||||||
show-java = false
|
|
||||||
show-tokens = false
|
|
||||||
|
|
||||||
; Preprocessor tokens
|
|
||||||
define =
|
|
||||||
|
|
||||||
; Output enum list, parsed translation files
|
|
||||||
dump-enums = false
|
|
||||||
out-enum-dir =
|
|
||||||
|
|
||||||
dump-xmls = true
|
|
||||||
out-xml-dir = /Users/keving/tmp/xml/monodevelop
|
|
||||||
|
|
||||||
; Source and output for translation files and templates
|
|
||||||
cheat-dir =
|
|
||||||
|
|
||||||
net-templates-dir = /Users/keving/gitrepos/cs2j/CS2JLibrary/NetFramework
|
|
||||||
ex-net-templates-dir =
|
|
||||||
|
|
||||||
app-dir = /Users/keving/gitrepos/monodevelop
|
|
||||||
ex-app-dir =
|
|
||||||
|
|
||||||
cs-dir = /Users/keving/gitrepos/monodevelop
|
|
||||||
ex-cs-dir =
|
|
||||||
|
|
||||||
out-java-dir = /Users/keving/tmp/java/monodevelop/src
|
|
||||||
|
|
||||||
; Enable Alternate Translation Templates
|
|
||||||
alt-translations =
|
|
||||||
|
|
||||||
; Boolean flags
|
|
||||||
keep-parens = false
|
|
||||||
timestamp-files = false
|
|
||||||
blanket-throw = true
|
|
||||||
exception-is-throwable = false
|
|
||||||
make-javadoc-comments = true
|
|
||||||
make-java-naming-conventions = true
|
|
||||||
|
|
||||||
; These are experimental settings.
|
|
||||||
; They may change (or disappear, or move to General section, or ....) in future releases
|
|
||||||
[Experimental]
|
|
||||||
enums-to-numeric-consts = false
|
|
||||||
unsigned-to-signed = false
|
|
||||||
unsigned-to-bigger-signed = false
|
|
||||||
transforms = false
|
|
||||||
|
|
||||||
; These are internal settings used for development.
|
|
||||||
; You should not need (or want) to touch them.
|
|
||||||
[Internal]
|
|
||||||
isjavaish = false
|
|
@ -1,65 +0,0 @@
|
|||||||
;; This Configuration file shows all user-settable configuration options for CS2J with their default values.
|
|
||||||
[General]
|
|
||||||
|
|
||||||
; Debug / Verbosity flags
|
|
||||||
verbose = 0
|
|
||||||
debug = 1
|
|
||||||
debug-template-extraction = true
|
|
||||||
|
|
||||||
; Control warnings
|
|
||||||
warnings = true
|
|
||||||
warnings-resolve-failures = false
|
|
||||||
|
|
||||||
; Dump internal structures during translation
|
|
||||||
show-csharp = false
|
|
||||||
show-javasyntax = false
|
|
||||||
show-java = false
|
|
||||||
show-tokens = false
|
|
||||||
|
|
||||||
; Preprocessor tokens
|
|
||||||
define =
|
|
||||||
|
|
||||||
; Output enum list, parsed translation files
|
|
||||||
dump-enums = false
|
|
||||||
out-enum-dir =
|
|
||||||
|
|
||||||
dump-xmls = true
|
|
||||||
out-xml-dir = /Users/keving/tmp/xml/se
|
|
||||||
|
|
||||||
; Source and output for translation files and templates
|
|
||||||
cheat-dir =
|
|
||||||
|
|
||||||
net-templates-dir = /Users/keving/gitrepos/rustici/ScormEngine/java/CS2JLibrary/NetFramework/
|
|
||||||
ex-net-templates-dir =
|
|
||||||
|
|
||||||
app-dir = /Users/keving/gitrepos/rustici/ScormEngine/net/src/app/ScormEngine.Core/
|
|
||||||
ex-app-dir =
|
|
||||||
|
|
||||||
cs-dir = /Users/keving/gitrepos/rustici/ScormEngine/net/src/app/ScormEngine.Core/Logic/
|
|
||||||
ex-cs-dir =
|
|
||||||
|
|
||||||
out-java-dir = /Users/keving/gitrepos/rustici/ScormEngine/java/RusticiSoftware.ScormContentPlayer.Logic/src
|
|
||||||
|
|
||||||
; Enable Alternate Translation Templates
|
|
||||||
alt-translations =
|
|
||||||
|
|
||||||
; Boolean flags
|
|
||||||
keep-parens = false
|
|
||||||
timestamp-files = false
|
|
||||||
blanket-throw = true
|
|
||||||
exception-is-throwable = false
|
|
||||||
make-javadoc-comments = true
|
|
||||||
make-java-naming-conventions = false
|
|
||||||
|
|
||||||
; These are experimental settings.
|
|
||||||
; They may change (or disappear, or move to General section, or ....) in future releases
|
|
||||||
[Experimental]
|
|
||||||
enums-to-numeric-consts = false
|
|
||||||
unsigned-to-signed = false
|
|
||||||
unsigned-to-bigger-signed = false
|
|
||||||
transforms = false
|
|
||||||
|
|
||||||
; These are internal settings used for development.
|
|
||||||
; You should not need (or want) to touch them.
|
|
||||||
[Internal]
|
|
||||||
isjavaish = false
|
|
@ -1,65 +0,0 @@
|
|||||||
;; This Configuration file shows all user-settable configuration options for CS2J with their default values.
|
|
||||||
[General]
|
|
||||||
|
|
||||||
; Debug / Verbosity flags
|
|
||||||
verbose = 0
|
|
||||||
debug = 1
|
|
||||||
debug-template-extraction = true
|
|
||||||
|
|
||||||
; Control warnings
|
|
||||||
warnings = true
|
|
||||||
warnings-resolve-failures = false
|
|
||||||
|
|
||||||
; Dump internal structures during translation
|
|
||||||
show-csharp = false
|
|
||||||
show-javasyntax = false
|
|
||||||
show-java = false
|
|
||||||
show-tokens = false
|
|
||||||
|
|
||||||
; Preprocessor tokens
|
|
||||||
define =
|
|
||||||
|
|
||||||
; Output enum list, parsed translation files
|
|
||||||
dump-enums = false
|
|
||||||
out-enum-dir =
|
|
||||||
|
|
||||||
dump-xmls = true
|
|
||||||
out-xml-dir = /Users/keving/tmp/xml/se2
|
|
||||||
|
|
||||||
; Source and output for translation files and templates
|
|
||||||
cheat-dir =
|
|
||||||
|
|
||||||
net-templates-dir = /Users/keving/gitrepos/ScormEngine/java/CS2JLibrary/NetFramework
|
|
||||||
ex-net-templates-dir =
|
|
||||||
|
|
||||||
app-dir = /Users/keving/gitrepos/ScormEngine/net/src/app/ScormEngine.Core
|
|
||||||
ex-app-dir =
|
|
||||||
|
|
||||||
cs-dir = /Users/keving/gitrepos/ScormEngine/net/src/app/ScormEngine.Core/Logic
|
|
||||||
ex-cs-dir =
|
|
||||||
|
|
||||||
out-java-dir = /Users/keving/gitrepos/ScormEngine/java/RusticiSoftware.ScormContentPlayer.Logic/src
|
|
||||||
|
|
||||||
; Enable Alternate Translation Templates
|
|
||||||
alt-translations =
|
|
||||||
|
|
||||||
; Boolean flags
|
|
||||||
keep-parens = false
|
|
||||||
timestamp-files = false
|
|
||||||
blanket-throw = true
|
|
||||||
exception-is-throwable = false
|
|
||||||
make-javadoc-comments = true
|
|
||||||
make-java-naming-conventions = false
|
|
||||||
|
|
||||||
; These are experimental settings.
|
|
||||||
; They may change (or disappear, or move to General section, or ....) in future releases
|
|
||||||
[Experimental]
|
|
||||||
enums-to-numeric-consts = false
|
|
||||||
unsigned-to-signed = false
|
|
||||||
unsigned-to-bigger-signed = false
|
|
||||||
transforms = false
|
|
||||||
|
|
||||||
; These are internal settings used for development.
|
|
||||||
; You should not need (or want) to touch them.
|
|
||||||
[Internal]
|
|
||||||
isjavaish = false
|
|
@ -1,65 +0,0 @@
|
|||||||
;; This Configuration file shows all user-settable configuration options for CS2J with their default values.
|
|
||||||
[General]
|
|
||||||
|
|
||||||
; Debug / Verbosity flags
|
|
||||||
verbose = 0
|
|
||||||
debug = 1
|
|
||||||
debug-template-extraction = true
|
|
||||||
|
|
||||||
; Control warnings
|
|
||||||
warnings = true
|
|
||||||
warnings-resolve-failures = false
|
|
||||||
|
|
||||||
; Dump internal structures during translation
|
|
||||||
show-csharp = false
|
|
||||||
show-javasyntax = false
|
|
||||||
show-java = false
|
|
||||||
show-tokens = false
|
|
||||||
|
|
||||||
; Preprocessor tokens
|
|
||||||
define =
|
|
||||||
|
|
||||||
; Output enum list, parsed translation files
|
|
||||||
dump-enums = false
|
|
||||||
out-enum-dir =
|
|
||||||
|
|
||||||
dump-xmls = true
|
|
||||||
out-xml-dir = /Users/keving/tmp/xml/sestoft
|
|
||||||
|
|
||||||
; Source and output for translation files and templates
|
|
||||||
cheat-dir =
|
|
||||||
|
|
||||||
net-templates-dir = /Users/keving/gitrepos/cs2j/CS2JLibrary/NetFramework/
|
|
||||||
ex-net-templates-dir =
|
|
||||||
|
|
||||||
app-dir = /Users/keving/Projects/Sestoft
|
|
||||||
ex-app-dir =
|
|
||||||
|
|
||||||
cs-dir = /Users/keving/Projects/Sestoft
|
|
||||||
ex-cs-dir =
|
|
||||||
|
|
||||||
out-java-dir = /Users/keving/tmp/java/sestoft/src
|
|
||||||
|
|
||||||
; Enable Alternate Translation Templates
|
|
||||||
alt-translations =
|
|
||||||
|
|
||||||
; Boolean flags
|
|
||||||
keep-parens = false
|
|
||||||
timestamp-files = false
|
|
||||||
blanket-throw = true
|
|
||||||
exception-is-throwable = false
|
|
||||||
make-javadoc-comments = true
|
|
||||||
make-java-naming-conventions = true
|
|
||||||
|
|
||||||
; These are experimental settings.
|
|
||||||
; They may change (or disappear, or move to General section, or ....) in future releases
|
|
||||||
[Experimental]
|
|
||||||
enums-to-numeric-consts = false
|
|
||||||
unsigned-to-signed = false
|
|
||||||
unsigned-to-bigger-signed = false
|
|
||||||
transforms = true
|
|
||||||
|
|
||||||
; These are internal settings used for development.
|
|
||||||
; You should not need (or want) to touch them.
|
|
||||||
[Internal]
|
|
||||||
isjavaish = false
|
|
@ -1,65 +0,0 @@
|
|||||||
;; This Configuration file shows all user-settable configuration options for CS2J with their default values.
|
|
||||||
[General]
|
|
||||||
|
|
||||||
; Debug / Verbosity flags
|
|
||||||
verbose = 0
|
|
||||||
debug = 1
|
|
||||||
debug-template-extraction = true
|
|
||||||
|
|
||||||
; Control warnings
|
|
||||||
warnings = true
|
|
||||||
warnings-resolve-failures = false
|
|
||||||
|
|
||||||
; Dump internal structures during translation
|
|
||||||
show-csharp = false
|
|
||||||
show-javasyntax = false
|
|
||||||
show-java = false
|
|
||||||
show-tokens = false
|
|
||||||
|
|
||||||
; Preprocessor tokens
|
|
||||||
define =
|
|
||||||
|
|
||||||
; Output enum list, parsed translation files
|
|
||||||
dump-enums = false
|
|
||||||
out-enum-dir =
|
|
||||||
|
|
||||||
dump-xmls = true
|
|
||||||
out-xml-dir = /Users/keving/tmp/xml/strickland
|
|
||||||
|
|
||||||
; Source and output for translation files and templates
|
|
||||||
cheat-dir =
|
|
||||||
|
|
||||||
net-templates-dir = /Users/keving/gitrepos/cs2j/CS2JLibrary/NetFramework/
|
|
||||||
ex-net-templates-dir =
|
|
||||||
|
|
||||||
app-dir = /Users/keving/Clients/Strickland
|
|
||||||
ex-app-dir =
|
|
||||||
|
|
||||||
cs-dir = /Users/keving/Clients/Strickland
|
|
||||||
ex-cs-dir =
|
|
||||||
|
|
||||||
out-java-dir = /Users/keving/tmp/java/strickland/src
|
|
||||||
|
|
||||||
; Enable Alternate Translation Templates
|
|
||||||
alt-translations =
|
|
||||||
|
|
||||||
; Boolean flags
|
|
||||||
keep-parens = false
|
|
||||||
timestamp-files = false
|
|
||||||
blanket-throw = true
|
|
||||||
exception-is-throwable = false
|
|
||||||
make-javadoc-comments = true
|
|
||||||
make-java-naming-conventions = true
|
|
||||||
|
|
||||||
; These are experimental settings.
|
|
||||||
; They may change (or disappear, or move to General section, or ....) in future releases
|
|
||||||
[Experimental]
|
|
||||||
enums-to-numeric-consts = false
|
|
||||||
unsigned-to-signed = false
|
|
||||||
unsigned-to-bigger-signed = false
|
|
||||||
transforms = false
|
|
||||||
|
|
||||||
; These are internal settings used for development.
|
|
||||||
; You should not need (or want) to touch them.
|
|
||||||
[Internal]
|
|
||||||
isjavaish = false
|
|
@ -1,65 +0,0 @@
|
|||||||
;; This Configuration file shows all user-settable configuration options for CS2J with their default values.
|
|
||||||
[General]
|
|
||||||
|
|
||||||
; Debug / Verbosity flags
|
|
||||||
verbose = 0
|
|
||||||
debug = 1
|
|
||||||
debug-template-extraction = true
|
|
||||||
|
|
||||||
; Control warnings
|
|
||||||
warnings = true
|
|
||||||
warnings-resolve-failures = false
|
|
||||||
|
|
||||||
; Dump internal structures during translation
|
|
||||||
show-csharp = false
|
|
||||||
show-javasyntax = false
|
|
||||||
show-java = false
|
|
||||||
show-tokens = false
|
|
||||||
|
|
||||||
; Preprocessor tokens
|
|
||||||
define =
|
|
||||||
|
|
||||||
; Output enum list, parsed translation files
|
|
||||||
dump-enums = false
|
|
||||||
out-enum-dir =
|
|
||||||
|
|
||||||
dump-xmls = true
|
|
||||||
out-xml-dir = /Users/keving/tmp/xml/tester
|
|
||||||
|
|
||||||
; Source and output for translation files and templates
|
|
||||||
cheat-dir =
|
|
||||||
|
|
||||||
net-templates-dir = /Users/keving/gitrepos/cs2j/CS2JLibrary/NetFramework/
|
|
||||||
ex-net-templates-dir =
|
|
||||||
|
|
||||||
app-dir = /Users/keving/gitrepos/cs2j/CSharpTranslator/tests/Tester/
|
|
||||||
ex-app-dir =
|
|
||||||
|
|
||||||
cs-dir = /Users/keving/gitrepos/cs2j/CSharpTranslator/tests/Tester/
|
|
||||||
ex-cs-dir =
|
|
||||||
|
|
||||||
out-java-dir = /Users/keving/tmp/java/tester/src
|
|
||||||
|
|
||||||
; Enable Alternate Translation Templates
|
|
||||||
alt-translations =
|
|
||||||
|
|
||||||
; Boolean flags
|
|
||||||
keep-parens = false
|
|
||||||
timestamp-files = false
|
|
||||||
blanket-throw = true
|
|
||||||
exception-is-throwable = false
|
|
||||||
make-javadoc-comments = true
|
|
||||||
make-java-naming-conventions = true
|
|
||||||
|
|
||||||
; These are experimental settings.
|
|
||||||
; They may change (or disappear, or move to General section, or ....) in future releases
|
|
||||||
[Experimental]
|
|
||||||
enums-to-numeric-consts = false
|
|
||||||
unsigned-to-signed = false
|
|
||||||
unsigned-to-bigger-signed = false
|
|
||||||
transforms = false
|
|
||||||
|
|
||||||
; These are internal settings used for development.
|
|
||||||
; You should not need (or want) to touch them.
|
|
||||||
[Internal]
|
|
||||||
isjavaish = false
|
|
@ -1,65 +0,0 @@
|
|||||||
;; This Configuration file shows all user-settable configuration options for CS2J with their default values.
|
|
||||||
[General]
|
|
||||||
|
|
||||||
; Debug / Verbosity flags
|
|
||||||
verbose = 0
|
|
||||||
debug = 1
|
|
||||||
debug-template-extraction = true
|
|
||||||
|
|
||||||
; Control warnings
|
|
||||||
warnings = true
|
|
||||||
warnings-resolve-failures = false
|
|
||||||
|
|
||||||
; Dump internal structures during translation
|
|
||||||
show-csharp = false
|
|
||||||
show-javasyntax = false
|
|
||||||
show-java = false
|
|
||||||
show-tokens = false
|
|
||||||
|
|
||||||
; Preprocessor tokens
|
|
||||||
define =
|
|
||||||
|
|
||||||
; Output enum list, parsed translation files
|
|
||||||
dump-enums = false
|
|
||||||
out-enum-dir =
|
|
||||||
|
|
||||||
dump-xmls = true
|
|
||||||
out-xml-dir = z:\keving\tmp\xml\fizzbuzz
|
|
||||||
|
|
||||||
; Source and output for translation files and templates
|
|
||||||
cheat-dir =
|
|
||||||
|
|
||||||
net-templates-dir = z:\keving\gitrepos\cs2j\CS2JLibrary\NetFramework\ICSharpCode|z:\keving\gitrepos\cs2j\CS2JLibrary\NetFramework\System
|
|
||||||
ex-net-templates-dir =
|
|
||||||
|
|
||||||
app-dir = z:\keving\Projects\fizzbuzz-1.0
|
|
||||||
ex-app-dir =
|
|
||||||
|
|
||||||
cs-dir = z:\keving\Projects\fizzbuzz-1.0
|
|
||||||
ex-cs-dir = z:\keving\Projects\fizzbuzz-1.0\FizzBuzz.BusinessLogic.Tests|z:\keving\Projects\fizzbuzz-1.0\FizzBuzz.Core.Test
|
|
||||||
|
|
||||||
out-java-dir = z:\keving\tmp\java\fizzbuzz\src
|
|
||||||
|
|
||||||
; Enable Alternate Translation Templates
|
|
||||||
alt-translations =
|
|
||||||
|
|
||||||
; Boolean flags
|
|
||||||
keep-parens = false
|
|
||||||
timestamp-files = false
|
|
||||||
blanket-throw = true
|
|
||||||
exception-is-throwable = false
|
|
||||||
make-javadoc-comments = true
|
|
||||||
make-java-naming-conventions = true
|
|
||||||
|
|
||||||
; These are experimental settings.
|
|
||||||
; They may change (or disappear, or move to General section, or ....) in future releases
|
|
||||||
[Experimental]
|
|
||||||
enums-to-numeric-consts = false
|
|
||||||
unsigned-to-signed = false
|
|
||||||
unsigned-to-bigger-signed = false
|
|
||||||
transforms = false
|
|
||||||
|
|
||||||
; These are internal settings used for development.
|
|
||||||
; You should not need (or want) to touch them.
|
|
||||||
[Internal]
|
|
||||||
isjavaish = false
|
|
@ -1,65 +0,0 @@
|
|||||||
;; This Configuration file shows all user-settable configuration options for CS2J with their default values.
|
|
||||||
[General]
|
|
||||||
|
|
||||||
; Debug / Verbosity flags
|
|
||||||
verbose = 0
|
|
||||||
debug = 1
|
|
||||||
debug-template-extraction = true
|
|
||||||
|
|
||||||
; Control warnings
|
|
||||||
warnings = true
|
|
||||||
warnings-resolve-failures = false
|
|
||||||
|
|
||||||
; Dump internal structures during translation
|
|
||||||
show-csharp = false
|
|
||||||
show-javasyntax = false
|
|
||||||
show-java = false
|
|
||||||
show-tokens = false
|
|
||||||
|
|
||||||
; Preprocessor tokens
|
|
||||||
define =
|
|
||||||
|
|
||||||
; Output enum list, parsed translation files
|
|
||||||
dump-enums = false
|
|
||||||
out-enum-dir =
|
|
||||||
|
|
||||||
dump-xmls = true
|
|
||||||
out-xml-dir = Z:\keving\tmp\xml\libomv
|
|
||||||
|
|
||||||
; Source and output for translation files and templates
|
|
||||||
cheat-dir =
|
|
||||||
|
|
||||||
net-templates-dir = Z:\keving\gitrepos\cs2j\CS2JLibrary\NetFramework
|
|
||||||
ex-net-templates-dir =
|
|
||||||
|
|
||||||
app-dir = Z:\keving\Projects\libomv-0.8.3-source\Programs
|
|
||||||
ex-app-dir = Z:\keving\Projects\libomv-0.8.3-source\Programs\VisualParamGenerator\template.cs|Z:\keving\Projects\libomv-0.8.3-source\Programs\mapgenerator\template.cs
|
|
||||||
|
|
||||||
cs-dir = Z:\keving\Projects\libomv-0.8.3-source\Programs
|
|
||||||
ex-cs-dir = Z:\keving\Projects\libomv-0.8.3-source\Programs\VisualParamGenerator\template.cs|Z:\keving\Projects\libomv-0.8.3-source\Programs\mapgenerator\template.cs
|
|
||||||
|
|
||||||
out-java-dir = Z:\keving\tmp\java\libomv\src
|
|
||||||
|
|
||||||
; Enable Alternate Translation Templates
|
|
||||||
alt-translations =
|
|
||||||
|
|
||||||
; Boolean flags
|
|
||||||
keep-parens = false
|
|
||||||
timestamp-files = false
|
|
||||||
blanket-throw = true
|
|
||||||
exception-is-throwable = false
|
|
||||||
make-javadoc-comments = true
|
|
||||||
make-java-naming-conventions = true
|
|
||||||
|
|
||||||
; These are experimental settings.
|
|
||||||
; They may change (or disappear, or move to General section, or ....) in future releases
|
|
||||||
[Experimental]
|
|
||||||
enums-to-numeric-consts = false
|
|
||||||
unsigned-to-signed = false
|
|
||||||
unsigned-to-bigger-signed = false
|
|
||||||
transforms = false
|
|
||||||
|
|
||||||
; These are internal settings used for development.
|
|
||||||
; You should not need (or want) to touch them.
|
|
||||||
[Internal]
|
|
||||||
isjavaish = false
|
|
@ -1,65 +0,0 @@
|
|||||||
;; This Configuration file shows all user-settable configuration options for CS2J with their default values.
|
|
||||||
[General]
|
|
||||||
|
|
||||||
; Debug / Verbosity flags
|
|
||||||
verbose = 0
|
|
||||||
debug = 1
|
|
||||||
debug-template-extraction = true
|
|
||||||
|
|
||||||
; Control warnings
|
|
||||||
warnings = true
|
|
||||||
warnings-resolve-failures = false
|
|
||||||
|
|
||||||
; Dump internal structures during translation
|
|
||||||
show-csharp = false
|
|
||||||
show-javasyntax = false
|
|
||||||
show-java = false
|
|
||||||
show-tokens = false
|
|
||||||
|
|
||||||
; Preprocessor tokens
|
|
||||||
define =
|
|
||||||
|
|
||||||
; Output enum list, parsed translation files
|
|
||||||
dump-enums = false
|
|
||||||
out-enum-dir =
|
|
||||||
|
|
||||||
dump-xmls = true
|
|
||||||
out-xml-dir = Z:\keving\tmp\xml\monodevelop
|
|
||||||
|
|
||||||
; Source and output for translation files and templates
|
|
||||||
cheat-dir =
|
|
||||||
|
|
||||||
net-templates-dir = Z:\keving\gitrepos\cs2j\CS2JLibrary\NetFramework
|
|
||||||
ex-net-templates-dir =
|
|
||||||
|
|
||||||
app-dir = Z:\keving\gitrepos\monodevelop
|
|
||||||
ex-app-dir =
|
|
||||||
|
|
||||||
cs-dir = Z:\keving\gitrepos\monodevelop
|
|
||||||
ex-cs-dir =
|
|
||||||
|
|
||||||
out-java-dir = Z:\keving\tmp\java\monodevelop\src
|
|
||||||
|
|
||||||
; Enable Alternate Translation Templates
|
|
||||||
alt-translations =
|
|
||||||
|
|
||||||
; Boolean flags
|
|
||||||
keep-parens = false
|
|
||||||
timestamp-files = false
|
|
||||||
blanket-throw = true
|
|
||||||
exception-is-throwable = false
|
|
||||||
make-javadoc-comments = true
|
|
||||||
make-java-naming-conventions = true
|
|
||||||
|
|
||||||
; These are experimental settings.
|
|
||||||
; They may change (or disappear, or move to General section, or ....) in future releases
|
|
||||||
[Experimental]
|
|
||||||
enums-to-numeric-consts = false
|
|
||||||
unsigned-to-signed = false
|
|
||||||
unsigned-to-bigger-signed = false
|
|
||||||
transforms = false
|
|
||||||
|
|
||||||
; These are internal settings used for development.
|
|
||||||
; You should not need (or want) to touch them.
|
|
||||||
[Internal]
|
|
||||||
isjavaish = false
|
|
@ -1,65 +0,0 @@
|
|||||||
;; This Configuration file shows all user-settable configuration options for CS2J with their default values.
|
|
||||||
[General]
|
|
||||||
|
|
||||||
; Debug / Verbosity flags
|
|
||||||
verbose = 0
|
|
||||||
debug = 1
|
|
||||||
debug-template-extraction = true
|
|
||||||
|
|
||||||
; Control warnings
|
|
||||||
warnings = true
|
|
||||||
warnings-resolve-failures = false
|
|
||||||
|
|
||||||
; Dump internal structures during translation
|
|
||||||
show-csharp = false
|
|
||||||
show-javasyntax = false
|
|
||||||
show-java = false
|
|
||||||
show-tokens = false
|
|
||||||
|
|
||||||
; Preprocessor tokens
|
|
||||||
define =
|
|
||||||
|
|
||||||
; Output enum list, parsed translation files
|
|
||||||
dump-enums = false
|
|
||||||
out-enum-dir =
|
|
||||||
|
|
||||||
dump-xmls = true
|
|
||||||
out-xml-dir = Z:\keving\tmp\xml\se
|
|
||||||
|
|
||||||
; Source and output for translation files and templates
|
|
||||||
cheat-dir =
|
|
||||||
|
|
||||||
net-templates-dir = Z:\keving\gitrepos\cs2j\CS2JLibrary\NetFramework\
|
|
||||||
ex-net-templates-dir =
|
|
||||||
|
|
||||||
app-dir = Z:\keving\gitrepos\rustici\ScormEngine\net\src\app\ScormEngine.Core\
|
|
||||||
ex-app-dir =
|
|
||||||
|
|
||||||
cs-dir = Z:\keving\gitrepos\rustici\ScormEngine\net\src\app\ScormEngine.Core\Logic
|
|
||||||
ex-cs-dir =
|
|
||||||
|
|
||||||
out-java-dir = Z:\keving\gitrepos\rustici\ScormEngine\java\RusticiSoftware.ScormContentPlayer.Logic\src
|
|
||||||
|
|
||||||
; Enable Alternate Translation Templates
|
|
||||||
alt-translations =
|
|
||||||
|
|
||||||
; Boolean flags
|
|
||||||
keep-parens = false
|
|
||||||
timestamp-files = false
|
|
||||||
blanket-throw = true
|
|
||||||
exception-is-throwable = false
|
|
||||||
make-javadoc-comments = true
|
|
||||||
make-java-naming-conventions = false
|
|
||||||
|
|
||||||
; These are experimental settings.
|
|
||||||
; They may change (or disappear, or move to General section, or ....) in future releases
|
|
||||||
[Experimental]
|
|
||||||
enums-to-numeric-consts = false
|
|
||||||
unsigned-to-signed = false
|
|
||||||
unsigned-to-bigger-signed = false
|
|
||||||
transforms = false
|
|
||||||
|
|
||||||
; These are internal settings used for development.
|
|
||||||
; You should not need (or want) to touch them.
|
|
||||||
[Internal]
|
|
||||||
isjavaish = false
|
|
@ -1,65 +0,0 @@
|
|||||||
;; This Configuration file shows all user-settable configuration options for CS2J with their default values.
|
|
||||||
[General]
|
|
||||||
|
|
||||||
; Debug / Verbosity flags
|
|
||||||
verbose = 0
|
|
||||||
debug = 1
|
|
||||||
debug-template-extraction = true
|
|
||||||
|
|
||||||
; Control warnings
|
|
||||||
warnings = true
|
|
||||||
warnings-resolve-failures = false
|
|
||||||
|
|
||||||
; Dump internal structures during translation
|
|
||||||
show-csharp = false
|
|
||||||
show-javasyntax = false
|
|
||||||
show-java = false
|
|
||||||
show-tokens = false
|
|
||||||
|
|
||||||
; Preprocessor tokens
|
|
||||||
define =
|
|
||||||
|
|
||||||
; Output enum list, parsed translation files
|
|
||||||
dump-enums = false
|
|
||||||
out-enum-dir =
|
|
||||||
|
|
||||||
dump-xmls = true
|
|
||||||
out-xml-dir = Z:\keving\tmp\xml\sestoft
|
|
||||||
|
|
||||||
; Source and output for translation files and templates
|
|
||||||
cheat-dir =
|
|
||||||
|
|
||||||
net-templates-dir = Z:\keving\gitrepos\cs2j\CS2JLibrary\NetFramework\
|
|
||||||
ex-net-templates-dir =
|
|
||||||
|
|
||||||
app-dir = Z:\keving\Projects\Sestoft
|
|
||||||
ex-app-dir =
|
|
||||||
|
|
||||||
cs-dir = Z:\keving\Projects\Sestoft
|
|
||||||
ex-cs-dir =
|
|
||||||
|
|
||||||
out-java-dir = Z:\keving\tmp\java\sestoft\src
|
|
||||||
|
|
||||||
; Enable Alternate Translation Templates
|
|
||||||
alt-translations =
|
|
||||||
|
|
||||||
; Boolean flags
|
|
||||||
keep-parens = false
|
|
||||||
timestamp-files = false
|
|
||||||
blanket-throw = true
|
|
||||||
exception-is-throwable = false
|
|
||||||
make-javadoc-comments = true
|
|
||||||
make-java-naming-conventions = true
|
|
||||||
|
|
||||||
; These are experimental settings.
|
|
||||||
; They may change (or disappear, or move to General section, or ....) in future releases
|
|
||||||
[Experimental]
|
|
||||||
enums-to-numeric-consts = false
|
|
||||||
unsigned-to-signed = false
|
|
||||||
unsigned-to-bigger-signed = false
|
|
||||||
transforms = true
|
|
||||||
|
|
||||||
; These are internal settings used for development.
|
|
||||||
; You should not need (or want) to touch them.
|
|
||||||
[Internal]
|
|
||||||
isjavaish = false
|
|
@ -1,65 +0,0 @@
|
|||||||
;; This Configuration file shows all user-settable configuration options for CS2J with their default values.
|
|
||||||
[General]
|
|
||||||
|
|
||||||
; Debug / Verbosity flags
|
|
||||||
verbose = 0
|
|
||||||
debug = 1
|
|
||||||
debug-template-extraction = true
|
|
||||||
|
|
||||||
; Control warnings
|
|
||||||
warnings = true
|
|
||||||
warnings-resolve-failures = false
|
|
||||||
|
|
||||||
; Dump internal structures during translation
|
|
||||||
show-csharp = false
|
|
||||||
show-javasyntax = false
|
|
||||||
show-java = false
|
|
||||||
show-tokens = false
|
|
||||||
|
|
||||||
; Preprocessor tokens
|
|
||||||
define =
|
|
||||||
|
|
||||||
; Output enum list, parsed translation files
|
|
||||||
dump-enums = false
|
|
||||||
out-enum-dir =
|
|
||||||
|
|
||||||
dump-xmls = true
|
|
||||||
out-xml-dir = Z:\keving\tmp\xml\setest
|
|
||||||
|
|
||||||
; Source and output for translation files and templates
|
|
||||||
cheat-dir =
|
|
||||||
|
|
||||||
net-templates-dir = Z:\keving\gitrepos\cs2j\CS2JLibrary\NetFramework\
|
|
||||||
ex-net-templates-dir =
|
|
||||||
|
|
||||||
app-dir = Z:\keving\gitrepos\rustici\ScormEngine\net\src\app\ScormEngine.Core\
|
|
||||||
ex-app-dir =
|
|
||||||
|
|
||||||
cs-dir = Z:\keving\gitrepos\rustici\ScormEngine\net\src\app\ScormEngine.Core\Logic\Utilities\CS2JProblemExample\
|
|
||||||
ex-cs-dir =
|
|
||||||
|
|
||||||
out-java-dir = Z:\keving\tmp\java\setest\src
|
|
||||||
|
|
||||||
; Enable Alternate Translation Templates
|
|
||||||
alt-translations =
|
|
||||||
|
|
||||||
; Boolean flags
|
|
||||||
keep-parens = false
|
|
||||||
timestamp-files = false
|
|
||||||
blanket-throw = true
|
|
||||||
exception-is-throwable = false
|
|
||||||
make-javadoc-comments = true
|
|
||||||
make-java-naming-conventions = true
|
|
||||||
|
|
||||||
; These are experimental settings.
|
|
||||||
; They may change (or disappear, or move to General section, or ....) in future releases
|
|
||||||
[Experimental]
|
|
||||||
enums-to-numeric-consts = false
|
|
||||||
unsigned-to-signed = false
|
|
||||||
unsigned-to-bigger-signed = false
|
|
||||||
transforms = false
|
|
||||||
|
|
||||||
; These are internal settings used for development.
|
|
||||||
; You should not need (or want) to touch them.
|
|
||||||
[Internal]
|
|
||||||
isjavaish = false
|
|
@ -1,65 +0,0 @@
|
|||||||
;; This Configuration file shows all user-settable configuration options for CS2J with their default values.
|
|
||||||
[General]
|
|
||||||
|
|
||||||
; Debug / Verbosity flags
|
|
||||||
verbose = 0
|
|
||||||
debug = 1
|
|
||||||
debug-template-extraction = true
|
|
||||||
|
|
||||||
; Control warnings
|
|
||||||
warnings = true
|
|
||||||
warnings-resolve-failures = false
|
|
||||||
|
|
||||||
; Dump internal structures during translation
|
|
||||||
show-csharp = false
|
|
||||||
show-javasyntax = false
|
|
||||||
show-java = false
|
|
||||||
show-tokens = false
|
|
||||||
|
|
||||||
; Preprocessor tokens
|
|
||||||
define =
|
|
||||||
|
|
||||||
; Output enum list, parsed translation files
|
|
||||||
dump-enums = false
|
|
||||||
out-enum-dir =
|
|
||||||
|
|
||||||
dump-xmls = true
|
|
||||||
out-xml-dir = Z:\keving\tmp\xml\tester
|
|
||||||
|
|
||||||
; Source and output for translation files and templates
|
|
||||||
cheat-dir =
|
|
||||||
|
|
||||||
net-templates-dir = Z:\keving\gitrepos\cs2j\CS2JLibrary\NetFramework\
|
|
||||||
ex-net-templates-dir =
|
|
||||||
|
|
||||||
app-dir = Z:\keving\gitrepos\cs2j\CSharpTranslator\tests\Tester\
|
|
||||||
ex-app-dir =
|
|
||||||
|
|
||||||
cs-dir = Z:\keving\gitrepos\cs2j\CSharpTranslator\tests\Tester\
|
|
||||||
ex-cs-dir =
|
|
||||||
|
|
||||||
out-java-dir = Z:\keving\tmp\java\tester\src
|
|
||||||
|
|
||||||
; Enable Alternate Translation Templates
|
|
||||||
alt-translations =
|
|
||||||
|
|
||||||
; Boolean flags
|
|
||||||
keep-parens = false
|
|
||||||
timestamp-files = false
|
|
||||||
blanket-throw = true
|
|
||||||
exception-is-throwable = false
|
|
||||||
make-javadoc-comments = true
|
|
||||||
make-java-naming-conventions = true
|
|
||||||
|
|
||||||
; These are experimental settings.
|
|
||||||
; They may change (or disappear, or move to General section, or ....) in future releases
|
|
||||||
[Experimental]
|
|
||||||
enums-to-numeric-consts = false
|
|
||||||
unsigned-to-signed = false
|
|
||||||
unsigned-to-bigger-signed = false
|
|
||||||
transforms = false
|
|
||||||
|
|
||||||
; These are internal settings used for development.
|
|
||||||
; You should not need (or want) to touch them.
|
|
||||||
[Internal]
|
|
||||||
isjavaish = false
|
|
Loading…
x
Reference in New Issue
Block a user