1
0
mirror of https://github.com/twiglet/cs2j.git synced 2025-01-18 13:15:17 +01:00

adjust for new location

This commit is contained in:
Kevin Glynn 2012-02-01 13:27:40 +01:00
parent 922c3baa0e
commit f5bb89c9cf

View File

@ -29,16 +29,16 @@ out-xml-dir = /Users/keving/tmp/xml/se
; Source and output for translation files and templates
cheat-dir =
net-templates-dir = /Users/keving/gitrepos/cs2j/CS2JLibrary/NetFramework/ICSharpCode|/Users/keving/gitrepos/cs2j/CS2JLibrary/NetFramework/System
net-templates-dir = /Users/keving/gitrepos/rustici/ScormEngine/java/CS2JLibrary/NetFramework/
ex-net-templates-dir =
app-dir = /Users/keving/svnrepos/ScormEngineNet/src/app/ScormEngine.Core/
app-dir = /Users/keving/gitrepos/rustici/ScormEngine/net/src/app/ScormEngine.Core/
ex-app-dir =
cs-dir = /Users/keving/svnrepos/ScormEngineNet/src/app/ScormEngine.Core/
cs-dir = /Users/keving/gitrepos/rustici/ScormEngine/net/src/app/ScormEngine.Core/Logic/
ex-cs-dir =
out-java-dir = /Users/keving/tmp/java/se/src
out-java-dir = /Users/keving/gitrepos/rustici/ScormEngine/java/RusticiSoftware.ScormContentPlayer.Logic/src
; Enable Alternate Translation Templates
alt-translations =
@ -49,7 +49,7 @@ timestamp-files = false
blanket-throw = true
exception-is-throwable = false
make-javadoc-comments = true
make-java-naming-conventions = true
make-java-naming-conventions = false
; These are experimental settings.
; They may change (or disappear, or move to General section, or ....) in future releases