diff options
author | rb7147 <rb7147@att.com> | 2017-12-04 16:45:55 -0500 |
---|---|---|
committer | rb7147 <rb7147@att.com> | 2017-12-08 10:45:57 -0500 |
commit | 428150834ee60899b9a8da019bae3c8bf009adf1 (patch) | |
tree | 7197eb324477cad918cf527c7a479302cb5029f7 /ONAP-SDK-APP/src/main/webapp/WEB-INF/defs | |
parent | 775f45908025e46a40c9c147fca2066af5c8c5b8 (diff) |
Upgraded the latest ONAP SDK
Upgraded latest ONAP SDK Code.
Change-Id: I669d6cfcefe068b1e4c078889d7d6c77ce788e2e
Issue-ID: POLICY-432
Signed-off-by: rb7147 <rb7147@att.com>
Diffstat (limited to 'ONAP-SDK-APP/src/main/webapp/WEB-INF/defs')
-rw-r--r-- | ONAP-SDK-APP/src/main/webapp/WEB-INF/defs/definitions.xml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/ONAP-SDK-APP/src/main/webapp/WEB-INF/defs/definitions.xml b/ONAP-SDK-APP/src/main/webapp/WEB-INF/defs/definitions.xml index b2391b562..2f4a91408 100644 --- a/ONAP-SDK-APP/src/main/webapp/WEB-INF/defs/definitions.xml +++ b/ONAP-SDK-APP/src/main/webapp/WEB-INF/defs/definitions.xml @@ -3,12 +3,16 @@ "-//Apache Software Foundation//DTD Tiles Configuration 3.0//EN" "http://tiles.apache.org/dtds/tiles-config_3_0.dtd"> -<!-- This tiles definitions file is defs/definitions.xml. It maps - tokens used by example SDK-app controllers to JSP file paths. - Applications that use JSP pages should modify this file. --> +<!-- + This tiles definitions file is defs/definitions.xml. + It maps tokens used by app controllers to JSP file paths. + Applications that use JSP pages should modify this file. + Configured by ExternalAppConfig#addTileDefinitions(). +--> <tiles-definitions> <definition name="tileKey" template="/path/to/page_template.html"/> <definition name="policy_Editor" template="/app/policyApp/main/policyEditor.html"/> + </tiles-definitions> |