From 5672fcccd81b1f7f547342d1eac3c2e1a1f8f293 Mon Sep 17 00:00:00 2001 From: Kevin Glynn Date: Mon, 18 Mar 2013 09:52:40 +0100 Subject: [PATCH] remove sample configs and include configs for test project in resources --- .../smj.ini => resources/tester.ini} | 14 ++-- .../jesus.ini => resources/wintester.ini} | 14 ++-- CSharpTranslator/sampleconfigs/fizzbuzz.ini | 65 ------------------- CSharpTranslator/sampleconfigs/libomv.ini | 65 ------------------- .../sampleconfigs/monodevelop.ini | 65 ------------------- CSharpTranslator/sampleconfigs/secs2j.ini | 65 ------------------- CSharpTranslator/sampleconfigs/secs2j2.ini | 65 ------------------- CSharpTranslator/sampleconfigs/sestoft.ini | 65 ------------------- CSharpTranslator/sampleconfigs/strickland.ini | 65 ------------------- CSharpTranslator/sampleconfigs/tester.ini | 65 ------------------- .../sampleconfigs/winfizzbuzz.ini | 65 ------------------- CSharpTranslator/sampleconfigs/winlibomv.ini | 65 ------------------- .../sampleconfigs/winmonodevelop.ini | 65 ------------------- CSharpTranslator/sampleconfigs/winsecs2j.ini | 65 ------------------- CSharpTranslator/sampleconfigs/winsestoft.ini | 65 ------------------- CSharpTranslator/sampleconfigs/winsetest.ini | 65 ------------------- CSharpTranslator/sampleconfigs/wintester.ini | 65 ------------------- 17 files changed, 14 insertions(+), 989 deletions(-) rename CSharpTranslator/{sampleconfigs/smj.ini => resources/tester.ini} (76%) rename CSharpTranslator/{sampleconfigs/jesus.ini => resources/wintester.ini} (75%) delete mode 100644 CSharpTranslator/sampleconfigs/fizzbuzz.ini delete mode 100644 CSharpTranslator/sampleconfigs/libomv.ini delete mode 100644 CSharpTranslator/sampleconfigs/monodevelop.ini delete mode 100644 CSharpTranslator/sampleconfigs/secs2j.ini delete mode 100644 CSharpTranslator/sampleconfigs/secs2j2.ini delete mode 100644 CSharpTranslator/sampleconfigs/sestoft.ini delete mode 100644 CSharpTranslator/sampleconfigs/strickland.ini delete mode 100644 CSharpTranslator/sampleconfigs/tester.ini delete mode 100644 CSharpTranslator/sampleconfigs/winfizzbuzz.ini delete mode 100644 CSharpTranslator/sampleconfigs/winlibomv.ini delete mode 100644 CSharpTranslator/sampleconfigs/winmonodevelop.ini delete mode 100644 CSharpTranslator/sampleconfigs/winsecs2j.ini delete mode 100644 CSharpTranslator/sampleconfigs/winsestoft.ini delete mode 100644 CSharpTranslator/sampleconfigs/winsetest.ini delete mode 100644 CSharpTranslator/sampleconfigs/wintester.ini diff --git a/CSharpTranslator/sampleconfigs/smj.ini b/CSharpTranslator/resources/tester.ini similarity index 76% rename from CSharpTranslator/sampleconfigs/smj.ini rename to CSharpTranslator/resources/tester.ini index 482454e..b4a10fe 100644 --- a/CSharpTranslator/sampleconfigs/smj.ini +++ b/CSharpTranslator/resources/tester.ini @@ -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] ; Debug / Verbosity flags @@ -24,21 +24,21 @@ dump-enums = false out-enum-dir = 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 cheat-dir = -net-templates-dir = /Users/keving/gitrepos/cs2j/CS2JLibrary/NetFramework/ +net-templates-dir = ../CS2JLibrary/NetFramework/ ex-net-templates-dir = -app-dir = /Users/keving/Clients/smj +app-dir = tests/Tester/ ex-app-dir = -cs-dir = /Users/keving/Clients/smj +cs-dir = tests/Tester/ ex-cs-dir = -out-java-dir = /Users/keving/tmp/java/smj/src +out-java-dir = /tmp/java/tester/src ; Enable Alternate Translation Templates alt-translations = @@ -62,4 +62,4 @@ transforms = false ; These are internal settings used for development. ; You should not need (or want) to touch them. [Internal] -isjavaish = false +isjavaish = false \ No newline at end of file diff --git a/CSharpTranslator/sampleconfigs/jesus.ini b/CSharpTranslator/resources/wintester.ini similarity index 75% rename from CSharpTranslator/sampleconfigs/jesus.ini rename to CSharpTranslator/resources/wintester.ini index c4de09c..ccddfbd 100644 --- a/CSharpTranslator/sampleconfigs/jesus.ini +++ b/CSharpTranslator/resources/wintester.ini @@ -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] ; Debug / Verbosity flags @@ -24,21 +24,21 @@ dump-enums = false out-enum-dir = 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 cheat-dir = -net-templates-dir = /Users/keving/gitrepos/cs2j/CS2JLibrary/NetFramework/ +net-templates-dir = ..\CS2JLibrary\NetFramework\ ex-net-templates-dir = -app-dir = /Users/keving/Clients/Jesus +app-dir = tests\Tester\ ex-app-dir = -cs-dir = /Users/keving/Clients/Jesus +cs-dir = tests\Tester\ ex-cs-dir = -out-java-dir = /Users/keving/tmp/java/jesus/src +out-java-dir = C:\tmp\java\tester\src ; Enable Alternate Translation Templates alt-translations = @@ -62,4 +62,4 @@ transforms = false ; These are internal settings used for development. ; You should not need (or want) to touch them. [Internal] -isjavaish = false +isjavaish = false \ No newline at end of file diff --git a/CSharpTranslator/sampleconfigs/fizzbuzz.ini b/CSharpTranslator/sampleconfigs/fizzbuzz.ini deleted file mode 100644 index d536afc..0000000 --- a/CSharpTranslator/sampleconfigs/fizzbuzz.ini +++ /dev/null @@ -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 diff --git a/CSharpTranslator/sampleconfigs/libomv.ini b/CSharpTranslator/sampleconfigs/libomv.ini deleted file mode 100644 index f1abf01..0000000 --- a/CSharpTranslator/sampleconfigs/libomv.ini +++ /dev/null @@ -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 diff --git a/CSharpTranslator/sampleconfigs/monodevelop.ini b/CSharpTranslator/sampleconfigs/monodevelop.ini deleted file mode 100644 index 2010e52..0000000 --- a/CSharpTranslator/sampleconfigs/monodevelop.ini +++ /dev/null @@ -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 diff --git a/CSharpTranslator/sampleconfigs/secs2j.ini b/CSharpTranslator/sampleconfigs/secs2j.ini deleted file mode 100644 index a37c985..0000000 --- a/CSharpTranslator/sampleconfigs/secs2j.ini +++ /dev/null @@ -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 \ No newline at end of file diff --git a/CSharpTranslator/sampleconfigs/secs2j2.ini b/CSharpTranslator/sampleconfigs/secs2j2.ini deleted file mode 100644 index 7f5c35d..0000000 --- a/CSharpTranslator/sampleconfigs/secs2j2.ini +++ /dev/null @@ -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 diff --git a/CSharpTranslator/sampleconfigs/sestoft.ini b/CSharpTranslator/sampleconfigs/sestoft.ini deleted file mode 100644 index 6164932..0000000 --- a/CSharpTranslator/sampleconfigs/sestoft.ini +++ /dev/null @@ -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 \ No newline at end of file diff --git a/CSharpTranslator/sampleconfigs/strickland.ini b/CSharpTranslator/sampleconfigs/strickland.ini deleted file mode 100644 index 27bc3c4..0000000 --- a/CSharpTranslator/sampleconfigs/strickland.ini +++ /dev/null @@ -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 diff --git a/CSharpTranslator/sampleconfigs/tester.ini b/CSharpTranslator/sampleconfigs/tester.ini deleted file mode 100644 index 6420e9f..0000000 --- a/CSharpTranslator/sampleconfigs/tester.ini +++ /dev/null @@ -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 \ No newline at end of file diff --git a/CSharpTranslator/sampleconfigs/winfizzbuzz.ini b/CSharpTranslator/sampleconfigs/winfizzbuzz.ini deleted file mode 100644 index d1d968d..0000000 --- a/CSharpTranslator/sampleconfigs/winfizzbuzz.ini +++ /dev/null @@ -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 diff --git a/CSharpTranslator/sampleconfigs/winlibomv.ini b/CSharpTranslator/sampleconfigs/winlibomv.ini deleted file mode 100644 index 0bed104..0000000 --- a/CSharpTranslator/sampleconfigs/winlibomv.ini +++ /dev/null @@ -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 diff --git a/CSharpTranslator/sampleconfigs/winmonodevelop.ini b/CSharpTranslator/sampleconfigs/winmonodevelop.ini deleted file mode 100644 index ddf72e5..0000000 --- a/CSharpTranslator/sampleconfigs/winmonodevelop.ini +++ /dev/null @@ -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 diff --git a/CSharpTranslator/sampleconfigs/winsecs2j.ini b/CSharpTranslator/sampleconfigs/winsecs2j.ini deleted file mode 100644 index 7169fd6..0000000 --- a/CSharpTranslator/sampleconfigs/winsecs2j.ini +++ /dev/null @@ -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 \ No newline at end of file diff --git a/CSharpTranslator/sampleconfigs/winsestoft.ini b/CSharpTranslator/sampleconfigs/winsestoft.ini deleted file mode 100644 index b72bfd2..0000000 --- a/CSharpTranslator/sampleconfigs/winsestoft.ini +++ /dev/null @@ -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 \ No newline at end of file diff --git a/CSharpTranslator/sampleconfigs/winsetest.ini b/CSharpTranslator/sampleconfigs/winsetest.ini deleted file mode 100644 index 0dbd5d8..0000000 --- a/CSharpTranslator/sampleconfigs/winsetest.ini +++ /dev/null @@ -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 \ No newline at end of file diff --git a/CSharpTranslator/sampleconfigs/wintester.ini b/CSharpTranslator/sampleconfigs/wintester.ini deleted file mode 100644 index bc55f86..0000000 --- a/CSharpTranslator/sampleconfigs/wintester.ini +++ /dev/null @@ -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 \ No newline at end of file