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 2020/06/04 10:23:13 UTC

[myfaces-tobago] branch master updated: TOBAGO-2039: Name of tobago-config for ordering is wrong in tobago-core

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


The following commit(s) were added to refs/heads/master by this push:
     new 216c8e4  TOBAGO-2039: Name of tobago-config for ordering is wrong in tobago-core
216c8e4 is described below

commit 216c8e45432cef12fcc6a8fa90641e6e7c738b33
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Thu Jun 4 12:19:08 2020 +0200

    TOBAGO-2039: Name of tobago-config for ordering is wrong in tobago-core
---
 tobago-core/src/main/resources/META-INF/tobago-config.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-core/src/main/resources/META-INF/tobago-config.xml b/tobago-core/src/main/resources/META-INF/tobago-config.xml
index 758bcf2..3d06928 100644
--- a/tobago-core/src/main/resources/META-INF/tobago-config.xml
+++ b/tobago-core/src/main/resources/META-INF/tobago-config.xml
@@ -23,7 +23,7 @@
     xsi:schemaLocation="http://myfaces.apache.org/tobago/tobago-config http://myfaces.apache.org/tobago/tobago-config-5.0.xsd"
     version="5.0">
 
-  <name>tobago-config</name>
+  <name>tobago-core</name>
 
   <content-security-policy mode="on">
     <directive name="style-src">'unsafe-inline'</directive> <!-- is only active, when browser doesn't support nonce -->