Skip to content

Commit

Permalink
GTNPORTAL-3077 Make navigation.xml files in quickstarts comply with
Browse files Browse the repository at this point in the history
gatein_objects_1_4
  • Loading branch information
ppalaga committed May 29, 2013
1 parent c664362 commit 04b5965
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
Expand Up @@ -2,15 +2,15 @@
<!--
JBoss, Home of Professional Open Source
Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag. See the copyright.txt in the
contributors by the @authors tag. See the copyright.txt in the
distribution for a full listing of individual contributors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Expand All @@ -22,7 +22,6 @@

<page-nodes>
<node>
<uri>sample-group</uri>
<name>sample-group</name>
<label>#{platform.users.samplePage}</label>
<page-reference>group::/platform/users::sitemap</page-reference>
Expand Down
Expand Up @@ -22,19 +22,16 @@

<page-nodes>
<node>
<uri>samplePage</uri>
<name>samplePage</name>
<label>#{portal.classic.samplePage}</label>
<page-reference>portal::classic::samplePage</page-reference>
</node>
<node>
<uri>coolPage</uri>
<name>coolPage</name>
<label>#{portal.extension.CoolPage}</label>
<page-reference>portal::classic::coolPage</page-reference>
</node>
<node>
<uri>groupnavigation</uri>
<name>groupnavigation</name>
<label>#{portal.classic.groupnavigation}</label>
<!-- Change visibility attribute to displayed -->
Expand Down
Expand Up @@ -22,7 +22,6 @@

<page-nodes>
<node>
<uri>sample-user</uri>
<name>sample-user</name>
<label>Sample-Portal Page User</label>
<page-reference>user::root::sampledashboard</page-reference>
Expand Down

0 comments on commit 04b5965

Please sign in to comment.