From 4cef057bb99302ca5e65ace99f5b75165cdca378 Mon Sep 17 00:00:00 2001 From: Kevin Glynn Date: Sat, 7 Jan 2012 16:38:59 +0100 Subject: [PATCH] add config files --- .../antlr3/sampleconfigs/jesus.ini | 65 +++++++++++++++++++ .../antlr3/sampleconfigs/secs2j2.ini | 65 +++++++++++++++++++ 2 files changed, 130 insertions(+) create mode 100644 CSharpTranslator/antlr3/sampleconfigs/jesus.ini create mode 100644 CSharpTranslator/antlr3/sampleconfigs/secs2j2.ini diff --git a/CSharpTranslator/antlr3/sampleconfigs/jesus.ini b/CSharpTranslator/antlr3/sampleconfigs/jesus.ini new file mode 100644 index 0000000..c4de09c --- /dev/null +++ b/CSharpTranslator/antlr3/sampleconfigs/jesus.ini @@ -0,0 +1,65 @@ +;; 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/jesus + +; 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/Jesus +ex-app-dir = + +cs-dir = /Users/keving/Clients/Jesus +ex-cs-dir = + +out-java-dir = /Users/keving/tmp/java/jesus/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 diff --git a/CSharpTranslator/antlr3/sampleconfigs/secs2j2.ini b/CSharpTranslator/antlr3/sampleconfigs/secs2j2.ini new file mode 100644 index 0000000..f16a1a4 --- /dev/null +++ b/CSharpTranslator/antlr3/sampleconfigs/secs2j2.ini @@ -0,0 +1,65 @@ +;; 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 = 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