From 14c481f0228ff318eec0b2e871b0131bf7bd06ab Mon Sep 17 00:00:00 2001 From: Charles du Jeu Date: Sat, 6 Dec 2008 19:24:56 +0000 Subject: [PATCH] Refactoring part III (configs references) git-svn-id: https://svn.argeo.org/slc/trunk@1902 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- org.argeo.slc.webapp/config.json | 8 ++++---- org.argeo.slc.webapp/src/main/webapp/Manifest.json | 4 ++-- org.argeo.slc.webapp/src/main/webapp/source/index.html | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/org.argeo.slc.webapp/config.json b/org.argeo.slc.webapp/config.json index 38e9e362a..8631ee0f0 100644 --- a/org.argeo.slc.webapp/config.json +++ b/org.argeo.slc.webapp/config.json @@ -1,5 +1,5 @@ { - "name" : "slc", + "name" : "ria", "include" : [ @@ -11,7 +11,7 @@ "let" : { - "APPLICATION" : "org.argeo.slc.web", + "APPLICATION" : "org.argeo.ria", "QOOXDOO_PATH" : "src/main/webapp/qooxdoo-0.8-sdk/framework", "QOOXDOO_URI" : "../qooxdoo-0.8-sdk/framework", "QXTHEME" : "qx.theme.Modern", @@ -21,7 +21,7 @@ "ROOT" : "src/main/webapp/", "BUILD_PATH" : "src/main/webapp/build", "CACHE" : "cache" , - "CUSTOM_PERSPECTIVE" : "org.argeo.slc.web.custom.Perspective" + "CUSTOM_PERSPECTIVE" : "org.argeo.slc.web.Perspective" }, "jobs" : @@ -58,7 +58,7 @@ "qx.version" : "${QXVERSION}", "qx.theme" : "${QXTHEME}", "qx.application" : "${APPLICATION}.Application", - "slc.Perspective": "${CUSTOM_PERSPECTIVE}" + "ria.Perspective": "${CUSTOM_PERSPECTIVE}" } }, diff --git a/org.argeo.slc.webapp/src/main/webapp/Manifest.json b/org.argeo.slc.webapp/src/main/webapp/Manifest.json index 994b10c5e..7a34397e2 100644 --- a/org.argeo.slc.webapp/src/main/webapp/Manifest.json +++ b/org.argeo.slc.webapp/src/main/webapp/Manifest.json @@ -1,7 +1,7 @@ { "info" : { - "name" : "org.argeo.slc.web", + "name" : "org.argeo.ria", "summary" : "Slc Webui", "description" : "This is the canonical GUI for the SLC framework.", @@ -23,7 +23,7 @@ "provides" : { - "namespace" : "org.argeo.slc.web", + "namespace" : "org.argeo.ria", "encoding" : "utf-8", "class" : "source/class", "resource" : "source/resource", diff --git a/org.argeo.slc.webapp/src/main/webapp/source/index.html b/org.argeo.slc.webapp/src/main/webapp/source/index.html index 0f0f9cbdb..4b3e26a01 100644 --- a/org.argeo.slc.webapp/src/main/webapp/source/index.html +++ b/org.argeo.slc.webapp/src/main/webapp/source/index.html @@ -3,6 +3,6 @@ Slc Webui - + -- 2.39.2