You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2004/09/17 01:19:56 UTC

cvs commit: jakarta-jetspeed-2/portal/src/webapp/WEB-INF/pages folder.metadata Jetspeed2.link localeselector.psml jsf-demo.psml Jetspeed2Wiki.link apache_portals.link apache.link

taylor      2004/09/16 16:19:56

  Modified:    portal/src/webapp/WEB-INF/pages folder.metadata
                        Jetspeed2.link localeselector.psml jsf-demo.psml
                        Jetspeed2Wiki.link apache_portals.link apache.link
  Log:
  *** keyword substitution change ***
  
  Revision  Changes    Path
  1.4       +0 -0      jakarta-jetspeed-2/portal/src/webapp/WEB-INF/pages/folder.metadata
  
  Index: folder.metadata
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/pages/folder.metadata,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  
  
  
  1.2       +0 -0      jakarta-jetspeed-2/portal/src/webapp/WEB-INF/pages/Jetspeed2.link
  
  Index: Jetspeed2.link
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/pages/Jetspeed2.link,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  
  
  
  1.3       +26 -26    jakarta-jetspeed-2/portal/src/webapp/WEB-INF/pages/localeselector.psml
  
  Index: localeselector.psml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/pages/localeselector.psml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- localeselector.psml	7 Sep 2004 03:57:05 -0000	1.2
  +++ localeselector.psml	16 Sep 2004 23:19:56 -0000	1.3
  @@ -1,26 +1,26 @@
  -<!--
  -Copyright 2004 The Apache Software Foundation
  -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,
  -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.
  --->
  -<page id="localeselector">
  -  <defaults
  -     skin="orange"
  -     layout-decorator="jetspeed"
  -     portlet-decorator="jetspeed"
  -  />
  -  <title>Locale Selector</title>
  -  <fragment id="ls-2" type="layout" name="jetspeed::VelocityTwoColumns">
  -    <fragment id="ls-1" type="portlet" name="localeselector::LocaleSelector">
  -      <property layout="TwoColumns" name="row" value="0" />
  -      <property layout="TwoColumns" name="column" value="0" />
  -    </fragment>
  -  </fragment>
  -</page>
  +<!--
  +Copyright 2004 The Apache Software Foundation
  +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,
  +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.
  +-->
  +<page id="localeselector">
  +  <defaults
  +     skin="orange"
  +     layout-decorator="jetspeed"
  +     portlet-decorator="jetspeed"
  +  />
  +  <title>Locale Selector</title>
  +  <fragment id="ls-2" type="layout" name="jetspeed::VelocityTwoColumns">
  +    <fragment id="ls-1" type="portlet" name="localeselector::LocaleSelector">
  +      <property layout="TwoColumns" name="row" value="0" />
  +      <property layout="TwoColumns" name="column" value="0" />
  +    </fragment>
  +  </fragment>
  +</page>
  
  
  
  1.2       +32 -32    jakarta-jetspeed-2/portal/src/webapp/WEB-INF/pages/jsf-demo.psml
  
  Index: jsf-demo.psml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/pages/jsf-demo.psml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- jsf-demo.psml	17 Aug 2004 19:56:54 -0000	1.1
  +++ jsf-demo.psml	16 Sep 2004 23:19:56 -0000	1.2
  @@ -1,32 +1,32 @@
  -<?xml version="1.0" encoding="UTF-8"?>
  -<!--
  -Copyright 2004 The Apache Software Foundation
  -
  -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,
  -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.
  --->
  -<page id="JSFPortlets">
  -    <defaults
  -     skin="orange"
  -     layout-decorator="jetspeed"
  -     portlet-decorator="jetspeed"
  -  />
  -  
  -   <title>JSF Guess Number Portlet</title>
  -  <fragment id="jsfportletspage" type="layout" name="jetspeed::VelocityTwoColumns">
  -     <fragment id="jsfGuessNumber1" type="portlet" name="jsf-demo::guessNumber">
  -      <property layout="TwoColumns" name="row" value="0" />
  -      <property layout="TwoColumns" name="column" value="0" />
  -     </fragment>                                                            
  -    
  -  </fragment>
  -</page>
  +<?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +Copyright 2004 The Apache Software Foundation
  +
  +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,
  +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.
  +-->
  +<page id="JSFPortlets">
  +    <defaults
  +     skin="orange"
  +     layout-decorator="jetspeed"
  +     portlet-decorator="jetspeed"
  +  />
  +  
  +   <title>JSF Guess Number Portlet</title>
  +  <fragment id="jsfportletspage" type="layout" name="jetspeed::VelocityTwoColumns">
  +     <fragment id="jsfGuessNumber1" type="portlet" name="jsf-demo::guessNumber">
  +      <property layout="TwoColumns" name="row" value="0" />
  +      <property layout="TwoColumns" name="column" value="0" />
  +     </fragment>                                                            
  +    
  +  </fragment>
  +</page>
  
  
  
  1.2       +0 -0      jakarta-jetspeed-2/portal/src/webapp/WEB-INF/pages/Jetspeed2Wiki.link
  
  Index: Jetspeed2Wiki.link
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/pages/Jetspeed2Wiki.link,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  
  
  
  1.2       +0 -0      jakarta-jetspeed-2/portal/src/webapp/WEB-INF/pages/apache_portals.link
  
  Index: apache_portals.link
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/pages/apache_portals.link,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  
  
  
  1.2       +0 -0      jakarta-jetspeed-2/portal/src/webapp/WEB-INF/pages/apache.link
  
  Index: apache.link
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/pages/apache.link,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org