[richfaces-svn-commits] JBoss Rich Faces SVN: r2322 - in trunk/test-applications/facelets/src/main/webapp: pages and 1 other directory.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Fri Aug 17 10:41:49 EDT 2007
Author: ayanul
Date: 2007-08-17 10:41:49 -0400 (Fri, 17 Aug 2007)
New Revision: 2322
Modified:
trunk/test-applications/facelets/src/main/webapp/Effect/Effect.xhtml
trunk/test-applications/facelets/src/main/webapp/pages/main.xhtml
Log:
has added "<rich:effect />" on richface components
Modified: trunk/test-applications/facelets/src/main/webapp/Effect/Effect.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/Effect/Effect.xhtml 2007-08-17 14:41:41 UTC (rev 2321)
+++ trunk/test-applications/facelets/src/main/webapp/Effect/Effect.xhtml 2007-08-17 14:41:49 UTC (rev 2322)
@@ -7,201 +7,289 @@
<f:view contentType="text/html">
- <body onload="hideFrm1(),hideFrm2(),hideFrm3(),hideFrm4()">
+ <body onload="hideFrm1(),hideFrm2(),hideFrm3(),hideFrm4(),hideFrm5()">
<h:messages />
- <h:form id="indexID">
- <h:outputText value="Menu:" />
- <h:panelGrid columns="2">
- <h:outputText value="1." />
- <f:verbatim>
- <span onclick="showFrm1(),hideIndexID()"><font color="blue">JSF Components</font></span>
- </f:verbatim>
+ <h:form id="indexID">
+ <h:outputText value="Menu:" />
+ <h:panelGrid columns="2">
+ <h:outputText value="1." />
+ <f:verbatim>
+ <span onclick="showFrm1(),hideIndexID()"><font color="blue">JSF
+ Components</font></span>
+ </f:verbatim>
- <h:outputText value="2." />
- <f:verbatim>
- <span onclick="showFrm2(),hideIndexID()"><font color="blue">JSF Component with Event and non-jsf target</font></span>
- </f:verbatim>
+ <h:outputText value="2." />
+ <f:verbatim>
+ <span onclick="showFrm2(),hideIndexID()"><font color="blue">JSF
+ Component with Event and non-jsf target</font></span>
+ </f:verbatim>
- <h:outputText value="3." />
- <f:verbatim>
- <span onclick="showFrm3(),hideIndexID()"><font color="blue">JSF Component with Event and jsf target</font></span>
- </f:verbatim>
+ <h:outputText value="3." />
+ <f:verbatim>
+ <span onclick="showFrm3(),hideIndexID()"><font color="blue">JSF
+ Component with Event and jsf target</font></span>
+ </f:verbatim>
- <h:outputText value="4." />
- <f:verbatim>
- <span onclick="showFrm4(),hideIndexID()"><font color="blue">JSF Component with Event.</font></span>
- </f:verbatim>
- </h:panelGrid>
- </h:form>
+ <h:outputText value="4." />
+ <f:verbatim>
+ <span onclick="showFrm4(),hideIndexID()"><font color="blue">JSF
+ Component with Event.</font></span>
+ </f:verbatim>
- <h:form id="frm1">
- <h:outputText value="JSF Components:" />
+ <h:outputText value="5." />
+ <f:verbatim>
+ <span onclick="showFrm5(),hideIndexID()"><font color="blue">RichFace
+ Components.</font></span>
+ </f:verbatim>
+ </h:panelGrid>
+ </h:form>
- <h:panelGrid id="panGrID" columns="2">
- <h:outputText value="Time:" />
- <h:inputText value="#{effect.time}" />
+ <h:form id="frm1">
+ <h:outputText value="JSF Components:" />
- <f:verbatim>
- <span onclick="hidePanel1(), hedeImage1()"><font
- color="blue">Hide</font> </span>
- </f:verbatim>
- <h:graphicImage value="/pics/fatal.gif"
- onclick="hidePanel1(), hedeImage1()" />
+ <h:panelGrid id="panGrID" columns="2">
+ <h:outputText value="Time:" />
+ <h:inputText value="#{effect.time}" />
- <f:verbatim>
- <span onclick="showPanel1(), showImage1()"><font
- color="blue">Show</font> </span>
- </f:verbatim>
- <h:graphicImage value="/pics/warn.gif"
- onclick="showPanel1(), showImage1()" />
+ <f:verbatim>
+ <span onclick="hidePanel1(), hedeImage1()"><font color="blue">Hide Panel</font>
+ </span>
+ </f:verbatim>
+ <h:graphicImage value="/pics/fatal.gif"
+ onclick="hidePanel1(), hedeImage1()" />
+ <f:verbatim>
+ <span onclick="showPanel1(), showImage1()"><font color="blue">Show</font>
+ </span>
+ </f:verbatim>
+ <h:graphicImage value="/pics/warn.gif"
+ onclick="showPanel1(), showImage1()" />
- <h:outputText value="Event (onclick):" />
- <f:verbatim></f:verbatim>
+ <h:outputText value="Event (onclick):" />
- <h:outputText value="No" />
- <h:outputText value="Yes" />
+ <f:verbatim></f:verbatim>
- <h:panelGroup id="form_1a_ID">
- <h:panelGrid id="panel_1_ID" border="1"
- style="background-color:#CCC">
- <f:facet name="header">
- <h:outputText value="Panel Header" />
- </f:facet>
+ <h:outputText value="No" />
+ <h:outputText value="Yes" />
- <h:outputText value="Panel Content" />
- </h:panelGrid>
- </h:panelGroup>
+ <h:panelGroup id="form_1a_ID">
+ <h:panelGrid id="panel_1_ID" border="1"
+ style="background-color:#CCC">
+ <f:facet name="header">
+ <h:outputText value="Panel Header" />
+ </f:facet>
- <h:graphicImage id="asusID" value="/pics/asus.jpg" height="100px"
- width="125px" onclick="hideImage1()" />
+ <h:outputText value="Panel Content" />
+ </h:panelGrid>
+ </h:panelGroup>
- <h:panelGroup id="form_1b_ID">
- <h:inputText value="onmouse and onclick">
- <rich:effect event="onclick" type="Opacity"
- params="duration:0.5,from:0.4,to:1.0" />
- <rich:effect event="onmouseout" type="Opacity"
- params="duration:0.5,from:1.0,to:0.4" />
- </h:inputText>
- </h:panelGroup>
- </h:panelGrid>
+ <h:graphicImage id="asusID" value="/pics/asus.jpg" height="100px"
+ width="125px" onclick="hideImage1()" />
- <rich:effect for="panel_1_ID" name="hidePanel1" type="Fade"
- params="duration:#{effect.time}" />
- <rich:effect for="panel_1_ID" name="showPanel1" type="Appear" />
+ <h:panelGroup id="form_1b_ID">
+ <h:inputText value="onmouse and onclick">
+ <rich:effect event="onclick" type="Opacity"
+ params="duration:0.5,from:0.4,to:1.0" />
+ <rich:effect event="onmouseout" type="Opacity"
+ params="duration:0.5,from:1.0,to:0.4" />
+ </h:inputText>
+ </h:panelGroup>
+ </h:panelGrid>
- <rich:effect for="asusID" name="hideImage1" type="Fade"
- params="duration:#{effect.time}" />
- <rich:effect for="asusID" name="showImage1" type="Appear" />
-
- <f:verbatim>
- <br />
- <span onclick="hideFrm1(),showIndexID()"><font color="blue">Close</font></span>
- </f:verbatim>
- </h:form>
+ <rich:effect for="panel_1_ID" name="hidePanel1" type="Fade"
+ params="duration:#{effect.time}" />
+ <rich:effect for="panel_1_ID" name="showPanel1" type="Appear" />
- <h:form id="frm2">
- <h:outputText
- value="JSF Component with Event and non-jsf target (onclick, onmouseout)" />
+ <rich:effect for="asusID" name="hideImage1" type="Fade"
+ params="duration:#{effect.time}" />
+ <rich:effect for="asusID" name="showImage1" type="Appear" />
- <h:panelGrid columns="2">
- <h:graphicImage id="imageID" value="/pics/podb109_61.jpg"
- width="100" height="50">
- <rich:effect event="onclick" targetId="divID" type="Opacity"
- params="duration:0.5,from:0.4,to:1.0" />
- <rich:effect event="onmouseout" type="Opacity"
- params="targetId:'divID',duration:0.5,from:1.0,to:0.4" />
- </h:graphicImage>
+ <f:verbatim>
+ <br />
+ <span onclick="hideFrm1(),showIndexID()"><font color="blue">Close</font></span>
+ </f:verbatim>
+ </h:form>
- <f:verbatim>
- <div id="divID"
- style="width: 100px; height: 50px; background-color: red"><rich:effect
- event="onclick" targetId="imageID" type="Opacity"
- params="duration:0.5,from:0.4,to:1.0" /> <rich:effect
- event="onmouseout" type="Opacity"
- params="targetId:'imageID',duration:0.5,from:1.0,to:0.4" /></div>
- </f:verbatim>
- </h:panelGrid>
+ <h:form id="frm2">
+ <h:outputText
+ value="JSF Component with Event and non-jsf target (onclick, onmouseout)" />
+ <h:panelGrid columns="2">
+ <h:graphicImage id="imageID" value="/pics/podb109_61.jpg" width="100"
+ height="50">
+ <rich:effect event="onclick" targetId="divID" type="Opacity"
+ params="duration:0.5,from:0.4,to:1.0" />
+ <rich:effect event="onmouseout" type="Opacity"
+ params="targetId:'divID',duration:0.5,from:1.0,to:0.4" />
+ </h:graphicImage>
+
<f:verbatim>
- <br />
- <span onclick="hideFrm2(),showIndexID()"><font color="blue">Close</font></span>
+ <div id="divID"
+ style="width: 100px; height: 50px; background-color: red"><rich:effect
+ event="onclick" targetId="imageID" type="Opacity"
+ params="duration:0.5,from:0.4,to:1.0" /> <rich:effect
+ event="onmouseout" type="Opacity"
+ params="targetId:'imageID',duration:0.5,from:1.0,to:0.4" /></div>
</f:verbatim>
- </h:form>
+ </h:panelGrid>
- <h:form id="frm3">
- <h:outputText
- value="JSF Component with Event and jsf target (onclick, onmouseout)" />
+ <f:verbatim>
+ <br />
+ <span onclick="hideFrm2(),showIndexID()"><font color="blue">Close</font></span>
+ </f:verbatim>
+ </h:form>
- <h:panelGrid id="gridID" border="1" style="background-color:green">
- <h:outputText value="Panel Content" />
- <rich:effect event="onclick" targetId="imgID" type="Opacity"
- params="duration:0.5,from:0.4,to:1.0" />
- <rich:effect event="onmouseout" targetId="imgID" type="Opacity"
- params="duration:0.5,from:1.0,to:0.4" />
- </h:panelGrid>
+ <h:form id="frm3">
+ <h:outputText
+ value="JSF Component with Event and jsf target (onclick, onmouseout)" />
- <h:graphicImage id="imgID" value="/pics/podb109_61.jpg" width="93"
- height="30px">
- <rich:effect event="onmouseout" targetId="gridID" type="Opacity"
- params="duration:0.5,from:0.4,to:1.0" />
- <rich:effect event="onclick" targetId="gridID" type="Opacity"
- params="duration:0.5,from:1.0,to:0.4" />
- </h:graphicImage>
+ <h:panelGrid id="gridID" border="1" style="background-color:green">
+ <h:outputText value="Panel Content" />
+ <rich:effect event="onclick" targetId="imgID" type="Opacity"
+ params="duration:0.5,from:0.4,to:1.0" />
+ <rich:effect event="onmouseout" targetId="imgID" type="Opacity"
+ params="duration:0.5,from:1.0,to:0.4" />
+ </h:panelGrid>
+ <h:graphicImage id="imgID" value="/pics/podb109_61.jpg" width="93"
+ height="30px">
+ <rich:effect event="onmouseout" targetId="gridID" type="Opacity"
+ params="duration:0.5,from:0.4,to:1.0" />
+ <rich:effect event="onclick" targetId="gridID" type="Opacity"
+ params="duration:0.5,from:1.0,to:0.4" />
+ </h:graphicImage>
+
+ <f:verbatim>
+ <br />
+ <span onclick="hideFrm3(),showIndexID()"><font color="blue">Close</font></span>
+ </f:verbatim>
+ </h:form>
+
+ <h:form id="frm4">
+ <h:graphicImage id="img_1_ID" value="/pics/asus.jpg" width="200px"
+ height="150px" />
+ <f:verbatim>
+ <br />
+ </f:verbatim>
+ <h:graphicImage id="img_2_ID" value="/pics/benq.jpg" width="200px"
+ height="150px" />
+ <f:verbatim>
+ <br />
+ </f:verbatim>
+ <h:graphicImage id="img_3_ID" value="/pics/toshiba.jpg" width="200px"
+ height="150px" />
+
+ <rich:effect event="onclick" for="img_1_ID" targetId="img_2_ID"
+ type="BlindDown" params="duration:0.8" />
+ <rich:effect event="onclick" for="img_2_ID" targetId="img_1_ID"
+ type="BlindUp" params="duration:0.8" />
+ <rich:effect event="onclick" for="img_3_ID" targetId="img_1_ID"
+ type="Appear" params="duration:0.8" />
+
+ <f:verbatim>
+ <br />
+ <span onclick="hideFrm4(),showIndexID()"><font color="blue">Close</font></span>
+ </f:verbatim>
+ </h:form>
+
+ <h:form id="frm5">
+ <h:panelGrid id="panGrID" columns="2">
<f:verbatim>
- <br />
- <span onclick="hideFrm3(),showIndexID()"><font color="blue">Close</font></span>
+ <span onclick="hideRichPanel()"><font color="blue">Hide
+ Panel</font> </span>
</f:verbatim>
- </h:form>
+ <h:graphicImage value="/pics/fatal.gif" onclick="hideRichPanel()" />
- <h:form id="frm4">
- <h:graphicImage id="img_1_ID" value="/pics/asus.jpg" width="200px"
- height="150px" />
<f:verbatim>
- <br />
+ <span onclick="showRichPanel()"><font color="blue">Show
+ Panel</font> </span>
</f:verbatim>
- <h:graphicImage id="img_2_ID" value="/pics/benq.jpg" width="200px"
- height="150px" />
+ <h:graphicImage value="/pics/warn.gif" onclick="showRichPanel()" />
+
<f:verbatim>
- <br />
+ <span onclick="hideRichTabPanel()"><font color="blue">Hide Tab
+ Panel</font> </span>
</f:verbatim>
- <h:graphicImage id="img_3_ID" value="/pics/toshiba.jpg" width="200px"
- height="150px" />
+ <h:graphicImage value="/pics/fatal.gif" onclick="hideRichTabPanel()" />
- <rich:effect event="onclick" for="img_1_ID" targetId="img_2_ID"
- type="BlindDown" params="duration:0.8" />
- <rich:effect event="onclick" for="img_2_ID" targetId="img_1_ID"
- type="BlindUp" params="duration:0.8" />
- <rich:effect event="onclick" for="img_3_ID" targetId="img_1_ID"
- type="Appear" params="duration:0.8" />
-
<f:verbatim>
- <br />
- <span onclick="hideFrm4(),showIndexID()"><font color="blue">Close</font></span>
+ <span onclick="showRichTabPanel()"><font color="blue">Show Tab
+ Panel</font> </span>
</f:verbatim>
- </h:form>
+ <h:graphicImage value="/pics/warn.gif" onclick="showRichTabPanel()" />
+ </h:panelGrid>
+ <rich:panel id="richPanelID">
+ <f:facet name="header">
+ <h:outputText value="Header of the Panel" />
+ </f:facet>
+ <f:verbatim>
+ This is a panel. This is a panel. This is a panel. This is a panel. <br />
+ This is a panel. This is a panel. This is a panel. This is a panel.
+ </f:verbatim>
+ <rich:effect event="onclick" type="Opacity"
+ params="duration:0.6,from:0.3,to:1.0" />
+ <rich:effect event="onmouseout" type="Opacity"
+ params="duration:0.6,from:1.0,to:0.3" />
+ </rich:panel>
- <rich:effect for="indexID" name="hideIndexID" type="BlindUp" />
- <rich:effect for="indexID" name="showIndexID" type="BlindDown" />
+ <rich:tabPanel id="tabPanelID"
+ headerAlignment="Header of the tabPanel" height="200px"
+ switchType="ajax" rendered="true" title="Title">
- <rich:effect for="frm1" name="hideFrm1" type="Fade" />
- <rich:effect for="frm1" name="showFrm1" type="Appear" />
+ <rich:tab id="tab1" label="label 1">
+ <h:outputText value="This is tab panel 1" styleClass="text1"></h:outputText>
+ </rich:tab>
- <rich:effect for="frm2" name="hideFrm2" type="Fade" />
- <rich:effect for="frm2" name="showFrm2" type="Appear" />
+ <rich:tab id="tab2" label="label 2">
+ <h:outputText value="This is tab panel 2" styleClass="text1"></h:outputText>
+ </rich:tab>
- <rich:effect for="frm3" name="hideFrm3" type="Fade" />
- <rich:effect for="frm3" name="showFrm3" type="Appear" />
+ <rich:tab id="tab3" label="label 3">
+ <h:outputText value="This is tab panel 3" styleClass="text1"></h:outputText>
+ </rich:tab>
- <rich:effect for="frm4" name="hideFrm4" type="Fade" />
- <rich:effect for="frm4" name="showFrm4" type="Appear" />
+ <rich:effect event="onclick" type="Opacity"
+ params="duration:0.5,from:0.4,to:1.0" />
+ <rich:effect event="onmouseout" type="Opacity"
+ params="duration:0.5,from:1.0,to:0.4" />
+ </rich:tabPanel>
- <rich:effect for="backFrmID" name="hideBackFrm" type="Fade" />
- <rich:effect for="backFrmID" name="showBackFrm" type="Appear" />
+ <rich:effect for="richPanelID" name="hideRichPanel" type="Fade" />
+ <rich:effect for="richPanelID" name="showRichPanel" type="Appear" />
+ <rich:effect for="tabPanelID" name="hideRichTabPanel" type="Fade" />
+ <rich:effect for="tabPanelID" name="showRichTabPanel" type="Appear" />
+
+ <f:verbatim>
+ <br />
+ <span onclick="hideFrm5(),showIndexID()"><font color="blue">Close</font></span>
+ </f:verbatim>
+ </h:form>
+
+
+ <rich:effect for="indexID" name="hideIndexID" type="BlindUp" />
+ <rich:effect for="indexID" name="showIndexID" type="BlindDown" />
+
+ <rich:effect for="frm1" name="hideFrm1" type="Fade" />
+ <rich:effect for="frm1" name="showFrm1" type="Appear" />
+
+ <rich:effect for="frm2" name="hideFrm2" type="Fade" />
+ <rich:effect for="frm2" name="showFrm2" type="Appear" />
+
+ <rich:effect for="frm3" name="hideFrm3" type="Fade" />
+ <rich:effect for="frm3" name="showFrm3" type="Appear" />
+
+ <rich:effect for="frm4" name="hideFrm4" type="Fade" />
+ <rich:effect for="frm4" name="showFrm4" type="Appear" />
+
+ <rich:effect for="frm5" name="hideFrm5" type="Fade" />
+ <rich:effect for="frm5" name="showFrm5" type="Appear" />
+
+ <rich:effect for="backFrmID" name="hideBackFrm" type="Fade" />
+ <rich:effect for="backFrmID" name="showBackFrm" type="Appear" />
+
<h:form id="backFrmID">
<h:commandLink value="Back" action="main"></h:commandLink>
Modified: trunk/test-applications/facelets/src/main/webapp/pages/main.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/pages/main.xhtml 2007-08-17 14:41:41 UTC (rev 2321)
+++ trunk/test-applications/facelets/src/main/webapp/pages/main.xhtml 2007-08-17 14:41:49 UTC (rev 2322)
@@ -13,38 +13,40 @@
<h:selectOneRadio binding="#{skinBean.component}" />
<h:commandLink action="#{skinBean.change}" value="set skin" />
</rich:panel>
-
+
<div align="center"><h:outputText
value="VCP 3.1.0 Test Application (JSF 1.1RI with Facelets)"
style="font-size: 30px"></h:outputText></div>
- <h:panelGrid columns="2" cellpadding="5px" cellspacing="5px">
- <h:commandLink value="inputNumberSpinner" action="Spinner"></h:commandLink>
- <h:commandLink value="inputNumberSlider" action="Slide"></h:commandLink>
- <h:commandLink value="Panel" action="Panel"></h:commandLink>
- <h:commandLink value="PanelBar" action="PanelBar"></h:commandLink>
- <h:commandLink value="Gmap" action="Gmap"></h:commandLink>
- <h:commandLink value="Virtual Earth" action="VirtualEarth"></h:commandLink>
- <h:commandLink action="Separ" value="Separator"></h:commandLink>
- <h:commandLink value="Spacer" action="Spacer"></h:commandLink>
- <h:commandLink value="SimpleTogglePanel" action="sTP"></h:commandLink>
- <h:commandLink value="TabPanel" action="TabPanel"></h:commandLink>
- <h:commandLink value="SuggestionBox" action="Suggest"></h:commandLink>
- <h:commandLink value="Paint2D" action="Paint"></h:commandLink>
- <h:commandLink value="Tree" action="Tree"></h:commandLink>
- <h:commandLink value="TogglePanel" action="TogglePanel"></h:commandLink>
- <h:commandLink value="ToolBar" action="ToolBar"></h:commandLink>
- <h:commandLink value="Drag and Drop" action="dnd"></h:commandLink>
- <h:commandLink value="Data Scroller" action="DS"></h:commandLink>
- <h:commandLink value="Drop Down Menu" action="DDMenu"></h:commandLink>
- <h:commandLink value="Data Filter Slider" action="DFS"></h:commandLink>
- <h:commandLink value="Panel Menu" action="PanelMenu"></h:commandLink>
- <h:commandLink value="Modal Panel" action="ModalPanel"></h:commandLink>
- <h:commandLink value="Tooltip" action="Tooltip"></h:commandLink>
- <h:commandLink value="Calendar" action="Calendar"></h:commandLink>
- <h:commandLink value="Message" action="Message"></h:commandLink>
- <h:commandLink value="Effect" action="Effect"></h:commandLink>
- </h:panelGrid>
- </h:form>
+ <rich:panel>
+ <h:panelGrid columns="2" cellpadding="5px" cellspacing="5px">
+ <h:commandLink value="inputNumberSpinner" action="Spinner"></h:commandLink>
+ <h:commandLink value="inputNumberSlider" action="Slide"></h:commandLink>
+ <h:commandLink value="Panel" action="Panel"></h:commandLink>
+ <h:commandLink value="PanelBar" action="PanelBar"></h:commandLink>
+ <h:commandLink value="Gmap" action="Gmap"></h:commandLink>
+ <h:commandLink value="Virtual Earth" action="VirtualEarth"></h:commandLink>
+ <h:commandLink action="Separ" value="Separator"></h:commandLink>
+ <h:commandLink value="Spacer" action="Spacer"></h:commandLink>
+ <h:commandLink value="SimpleTogglePanel" action="sTP"></h:commandLink>
+ <h:commandLink value="TabPanel" action="TabPanel"></h:commandLink>
+ <h:commandLink value="SuggestionBox" action="Suggest"></h:commandLink>
+ <h:commandLink value="Paint2D" action="Paint"></h:commandLink>
+ <h:commandLink value="Tree" action="Tree"></h:commandLink>
+ <h:commandLink value="TogglePanel" action="TogglePanel"></h:commandLink>
+ <h:commandLink value="ToolBar" action="ToolBar"></h:commandLink>
+ <h:commandLink value="Drag and Drop" action="dnd"></h:commandLink>
+ <h:commandLink value="Data Scroller" action="DS"></h:commandLink>
+ <h:commandLink value="Drop Down Menu" action="DDMenu"></h:commandLink>
+ <h:commandLink value="Data Filter Slider" action="DFS"></h:commandLink>
+ <h:commandLink value="Panel Menu" action="PanelMenu"></h:commandLink>
+ <h:commandLink value="Modal Panel" action="ModalPanel"></h:commandLink>
+ <h:commandLink value="Tooltip" action="Tooltip"></h:commandLink>
+ <h:commandLink value="Calendar" action="Calendar"></h:commandLink>
+ <h:commandLink value="Message" action="Message"></h:commandLink>
+ <h:commandLink value="Effect" action="Effect"></h:commandLink>
+ </h:panelGrid>
+ </rich:panel>
+ </h:form>
</body>
</f:view>
</html>
More information about the richfaces-svn-commits
mailing list