You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2021/09/23 14:44:27 UTC

[myfaces-tobago] 08/09: demo: Enhancements for Tobago 5.x

This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit cc01da43a384d7a10094993e9eef6253df3f3a34
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Thu Sep 23 14:27:15 2021 +0200

    demo: Enhancements for Tobago 5.x
    
    * Restructure the menu
    
    issue: TOBAGO-1843
---
 .../webapp/content/{30-concept/75-resize => 320-resize}/Resize.xhtml    | 0
 .../{30-concept/15-conversation => 330-conversation}/Conversation.xhtml | 0
 .../content/{30-concept/18-websocket => 340-websocket}/WebSocket.js     | 0
 .../content/{30-concept/18-websocket => 340-websocket}/WebSocket.xhtml  | 2 +-
 4 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/75-resize/Resize.xhtml b/tobago-example/tobago-example-demo/src/main/webapp/content/320-resize/Resize.xhtml
similarity index 100%
rename from tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/75-resize/Resize.xhtml
rename to tobago-example/tobago-example-demo/src/main/webapp/content/320-resize/Resize.xhtml
diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/15-conversation/Conversation.xhtml b/tobago-example/tobago-example-demo/src/main/webapp/content/330-conversation/Conversation.xhtml
similarity index 100%
rename from tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/15-conversation/Conversation.xhtml
rename to tobago-example/tobago-example-demo/src/main/webapp/content/330-conversation/Conversation.xhtml
diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/18-websocket/WebSocket.js b/tobago-example/tobago-example-demo/src/main/webapp/content/340-websocket/WebSocket.js
similarity index 100%
rename from tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/18-websocket/WebSocket.js
rename to tobago-example/tobago-example-demo/src/main/webapp/content/340-websocket/WebSocket.js
diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/18-websocket/WebSocket.xhtml b/tobago-example/tobago-example-demo/src/main/webapp/content/340-websocket/WebSocket.xhtml
similarity index 94%
rename from tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/18-websocket/WebSocket.xhtml
rename to tobago-example/tobago-example-demo/src/main/webapp/content/340-websocket/WebSocket.xhtml
index f5f3306..288a18d 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/18-websocket/WebSocket.xhtml
+++ b/tobago-example/tobago-example-demo/src/main/webapp/content/340-websocket/WebSocket.xhtml
@@ -27,7 +27,7 @@
   <tc:section label="Example">
     <p><tc:badge value="Warning" markup="warning"/> CSP script-src: 'unsafe-inline' is needed.</p>
 
-    <tc:script file="#{request.contextPath}/content/30-concept/18-websocket/WebSocket.js"/>
+    <tc:script file="WebSocket.js"/>
     <f:websocket channel="clock" onmessage="websocketListener"/>
 
     <tc:buttons>