You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2015/02/12 10:14:57 UTC

[52/54] [abbrv] syncope git commit: [SYNCOPE-620] Fix display name

[SYNCOPE-620] Fix display name


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/adf61fad
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/adf61fad
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/adf61fad

Branch: refs/heads/2_0_X
Commit: adf61fad52661ec51ac1bf6611bff8f8543a989e
Parents: d30c852
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Wed Feb 11 14:21:49 2015 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Wed Feb 11 14:21:49 2015 +0100

----------------------------------------------------------------------
 .../core/rest-cxf/src/main/resources/META-INF/web-fragment.xml     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/adf61fad/syncope620/core/rest-cxf/src/main/resources/META-INF/web-fragment.xml
----------------------------------------------------------------------
diff --git a/syncope620/core/rest-cxf/src/main/resources/META-INF/web-fragment.xml b/syncope620/core/rest-cxf/src/main/resources/META-INF/web-fragment.xml
index da72c97..d5e53ef 100644
--- a/syncope620/core/rest-cxf/src/main/resources/META-INF/web-fragment.xml
+++ b/syncope620/core/rest-cxf/src/main/resources/META-INF/web-fragment.xml
@@ -23,7 +23,7 @@ under the License.
                                   http://xmlns.jcp.org/xml/ns/javaee/web-fragment_3_1.xsd"
               id="${pom.artifactId}" version="3.1">
   
-  <display-name>Apache Syncope ${syncope.version} Server</display-name>
+  <display-name>Apache Syncope ${syncope.version} Core</display-name>
 
   <context-param>
     <param-name>contextConfigLocation</param-name>