X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=server%2Forg.argeo.slc.ria%2Fconfig.json;h=9ed57eb0799e74fa1a880ee076c9b3e47793f4eb;hb=9d9d7df8ba3a637caff9922d9cb6b7b5df3b9895;hp=04f6e9d93b9c32917f51ed6a20dfc9ec13a28452;hpb=852675ffc952f796a3a397ddc64665fdc3a59897;p=gpl%2Fargeo-slc.git diff --git a/server/org.argeo.slc.ria/config.json b/server/org.argeo.slc.ria/config.json index 04f6e9d93..9ed57eb07 100644 --- a/server/org.argeo.slc.ria/config.json +++ b/server/org.argeo.slc.ria/config.json @@ -12,17 +12,16 @@ "as" : "testrunner" } ], - + "let" : { "APPLICATION" : "org.argeo.ria", "QOOXDOO_PATH" : "src/qooxdoo-sdk", - "QXTHEME" : "qx.theme.Modern", - "QXICONTHEME" : ["Tango"], + "QXTHEME" : "org.argeo.ria.theme.RiaTheme", "API_EXCLUDE" : ["qx.legacy.*"], "LOCALES" : [ "en" ], "ROOT" : "src/argeo-ria-src", - "BUILD_PATH" : "src/argeo-ria", + "BUILD_PATH" : "target/classes/argeo-ria", "RIA_LIB_PATH" : "src/argeo-ria-lib", "RIA_LIB_URI" : "../argeo-ria-lib", "CACHE" : "cache" , @@ -66,6 +65,11 @@ "qx.version" : "${QXVERSION}", "qx.theme" : "${QXTHEME}", "qx.application" : "${APPLICATION}.Application", + "ria.splashScreen" : "org.argeo.security.ria/ArgeoLogo.png", + "ria.auth.enableAuth" : "true", + "ria.auth.credentialsURI" : "/org.argeo.security.webapp/getCredentials.ria", + "ria.auth.loginURI" : "/org.argeo.security.webapp/login.ria", + "ria.auth.logoutURI" : "/org.argeo.security.webapp/logout.ria", "ria.StartupPerspective":"org.argeo.slc.web.Perspective" } }, @@ -166,9 +170,9 @@ { "run" : [ - "build-resources", "build-script", - "my-build-files" + "my-build-files", + "build-resources" ] },