JBoss Rich Faces SVN: r7288 - in trunk/samples/richfaces-demo/src/main: webapp/WEB-INF and 9 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: ilya_shaikovsky
Date: 2008-03-27 04:56:48 -0400 (Thu, 27 Mar 2008)
New Revision: 7288
Modified:
trunk/samples/richfaces-demo/src/main/java/org/richfaces/demo/ajaxsupport/UserBean.java
trunk/samples/richfaces-demo/src/main/webapp/WEB-INF/faces-config.xml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/fileUpload/usage.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/filteringFeature/externalFilteringUsage.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/filteringFeature/filteringUsage.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceInput/examples/blockInplace.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceInput/examples/controlsCustomization.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceInput/usage.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceSelect/examples/controlsCustomization.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceSelect/examples/selectItems.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceSelect/usage.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/modalPanel/examples/simplePanel.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/modalPanel/usage.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/sortingFeature/sortingUsage.xhtml
Log:
changes after Sergey's review.
Modified: trunk/samples/richfaces-demo/src/main/java/org/richfaces/demo/ajaxsupport/UserBean.java
===================================================================
--- trunk/samples/richfaces-demo/src/main/java/org/richfaces/demo/ajaxsupport/UserBean.java 2008-03-27 02:18:29 UTC (rev 7287)
+++ trunk/samples/richfaces-demo/src/main/java/org/richfaces/demo/ajaxsupport/UserBean.java 2008-03-27 08:56:48 UTC (rev 7288)
@@ -3,7 +3,7 @@
import java.util.Date;
public class UserBean {
- private String name;
+ private String name="";
private java.lang.Integer screenWidth;
private java.lang.Integer screenHeight;
private String job;
Modified: trunk/samples/richfaces-demo/src/main/webapp/WEB-INF/faces-config.xml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/WEB-INF/faces-config.xml 2008-03-27 02:18:29 UTC (rev 7287)
+++ trunk/samples/richfaces-demo/src/main/webapp/WEB-INF/faces-config.xml 2008-03-27 08:56:48 UTC (rev 7288)
@@ -41,11 +41,6 @@
<managed-bean-class>org.richfaces.demo.ajaxsupport.UserBean</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
<managed-property>
- <property-name>name</property-name>
- <property-class>java.lang.String</property-class>
- <value/>
- </managed-property>
- <managed-property>
<property-name>screenWidth</property-name>
<property-class>java.lang.Integer</property-class>
<null-value/>
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/fileUpload/usage.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/fileUpload/usage.xhtml 2008-03-27 02:18:29 UTC (rev 7287)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/fileUpload/usage.xhtml 2008-03-27 08:56:48 UTC (rev 7288)
@@ -7,17 +7,18 @@
xmlns:rich="http://richfaces.org/rich">
<ui:composition template="/templates/component-sample.xhtml">
<ui:define name="sample">
-
<p><b>
rich:fileUpload</b> is a component which provides files upload functionality and
extends functionality of standard <i>input </i>with <i>type=file</i>.
</p>
<p>
- Next example shows you <b>File Upload</b> which allows you to upload five pictures to server.
+ Next example shows you <b>File Upload</b> which allows you to upload files to server.
Files count allowed to upload managed with <b>maxFilesQuantity </b>attribute.
Every uploaded file should be managed through <b>fileUploadListener </b>which called after
every single file upload finished.
</p>
+ <p><b>This example allows to download up to 5 files. The file extension is limited to GIF, JPG,
+ BMP, PNG and the maximum size of each file must not exceed 100kB </b></p>
<div class="sample-container" >
<ui:include src="/richfaces/fileUpload/examples/fileUpload.xhtml"/>
<ui:include src="/templates/include/sourceview.xhtml">
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/filteringFeature/externalFilteringUsage.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/filteringFeature/externalFilteringUsage.xhtml 2008-03-27 02:18:29 UTC (rev 7287)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/filteringFeature/externalFilteringUsage.xhtml 2008-03-27 08:56:48 UTC (rev 7288)
@@ -32,6 +32,7 @@
<ui:include src="/richfaces/filteringFeature/examples/externalFiltering.xhtml"/>
<ui:include src="/templates/include/sourceview.xhtml">
+ <ui:param name="openlabel" value="View Page Source" />
<ui:param name="sourcepath" value="/richfaces/filteringFeature/examples/externalFiltering.xhtml"/>
</ui:include>
<ui:include src="/templates/include/sourceview.xhtml">
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/filteringFeature/filteringUsage.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/filteringFeature/filteringUsage.xhtml 2008-03-27 02:18:29 UTC (rev 7287)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/filteringFeature/filteringUsage.xhtml 2008-03-27 08:56:48 UTC (rev 7288)
@@ -35,6 +35,10 @@
<fieldset>
<legend><b>Details of usage</b></legend>
<p>
+ In order to change filter event you should change <b>filterEvent</b> attribute
+ on column (<i>e.g. filterEvent = "onblur"</i>)
+ </p>
+ <p>
In order to get or change current filtering value <b>filterValue </b>attribute
provided. It should be defined with initial filtering value on the page
or as value binding to get/change it on server.
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceInput/examples/blockInplace.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceInput/examples/blockInplace.xhtml 2008-03-27 02:18:29 UTC (rev 7287)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceInput/examples/blockInplace.xhtml 2008-03-27 08:56:48 UTC (rev 7288)
@@ -49,7 +49,7 @@
requiredMessage="Price at row #{row+1} wasn't filled. Value can't be changed."
changedHoverClass="hover" viewHoverClass="hover"
viewClass="inplace" changedClass="inplace"
- selectOnEdit="true">
+ selectOnEdit="true" editEvent="ondblclick">
<a4j:support event="onviewactivated" reRender="table, messages"
bypassUpdates="true" ajaxSingle="true" />
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceInput/examples/controlsCustomization.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceInput/examples/controlsCustomization.xhtml 2008-03-27 02:18:29 UTC (rev 7287)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceInput/examples/controlsCustomization.xhtml 2008-03-27 08:56:48 UTC (rev 7288)
@@ -16,5 +16,5 @@
</f:facet>
</rich:inplaceInput>
-
+ <rich:spacer height="25px" width="100%"/>
</ui:composition>
\ No newline at end of file
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceInput/usage.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceInput/usage.xhtml 2008-03-27 02:18:29 UTC (rev 7287)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceInput/usage.xhtml 2008-03-27 08:56:48 UTC (rev 7288)
@@ -26,25 +26,22 @@
to edit the value and
click somewhere outside the component to store this value(Or just press ENTER button).
</p>
+ <div class="sample-container" jsfc="h:panelGroup" layout="block">
+ <ui:include src="/richfaces/inplaceInput/examples/simpleDefault.xhtml"/>
+ <ui:include src="/templates/include/sourceview.xhtml">
+ <ui:param name="sourcepath" value="/richfaces/inplaceInput/examples/simpleDefault.xhtml"/>
+ </ui:include>
+ </div>
<p>
The second example has controls for components enabled with <b>showControls </b>attribute.
- These controls should
- be used in order to apply a value or cancel editing.
+ These controls should be used in order to apply a value or cancel editing.
</p>
- <h:panelGrid columns="2" columnClasses="top equals,top equals" width="90%">
<div class="sample-container" jsfc="h:panelGroup" layout="block">
- <ui:include src="/richfaces/inplaceInput/examples/simpleDefault.xhtml"/>
- <ui:include src="/templates/include/sourceview.xhtml">
- <ui:param name="sourcepath" value="/richfaces/inplaceInput/examples/simpleDefault.xhtml"/>
- </ui:include>
- </div>
- <div class="sample-container" jsfc="h:panelGroup" layout="block">
<ui:include src="/richfaces/inplaceInput/examples/simpleWithControls.xhtml"/>
<ui:include src="/templates/include/sourceview.xhtml">
<ui:param name="sourcepath" value="/richfaces/inplaceInput/examples/simpleWithControls.xhtml"/>
</ui:include>
</div>
- </h:panelGrid>
<p>
Controls used by inplace could be redefined using <b>controls</b> named facet:
</p>
@@ -63,8 +60,9 @@
fired on saving a value used in this example to perform Ajax validation for the value entered.
</p>
<p>
-
- </p>
+ <b>Note:</b> Inplaces in this example also customized with <b>editEvent </b>
+ attribute. Perform <b>double click</b> at any price in order to change it.
+ </p>
<div class="sample-container" >
<ui:include src="/richfaces/inplaceInput/examples/blockInplace.xhtml"/>
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceSelect/examples/controlsCustomization.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceSelect/examples/controlsCustomization.xhtml 2008-03-27 02:18:29 UTC (rev 7287)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceSelect/examples/controlsCustomization.xhtml 2008-03-27 08:56:48 UTC (rev 7288)
@@ -10,7 +10,7 @@
}
</style>
<h:form>
- <h:panelGrid columns="1">
+ <h:panelGrid columns="2" width="500px;">
<rich:inplaceSelect value="#{inplaceComponentsBean.inputValue}"
defaultLabel="Click here to edit" showControls="true"
controlsHorizontalPosition="left" controlsVerticalPosition="bottom"
@@ -24,7 +24,9 @@
<f:selectItems value="#{capitalsBean.capitalsOptions}" />
<a4j:support event="onviewactivated" reRender="output" />
</rich:inplaceSelect>
- <h:outputText id="output" value="Current Value: #{inplaceComponentsBean.inputValue}"/>
+ <h:outputText id="output"
+ value="Current State Capital: #{inplaceComponentsBean.inputValue}"
+ style="font-weight:bold;" />
</h:panelGrid>
</h:form>
<rich:spacer width="100%" height="40px" />
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceSelect/examples/selectItems.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceSelect/examples/selectItems.xhtml 2008-03-27 02:18:29 UTC (rev 7287)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceSelect/examples/selectItems.xhtml 2008-03-27 08:56:48 UTC (rev 7288)
@@ -6,9 +6,12 @@
xmlns:rich="http://richfaces.org/rich">
<style>
+ .rich-inplace-select{
+ font-size:10pt;
+ }
.inplace{
border: none;
- cursor:pointer;
+ cursor:pointer;
}
.hover {
color: #{a4jSkin.generalTextColor};
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceSelect/usage.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceSelect/usage.xhtml 2008-03-27 02:18:29 UTC (rev 7287)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceSelect/usage.xhtml 2008-03-27 08:56:48 UTC (rev 7288)
@@ -30,7 +30,6 @@
</p>
<ul>
<li>Controls "save" and "cancel" are turned on with <b>showControls</b> attribute</li>
- <li><b>editEvent</b> set as <i>ondblclick</i>. <u>So you should click twice to edit a value</u> </li>
<li><b>Layout</b> attribute is defined as <b>block</b> and inplace is rendered as <i>div</i> an element instead of<i> span </i></li>
<li>
@@ -39,6 +38,7 @@
</li>
<li> Classes customization is used</li>
</ul>
+ <p><b>Double click to edit value</b> <i>(editEvent set as ondblclick)</i>.</p>
<div class="sample-container" >
<ui:include src="/richfaces/inplaceSelect/examples/selectItems.xhtml"/>
<ui:include src="/templates/include/sourceview.xhtml">
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/modalPanel/examples/simplePanel.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/modalPanel/examples/simplePanel.xhtml 2008-03-27 02:18:29 UTC (rev 7287)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/modalPanel/examples/simplePanel.xhtml 2008-03-27 08:56:48 UTC (rev 7288)
@@ -27,7 +27,7 @@
a wizard like behavior.</p>
<p>The model panel is open and closed from the javascript function
on <i>Richfaces</i> object. The following code
- <a href="javascript:Richfaces.hideModalPanel('mp')">hide this panel</a>:
- Richfaces.hideModalPanel('mp')</p>
+ <a href="#" onclick="#{rich:component('mp')}.hide()">hide this panel</a>:
+ <f:verbatim>#</f:verbatim>{rich:component('mp')}.hide()</p>
</rich:modalPanel>
</ui:composition>
\ No newline at end of file
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/modalPanel/usage.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/modalPanel/usage.xhtml 2008-03-27 02:18:29 UTC (rev 7287)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/modalPanel/usage.xhtml 2008-03-27 08:56:48 UTC (rev 7288)
@@ -11,35 +11,37 @@
<p>RichFaces Modal Panel is a container that blocks an operation on the base page when the modal
panel is shown.</p>
- <p>You can show the modal panel using the following javascript function: Richfaces.hideModalPanel(id, params).</p>
+ <p>
+ Modal Panel could be freely managed with <b>rich:componentControl</b> component.
+ Next example shows the code which should be used:
+ </p>
<fieldset class="demo_fieldset">
<legend class="demo_legend">Example 1</legend>
<div class="sample-container">
- This line code invokes the modal panel:<br/>
- <a href="javascript:Richfaces.showModalPanel('mp',{width:450, top:200})">
- Richfaces.showModalPanel('mp',{width:450, top:200})</a><br/><br/>
- <ui:include src="/richfaces/modalPanel/examples/simplePanel.xhtml"/>
+ <ui:include src="/richfaces/componentControl/examples/mpusage.xhtml"/>
+ <br/><br/>
<ui:include src="/templates/include/sourceview.xhtml">
- <ui:param name="sourcepath" value="/richfaces/modalPanel/examples/simplePanel.xhtml"/>
+ <ui:param name="sourcepath" value="/richfaces/componentControl/examples/mpusage.xhtml"/>
<ui:param name="openlabel" value="View Page Source" />
- </ui:include>
+ </ui:include>
</div>
</fieldset>
- <p>
- Modal Panel could be also managed with <b>rich:componentControl</b> component.
- Next example shows the code which should be used:
- </p>
+ <p>You can show the modal panel using the JS API <b>show</b> function (<f:verbatim>#</f:verbatim>{rich:component('mp')}.show).</p>
<fieldset class="demo_fieldset">
<legend class="demo_legend">Example 2</legend>
<div class="sample-container">
- <ui:include src="/richfaces/componentControl/examples/mpusage.xhtml"/>
- <br/><br/>
+ This line code invokes the modal panel:<br/>
+ <a onclick="#{rich:component('mp')}.show()" href="#">
+ <f:verbatim>#</f:verbatim>{rich:component('mp')}.show()
+ </a><br/><br/>
+ <ui:include src="/richfaces/modalPanel/examples/simplePanel.xhtml"/>
<ui:include src="/templates/include/sourceview.xhtml">
- <ui:param name="sourcepath" value="/richfaces/componentControl/examples/mpusage.xhtml"/>
+ <ui:param name="sourcepath" value="/richfaces/modalPanel/examples/simplePanel.xhtml"/>
<ui:param name="openlabel" value="View Page Source" />
- </ui:include>
+ </ui:include>
</div>
</fieldset>
+ <p><b>NOTE:</b> Old style panel calls will be also supported.</p>
<p>The modal panel has an absolute layout.There is no reason to put in on the page
where it is called.If you want to perform submits from this modal panel, you should have a separate form inside it.
In this case, the panel must be declared outside of the other form on the same page.
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/sortingFeature/sortingUsage.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/sortingFeature/sortingUsage.xhtml 2008-03-27 02:18:29 UTC (rev 7287)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/sortingFeature/sortingUsage.xhtml 2008-03-27 08:56:48 UTC (rev 7288)
@@ -6,6 +6,12 @@
xmlns:rich="http://richfaces.org/rich">
<ui:composition template="/templates/component-sample.xhtml">
<ui:define name="sample">
+ <style>
+ .top{
+ vertical-align:top;
+ }
+
+ </style>
<p><b>
Rich Data Table</b> has columns <b>sorting feature</b> built-in. Simplest way to add sorting
@@ -19,39 +25,44 @@
In this example you could see that two first columns sorted after corresponding
header click.
</p>
- <h:panelGrid columns="2">
<div class="sample-container" jsfc="h:panelGroup" layout="block">
- <ui:include src="/richfaces/sortingFeature/examples/simpleSingleSorting.xhtml"/>
+ <h:panelGrid columns="2" columnClasses=",top">
+ <h:panelGroup>
+ <ui:include src="/richfaces/sortingFeature/examples/simpleSingleSorting.xhtml"/>
+ </h:panelGroup>
+ <div jsfc="h:panelGroup" layout="block">
+ <fieldset>
+ <legend><b>Details Of usage</b></legend>
+ <p>
+ Next attributes could be defined to manage simple built-in sorting:
+ </p>
+ <ul>
+ <li>
+ <b>sortMode</b> - attribute of <b>rich:dataTable</b> which could be defined as
+ "single"(Default) and "multiple". If multiple sorting defined -
+ previous sorting will not be reseted. Column will be sorted
+ </li>
+ <li><b>sortOrder</b> - attribute of <b>rich:column</b>
+ allows to set initial sorting on the column.
+ (Additional ways of usage to customize sorting described at "External
+ Sorting" tab). Possible values are "ASCENDING", "DESCENDING" and
+ "UNSORTED"(default)
+ </li>
+ <li>
+ <b>selfSorted</b> attribute of <b>brich:column</b> which defines
+ if the table will make header clickable and if click on the
+ header will call sorting request.
+ Default value is "true". In order to use custom sorting mechanism
+ use value "false" for this attribute.
+ </li>
+ </ul>
+ </fieldset>
+ </div>
+ </h:panelGrid>
<ui:include src="/templates/include/sourceview.xhtml">
<ui:param name="sourcepath" value="/richfaces/sortingFeature/examples/simpleSingleSorting.xhtml"/>
</ui:include>
</div>
- <div jsfc="h:panelGroup" layout="block">
- <p>
- Next attributes could be defined to manage simple built-in sorting:
- </p>
- <ul>
- <li>
- <b>sortMode</b> - attribute of <b>rich:dataTable</b> which could be defined as
- "single"(Default) and "multiple". If multiple sorting defined -
- previous sorting will not be reseted. Column will be sorted
- </li>
- <li><b>sortOrder</b> - attribute of <b>rich:column</b>
- allows to set initial sorting on the column.
- (Additional ways of usage to customize sorting described at "External
- Sorting" tab). Possible values are "ASCENDING", "DESCENDING" and
- "UNSORTED"(default)
- </li>
- <li>
- <b>selfSorted</b> attribute of <b>brich:column</b> which defines
- if the table will make header clickable and if click on the
- header will call sorting request.
- Default value is "true". In order to use custom sorting mechanism
- use value "false" for this attribute.
- </li>
- </ul>
- </div>
- </h:panelGrid>
</ui:define>
16 years, 9 months
JBoss Rich Faces SVN: r7287 - in trunk/ui: dataFilterSlider/src/main/config/component and 35 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2008-03-26 22:18:29 -0400 (Wed, 26 Mar 2008)
New Revision: 7287
Modified:
trunk/ui/calendar/src/main/config/component/calendar.xml
trunk/ui/dataFilterSlider/src/main/config/component/dataFilterSlider.xml
trunk/ui/dataTable/src/main/config/component/colgroup.xml
trunk/ui/dataTable/src/main/config/component/column.xml
trunk/ui/dataTable/src/main/config/component/dataGrid.xml
trunk/ui/dataTable/src/main/config/component/dataList.xml
trunk/ui/dataTable/src/main/config/component/dataTable.xml
trunk/ui/dataTable/src/main/config/component/subTable.xml
trunk/ui/datascroller/src/main/config/component/datascroller.xml
trunk/ui/drag-drop/src/main/config/component/dndParam.xml
trunk/ui/drag-drop/src/main/config/component/dragIndicator.xml
trunk/ui/drag-drop/src/main/config/component/dragSupport.xml
trunk/ui/drag-drop/src/main/config/component/dropSupport.xml
trunk/ui/dropdown-menu/src/main/config/component/dropdownmenu.xml
trunk/ui/effect/src/main/config/component/effect.xml
trunk/ui/gmap/src/main/config/component/gmap.xml
trunk/ui/inplaceInput/src/main/config/component/inplaceinput.xml
trunk/ui/inplaceSelect/src/main/config/component/inplaceselect.xml
trunk/ui/inputnumber-slider/src/main/config/component/inputNumberSlider.xml
trunk/ui/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml
trunk/ui/insert/src/main/config/component/insert.xml
trunk/ui/jQuery/src/main/config/component/jQuery.xml
trunk/ui/listShuttle/src/main/config/component/listShuttle.xml
trunk/ui/menu-components/src/main/config/component/menucomponents.xml
trunk/ui/message/src/main/config/component/message.xml
trunk/ui/modal-panel/src/main/config/component/modalPanel.xml
trunk/ui/orderingList/src/main/config/component/orderinglist.xml
trunk/ui/paint2D/src/main/config/component/paint2D.xml
trunk/ui/panel/src/main/config/component/panel.xml
trunk/ui/panelbar/src/main/config/component/panelbar.xml
trunk/ui/panelmenu/src/main/config/component/panelMenu.xml
trunk/ui/progressBAR/src/main/config/component/progressBar.xml
trunk/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml
trunk/ui/scrollableDataTable/src/main/config/converter/selection.xml
trunk/ui/separator/src/main/config/component/separator.xml
trunk/ui/simpleTogglePanel/src/main/config/component/simpleTogglePanel.xml
trunk/ui/spacer/src/main/config/component/spacer.xml
trunk/ui/suggestionbox/src/main/config/component/suggestionbox.xml
trunk/ui/tabPanel/src/main/config/component/tabPanel.xml
trunk/ui/togglePanel/src/main/config/component/togglePanel.xml
trunk/ui/toolBar/src/main/config/component/toolBar.xml
trunk/ui/tooltip/src/main/config/component/toolTip.xml
trunk/ui/tree/src/main/config/component/tree.xml
trunk/ui/tree/src/main/config/component/treeNode.xml
trunk/ui/treeModel/src/main/config/component/recursiveTreeNodesAdaptor.xml
trunk/ui/treeModel/src/main/config/component/treeNodesAdaptor.xml
trunk/ui/virtualEarth/src/main/config/component/virtualEarth.xml
Log:
Fixed broken component descriptors
Modified: trunk/ui/calendar/src/main/config/component/calendar.xml
===================================================================
--- trunk/ui/calendar/src/main/config/component/calendar.xml 2008-03-27 01:33:56 UTC (rev 7286)
+++ trunk/ui/calendar/src/main/config/component/calendar.xml 2008-03-27 02:18:29 UTC (rev 7287)
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd[
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd"
+
+[
<!ENTITY listeners SYSTEM "listener.ent">
]
>
Modified: trunk/ui/dataFilterSlider/src/main/config/component/dataFilterSlider.xml
===================================================================
--- trunk/ui/dataFilterSlider/src/main/config/component/dataFilterSlider.xml 2008-03-27 01:33:56 UTC (rev 7286)
+++ trunk/ui/dataFilterSlider/src/main/config/component/dataFilterSlider.xml 2008-03-27 02:18:29 UTC (rev 7287)
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd"
+[
<!ENTITY listeners SYSTEM "commonDataFilterSliderListeners.ent">
]
>
Modified: trunk/ui/dataTable/src/main/config/component/colgroup.xml
===================================================================
--- trunk/ui/dataTable/src/main/config/component/colgroup.xml 2008-03-27 01:33:56 UTC (rev 7286)
+++ trunk/ui/dataTable/src/main/config/component/colgroup.xml 2008-03-27 02:18:29 UTC (rev 7287)
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
+">
+
<components>
<component>
<name>org.richfaces.ColumnGroup</name>
Modified: trunk/ui/dataTable/src/main/config/component/column.xml
===================================================================
--- trunk/ui/dataTable/src/main/config/component/column.xml 2008-03-27 01:33:56 UTC (rev 7286)
+++ trunk/ui/dataTable/src/main/config/component/column.xml 2008-03-27 02:18:29 UTC (rev 7287)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
-<!ENTITY attributes SYSTEM "columnAttributes.ent">
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd"
+[
+ <!ENTITY attributes SYSTEM "columnAttributes.ent">
]
>
<components>
Modified: trunk/ui/dataTable/src/main/config/component/dataGrid.xml
===================================================================
--- trunk/ui/dataTable/src/main/config/component/dataGrid.xml 2008-03-27 01:33:56 UTC (rev 7286)
+++ trunk/ui/dataTable/src/main/config/component/dataGrid.xml 2008-03-27 02:18:29 UTC (rev 7287)
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
+">
+
<components>
<component>
<name>org.richfaces.DataGrid</name>
Modified: trunk/ui/dataTable/src/main/config/component/dataList.xml
===================================================================
--- trunk/ui/dataTable/src/main/config/component/dataList.xml 2008-03-27 01:33:56 UTC (rev 7286)
+++ trunk/ui/dataTable/src/main/config/component/dataList.xml 2008-03-27 02:18:29 UTC (rev 7287)
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
+">
+
<components>
<component>
<name>org.richfaces.DataList</name>
Modified: trunk/ui/dataTable/src/main/config/component/dataTable.xml
===================================================================
--- trunk/ui/dataTable/src/main/config/component/dataTable.xml 2008-03-27 01:33:56 UTC (rev 7286)
+++ trunk/ui/dataTable/src/main/config/component/dataTable.xml 2008-03-27 02:18:29 UTC (rev 7287)
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
+">
+
<components>
<component>
<name>org.richfaces.DataTable</name>
Modified: trunk/ui/dataTable/src/main/config/component/subTable.xml
===================================================================
--- trunk/ui/dataTable/src/main/config/component/subTable.xml 2008-03-27 01:33:56 UTC (rev 7286)
+++ trunk/ui/dataTable/src/main/config/component/subTable.xml 2008-03-27 02:18:29 UTC (rev 7287)
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
+">
+
<components>
<component>
<name>org.richfaces.SubTable</name>
Modified: trunk/ui/datascroller/src/main/config/component/datascroller.xml
===================================================================
--- trunk/ui/datascroller/src/main/config/component/datascroller.xml 2008-03-27 01:33:56 UTC (rev 7286)
+++ trunk/ui/datascroller/src/main/config/component/datascroller.xml 2008-03-27 02:18:29 UTC (rev 7287)
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd[
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd"
+
+[
<!ENTITY listeners SYSTEM "commonDataScrollerListeners.ent">
]
>
Modified: trunk/ui/drag-drop/src/main/config/component/dndParam.xml
===================================================================
--- trunk/ui/drag-drop/src/main/config/component/dndParam.xml 2008-03-27 01:33:56 UTC (rev 7286)
+++ trunk/ui/drag-drop/src/main/config/component/dndParam.xml 2008-03-27 02:18:29 UTC (rev 7287)
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
+">
+
<components>
<component>
<name>org.richfaces.DndParam</name>
Modified: trunk/ui/drag-drop/src/main/config/component/dragIndicator.xml
===================================================================
--- trunk/ui/drag-drop/src/main/config/component/dragIndicator.xml 2008-03-27 01:33:56 UTC (rev 7286)
+++ trunk/ui/drag-drop/src/main/config/component/dragIndicator.xml 2008-03-27 02:18:29 UTC (rev 7287)
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
+">
+
<components>
<component>
<name>org.richfaces.DragIndicator</name>
Modified: trunk/ui/drag-drop/src/main/config/component/dragSupport.xml
===================================================================
--- trunk/ui/drag-drop/src/main/config/component/dragSupport.xml 2008-03-27 01:33:56 UTC (rev 7286)
+++ trunk/ui/drag-drop/src/main/config/component/dragSupport.xml 2008-03-27 02:18:29 UTC (rev 7287)
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
+">
+
<components>
<component>
<name>org.richfaces.DragSupport</name>
Modified: trunk/ui/drag-drop/src/main/config/component/dropSupport.xml
===================================================================
--- trunk/ui/drag-drop/src/main/config/component/dropSupport.xml 2008-03-27 01:33:56 UTC (rev 7286)
+++ trunk/ui/drag-drop/src/main/config/component/dropSupport.xml 2008-03-27 02:18:29 UTC (rev 7287)
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd>
+
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd">
+
<components>
<component>
<name>org.richfaces.DropSupport</name>
Modified: trunk/ui/dropdown-menu/src/main/config/component/dropdownmenu.xml
===================================================================
--- trunk/ui/dropdown-menu/src/main/config/component/dropdownmenu.xml 2008-03-27 01:33:56 UTC (rev 7286)
+++ trunk/ui/dropdown-menu/src/main/config/component/dropdownmenu.xml 2008-03-27 02:18:29 UTC (rev 7287)
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
+">
+
<components>
<component>
<name>org.richfaces.DropDownMenu</name>
Modified: trunk/ui/effect/src/main/config/component/effect.xml
===================================================================
--- trunk/ui/effect/src/main/config/component/effect.xml 2008-03-27 01:33:56 UTC (rev 7286)
+++ trunk/ui/effect/src/main/config/component/effect.xml 2008-03-27 02:18:29 UTC (rev 7287)
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
+">
+
<components>
<component>
<name>org.richfaces.Effect</name>
Modified: trunk/ui/gmap/src/main/config/component/gmap.xml
===================================================================
--- trunk/ui/gmap/src/main/config/component/gmap.xml 2008-03-27 01:33:56 UTC (rev 7286)
+++ trunk/ui/gmap/src/main/config/component/gmap.xml 2008-03-27 02:18:29 UTC (rev 7287)
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
+">
+
<components>
<component>
<name>org.richfaces.Gmap</name>
Modified: trunk/ui/inplaceInput/src/main/config/component/inplaceinput.xml
===================================================================
--- trunk/ui/inplaceInput/src/main/config/component/inplaceinput.xml 2008-03-27 01:33:56 UTC (rev 7286)
+++ trunk/ui/inplaceInput/src/main/config/component/inplaceinput.xml 2008-03-27 02:18:29 UTC (rev 7287)
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
+
<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd" >
+
<components>
<component>
<name>org.richfaces.InplaceInput</name>
Modified: trunk/ui/inplaceSelect/src/main/config/component/inplaceselect.xml
===================================================================
--- trunk/ui/inplaceSelect/src/main/config/component/inplaceselect.xml 2008-03-27 01:33:56 UTC (rev 7286)
+++ trunk/ui/inplaceSelect/src/main/config/component/inplaceselect.xml 2008-03-27 02:18:29 UTC (rev 7287)
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
+
<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd" >
+
<components>
<component>
<name>org.richfaces.InplaceSelect</name>
Modified: trunk/ui/inputnumber-slider/src/main/config/component/inputNumberSlider.xml
===================================================================
--- trunk/ui/inputnumber-slider/src/main/config/component/inputNumberSlider.xml 2008-03-27 01:33:56 UTC (rev 7286)
+++ trunk/ui/inputnumber-slider/src/main/config/component/inputNumberSlider.xml 2008-03-27 02:18:29 UTC (rev 7287)
@@ -1,7 +1,7 @@
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
-<!--
- <!DOCTYPE components PUBLIC "-//EXADEL//Generator config/EN" "http://exadel.com/dtds/component-config.dtd" >
--->
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd" >
+
<components>
<component>
<name>org.richfaces.inputNumberSlider</name>
Modified: trunk/ui/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml
===================================================================
--- trunk/ui/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml 2008-03-27 01:33:56 UTC (rev 7286)
+++ trunk/ui/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml 2008-03-27 02:18:29 UTC (rev 7287)
@@ -1,8 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
-<!--
-<!DOCTYPE components PUBLIC "-//EXADEL//Generator config/EN" "http://exadel.com/dtds/component-config.dtd" >
- -->
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd">
+
<components>
<component>
<name>org.richfaces.inputNumberSpinner</name>
Modified: trunk/ui/insert/src/main/config/component/insert.xml
===================================================================
--- trunk/ui/insert/src/main/config/component/insert.xml 2008-03-27 01:33:56 UTC (rev 7286)
+++ trunk/ui/insert/src/main/config/component/insert.xml 2008-03-27 02:18:29 UTC (rev 7287)
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
+">
+
<components>
<component>
<name>org.richfaces.ui.Insert</name>
Modified: trunk/ui/jQuery/src/main/config/component/jQuery.xml
===================================================================
--- trunk/ui/jQuery/src/main/config/component/jQuery.xml 2008-03-27 01:33:56 UTC (rev 7286)
+++ trunk/ui/jQuery/src/main/config/component/jQuery.xml 2008-03-27 02:18:29 UTC (rev 7287)
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
+">
+
<components>
<component>
<name>org.richfaces.JQuery</name>
Modified: trunk/ui/listShuttle/src/main/config/component/listShuttle.xml
===================================================================
--- trunk/ui/listShuttle/src/main/config/component/listShuttle.xml 2008-03-27 01:33:56 UTC (rev 7286)
+++ trunk/ui/listShuttle/src/main/config/component/listShuttle.xml 2008-03-27 02:18:29 UTC (rev 7287)
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
+">
+
<components>
<component>
<name>org.richfaces.ListShuttle</name>
Modified: trunk/ui/menu-components/src/main/config/component/menucomponents.xml
===================================================================
--- trunk/ui/menu-components/src/main/config/component/menucomponents.xml 2008-03-27 01:33:56 UTC (rev 7286)
+++ trunk/ui/menu-components/src/main/config/component/menucomponents.xml 2008-03-27 02:18:29 UTC (rev 7287)
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
+">
+
<components>
<component>
<name>org.richfaces.MenuGroup</name>
Modified: trunk/ui/message/src/main/config/component/message.xml
===================================================================
--- trunk/ui/message/src/main/config/component/message.xml 2008-03-27 01:33:56 UTC (rev 7286)
+++ trunk/ui/message/src/main/config/component/message.xml 2008-03-27 02:18:29 UTC (rev 7287)
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
+">
+
<components>
<component>
<name>org.richfaces.component.RichMessage</name>
Modified: trunk/ui/modal-panel/src/main/config/component/modalPanel.xml
===================================================================
--- trunk/ui/modal-panel/src/main/config/component/modalPanel.xml 2008-03-27 01:33:56 UTC (rev 7286)
+++ trunk/ui/modal-panel/src/main/config/component/modalPanel.xml 2008-03-27 02:18:29 UTC (rev 7287)
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
+">
+
<components>
<component>
<name>org.richfaces.ModalPanel</name>
Modified: trunk/ui/orderingList/src/main/config/component/orderinglist.xml
===================================================================
--- trunk/ui/orderingList/src/main/config/component/orderinglist.xml 2008-03-27 01:33:56 UTC (rev 7286)
+++ trunk/ui/orderingList/src/main/config/component/orderinglist.xml 2008-03-27 02:18:29 UTC (rev 7287)
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
+">
+
<components>
<component>
<name>org.richfaces.OrderingList</name>
Modified: trunk/ui/paint2D/src/main/config/component/paint2D.xml
===================================================================
--- trunk/ui/paint2D/src/main/config/component/paint2D.xml 2008-03-27 01:33:56 UTC (rev 7286)
+++ trunk/ui/paint2D/src/main/config/component/paint2D.xml 2008-03-27 02:18:29 UTC (rev 7287)
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
+">
+
<components>
<component>
<name>org.richfaces.Paint2D</name>
Modified: trunk/ui/panel/src/main/config/component/panel.xml
===================================================================
--- trunk/ui/panel/src/main/config/component/panel.xml 2008-03-27 01:33:56 UTC (rev 7286)
+++ trunk/ui/panel/src/main/config/component/panel.xml 2008-03-27 02:18:29 UTC (rev 7287)
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
+">
+
<components>
<component>
<name>org.richfaces.panel</name>
Modified: trunk/ui/panelbar/src/main/config/component/panelbar.xml
===================================================================
--- trunk/ui/panelbar/src/main/config/component/panelbar.xml 2008-03-27 01:33:56 UTC (rev 7286)
+++ trunk/ui/panelbar/src/main/config/component/panelbar.xml 2008-03-27 02:18:29 UTC (rev 7287)
@@ -1,8 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
-<!--
-<!DOCTYPE components PUBLIC "-//EXADEL//Generator config/EN" "http://exadel.com/dtds/component-config.dtd" >
- -->
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd">
+
<components>
<component>
<name>org.richfaces.PanelBar</name>
Modified: trunk/ui/panelmenu/src/main/config/component/panelMenu.xml
===================================================================
--- trunk/ui/panelmenu/src/main/config/component/panelMenu.xml 2008-03-27 01:33:56 UTC (rev 7286)
+++ trunk/ui/panelmenu/src/main/config/component/panelMenu.xml 2008-03-27 02:18:29 UTC (rev 7287)
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd<components>
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd">
+
+<components>
<component>
<name>org.richfaces.PanelMenu</name>
<family>org.richfaces.PanelMenu</family>
Modified: trunk/ui/progressBAR/src/main/config/component/progressBar.xml
===================================================================
--- trunk/ui/progressBAR/src/main/config/component/progressBar.xml 2008-03-27 01:33:56 UTC (rev 7286)
+++ trunk/ui/progressBAR/src/main/config/component/progressBar.xml 2008-03-27 02:18:29 UTC (rev 7287)
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd" >
+
<components>
<component>
<name>org.richfaces.ProgressBar</name>
Modified: trunk/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml
===================================================================
--- trunk/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml 2008-03-27 01:33:56 UTC (rev 7286)
+++ trunk/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml 2008-03-27 02:18:29 UTC (rev 7287)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
->
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd">
+
<components>
<component>
<name>org.richfaces.component.ScrollableDataTable</name>
Modified: trunk/ui/scrollableDataTable/src/main/config/converter/selection.xml
===================================================================
--- trunk/ui/scrollableDataTable/src/main/config/converter/selection.xml 2008-03-27 01:33:56 UTC (rev 7286)
+++ trunk/ui/scrollableDataTable/src/main/config/converter/selection.xml 2008-03-27 02:18:29 UTC (rev 7287)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
->
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd">
+
<components>
<converter generate="false">
<classname>org.richfaces.convert.selection.ClientSelectionConverter</classname>
Modified: trunk/ui/separator/src/main/config/component/separator.xml
===================================================================
--- trunk/ui/separator/src/main/config/component/separator.xml 2008-03-27 01:33:56 UTC (rev 7286)
+++ trunk/ui/separator/src/main/config/component/separator.xml 2008-03-27 02:18:29 UTC (rev 7287)
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
+">
+
<components>
<component>
<name>org.richfaces.separator</name>
Modified: trunk/ui/simpleTogglePanel/src/main/config/component/simpleTogglePanel.xml
===================================================================
--- trunk/ui/simpleTogglePanel/src/main/config/component/simpleTogglePanel.xml 2008-03-27 01:33:56 UTC (rev 7286)
+++ trunk/ui/simpleTogglePanel/src/main/config/component/simpleTogglePanel.xml 2008-03-27 02:18:29 UTC (rev 7287)
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
+">
+
<components>
<component>
<name>org.richfaces.SimpleTogglePanel</name>
Modified: trunk/ui/spacer/src/main/config/component/spacer.xml
===================================================================
--- trunk/ui/spacer/src/main/config/component/spacer.xml 2008-03-27 01:33:56 UTC (rev 7286)
+++ trunk/ui/spacer/src/main/config/component/spacer.xml 2008-03-27 02:18:29 UTC (rev 7287)
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
+">
+
<components>
<component>
<name>org.richfaces.spacer</name>
Modified: trunk/ui/suggestionbox/src/main/config/component/suggestionbox.xml
===================================================================
--- trunk/ui/suggestionbox/src/main/config/component/suggestionbox.xml 2008-03-27 01:33:56 UTC (rev 7286)
+++ trunk/ui/suggestionbox/src/main/config/component/suggestionbox.xml 2008-03-27 02:18:29 UTC (rev 7287)
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
+">
+
<components>
<component>
<name>org.richfaces.SuggestionBox</name>
Modified: trunk/ui/tabPanel/src/main/config/component/tabPanel.xml
===================================================================
--- trunk/ui/tabPanel/src/main/config/component/tabPanel.xml 2008-03-27 01:33:56 UTC (rev 7286)
+++ trunk/ui/tabPanel/src/main/config/component/tabPanel.xml 2008-03-27 02:18:29 UTC (rev 7287)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
-<!--
-<!DOCTYPE components PUBLIC "-//EXADEL//Generator config/EN" "http://exadel.com/dtds/component-config.dtd" >
- -->
+
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd">
+
<components>
<component>
<name>org.richfaces.TabPanel</name>
Modified: trunk/ui/togglePanel/src/main/config/component/togglePanel.xml
===================================================================
--- trunk/ui/togglePanel/src/main/config/component/togglePanel.xml 2008-03-27 01:33:56 UTC (rev 7286)
+++ trunk/ui/togglePanel/src/main/config/component/togglePanel.xml 2008-03-27 02:18:29 UTC (rev 7287)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
-<!--
- <!DOCTYPE components PUBLIC "-//EXADEL//Generator config/EN" "http://exadel.com/dtds/component-config.dtd" >
--->
+
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd">
+
<components>
<component>
<name>org.richfaces.TogglePanel</name>
Modified: trunk/ui/toolBar/src/main/config/component/toolBar.xml
===================================================================
--- trunk/ui/toolBar/src/main/config/component/toolBar.xml 2008-03-27 01:33:56 UTC (rev 7286)
+++ trunk/ui/toolBar/src/main/config/component/toolBar.xml 2008-03-27 02:18:29 UTC (rev 7287)
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
-
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd">
<components>
<component>
<name>org.richfaces.ToolBar</name>
Modified: trunk/ui/tooltip/src/main/config/component/toolTip.xml
===================================================================
--- trunk/ui/tooltip/src/main/config/component/toolTip.xml 2008-03-27 01:33:56 UTC (rev 7286)
+++ trunk/ui/tooltip/src/main/config/component/toolTip.xml 2008-03-27 02:18:29 UTC (rev 7287)
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd<!--
-<!DOCTYPE components PUBLIC "-//EXADEL//Generator config/EN" "http://exadel.com/dtds/component-config.dtd" >
- -->
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd">
<components>
<component>
Modified: trunk/ui/tree/src/main/config/component/tree.xml
===================================================================
--- trunk/ui/tree/src/main/config/component/tree.xml 2008-03-27 01:33:56 UTC (rev 7286)
+++ trunk/ui/tree/src/main/config/component/tree.xml 2008-03-27 02:18:29 UTC (rev 7287)
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd"
+[
<!ENTITY attributes SYSTEM "commonTreeAttributes.ent">
<!ENTITY listeners SYSTEM "commonTreeListeners.ent">
<!ENTITY commonTreeClientListeners SYSTEM "commonTreeClientListeners.ent">
Modified: trunk/ui/tree/src/main/config/component/treeNode.xml
===================================================================
--- trunk/ui/tree/src/main/config/component/treeNode.xml 2008-03-27 01:33:56 UTC (rev 7286)
+++ trunk/ui/tree/src/main/config/component/treeNode.xml 2008-03-27 02:18:29 UTC (rev 7287)
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd"
+[
<!ENTITY attributes SYSTEM "commonTreeAttributes.ent">
<!ENTITY listeners SYSTEM "commonTreeListeners.ent">
<!ENTITY commonTreeClientListeners SYSTEM "commonTreeClientListeners.ent">
Modified: trunk/ui/treeModel/src/main/config/component/recursiveTreeNodesAdaptor.xml
===================================================================
--- trunk/ui/treeModel/src/main/config/component/recursiveTreeNodesAdaptor.xml 2008-03-27 01:33:56 UTC (rev 7286)
+++ trunk/ui/treeModel/src/main/config/component/recursiveTreeNodesAdaptor.xml 2008-03-27 02:18:29 UTC (rev 7287)
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
+">
+
<components>
<component>
<name>org.richfaces.RecursiveTreeNodesAdaptor</name>
Modified: trunk/ui/treeModel/src/main/config/component/treeNodesAdaptor.xml
===================================================================
--- trunk/ui/treeModel/src/main/config/component/treeNodesAdaptor.xml 2008-03-27 01:33:56 UTC (rev 7286)
+++ trunk/ui/treeModel/src/main/config/component/treeNodesAdaptor.xml 2008-03-27 02:18:29 UTC (rev 7287)
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
+">
+
<components>
<component>
<name>org.richfaces.TreeNodesAdaptor</name>
Modified: trunk/ui/virtualEarth/src/main/config/component/virtualEarth.xml
===================================================================
--- trunk/ui/virtualEarth/src/main/config/component/virtualEarth.xml 2008-03-27 01:33:56 UTC (rev 7286)
+++ trunk/ui/virtualEarth/src/main/config/component/virtualEarth.xml 2008-03-27 02:18:29 UTC (rev 7287)
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
+">
+
<components>
<component>
<name>org.richfaces.VirtualEarth</name>
16 years, 9 months
JBoss Rich Faces SVN: r7286 - trunk/ui/core/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2008-03-26 21:33:56 -0400 (Wed, 26 Mar 2008)
New Revision: 7286
Modified:
trunk/ui/core/src/main/config/component/actionParameter.xml
trunk/ui/core/src/main/config/component/commandButton.xml
trunk/ui/core/src/main/config/component/commandLink.xml
trunk/ui/core/src/main/config/component/form.xml
trunk/ui/core/src/main/config/component/function.xml
trunk/ui/core/src/main/config/component/include.xml
trunk/ui/core/src/main/config/component/loadBundle.xml
trunk/ui/core/src/main/config/component/loadScript.xml
trunk/ui/core/src/main/config/component/loadStyle.xml
trunk/ui/core/src/main/config/component/log.xml
trunk/ui/core/src/main/config/component/mediaOutput.xml
trunk/ui/core/src/main/config/component/outputPanel.xml
trunk/ui/core/src/main/config/component/page.xml
trunk/ui/core/src/main/config/component/poll.xml
trunk/ui/core/src/main/config/component/portlet.xml
trunk/ui/core/src/main/config/component/push.xml
trunk/ui/core/src/main/config/component/region.xml
trunk/ui/core/src/main/config/component/repeat.xml
trunk/ui/core/src/main/config/component/status.xml
trunk/ui/core/src/main/config/component/support.xml
Log:
Fixed broken component descriptors
Modified: trunk/ui/core/src/main/config/component/actionParameter.xml
===================================================================
--- trunk/ui/core/src/main/config/component/actionParameter.xml 2008-03-27 01:21:58 UTC (rev 7285)
+++ trunk/ui/core/src/main/config/component/actionParameter.xml 2008-03-27 01:33:56 UTC (rev 7286)
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components
PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
- "http://labs.jboss.com/jbossrichfaces/component-config.dtd
-<!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
+ "http://labs.jboss.com/jbossrichfaces/component-config.dtd"
+[
+ <!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
]>
<components>
Modified: trunk/ui/core/src/main/config/component/commandButton.xml
===================================================================
--- trunk/ui/core/src/main/config/component/commandButton.xml 2008-03-27 01:21:58 UTC (rev 7285)
+++ trunk/ui/core/src/main/config/component/commandButton.xml 2008-03-27 01:33:56 UTC (rev 7286)
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components
PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
- "http://labs.jboss.com/jbossrichfaces/component-config.dtd
-<!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
+ "http://labs.jboss.com/jbossrichfaces/component-config.dtd"
+[
+ <!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
]>
<components>
Modified: trunk/ui/core/src/main/config/component/commandLink.xml
===================================================================
--- trunk/ui/core/src/main/config/component/commandLink.xml 2008-03-27 01:21:58 UTC (rev 7285)
+++ trunk/ui/core/src/main/config/component/commandLink.xml 2008-03-27 01:33:56 UTC (rev 7286)
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components
PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
- "http://labs.jboss.com/jbossrichfaces/component-config.dtd
-<!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
+ "http://labs.jboss.com/jbossrichfaces/component-config.dtd"
+[
+ <!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
]>
<components>
Modified: trunk/ui/core/src/main/config/component/form.xml
===================================================================
--- trunk/ui/core/src/main/config/component/form.xml 2008-03-27 01:21:58 UTC (rev 7285)
+++ trunk/ui/core/src/main/config/component/form.xml 2008-03-27 01:33:56 UTC (rev 7286)
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components
PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
- "http://labs.jboss.com/jbossrichfaces/component-config.dtd
-<!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
+ "http://labs.jboss.com/jbossrichfaces/component-config.dtd"
+[
+ <!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
]>
<components>
Modified: trunk/ui/core/src/main/config/component/function.xml
===================================================================
--- trunk/ui/core/src/main/config/component/function.xml 2008-03-27 01:21:58 UTC (rev 7285)
+++ trunk/ui/core/src/main/config/component/function.xml 2008-03-27 01:33:56 UTC (rev 7286)
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components
PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
- "http://labs.jboss.com/jbossrichfaces/component-config.dtd
-<!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
+ "http://labs.jboss.com/jbossrichfaces/component-config.dtd"
+[
+ <!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
]>
<components>
Modified: trunk/ui/core/src/main/config/component/include.xml
===================================================================
--- trunk/ui/core/src/main/config/component/include.xml 2008-03-27 01:21:58 UTC (rev 7285)
+++ trunk/ui/core/src/main/config/component/include.xml 2008-03-27 01:33:56 UTC (rev 7286)
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components
PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
- "http://labs.jboss.com/jbossrichfaces/component-config.dtd
-<!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
+ "http://labs.jboss.com/jbossrichfaces/component-config.dtd"
+[
+ <!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
]>
<components>
Modified: trunk/ui/core/src/main/config/component/loadBundle.xml
===================================================================
--- trunk/ui/core/src/main/config/component/loadBundle.xml 2008-03-27 01:21:58 UTC (rev 7285)
+++ trunk/ui/core/src/main/config/component/loadBundle.xml 2008-03-27 01:33:56 UTC (rev 7286)
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components
PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
- "http://labs.jboss.com/jbossrichfaces/component-config.dtd
-<!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
+ "http://labs.jboss.com/jbossrichfaces/component-config.dtd"
+[
+ <!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
]>
<components>
Modified: trunk/ui/core/src/main/config/component/loadScript.xml
===================================================================
--- trunk/ui/core/src/main/config/component/loadScript.xml 2008-03-27 01:21:58 UTC (rev 7285)
+++ trunk/ui/core/src/main/config/component/loadScript.xml 2008-03-27 01:33:56 UTC (rev 7286)
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd">
+
<components>
<component>
<name>org.ajax4jsf.LoadScript</name>
Modified: trunk/ui/core/src/main/config/component/loadStyle.xml
===================================================================
--- trunk/ui/core/src/main/config/component/loadStyle.xml 2008-03-27 01:21:58 UTC (rev 7285)
+++ trunk/ui/core/src/main/config/component/loadStyle.xml 2008-03-27 01:33:56 UTC (rev 7286)
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd">
+
<components>
<component>
<name>org.ajax4jsf.LoadStyle</name>
Modified: trunk/ui/core/src/main/config/component/log.xml
===================================================================
--- trunk/ui/core/src/main/config/component/log.xml 2008-03-27 01:21:58 UTC (rev 7285)
+++ trunk/ui/core/src/main/config/component/log.xml 2008-03-27 01:33:56 UTC (rev 7286)
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components
PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
- "http://labs.jboss.com/jbossrichfaces/component-config.dtd
-<!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
+ "http://labs.jboss.com/jbossrichfaces/component-config.dtd"
+[
+ <!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
]>
<components>
Modified: trunk/ui/core/src/main/config/component/mediaOutput.xml
===================================================================
--- trunk/ui/core/src/main/config/component/mediaOutput.xml 2008-03-27 01:21:58 UTC (rev 7285)
+++ trunk/ui/core/src/main/config/component/mediaOutput.xml 2008-03-27 01:33:56 UTC (rev 7286)
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components
PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
- "http://labs.jboss.com/jbossrichfaces/component-config.dtd
-<!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
+ "http://labs.jboss.com/jbossrichfaces/component-config.dtd"
+[
+ <!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
]>
<components>
Modified: trunk/ui/core/src/main/config/component/outputPanel.xml
===================================================================
--- trunk/ui/core/src/main/config/component/outputPanel.xml 2008-03-27 01:21:58 UTC (rev 7285)
+++ trunk/ui/core/src/main/config/component/outputPanel.xml 2008-03-27 01:33:56 UTC (rev 7286)
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components
PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
- "http://labs.jboss.com/jbossrichfaces/component-config.dtd
-<!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
+ "http://labs.jboss.com/jbossrichfaces/component-config.dtd"
+[
+ <!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
]>
<components>
Modified: trunk/ui/core/src/main/config/component/page.xml
===================================================================
--- trunk/ui/core/src/main/config/component/page.xml 2008-03-27 01:21:58 UTC (rev 7285)
+++ trunk/ui/core/src/main/config/component/page.xml 2008-03-27 01:33:56 UTC (rev 7286)
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components
PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
- "http://labs.jboss.com/jbossrichfaces/component-config.dtd
-<!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
+ "http://labs.jboss.com/jbossrichfaces/component-config.dtd"
+[
+ <!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
]>
<components>
Modified: trunk/ui/core/src/main/config/component/poll.xml
===================================================================
--- trunk/ui/core/src/main/config/component/poll.xml 2008-03-27 01:21:58 UTC (rev 7285)
+++ trunk/ui/core/src/main/config/component/poll.xml 2008-03-27 01:33:56 UTC (rev 7286)
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components
PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
- "http://labs.jboss.com/jbossrichfaces/component-config.dtd" [
-<!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
+ "http://labs.jboss.com/jbossrichfaces/component-config.dtd"
+[
+ <!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
]>
<components>
Modified: trunk/ui/core/src/main/config/component/portlet.xml
===================================================================
--- trunk/ui/core/src/main/config/component/portlet.xml 2008-03-27 01:21:58 UTC (rev 7285)
+++ trunk/ui/core/src/main/config/component/portlet.xml 2008-03-27 01:33:56 UTC (rev 7286)
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components
PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
- "http://labs.jboss.com/jbossrichfaces/component-config.dtd
-<!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
+ "http://labs.jboss.com/jbossrichfaces/component-config.dtd"
+[
+ <!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
]>
<components>
Modified: trunk/ui/core/src/main/config/component/push.xml
===================================================================
--- trunk/ui/core/src/main/config/component/push.xml 2008-03-27 01:21:58 UTC (rev 7285)
+++ trunk/ui/core/src/main/config/component/push.xml 2008-03-27 01:33:56 UTC (rev 7286)
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components
PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
- "http://labs.jboss.com/jbossrichfaces/component-config.dtd
-<!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
+ "http://labs.jboss.com/jbossrichfaces/component-config.dtd"
+[
+ <!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
]>
<components>
Modified: trunk/ui/core/src/main/config/component/region.xml
===================================================================
--- trunk/ui/core/src/main/config/component/region.xml 2008-03-27 01:21:58 UTC (rev 7285)
+++ trunk/ui/core/src/main/config/component/region.xml 2008-03-27 01:33:56 UTC (rev 7286)
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components
PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
- "http://labs.jboss.com/jbossrichfaces/component-config.dtd
-<!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
+ "http://labs.jboss.com/jbossrichfaces/component-config.dtd"
+[
+ <!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
]>
<components>
Modified: trunk/ui/core/src/main/config/component/repeat.xml
===================================================================
--- trunk/ui/core/src/main/config/component/repeat.xml 2008-03-27 01:21:58 UTC (rev 7285)
+++ trunk/ui/core/src/main/config/component/repeat.xml 2008-03-27 01:33:56 UTC (rev 7286)
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components
PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
- "http://labs.jboss.com/jbossrichfaces/component-config.dtd
-<!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
+ "http://labs.jboss.com/jbossrichfaces/component-config.dtd"
+[
+ <!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
]>
<components>
Modified: trunk/ui/core/src/main/config/component/status.xml
===================================================================
--- trunk/ui/core/src/main/config/component/status.xml 2008-03-27 01:21:58 UTC (rev 7285)
+++ trunk/ui/core/src/main/config/component/status.xml 2008-03-27 01:33:56 UTC (rev 7286)
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components
PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
- "http://labs.jboss.com/jbossrichfaces/component-config.dtd
-<!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
+ "http://labs.jboss.com/jbossrichfaces/component-config.dtd"
+[
+ <!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
]>
<components>
Modified: trunk/ui/core/src/main/config/component/support.xml
===================================================================
--- trunk/ui/core/src/main/config/component/support.xml 2008-03-27 01:21:58 UTC (rev 7285)
+++ trunk/ui/core/src/main/config/component/support.xml 2008-03-27 01:33:56 UTC (rev 7286)
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components
PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
- "http://labs.jboss.com/jbossrichfaces/component-config.dtd
-<!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
+ "http://labs.jboss.com/jbossrichfaces/component-config.dtd"
+[
+ <!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
]>
<components>
16 years, 9 months
JBoss Rich Faces SVN: r7285 - trunk/ui/togglePanel/src/main/templates.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2008-03-26 21:21:58 -0400 (Wed, 26 Mar 2008)
New Revision: 7285
Modified:
trunk/ui/togglePanel/src/main/templates/togglePanel.jspx
Log:
Garbage <vcp:body> removed
Modified: trunk/ui/togglePanel/src/main/templates/togglePanel.jspx
===================================================================
--- trunk/ui/togglePanel/src/main/templates/togglePanel.jspx 2008-03-26 23:52:11 UTC (rev 7284)
+++ trunk/ui/togglePanel/src/main/templates/togglePanel.jspx 2008-03-27 01:21:58 UTC (rev 7285)
@@ -11,7 +11,6 @@
component="org.richfaces.component.UITogglePanel">
- <!-- vcp:body/-->
<f:clientid var="clientId"/>
<jsp:scriptlet>
16 years, 9 months
JBoss Rich Faces SVN: r7284 - in trunk: cdk/generator/src/test/config and 56 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: alexsmirnov
Date: 2008-03-26 19:52:11 -0400 (Wed, 26 Mar 2008)
New Revision: 7284
Modified:
trunk/cdk/generator/src/main/resources/META-INF/schema/component-config.dtd
trunk/cdk/generator/src/test/config/test.xml
trunk/cdk/generator/src/test/config/test2.xml
trunk/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/src/main/config/component/_compName.xml
trunk/cdk/maven-cdk-plugin/src/main/resources/component/config.xml
trunk/sandbox/ui/dialog-window/src/main/config/component/dialog-button.xml
trunk/sandbox/ui/dialog-window/src/main/config/component/dialog-close-button.xml
trunk/sandbox/ui/dialog-window/src/main/config/component/dialog-close.xml
trunk/sandbox/ui/dialog-window/src/main/config/component/dialog-link.xml
trunk/sandbox/ui/dialog-window/src/main/config/component/dialog-vertical-filler.xml
trunk/sandbox/ui/dialog-window/src/main/config/component/dialog-window-button.xml
trunk/sandbox/ui/dialog-window/src/main/config/component/dialog-window-output-link.xml
trunk/sandbox/ui/dialog-window/src/main/config/component/dialog-window.xml
trunk/sandbox/ui/editor/src/main/config/component/editor.xml
trunk/sandbox/ui/panel2/src/main/config/component/panel2.xml
trunk/sandbox/ui/rex-button/src/main/config/component/button.xml
trunk/sandbox/ui/rex-messageBox/src/main/config/component/messageBox.xml
trunk/sandbox/ui/rex-resizable/src/main/config/component/resizable.xml
trunk/sandbox/ui/simpleTogglePanel2/src/main/config/component/simpleTogglePanel2.xml
trunk/sandbox/ui/sortableHeader/src/main/config/component/sortControl.xml
trunk/sandbox/ui/state/src/main/config/component/state.xml
trunk/sandbox/ui/state/src/main/config/component/states.xml
trunk/ui/calendar/src/main/config/component/calendar.xml
trunk/ui/columns/src/main/config/component/columns.xml
trunk/ui/combobox/src/main/config/component/combobox.xml
trunk/ui/componentControl/src/main/config/component/componentControl.xml
trunk/ui/contextMenu/src/main/config/component/contextMenu.xml
trunk/ui/core/src/main/config/component/actionParameter.xml
trunk/ui/core/src/main/config/component/commandButton.xml
trunk/ui/core/src/main/config/component/commandLink.xml
trunk/ui/core/src/main/config/component/form.xml
trunk/ui/core/src/main/config/component/function.xml
trunk/ui/core/src/main/config/component/include.xml
trunk/ui/core/src/main/config/component/loadBundle.xml
trunk/ui/core/src/main/config/component/loadScript.xml
trunk/ui/core/src/main/config/component/loadStyle.xml
trunk/ui/core/src/main/config/component/log.xml
trunk/ui/core/src/main/config/component/mediaOutput.xml
trunk/ui/core/src/main/config/component/outputPanel.xml
trunk/ui/core/src/main/config/component/page.xml
trunk/ui/core/src/main/config/component/poll.xml
trunk/ui/core/src/main/config/component/portlet.xml
trunk/ui/core/src/main/config/component/push.xml
trunk/ui/core/src/main/config/component/region.xml
trunk/ui/core/src/main/config/component/repeat.xml
trunk/ui/core/src/main/config/component/status.xml
trunk/ui/core/src/main/config/component/support.xml
trunk/ui/dataFilterSlider/src/main/config/component/dataFilterSlider.xml
trunk/ui/dataTable/src/main/config/component/colgroup.xml
trunk/ui/dataTable/src/main/config/component/column.xml
trunk/ui/dataTable/src/main/config/component/dataGrid.xml
trunk/ui/dataTable/src/main/config/component/dataList.xml
trunk/ui/dataTable/src/main/config/component/dataTable.xml
trunk/ui/dataTable/src/main/config/component/subTable.xml
trunk/ui/datascroller/src/main/config/component/datascroller.xml
trunk/ui/drag-drop/src/main/config/component/dndParam.xml
trunk/ui/drag-drop/src/main/config/component/dragIndicator.xml
trunk/ui/drag-drop/src/main/config/component/dragSupport.xml
trunk/ui/drag-drop/src/main/config/component/dropSupport.xml
trunk/ui/dropdown-menu/src/main/config/component/dropdownmenu.xml
trunk/ui/effect/src/main/config/component/effect.xml
trunk/ui/fileUpload/src/main/config/component/fileUpload.xml
trunk/ui/functions/src/main/config/component/functions.xml
trunk/ui/gmap/src/main/config/component/gmap.xml
trunk/ui/inplaceInput/src/main/config/component/inplaceinput.xml
trunk/ui/inplaceSelect/src/main/config/component/inplaceselect.xml
trunk/ui/inputnumber-slider/src/main/config/component/inputNumberSlider.xml
trunk/ui/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml
trunk/ui/insert/src/main/config/component/insert.xml
trunk/ui/jQuery/src/main/config/component/jQuery.xml
trunk/ui/listShuttle/src/main/config/component/listShuttle.xml
trunk/ui/menu-components/src/main/config/component/menucomponents.xml
trunk/ui/message/src/main/config/component/message.xml
trunk/ui/modal-panel/src/main/config/component/modalPanel.xml
trunk/ui/orderingList/src/main/config/component/orderinglist.xml
trunk/ui/paint2D/src/main/config/component/paint2D.xml
trunk/ui/panel/src/main/config/component/panel.xml
trunk/ui/panelbar/src/main/config/component/panelbar.xml
trunk/ui/panelmenu/src/main/config/component/panelMenu.xml
trunk/ui/pickList/src/main/config/component/picklist.xml
trunk/ui/progressBAR/src/main/config/component/progressBar.xml
trunk/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml
trunk/ui/scrollableDataTable/src/main/config/converter/selection.xml
trunk/ui/separator/src/main/config/component/separator.xml
trunk/ui/simpleTogglePanel/src/main/config/component/simpleTogglePanel.xml
trunk/ui/spacer/src/main/config/component/spacer.xml
trunk/ui/suggestionbox/src/main/config/component/suggestionbox.xml
trunk/ui/tabPanel/src/main/config/component/tabPanel.xml
trunk/ui/togglePanel/src/main/config/component/togglePanel.xml
trunk/ui/toolBar/src/main/config/component/toolBar.xml
trunk/ui/tooltip/src/main/config/component/toolTip.xml
trunk/ui/tree/src/main/config/component/tree.xml
trunk/ui/tree/src/main/config/component/treeNode.xml
trunk/ui/treeModel/src/main/config/component/recursiveTreeNodesAdaptor.xml
trunk/ui/treeModel/src/main/config/component/treeNodesAdaptor.xml
trunk/ui/virtualEarth/src/main/config/component/virtualEarth.xml
Log:
fix http://jira.jboss.com/jira/browse/RF-1025 , component-config.dtd location have been changed to http://labs.jboss.com/jbossrichfaces/component-config.dtd
Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/component-config.dtd
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/component-config.dtd 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/component-config.dtd 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,6 +1,6 @@
<!-- Defenition of component configuration for generator
PUBLIC-ID "-//AJAX4JSF//CDK Generator config/EN"
- SYSTEM-ID https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd -->
+ SYSTEM-ID http://labs.jboss.com/jbossrichfaces/component-config.dtd -->
<!-- Root element for components and renderers -->
<!ELEMENT components (component*,renderer*,listener*,validator*,converter*,function*) >
<!-- Component description with common properties, tags and renderers descriptions -->
Modified: trunk/cdk/generator/src/test/config/test.xml
===================================================================
--- trunk/cdk/generator/src/test/config/test.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/cdk/generator/src/test/config/test.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components
PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
- "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" [
+ "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
]>
Modified: trunk/cdk/generator/src/test/config/test2.xml
===================================================================
--- trunk/cdk/generator/src/test/config/test2.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/cdk/generator/src/test/config/test2.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components
PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
- "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" [
+ "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
]>
Modified: trunk/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/src/main/config/component/_compName.xml
===================================================================
--- trunk/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/src/main/config/component/_compName.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/src/main/config/component/_compName.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd" >
<!--
<!DOCTYPE components PUBLIC "-//EXADEL//Generator config/EN" "http://exadel.com/dtds/component-config.dtd" >
-->
Modified: trunk/cdk/maven-cdk-plugin/src/main/resources/component/config.xml
===================================================================
--- trunk/cdk/maven-cdk-plugin/src/main/resources/component/config.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/cdk/maven-cdk-plugin/src/main/resources/component/config.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<components>
<component>
<name>${prefix}.${className}</name>
Modified: trunk/sandbox/ui/dialog-window/src/main/config/component/dialog-button.xml
===================================================================
--- trunk/sandbox/ui/dialog-window/src/main/config/component/dialog-button.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/sandbox/ui/dialog-window/src/main/config/component/dialog-button.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components
PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
- "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" [
+ "http://labs.jboss.com/jbossrichfaces/component-config.dtd" [
<!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
]>
<components>
Modified: trunk/sandbox/ui/dialog-window/src/main/config/component/dialog-close-button.xml
===================================================================
--- trunk/sandbox/ui/dialog-window/src/main/config/component/dialog-close-button.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/sandbox/ui/dialog-window/src/main/config/component/dialog-close-button.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components
PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
- "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" [
+ "http://labs.jboss.com/jbossrichfaces/component-config.dtd" [
<!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
]>
<components>
Modified: trunk/sandbox/ui/dialog-window/src/main/config/component/dialog-close.xml
===================================================================
--- trunk/sandbox/ui/dialog-window/src/main/config/component/dialog-close.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/sandbox/ui/dialog-window/src/main/config/component/dialog-close.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components
PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
- "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" [
+ "http://labs.jboss.com/jbossrichfaces/component-config.dtd" [
<!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
]>
<components>
Modified: trunk/sandbox/ui/dialog-window/src/main/config/component/dialog-link.xml
===================================================================
--- trunk/sandbox/ui/dialog-window/src/main/config/component/dialog-link.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/sandbox/ui/dialog-window/src/main/config/component/dialog-link.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components
PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
- "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" [
+ "http://labs.jboss.com/jbossrichfaces/component-config.dtd" [
<!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
]>
<components>
Modified: trunk/sandbox/ui/dialog-window/src/main/config/component/dialog-vertical-filler.xml
===================================================================
--- trunk/sandbox/ui/dialog-window/src/main/config/component/dialog-vertical-filler.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/sandbox/ui/dialog-window/src/main/config/component/dialog-vertical-filler.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components
PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
- "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" [
+ "http://labs.jboss.com/jbossrichfaces/component-config.dtd" [
<!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
]>
<components>
Modified: trunk/sandbox/ui/dialog-window/src/main/config/component/dialog-window-button.xml
===================================================================
--- trunk/sandbox/ui/dialog-window/src/main/config/component/dialog-window-button.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/sandbox/ui/dialog-window/src/main/config/component/dialog-window-button.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components
PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
- "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" [
+ "http://labs.jboss.com/jbossrichfaces/component-config.dtd" [
<!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
]>
<components>
Modified: trunk/sandbox/ui/dialog-window/src/main/config/component/dialog-window-output-link.xml
===================================================================
--- trunk/sandbox/ui/dialog-window/src/main/config/component/dialog-window-output-link.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/sandbox/ui/dialog-window/src/main/config/component/dialog-window-output-link.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components
PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
- "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" [
+ "http://labs.jboss.com/jbossrichfaces/component-config.dtd" [
<!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
]>
<components>
Modified: trunk/sandbox/ui/dialog-window/src/main/config/component/dialog-window.xml
===================================================================
--- trunk/sandbox/ui/dialog-window/src/main/config/component/dialog-window.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/sandbox/ui/dialog-window/src/main/config/component/dialog-window.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components
PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
- "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" [
+ "http://labs.jboss.com/jbossrichfaces/component-config.dtd" [
<!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
]>
<components>
Modified: trunk/sandbox/ui/editor/src/main/config/component/editor.xml
===================================================================
--- trunk/sandbox/ui/editor/src/main/config/component/editor.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/sandbox/ui/editor/src/main/config/component/editor.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd" >
<components>
<component>
<name>org.richfaces.editor</name>
Modified: trunk/sandbox/ui/panel2/src/main/config/component/panel2.xml
===================================================================
--- trunk/sandbox/ui/panel2/src/main/config/component/panel2.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/sandbox/ui/panel2/src/main/config/component/panel2.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd" >
<components>
<component>
<name>org.richfaces.panel2</name>
Modified: trunk/sandbox/ui/rex-button/src/main/config/component/button.xml
===================================================================
--- trunk/sandbox/ui/rex-button/src/main/config/component/button.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/sandbox/ui/rex-button/src/main/config/component/button.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd" >
<components>
<component>
<name>org.richfaces.sandbox.Button</name>
Modified: trunk/sandbox/ui/rex-messageBox/src/main/config/component/messageBox.xml
===================================================================
--- trunk/sandbox/ui/rex-messageBox/src/main/config/component/messageBox.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/sandbox/ui/rex-messageBox/src/main/config/component/messageBox.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd" >
<components>
<component>
<name>org.richfaces.sandbox.MessageBox</name>
Modified: trunk/sandbox/ui/rex-resizable/src/main/config/component/resizable.xml
===================================================================
--- trunk/sandbox/ui/rex-resizable/src/main/config/component/resizable.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/sandbox/ui/rex-resizable/src/main/config/component/resizable.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd" >
<components>
<component>
<name>org.richfaces.Resizable</name>
Modified: trunk/sandbox/ui/simpleTogglePanel2/src/main/config/component/simpleTogglePanel2.xml
===================================================================
--- trunk/sandbox/ui/simpleTogglePanel2/src/main/config/component/simpleTogglePanel2.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/sandbox/ui/simpleTogglePanel2/src/main/config/component/simpleTogglePanel2.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd" >
<components>
<component>
<name>org.richfaces.SimpleTogglePanel2</name>
Modified: trunk/sandbox/ui/sortableHeader/src/main/config/component/sortControl.xml
===================================================================
--- trunk/sandbox/ui/sortableHeader/src/main/config/component/sortControl.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/sandbox/ui/sortableHeader/src/main/config/component/sortControl.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd" >
<components>
<component>
<name>org.richfaces.SortControl</name>
Modified: trunk/sandbox/ui/state/src/main/config/component/state.xml
===================================================================
--- trunk/sandbox/ui/state/src/main/config/component/state.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/sandbox/ui/state/src/main/config/component/state.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<components>
<component>
<name>org.richfaces.ui.State</name>
Modified: trunk/sandbox/ui/state/src/main/config/component/states.xml
===================================================================
--- trunk/sandbox/ui/state/src/main/config/component/states.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/sandbox/ui/state/src/main/config/component/states.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<components>
<component>
<name>org.richfaces.ui.States</name>
Modified: trunk/ui/calendar/src/main/config/component/calendar.xml
===================================================================
--- trunk/ui/calendar/src/main/config/component/calendar.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/calendar/src/main/config/component/calendar.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd"
-[
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd[
<!ENTITY listeners SYSTEM "listener.ent">
]
>
Modified: trunk/ui/columns/src/main/config/component/columns.xml
===================================================================
--- trunk/ui/columns/src/main/config/component/columns.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/columns/src/main/config/component/columns.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd"
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd"
[
<!ENTITY attributes SYSTEM "../../../../../dataTable/src/main/config/component/columnAttributes.ent">
]
Modified: trunk/ui/combobox/src/main/config/component/combobox.xml
===================================================================
--- trunk/ui/combobox/src/main/config/component/combobox.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/combobox/src/main/config/component/combobox.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd" >
<components>
<component>
<name>org.richfaces.ComboBox</name>
Modified: trunk/ui/componentControl/src/main/config/component/componentControl.xml
===================================================================
--- trunk/ui/componentControl/src/main/config/component/componentControl.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/componentControl/src/main/config/component/componentControl.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd" >
<components>
<component>
<name>org.richfaces.ComponentControl</name>
Modified: trunk/ui/contextMenu/src/main/config/component/contextMenu.xml
===================================================================
--- trunk/ui/contextMenu/src/main/config/component/contextMenu.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/contextMenu/src/main/config/component/contextMenu.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd" >
<components>
<component>
<name>org.richfaces.ContextMenu</name>
Modified: trunk/ui/core/src/main/config/component/actionParameter.xml
===================================================================
--- trunk/ui/core/src/main/config/component/actionParameter.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/core/src/main/config/component/actionParameter.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components
PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
- "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" [
+ "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
]>
Modified: trunk/ui/core/src/main/config/component/commandButton.xml
===================================================================
--- trunk/ui/core/src/main/config/component/commandButton.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/core/src/main/config/component/commandButton.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components
PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
- "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" [
+ "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
]>
Modified: trunk/ui/core/src/main/config/component/commandLink.xml
===================================================================
--- trunk/ui/core/src/main/config/component/commandLink.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/core/src/main/config/component/commandLink.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components
PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
- "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" [
+ "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
]>
Modified: trunk/ui/core/src/main/config/component/form.xml
===================================================================
--- trunk/ui/core/src/main/config/component/form.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/core/src/main/config/component/form.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components
PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
- "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" [
+ "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
]>
Modified: trunk/ui/core/src/main/config/component/function.xml
===================================================================
--- trunk/ui/core/src/main/config/component/function.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/core/src/main/config/component/function.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components
PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
- "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" [
+ "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
]>
Modified: trunk/ui/core/src/main/config/component/include.xml
===================================================================
--- trunk/ui/core/src/main/config/component/include.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/core/src/main/config/component/include.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components
PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
- "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" [
+ "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
]>
Modified: trunk/ui/core/src/main/config/component/loadBundle.xml
===================================================================
--- trunk/ui/core/src/main/config/component/loadBundle.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/core/src/main/config/component/loadBundle.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components
PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
- "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" [
+ "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
]>
Modified: trunk/ui/core/src/main/config/component/loadScript.xml
===================================================================
--- trunk/ui/core/src/main/config/component/loadScript.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/core/src/main/config/component/loadScript.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<components>
<component>
<name>org.ajax4jsf.LoadScript</name>
Modified: trunk/ui/core/src/main/config/component/loadStyle.xml
===================================================================
--- trunk/ui/core/src/main/config/component/loadStyle.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/core/src/main/config/component/loadStyle.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<components>
<component>
<name>org.ajax4jsf.LoadStyle</name>
Modified: trunk/ui/core/src/main/config/component/log.xml
===================================================================
--- trunk/ui/core/src/main/config/component/log.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/core/src/main/config/component/log.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components
PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
- "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" [
+ "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
]>
Modified: trunk/ui/core/src/main/config/component/mediaOutput.xml
===================================================================
--- trunk/ui/core/src/main/config/component/mediaOutput.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/core/src/main/config/component/mediaOutput.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components
PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
- "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" [
+ "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
]>
Modified: trunk/ui/core/src/main/config/component/outputPanel.xml
===================================================================
--- trunk/ui/core/src/main/config/component/outputPanel.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/core/src/main/config/component/outputPanel.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components
PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
- "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" [
+ "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
]>
Modified: trunk/ui/core/src/main/config/component/page.xml
===================================================================
--- trunk/ui/core/src/main/config/component/page.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/core/src/main/config/component/page.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components
PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
- "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" [
+ "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
]>
Modified: trunk/ui/core/src/main/config/component/poll.xml
===================================================================
--- trunk/ui/core/src/main/config/component/poll.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/core/src/main/config/component/poll.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components
PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
- "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" [
+ "http://labs.jboss.com/jbossrichfaces/component-config.dtd" [
<!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
]>
Modified: trunk/ui/core/src/main/config/component/portlet.xml
===================================================================
--- trunk/ui/core/src/main/config/component/portlet.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/core/src/main/config/component/portlet.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components
PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
- "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" [
+ "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
]>
Modified: trunk/ui/core/src/main/config/component/push.xml
===================================================================
--- trunk/ui/core/src/main/config/component/push.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/core/src/main/config/component/push.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components
PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
- "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" [
+ "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
]>
Modified: trunk/ui/core/src/main/config/component/region.xml
===================================================================
--- trunk/ui/core/src/main/config/component/region.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/core/src/main/config/component/region.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components
PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
- "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" [
+ "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
]>
Modified: trunk/ui/core/src/main/config/component/repeat.xml
===================================================================
--- trunk/ui/core/src/main/config/component/repeat.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/core/src/main/config/component/repeat.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components
PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
- "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" [
+ "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
]>
Modified: trunk/ui/core/src/main/config/component/status.xml
===================================================================
--- trunk/ui/core/src/main/config/component/status.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/core/src/main/config/component/status.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components
PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
- "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" [
+ "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
]>
Modified: trunk/ui/core/src/main/config/component/support.xml
===================================================================
--- trunk/ui/core/src/main/config/component/support.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/core/src/main/config/component/support.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components
PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
- "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" [
+ "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<!ENTITY universal_html_attributes SYSTEM "html_universal_attributes.xml">
]>
Modified: trunk/ui/dataFilterSlider/src/main/config/component/dataFilterSlider.xml
===================================================================
--- trunk/ui/dataFilterSlider/src/main/config/component/dataFilterSlider.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/dataFilterSlider/src/main/config/component/dataFilterSlider.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd"
-[
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<!ENTITY listeners SYSTEM "commonDataFilterSliderListeners.ent">
]
>
Modified: trunk/ui/dataTable/src/main/config/component/colgroup.xml
===================================================================
--- trunk/ui/dataTable/src/main/config/component/colgroup.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/dataTable/src/main/config/component/colgroup.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<components>
<component>
<name>org.richfaces.ColumnGroup</name>
Modified: trunk/ui/dataTable/src/main/config/component/column.xml
===================================================================
--- trunk/ui/dataTable/src/main/config/component/column.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/dataTable/src/main/config/component/column.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd"
-[
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<!ENTITY attributes SYSTEM "columnAttributes.ent">
]
>
Modified: trunk/ui/dataTable/src/main/config/component/dataGrid.xml
===================================================================
--- trunk/ui/dataTable/src/main/config/component/dataGrid.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/dataTable/src/main/config/component/dataGrid.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<components>
<component>
<name>org.richfaces.DataGrid</name>
Modified: trunk/ui/dataTable/src/main/config/component/dataList.xml
===================================================================
--- trunk/ui/dataTable/src/main/config/component/dataList.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/dataTable/src/main/config/component/dataList.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<components>
<component>
<name>org.richfaces.DataList</name>
Modified: trunk/ui/dataTable/src/main/config/component/dataTable.xml
===================================================================
--- trunk/ui/dataTable/src/main/config/component/dataTable.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/dataTable/src/main/config/component/dataTable.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<components>
<component>
<name>org.richfaces.DataTable</name>
Modified: trunk/ui/dataTable/src/main/config/component/subTable.xml
===================================================================
--- trunk/ui/dataTable/src/main/config/component/subTable.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/dataTable/src/main/config/component/subTable.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<components>
<component>
<name>org.richfaces.SubTable</name>
Modified: trunk/ui/datascroller/src/main/config/component/datascroller.xml
===================================================================
--- trunk/ui/datascroller/src/main/config/component/datascroller.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/datascroller/src/main/config/component/datascroller.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd"
-[
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd[
<!ENTITY listeners SYSTEM "commonDataScrollerListeners.ent">
]
>
Modified: trunk/ui/drag-drop/src/main/config/component/dndParam.xml
===================================================================
--- trunk/ui/drag-drop/src/main/config/component/dndParam.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/drag-drop/src/main/config/component/dndParam.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<components>
<component>
<name>org.richfaces.DndParam</name>
Modified: trunk/ui/drag-drop/src/main/config/component/dragIndicator.xml
===================================================================
--- trunk/ui/drag-drop/src/main/config/component/dragIndicator.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/drag-drop/src/main/config/component/dragIndicator.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<components>
<component>
<name>org.richfaces.DragIndicator</name>
Modified: trunk/ui/drag-drop/src/main/config/component/dragSupport.xml
===================================================================
--- trunk/ui/drag-drop/src/main/config/component/dragSupport.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/drag-drop/src/main/config/component/dragSupport.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<components>
<component>
<name>org.richfaces.DragSupport</name>
Modified: trunk/ui/drag-drop/src/main/config/component/dropSupport.xml
===================================================================
--- trunk/ui/drag-drop/src/main/config/component/dropSupport.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/drag-drop/src/main/config/component/dropSupport.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd"
->
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd>
<components>
<component>
<name>org.richfaces.DropSupport</name>
Modified: trunk/ui/dropdown-menu/src/main/config/component/dropdownmenu.xml
===================================================================
--- trunk/ui/dropdown-menu/src/main/config/component/dropdownmenu.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/dropdown-menu/src/main/config/component/dropdownmenu.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<components>
<component>
<name>org.richfaces.DropDownMenu</name>
Modified: trunk/ui/effect/src/main/config/component/effect.xml
===================================================================
--- trunk/ui/effect/src/main/config/component/effect.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/effect/src/main/config/component/effect.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<components>
<component>
<name>org.richfaces.Effect</name>
Modified: trunk/ui/fileUpload/src/main/config/component/fileUpload.xml
===================================================================
--- trunk/ui/fileUpload/src/main/config/component/fileUpload.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/fileUpload/src/main/config/component/fileUpload.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd"
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd"
[
<!ENTITY listeners SYSTEM "listener.ent">
]
Modified: trunk/ui/functions/src/main/config/component/functions.xml
===================================================================
--- trunk/ui/functions/src/main/config/component/functions.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/functions/src/main/config/component/functions.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components
PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
- "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd">
+ "http://labs.jboss.com/jbossrichfaces/component-config.dtd">
<components>
<function>
Modified: trunk/ui/gmap/src/main/config/component/gmap.xml
===================================================================
--- trunk/ui/gmap/src/main/config/component/gmap.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/gmap/src/main/config/component/gmap.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<components>
<component>
<name>org.richfaces.Gmap</name>
Modified: trunk/ui/inplaceInput/src/main/config/component/inplaceinput.xml
===================================================================
--- trunk/ui/inplaceInput/src/main/config/component/inplaceinput.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/inplaceInput/src/main/config/component/inplaceinput.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd" >
<components>
<component>
<name>org.richfaces.InplaceInput</name>
Modified: trunk/ui/inplaceSelect/src/main/config/component/inplaceselect.xml
===================================================================
--- trunk/ui/inplaceSelect/src/main/config/component/inplaceselect.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/inplaceSelect/src/main/config/component/inplaceselect.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd" >
<components>
<component>
<name>org.richfaces.InplaceSelect</name>
Modified: trunk/ui/inputnumber-slider/src/main/config/component/inputNumberSlider.xml
===================================================================
--- trunk/ui/inputnumber-slider/src/main/config/component/inputNumberSlider.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/inputnumber-slider/src/main/config/component/inputNumberSlider.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,4 +1,4 @@
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<!--
<!DOCTYPE components PUBLIC "-//EXADEL//Generator config/EN" "http://exadel.com/dtds/component-config.dtd" >
-->
Modified: trunk/ui/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml
===================================================================
--- trunk/ui/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<!--
<!DOCTYPE components PUBLIC "-//EXADEL//Generator config/EN" "http://exadel.com/dtds/component-config.dtd" >
-->
Modified: trunk/ui/insert/src/main/config/component/insert.xml
===================================================================
--- trunk/ui/insert/src/main/config/component/insert.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/insert/src/main/config/component/insert.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<components>
<component>
<name>org.richfaces.ui.Insert</name>
Modified: trunk/ui/jQuery/src/main/config/component/jQuery.xml
===================================================================
--- trunk/ui/jQuery/src/main/config/component/jQuery.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/jQuery/src/main/config/component/jQuery.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<components>
<component>
<name>org.richfaces.JQuery</name>
Modified: trunk/ui/listShuttle/src/main/config/component/listShuttle.xml
===================================================================
--- trunk/ui/listShuttle/src/main/config/component/listShuttle.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/listShuttle/src/main/config/component/listShuttle.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<components>
<component>
<name>org.richfaces.ListShuttle</name>
Modified: trunk/ui/menu-components/src/main/config/component/menucomponents.xml
===================================================================
--- trunk/ui/menu-components/src/main/config/component/menucomponents.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/menu-components/src/main/config/component/menucomponents.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<components>
<component>
<name>org.richfaces.MenuGroup</name>
Modified: trunk/ui/message/src/main/config/component/message.xml
===================================================================
--- trunk/ui/message/src/main/config/component/message.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/message/src/main/config/component/message.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<components>
<component>
<name>org.richfaces.component.RichMessage</name>
Modified: trunk/ui/modal-panel/src/main/config/component/modalPanel.xml
===================================================================
--- trunk/ui/modal-panel/src/main/config/component/modalPanel.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/modal-panel/src/main/config/component/modalPanel.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<components>
<component>
<name>org.richfaces.ModalPanel</name>
Modified: trunk/ui/orderingList/src/main/config/component/orderinglist.xml
===================================================================
--- trunk/ui/orderingList/src/main/config/component/orderinglist.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/orderingList/src/main/config/component/orderinglist.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<components>
<component>
<name>org.richfaces.OrderingList</name>
Modified: trunk/ui/paint2D/src/main/config/component/paint2D.xml
===================================================================
--- trunk/ui/paint2D/src/main/config/component/paint2D.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/paint2D/src/main/config/component/paint2D.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<components>
<component>
<name>org.richfaces.Paint2D</name>
Modified: trunk/ui/panel/src/main/config/component/panel.xml
===================================================================
--- trunk/ui/panel/src/main/config/component/panel.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/panel/src/main/config/component/panel.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<components>
<component>
<name>org.richfaces.panel</name>
Modified: trunk/ui/panelbar/src/main/config/component/panelbar.xml
===================================================================
--- trunk/ui/panelbar/src/main/config/component/panelbar.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/panelbar/src/main/config/component/panelbar.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<!--
<!DOCTYPE components PUBLIC "-//EXADEL//Generator config/EN" "http://exadel.com/dtds/component-config.dtd" >
-->
Modified: trunk/ui/panelmenu/src/main/config/component/panelMenu.xml
===================================================================
--- trunk/ui/panelmenu/src/main/config/component/panelMenu.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/panelmenu/src/main/config/component/panelMenu.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
-<components>
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd<components>
<component>
<name>org.richfaces.PanelMenu</name>
<family>org.richfaces.PanelMenu</family>
Modified: trunk/ui/pickList/src/main/config/component/picklist.xml
===================================================================
--- trunk/ui/pickList/src/main/config/component/picklist.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/pickList/src/main/config/component/picklist.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd" >
<components>
<component>
<name>org.richfaces.PickList</name>
Modified: trunk/ui/progressBAR/src/main/config/component/progressBar.xml
===================================================================
--- trunk/ui/progressBAR/src/main/config/component/progressBar.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/progressBAR/src/main/config/component/progressBar.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd" >
<components>
<component>
<name>org.richfaces.ProgressBar</name>
Modified: trunk/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml
===================================================================
--- trunk/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd"
-
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
>
<components>
Modified: trunk/ui/scrollableDataTable/src/main/config/converter/selection.xml
===================================================================
--- trunk/ui/scrollableDataTable/src/main/config/converter/selection.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/scrollableDataTable/src/main/config/converter/selection.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd"
-
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
>
<components>
Modified: trunk/ui/separator/src/main/config/component/separator.xml
===================================================================
--- trunk/ui/separator/src/main/config/component/separator.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/separator/src/main/config/component/separator.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<components>
<component>
<name>org.richfaces.separator</name>
Modified: trunk/ui/simpleTogglePanel/src/main/config/component/simpleTogglePanel.xml
===================================================================
--- trunk/ui/simpleTogglePanel/src/main/config/component/simpleTogglePanel.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/simpleTogglePanel/src/main/config/component/simpleTogglePanel.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<components>
<component>
<name>org.richfaces.SimpleTogglePanel</name>
Modified: trunk/ui/spacer/src/main/config/component/spacer.xml
===================================================================
--- trunk/ui/spacer/src/main/config/component/spacer.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/spacer/src/main/config/component/spacer.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<components>
<component>
<name>org.richfaces.spacer</name>
Modified: trunk/ui/suggestionbox/src/main/config/component/suggestionbox.xml
===================================================================
--- trunk/ui/suggestionbox/src/main/config/component/suggestionbox.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/suggestionbox/src/main/config/component/suggestionbox.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<components>
<component>
<name>org.richfaces.SuggestionBox</name>
Modified: trunk/ui/tabPanel/src/main/config/component/tabPanel.xml
===================================================================
--- trunk/ui/tabPanel/src/main/config/component/tabPanel.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/tabPanel/src/main/config/component/tabPanel.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<!--
<!DOCTYPE components PUBLIC "-//EXADEL//Generator config/EN" "http://exadel.com/dtds/component-config.dtd" >
-->
Modified: trunk/ui/togglePanel/src/main/config/component/togglePanel.xml
===================================================================
--- trunk/ui/togglePanel/src/main/config/component/togglePanel.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/togglePanel/src/main/config/component/togglePanel.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<!--
<!DOCTYPE components PUBLIC "-//EXADEL//Generator config/EN" "http://exadel.com/dtds/component-config.dtd" >
-->
Modified: trunk/ui/toolBar/src/main/config/component/toolBar.xml
===================================================================
--- trunk/ui/toolBar/src/main/config/component/toolBar.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/toolBar/src/main/config/component/toolBar.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<components>
<component>
Modified: trunk/ui/tooltip/src/main/config/component/toolTip.xml
===================================================================
--- trunk/ui/tooltip/src/main/config/component/toolTip.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/tooltip/src/main/config/component/toolTip.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
-<!--
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd<!--
<!DOCTYPE components PUBLIC "-//EXADEL//Generator config/EN" "http://exadel.com/dtds/component-config.dtd" >
-->
Modified: trunk/ui/tree/src/main/config/component/tree.xml
===================================================================
--- trunk/ui/tree/src/main/config/component/tree.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/tree/src/main/config/component/tree.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd"
-[
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<!ENTITY attributes SYSTEM "commonTreeAttributes.ent">
<!ENTITY listeners SYSTEM "commonTreeListeners.ent">
<!ENTITY commonTreeClientListeners SYSTEM "commonTreeClientListeners.ent">
Modified: trunk/ui/tree/src/main/config/component/treeNode.xml
===================================================================
--- trunk/ui/tree/src/main/config/component/treeNode.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/tree/src/main/config/component/treeNode.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd"
-[
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<!ENTITY attributes SYSTEM "commonTreeAttributes.ent">
<!ENTITY listeners SYSTEM "commonTreeListeners.ent">
<!ENTITY commonTreeClientListeners SYSTEM "commonTreeClientListeners.ent">
Modified: trunk/ui/treeModel/src/main/config/component/recursiveTreeNodesAdaptor.xml
===================================================================
--- trunk/ui/treeModel/src/main/config/component/recursiveTreeNodesAdaptor.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/treeModel/src/main/config/component/recursiveTreeNodesAdaptor.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<components>
<component>
<name>org.richfaces.RecursiveTreeNodesAdaptor</name>
Modified: trunk/ui/treeModel/src/main/config/component/treeNodesAdaptor.xml
===================================================================
--- trunk/ui/treeModel/src/main/config/component/treeNodesAdaptor.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/treeModel/src/main/config/component/treeNodesAdaptor.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<components>
<component>
<name>org.richfaces.TreeNodesAdaptor</name>
Modified: trunk/ui/virtualEarth/src/main/config/component/virtualEarth.xml
===================================================================
--- trunk/ui/virtualEarth/src/main/config/component/virtualEarth.xml 2008-03-26 23:20:32 UTC (rev 7283)
+++ trunk/ui/virtualEarth/src/main/config/component/virtualEarth.xml 2008-03-26 23:52:11 UTC (rev 7284)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd
<components>
<component>
<name>org.richfaces.VirtualEarth</name>
16 years, 9 months
JBoss Rich Faces SVN: r7283 - trunk/cdk/maven-archetype-jsfwebapp/src/main/resources/archetype-resources.
by richfaces-svn-commits@lists.jboss.org
Author: alexsmirnov
Date: 2008-03-26 19:20:32 -0400 (Wed, 26 Mar 2008)
New Revision: 7283
Modified:
trunk/cdk/maven-archetype-jsfwebapp/src/main/resources/archetype-resources/pom.xml
Log:
fix http://jira.jboss.com/jira/browse/RF-1095
Modified: trunk/cdk/maven-archetype-jsfwebapp/src/main/resources/archetype-resources/pom.xml
===================================================================
--- trunk/cdk/maven-archetype-jsfwebapp/src/main/resources/archetype-resources/pom.xml 2008-03-26 22:10:05 UTC (rev 7282)
+++ trunk/cdk/maven-archetype-jsfwebapp/src/main/resources/archetype-resources/pom.xml 2008-03-26 23:20:32 UTC (rev 7283)
@@ -1,32 +1,36 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <groupId>${groupId}</groupId>
- <artifactId>${artifactId}</artifactId>
- <packaging>war</packaging>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>${groupId}</groupId>
+ <artifactId>${artifactId}</artifactId>
+ <packaging>war</packaging>
<name>${artifactId} Maven Webapp</name>
- <version>${version}</version>
- <build>
- <finalName>${artifactId}</finalName>
- </build>
-
+ <version>${version}</version>
+ <build>
+ <finalName>${artifactId}</finalName>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
<dependencies>
-#if(${facelets})
<dependency>
- <groupId>com.sun.facelets</groupId>
- <artifactId>jsf-facelets</artifactId>
- <version>1.1.12</version>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ <scope>test</scope>
</dependency>
<dependency>
- <groupId>javax.el</groupId>
- <artifactId>el-api</artifactId>
- <version>1.0</version>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>richfaces-ui</artifactId>
+ <version>3.2.0-SNAPSHOT</version>
</dependency>
- <dependency>
- <groupId>el-impl</groupId>
- <artifactId>el-impl</artifactId>
- <version>1.0</version>
- <scope>runtime</scope>
- </dependency>
-#end
- </dependencies>
-</project>
+ </dependencies>
+</project>
16 years, 9 months
JBoss Rich Faces SVN: r7282 - trunk/framework/impl/src/main/java/org/ajax4jsf/context.
by richfaces-svn-commits@lists.jboss.org
Author: alexsmirnov
Date: 2008-03-26 18:10:05 -0400 (Wed, 26 Mar 2008)
New Revision: 7282
Modified:
trunk/framework/impl/src/main/java/org/ajax4jsf/context/AjaxContextImpl.java
Log:
fix http://jira.jboss.com/jira/browse/RF-2523
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/context/AjaxContextImpl.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/context/AjaxContextImpl.java 2008-03-26 21:42:04 UTC (rev 7281)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/context/AjaxContextImpl.java 2008-03-26 22:10:05 UTC (rev 7282)
@@ -58,8 +58,6 @@
import org.ajax4jsf.Messages;
import org.ajax4jsf.application.AjaxViewHandler;
-import org.ajax4jsf.component.AjaxContainer;
-import org.ajax4jsf.component.AjaxViewRoot;
import org.ajax4jsf.renderkit.AjaxContainerRenderer;
import org.ajax4jsf.renderkit.AjaxRendererUtils;
import org.ajax4jsf.renderkit.RendererUtils;
@@ -68,7 +66,6 @@
import org.ajax4jsf.resource.ResourceNotFoundException;
import org.ajax4jsf.util.ELUtils;
import org.ajax4jsf.webapp.BaseFilter;
-import org.ajax4jsf.webapp.FilterServletResponseWrapper;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.richfaces.skin.Skin;
@@ -249,7 +246,6 @@
ResponseWriter out = context.getResponseWriter();
// DebugUtils.traceView("ViewRoot in AJAX Page encode begin");
out.startElement(HTML.HTML_ELEMENT, viewRoot);
- // TODO - html attributes. lang - from current locale ?
Locale locale = viewRoot.getLocale();
out.writeAttribute(HTML.lang_ATTRIBUTE, locale.toString(), "lang");
out.startElement(HTML.BODY_ELEMENT, viewRoot);
@@ -753,9 +749,16 @@
}
ViewHandler viewHandler = context.getApplication().getViewHandler();
String actionURL = viewHandler.getActionURL(context, viewId);
- // Mark Ajax action url as transparent with jsf-portlet bridge.
- actionURL = actionURL + ((actionURL.lastIndexOf('?') > 0) ? "&" : "?")
- + "javax.portlet.faces.DirectLink=true";
+ // HACK - check for a Jboss PortletBridge implementation. If present, append DirectLink attribute to url.
+ // TODO - how to detect portlet application ?
+ if (null != context.getExternalContext().getApplicationMap().get(
+ "org.jboss.portletbridge.application.PortletStateHolder")) {
+ // Mark Ajax action url as transparent with jsf-portlet bridge.
+ actionURL = actionURL
+ + ((actionURL.lastIndexOf('?') > 0) ? "&" : "?")
+ + "javax.portlet.faces.DirectLink=true";
+
+ }
return context.getExternalContext().encodeActionURL(actionURL);
}
16 years, 9 months
JBoss Rich Faces SVN: r7281 - in trunk/framework/impl/src/main: javascript/ajaxjsf and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: alexsmirnov
Date: 2008-03-26 17:42:04 -0400 (Wed, 26 Mar 2008)
New Revision: 7281
Modified:
trunk/framework/impl/src/main/java/org/ajax4jsf/application/AjaxStateManager.java
trunk/framework/impl/src/main/java/org/ajax4jsf/application/TreeStrutureNode.java
trunk/framework/impl/src/main/javascript/ajaxjsf/JSFAJAX.js
Log:
fix http://jira.jboss.com/jira/browse/RF-2737
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/application/AjaxStateManager.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/application/AjaxStateManager.java 2008-03-26 20:51:48 UTC (rev 7280)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/application/AjaxStateManager.java 2008-03-26 21:42:04 UTC (rev 7281)
@@ -73,18 +73,20 @@
return null;
}
+ @SuppressWarnings("deprecation")
public SerializedView saveSerializedView(FacesContext arg0) {
// delegate to enclosed class method.
return buildSerializedView(arg0);
}
+ @SuppressWarnings("deprecation")
public void writeState(FacesContext arg0, SerializedView arg1)
throws IOException {
// do nothing
}
}
- private static final Class[] STATE_MANAGER_ARGUMENTS = new Class[] { StateManager.class };
+ private static final Class<StateManager> STATE_MANAGER_ARGUMENTS = StateManager.class;
public static final int DEFAULT_NUMBER_OF_VIEWS = 16;
@@ -121,11 +123,11 @@
classLoader = AjaxStateManager.class.getClassLoader();
}
try {
- Class seamStateManagerClass = classLoader
- .loadClass("org.jboss.seam.jsf.SeamStateManager");
- Constructor constructor = seamStateManagerClass
+ Class<? extends StateManager> seamStateManagerClass = classLoader
+ .loadClass("org.jboss.seam.jsf.SeamStateManager").asSubclass(StateManager.class);
+ Constructor<? extends StateManager> constructor = seamStateManagerClass
.getConstructor(STATE_MANAGER_ARGUMENTS);
- seamStateManager = (StateManager) constructor
+ seamStateManager = constructor
.newInstance(new Object[] { new SeamStateManagerWrapper() });
if (_log.isDebugEnabled()) {
_log.debug("Create instance of the SeamStateManager");
@@ -156,7 +158,7 @@
*/
protected Object getTreeStructureToSave(FacesContext context) {
TreeStrutureNode treeStructure = new TreeStrutureNode();
- treeStructure.apply(context, context.getViewRoot(), new HashSet());
+ treeStructure.apply(context, context.getViewRoot(), new HashSet<String>());
return treeStructure;
}
@@ -188,6 +190,7 @@
* @see javax.faces.application.StateManager#writeState(javax.faces.context.FacesContext,
* javax.faces.application.StateManager.SerializedView)
*/
+ @SuppressWarnings("deprecation")
public void writeState(FacesContext context, SerializedView state)
throws IOException {
parent.writeState(context, state);
@@ -204,6 +207,7 @@
* @see javax.faces.application.StateManager#restoreView(javax.faces.context.FacesContext,
* java.lang.String, java.lang.String)
*/
+ @SuppressWarnings("deprecation")
public UIViewRoot restoreView(FacesContext context, String viewId,
String renderKitId) {
UIViewRoot viewRoot = null;
@@ -244,6 +248,7 @@
return restoredState;
}
+ @SuppressWarnings("deprecation")
public SerializedView saveSerializedView(FacesContext context) {
if (null == seamStateManager) {
return buildSerializedView(context);
@@ -257,6 +262,7 @@
* @param context
* @return
*/
+ @SuppressWarnings("deprecation")
protected SerializedView buildSerializedView(FacesContext context) {
SerializedView serializedView = null;
UIViewRoot viewRoot = context.getViewRoot();
@@ -280,6 +286,7 @@
* @param state
* @return
*/
+ @SuppressWarnings("deprecation")
protected SerializedView saveStateInSession(FacesContext context,
Object treeStructure, Object state) {
SerializedView serializedView;
@@ -315,6 +322,7 @@
* @param renderKitId
* @return
*/
+ @SuppressWarnings("deprecation")
protected Object restoreLogicalViewId(FacesContext context, String viewId,
String renderKitId) {
Object id = getRenderKit(context, renderKitId)
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/application/TreeStrutureNode.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/application/TreeStrutureNode.java 2008-03-26 20:51:48 UTC (rev 7280)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/application/TreeStrutureNode.java 2008-03-26 21:42:04 UTC (rev 7281)
@@ -54,24 +54,24 @@
for (Iterator<Entry<String,UIComponent>> i = componentFacets.entrySet().iterator(); i
.hasNext();) {
Entry<String,UIComponent> element = i.next();
- UIComponent f = (UIComponent) element.getValue();
+ UIComponent f = element.getValue();
if (!f.isTransient()) {
TreeStrutureNode facet = new TreeStrutureNode();
facet.apply(context, f, uniqueIds);
if (null == facets) {
- facets = new HashMap();
+ facets = new HashMap<String, TreeStrutureNode>();
}
facets.put(element.getKey(), facet);
}
}
- for (Iterator i = component.getChildren().iterator(); i.hasNext();) {
- UIComponent child = (UIComponent) i.next();
+ for (Iterator<UIComponent> i = component.getChildren().iterator(); i.hasNext();) {
+ UIComponent child = i.next();
if (!child.isTransient()) {
TreeStrutureNode t = new TreeStrutureNode();
t.apply(context, child, uniqueIds);
if (null == children) {
- children = new ArrayList();
+ children = new ArrayList<TreeStrutureNode>();
}
children.add(t);
@@ -93,8 +93,8 @@
}
if (null != children) {
- for (Iterator i = children.iterator(); i.hasNext();) {
- TreeStrutureNode node = (TreeStrutureNode) i.next();
+ for (Iterator<TreeStrutureNode> i = children.iterator(); i.hasNext();) {
+ TreeStrutureNode node = i.next();
UIComponent child = node.restore(loader);
component.getChildren().add(child);
}
@@ -106,7 +106,7 @@
/**
* @return the facets
*/
- public Map getFacets() {
+ public Map<String, TreeStrutureNode> getFacets() {
return facets;
}
@@ -114,14 +114,14 @@
* @param facets
* the facets to set
*/
- public void setFacets(Map facets) {
+ public void setFacets(Map<String, TreeStrutureNode> facets) {
this.facets = facets;
}
/**
* @return the children
*/
- public List getChildren() {
+ public List<TreeStrutureNode> getChildren() {
return children;
}
@@ -129,7 +129,7 @@
* @param children
* the children to set
*/
- public void setChildren(List children) {
+ public void setChildren(List<TreeStrutureNode> children) {
this.children = children;
}
@@ -172,7 +172,7 @@
}
int facetsSize = in.readInt();
if (facetsSize > 0) {
- facets = new HashMap(facetsSize);
+ facets = new HashMap<String, TreeStrutureNode>(facetsSize);
for (int i = 0; i < facetsSize; i++) {
String facetName = in.readUTF();
TreeStrutureNode facet = new TreeStrutureNode();
@@ -182,7 +182,7 @@
}
int childrenSize = in.readInt();
if (childrenSize > 0) {
- children = new ArrayList(childrenSize);
+ children = new ArrayList<TreeStrutureNode>(childrenSize);
for (int i = 0; i < childrenSize; i++) {
TreeStrutureNode child = new TreeStrutureNode();
child.readExternal(in);
@@ -196,10 +196,10 @@
out.writeUTF(null == id ? NULL_ID : id);
if (null != facets) {
out.writeInt(facets.size());
- for (Iterator i = facets.entrySet().iterator(); i.hasNext();) {
- Map.Entry entry = (Map.Entry) i.next();
- out.writeUTF((String) entry.getKey());
- TreeStrutureNode node = (TreeStrutureNode) entry.getValue();
+ for (Iterator<Map.Entry<String, TreeStrutureNode>> i = facets.entrySet().iterator(); i.hasNext();) {
+ Map.Entry<String, TreeStrutureNode> entry = i.next();
+ out.writeUTF(entry.getKey());
+ TreeStrutureNode node = entry.getValue();
node.writeExternal(out);
}
@@ -208,8 +208,8 @@
}
if (null != children) {
out.writeInt(children.size());
- for (Iterator i = children.iterator(); i.hasNext();) {
- TreeStrutureNode child = (TreeStrutureNode) i.next();
+ for (Iterator<TreeStrutureNode> i = children.iterator(); i.hasNext();) {
+ TreeStrutureNode child = i.next();
child.writeExternal(out);
}
Modified: trunk/framework/impl/src/main/javascript/ajaxjsf/JSFAJAX.js
===================================================================
--- trunk/framework/impl/src/main/javascript/ajaxjsf/JSFAJAX.js 2008-03-26 20:51:48 UTC (rev 7280)
+++ trunk/framework/impl/src/main/javascript/ajaxjsf/JSFAJAX.js 2008-03-26 21:42:04 UTC (rev 7281)
@@ -255,21 +255,18 @@
// first attempt - .getElementById.
var oDoc = this._request.responseXML;
if(oDoc){
- if(typeof(oDoc.getElementById) != 'undefined') {
+ if(typeof(oDoc.evaluate) != 'undefined') {
+ // Xpath is prefer to use, so it work in the Firefox without XHTML xml namespace in the result.
+ LOG.debug("call XMLDocument.evaluate for id= "+id);
+ return oDoc.evaluate("//*[@id='"+id+"']",oDoc,null,9,null).singleNodeValue;// 9 - XPathResult.FIRST_ORDERED_NODE_TYPE
+ } else if(typeof(oDoc.getElementById) != 'undefined') {
LOG.debug("call getElementById for id= "+id);
- return oDoc.getElementById(id);
- }
- else if(typeof(oDoc.selectSingleNode) != "undefined") {
+ var element = oDoc.getElementById(id);
+ } else if(typeof(oDoc.selectSingleNode) != "undefined") {
LOG.debug("call selectSingleNode for id= "+id);
return oDoc.selectSingleNode("//*[@id='"+id+"']"); /* XPATH istead of ID */
- }
- // nodeFromID not worked since XML validation disabled by
- // default for MS
- else if(typeof(oDoc.nodeFromID) != "undefined") {
- LOG.debug("call nodeFromID for id= "+id);
- return oDoc.nodeFromID(id);
- }
- LOG.error("No functions for getElementById found ");
+ }
+ LOG.error("No functions for getElementById found ");
} else {
LOG.debug("No parsed XML document in response");
}
16 years, 9 months
JBoss Rich Faces SVN: r7280 - in trunk/ui/insert/src/main: templates/org/richfaces/ui and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2008-03-26 16:51:48 -0400 (Wed, 26 Mar 2008)
New Revision: 7280
Added:
trunk/ui/insert/src/main/resources/org/richfaces/ui/renderkit/html/css/highlight.xcss
Removed:
trunk/ui/insert/src/main/resources/org/richfaces/ui/renderkit/html/css/highlight.css
Modified:
trunk/ui/insert/src/main/templates/org/richfaces/ui/htmlInsert.jspx
Log:
http://jira.jboss.com/jira/browse/RF-2718
Deleted: trunk/ui/insert/src/main/resources/org/richfaces/ui/renderkit/html/css/highlight.css
===================================================================
--- trunk/ui/insert/src/main/resources/org/richfaces/ui/renderkit/html/css/highlight.css 2008-03-26 20:44:07 UTC (rev 7279)
+++ trunk/ui/insert/src/main/resources/org/richfaces/ui/renderkit/html/css/highlight.css 2008-03-26 20:51:48 UTC (rev 7280)
@@ -1,140 +0,0 @@
-.java_plain {
- color: rgb(0,0,0);
-}
-.java_keyword {
-
- color: rgb(0,0,0);
- font-weight: bold;
-}
-.java_type {
-
- color: rgb(0,44,221);
-}
-.java_operator {
-
- color: rgb(0,124,31);
-}
-.java_separator {
-
- color: rgb(0,33,255);
-}
-.java_literal {
-
- color: rgb(188,0,0);
-}
-.java_comment {
-
- color: rgb(147,147,147);
- background-color: rgb(247,247,247);
-}
-.java_javadoc_comment {
-
- color: rgb(147,147,147);
- background-color: rgb(247,247,247);
- font-style: italic;
-}
-.java_javadoc_tag {
-
- color: rgb(147,147,147);
- background-color: rgb(247,247,247);
- font-style: italic;
- font-weight: bold;
-}
-.xml_plain {
-
- color: rgb(0,0,0);
-}
-.xml_char_data {
-
- color: rgb(0,0,0);
-}
-.xml_tag_symbols {
-
- color: rgb(0,59,255);
-}
-.xml_comment {
-
- color: rgb(147,147,147);
- background-color: rgb(247,247,247);
-}
-.xml_attribute_value {
-
- color: rgb(193,0,0);
-}
-.xml_attribute_name {
-
- color: rgb(0,0,0);
- font-weight: bold;
-}
-.xml_processing_instruction {
-
- color: rgb(0,0,0);
- font-weight: bold;
- font-style: italic;
-}
-.xml_tag_name {
-
- color: rgb(0,55,255);
-}
-.xml_rife_tag {
-
- color: rgb(0,0,0);
- background-color: rgb(228,230,160);
-}
-.xml_rife_name {
-
- color: rgb(0,0,196);
- background-color: rgb(228,230,160);
-}
-.cpp_plain {
-
- color: rgb(0,0,0);
-}
-.cpp_keyword {
-
- color: rgb(0,0,0);
- font-weight: bold;
-}
-.cpp_type {
-
- color: rgb(0,44,221);
-}
-.cpp_operator {
-
- color: rgb(0,124,31);
-}
-.cpp_separator {
-
- color: rgb(0,33,255);
-}
-.cpp_literal {
-
- color: rgb(188,0,0);
-}
-.cpp_comment {
-
- color: rgb(147,147,147);
- background-color: rgb(247,247,247);
-}
-.cpp_doxygen_comment {
-
- color: rgb(147,147,147);
- background-color: rgb(247,247,247);
- font-style: italic;
-}
-.cpp_doxygen_tag {
-
- color: rgb(147,147,147);
- background-color: rgb(247,247,247);
- font-style: italic;
- font-weight: bold;
-}
-.cpp_preproc {
-
- color: purple;
-}
-
-.dr-insert-error {
- color: red;
- font-weight: bold;
-}
\ No newline at end of file
Copied: trunk/ui/insert/src/main/resources/org/richfaces/ui/renderkit/html/css/highlight.xcss (from rev 7242, trunk/ui/insert/src/main/resources/org/richfaces/ui/renderkit/html/css/highlight.css)
===================================================================
--- trunk/ui/insert/src/main/resources/org/richfaces/ui/renderkit/html/css/highlight.xcss (rev 0)
+++ trunk/ui/insert/src/main/resources/org/richfaces/ui/renderkit/html/css/highlight.xcss 2008-03-26 20:51:48 UTC (rev 7280)
@@ -0,0 +1,154 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<f:template
+ xmlns:f="http://jsf.exadel.com/template"
+ xmlns:u="http://jsf.exadel.com/template/util"
+ xmlns="http://www.w3.org/1999/xhtml">
+
+<f:verbatim>
+<![CDATA[
+
+.java_plain {
+ color: rgb(0,0,0);
+}
+.java_keyword {
+
+ color: rgb(0,0,0);
+ font-weight: bold;
+}
+.java_type {
+
+ color: rgb(0,44,221);
+}
+.java_operator {
+
+ color: rgb(0,124,31);
+}
+.java_separator {
+
+ color: rgb(0,33,255);
+}
+.java_literal {
+
+ color: rgb(188,0,0);
+}
+.java_comment {
+
+ color: rgb(147,147,147);
+ background-color: rgb(247,247,247);
+}
+.java_javadoc_comment {
+
+ color: rgb(147,147,147);
+ background-color: rgb(247,247,247);
+ font-style: italic;
+}
+.java_javadoc_tag {
+
+ color: rgb(147,147,147);
+ background-color: rgb(247,247,247);
+ font-style: italic;
+ font-weight: bold;
+}
+.xml_plain {
+
+ color: rgb(0,0,0);
+}
+.xml_char_data {
+
+ color: rgb(0,0,0);
+}
+.xml_tag_symbols {
+
+ color: rgb(0,59,255);
+}
+.xml_comment {
+
+ color: rgb(147,147,147);
+ background-color: rgb(247,247,247);
+}
+.xml_attribute_value {
+
+ color: rgb(193,0,0);
+}
+.xml_attribute_name {
+
+ color: rgb(0,0,0);
+ font-weight: bold;
+}
+.xml_processing_instruction {
+
+ color: rgb(0,0,0);
+ font-weight: bold;
+ font-style: italic;
+}
+.xml_tag_name {
+
+ color: rgb(0,55,255);
+}
+.xml_rife_tag {
+
+ color: rgb(0,0,0);
+ background-color: rgb(228,230,160);
+}
+.xml_rife_name {
+
+ color: rgb(0,0,196);
+ background-color: rgb(228,230,160);
+}
+.cpp_plain {
+
+ color: rgb(0,0,0);
+}
+.cpp_keyword {
+
+ color: rgb(0,0,0);
+ font-weight: bold;
+}
+.cpp_type {
+
+ color: rgb(0,44,221);
+}
+.cpp_operator {
+
+ color: rgb(0,124,31);
+}
+.cpp_separator {
+
+ color: rgb(0,33,255);
+}
+.cpp_literal {
+
+ color: rgb(188,0,0);
+}
+.cpp_comment {
+
+ color: rgb(147,147,147);
+ background-color: rgb(247,247,247);
+}
+.cpp_doxygen_comment {
+
+ color: rgb(147,147,147);
+ background-color: rgb(247,247,247);
+ font-style: italic;
+}
+.cpp_doxygen_tag {
+
+ color: rgb(147,147,147);
+ background-color: rgb(247,247,247);
+ font-style: italic;
+ font-weight: bold;
+}
+.cpp_preproc {
+
+ color: purple;
+}
+
+.dr-insert-error {
+ color: red;
+ font-weight: bold;
+}
+
+]]>
+</f:verbatim>
+
+</f:template>
Modified: trunk/ui/insert/src/main/templates/org/richfaces/ui/htmlInsert.jspx
===================================================================
--- trunk/ui/insert/src/main/templates/org/richfaces/ui/htmlInsert.jspx 2008-03-26 20:44:07 UTC (rev 7279)
+++ trunk/ui/insert/src/main/templates/org/richfaces/ui/htmlInsert.jspx 2008-03-26 20:51:48 UTC (rev 7280)
@@ -9,7 +9,7 @@
baseclass="org.ajax4jsf.renderkit.AbstractInsertRenderer"
component="org.richfaces.ui.component.UIInsert"
>
- <h:styles>css/highlight.css</h:styles>
+ <h:styles>css/highlight.xcss</h:styles>
<f:clientid var="clientId"/>
<div id="#{clientId}"
x:passThruWithExclusions="value,name,type,id"
16 years, 9 months
JBoss Rich Faces SVN: r7279 - trunk/ui/core/src/main/resources/org/richfaces.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2008-03-26 16:44:07 -0400 (Wed, 26 Mar 2008)
New Revision: 7279
Modified:
trunk/ui/core/src/main/resources/org/richfaces/skin-bas-both.xcss
trunk/ui/core/src/main/resources/org/richfaces/skin-bas-classes.xcss
trunk/ui/core/src/main/resources/org/richfaces/skin-bas-styles.xcss
trunk/ui/core/src/main/resources/org/richfaces/skin-ext-both.xcss
trunk/ui/core/src/main/resources/org/richfaces/skin-ext-classes.xcss
trunk/ui/core/src/main/resources/org/richfaces/skin-ext-styles.xcss
Log:
Reordered std. skinning classes for assembled resources
Modified: trunk/ui/core/src/main/resources/org/richfaces/skin-bas-both.xcss
===================================================================
--- trunk/ui/core/src/main/resources/org/richfaces/skin-bas-both.xcss 2008-03-26 19:58:30 UTC (rev 7278)
+++ trunk/ui/core/src/main/resources/org/richfaces/skin-bas-both.xcss 2008-03-26 20:44:07 UTC (rev 7279)
@@ -4,8 +4,8 @@
xmlns:u='http:/jsf.exadel.com/template/util'
xmlns="http://www.w3.org/1999/xhtml">
- <f:importResource src="org/richfaces/skin.xcss" />
-
<f:importResource src="org/richfaces/renderkit/html/css/basic.xcss" />
<f:importResource src="org/richfaces/renderkit/html/css/basic_classes.xcss" />
+
+ <f:importResource src="org/richfaces/skin.xcss" />
</f:template>
\ No newline at end of file
Modified: trunk/ui/core/src/main/resources/org/richfaces/skin-bas-classes.xcss
===================================================================
--- trunk/ui/core/src/main/resources/org/richfaces/skin-bas-classes.xcss 2008-03-26 19:58:30 UTC (rev 7278)
+++ trunk/ui/core/src/main/resources/org/richfaces/skin-bas-classes.xcss 2008-03-26 20:44:07 UTC (rev 7279)
@@ -3,8 +3,8 @@
<f:template xmlns:f='http:/jsf.exadel.com/template'
xmlns:u='http:/jsf.exadel.com/template/util'
xmlns="http://www.w3.org/1999/xhtml">
-
- <f:importResource src="org/richfaces/skin.xcss" />
<f:importResource src="org/richfaces/renderkit/html/css/basic_classes.xcss" />
+
+ <f:importResource src="org/richfaces/skin.xcss" />
</f:template>
\ No newline at end of file
Modified: trunk/ui/core/src/main/resources/org/richfaces/skin-bas-styles.xcss
===================================================================
--- trunk/ui/core/src/main/resources/org/richfaces/skin-bas-styles.xcss 2008-03-26 19:58:30 UTC (rev 7278)
+++ trunk/ui/core/src/main/resources/org/richfaces/skin-bas-styles.xcss 2008-03-26 20:44:07 UTC (rev 7279)
@@ -3,8 +3,8 @@
<f:template xmlns:f='http:/jsf.exadel.com/template'
xmlns:u='http:/jsf.exadel.com/template/util'
xmlns="http://www.w3.org/1999/xhtml">
-
- <f:importResource src="org/richfaces/skin.xcss" />
<f:importResource src="org/richfaces/renderkit/html/css/basic.xcss" />
+
+ <f:importResource src="org/richfaces/skin.xcss" />
</f:template>
\ No newline at end of file
Modified: trunk/ui/core/src/main/resources/org/richfaces/skin-ext-both.xcss
===================================================================
--- trunk/ui/core/src/main/resources/org/richfaces/skin-ext-both.xcss 2008-03-26 19:58:30 UTC (rev 7278)
+++ trunk/ui/core/src/main/resources/org/richfaces/skin-ext-both.xcss 2008-03-26 20:44:07 UTC (rev 7279)
@@ -3,12 +3,12 @@
<f:template xmlns:f='http:/jsf.exadel.com/template'
xmlns:u='http:/jsf.exadel.com/template/util'
xmlns="http://www.w3.org/1999/xhtml">
-
- <f:importResource src="org/richfaces/skin.xcss" />
<f:importResource src="org/richfaces/renderkit/html/css/basic.xcss" />
<f:importResource src="org/richfaces/renderkit/html/css/basic_classes.xcss" />
<f:importResource src="org/richfaces/renderkit/html/css/extended.xcss" />
<f:importResource src="org/richfaces/renderkit/html/css/extended_classes.xcss" />
+
+ <f:importResource src="org/richfaces/skin.xcss" />
</f:template>
\ No newline at end of file
Modified: trunk/ui/core/src/main/resources/org/richfaces/skin-ext-classes.xcss
===================================================================
--- trunk/ui/core/src/main/resources/org/richfaces/skin-ext-classes.xcss 2008-03-26 19:58:30 UTC (rev 7278)
+++ trunk/ui/core/src/main/resources/org/richfaces/skin-ext-classes.xcss 2008-03-26 20:44:07 UTC (rev 7279)
@@ -3,9 +3,9 @@
<f:template xmlns:f='http:/jsf.exadel.com/template'
xmlns:u='http:/jsf.exadel.com/template/util'
xmlns="http://www.w3.org/1999/xhtml">
-
- <f:importResource src="org/richfaces/skin.xcss" />
<f:importResource src="org/richfaces/renderkit/html/css/basic_classes.xcss" />
<f:importResource src="org/richfaces/renderkit/html/css/extended_classes.xcss" />
+
+ <f:importResource src="org/richfaces/skin.xcss" />
</f:template>
\ No newline at end of file
Modified: trunk/ui/core/src/main/resources/org/richfaces/skin-ext-styles.xcss
===================================================================
--- trunk/ui/core/src/main/resources/org/richfaces/skin-ext-styles.xcss 2008-03-26 19:58:30 UTC (rev 7278)
+++ trunk/ui/core/src/main/resources/org/richfaces/skin-ext-styles.xcss 2008-03-26 20:44:07 UTC (rev 7279)
@@ -3,9 +3,9 @@
<f:template xmlns:f='http:/jsf.exadel.com/template'
xmlns:u='http:/jsf.exadel.com/template/util'
xmlns="http://www.w3.org/1999/xhtml">
-
- <f:importResource src="org/richfaces/skin.xcss" />
<f:importResource src="org/richfaces/renderkit/html/css/basic.xcss" />
<f:importResource src="org/richfaces/renderkit/html/css/extended.xcss" />
+
+ <f:importResource src="org/richfaces/skin.xcss" />
</f:template>
\ No newline at end of file
16 years, 9 months