X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=server%2Forg.argeo.slc.ria%2Fconfig.json;h=442a7a621458c68c12288a1d7943ad77f8b489f2;hb=5f2e766337b44b8f3e1a1f7522b52d1dc01516e8;hp=00f91d82d20049a74a5fcdbd154e73325f6490b4;hpb=9b1896a43d37f6f58374a732fd23912fd26a6cf3;p=gpl%2Fargeo-slc.git diff --git a/server/org.argeo.slc.ria/config.json b/server/org.argeo.slc.ria/config.json index 00f91d82d..442a7a621 100644 --- a/server/org.argeo.slc.ria/config.json +++ b/server/org.argeo.slc.ria/config.json @@ -12,18 +12,17 @@ "as" : "testrunner" } ], - + "let" : { "APPLICATION" : "org.argeo.ria", - "QOOXDOO_PATH" : "src/main/webapp/qooxdoo-sdk", - "QXTHEME" : "qx.theme.Modern", - "QXICONTHEME" : ["Tango"], + "QOOXDOO_PATH" : "src/qooxdoo-sdk", + "QXTHEME" : "org.argeo.ria.theme.RiaTheme", "API_EXCLUDE" : ["qx.legacy.*"], "LOCALES" : [ "en" ], - "ROOT" : "src/main/webapp/argeo-ria-src", - "BUILD_PATH" : "src/main/webapp/argeo-ria", - "RIA_LIB_PATH" : "src/main/webapp/argeo-ria-lib", + "ROOT" : "src/argeo-ria-src", + "BUILD_PATH" : "target/classes/argeo-ria", + "RIA_LIB_PATH" : "src/argeo-ria-lib", "RIA_LIB_URI" : "../argeo-ria-lib", "CACHE" : "cache" , "CUSTOM_PACKAGE" : "org.argeo.slc.web" @@ -66,6 +65,10 @@ "qx.version" : "${QXVERSION}", "qx.theme" : "${QXTHEME}", "qx.application" : "${APPLICATION}.Application", + "ria.auth.enableAuth" : "true", + "ria.auth.credentialsURI" : "/org.argeo.slc.webapp/getCredentials.ria", + "ria.auth.loginURI" : "/org.argeo.slc.webapp/authService.ria", + "ria.auth.logoutURI" : "/org.argeo.slc.webapp/authService.ria?logout=true", "ria.StartupPerspective":"org.argeo.slc.web.Perspective" } }, @@ -166,9 +169,9 @@ { "run" : [ - "build-resources", "build-script", - "my-build-files" + "my-build-files", + "build-resources" ] },