JBoss Rich Faces SVN: r6026 - in trunk/sandbox/ui/inplaceInput/src/main/java/org/richfaces: renderkit/images and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: abelevich
Date: 2008-02-12 07:57:30 -0500 (Tue, 12 Feb 2008)
New Revision: 6026
Removed:
trunk/sandbox/ui/inplaceInput/src/main/java/org/richfaces/component/README
Modified:
trunk/sandbox/ui/inplaceInput/src/main/java/org/richfaces/renderkit/images/CancelControlIcon.java
trunk/sandbox/ui/inplaceInput/src/main/java/org/richfaces/renderkit/images/EditIcon.java
trunk/sandbox/ui/inplaceInput/src/main/java/org/richfaces/renderkit/images/OkControlIcon.java
Log:
add comments
Deleted: trunk/sandbox/ui/inplaceInput/src/main/java/org/richfaces/component/README
===================================================================
Modified: trunk/sandbox/ui/inplaceInput/src/main/java/org/richfaces/renderkit/images/CancelControlIcon.java
===================================================================
--- trunk/sandbox/ui/inplaceInput/src/main/java/org/richfaces/renderkit/images/CancelControlIcon.java 2008-02-12 12:51:57 UTC (rev 6025)
+++ trunk/sandbox/ui/inplaceInput/src/main/java/org/richfaces/renderkit/images/CancelControlIcon.java 2008-02-12 12:57:30 UTC (rev 6026)
@@ -19,9 +19,11 @@
import org.ajax4jsf.util.HtmlColor;
import org.ajax4jsf.util.Zipper2;
-/**
+/**
+ * implementation of the default CANCEL icon renderer
* @author Anton Belevich
- *
+ * @since 3.2.0
+ *
*/
public class CancelControlIcon extends Java2Dresource {
Modified: trunk/sandbox/ui/inplaceInput/src/main/java/org/richfaces/renderkit/images/EditIcon.java
===================================================================
--- trunk/sandbox/ui/inplaceInput/src/main/java/org/richfaces/renderkit/images/EditIcon.java 2008-02-12 12:51:57 UTC (rev 6025)
+++ trunk/sandbox/ui/inplaceInput/src/main/java/org/richfaces/renderkit/images/EditIcon.java 2008-02-12 12:57:30 UTC (rev 6026)
@@ -17,8 +17,10 @@
import org.ajax4jsf.util.HtmlColor;
import org.ajax4jsf.util.Zipper2;
-/**
+/**
+ * implementation of the EDIT icon renderer
* @author Anton Belevich
+ * @since 3.2.0
*
*/
public class EditIcon extends Java2Dresource {
Modified: trunk/sandbox/ui/inplaceInput/src/main/java/org/richfaces/renderkit/images/OkControlIcon.java
===================================================================
--- trunk/sandbox/ui/inplaceInput/src/main/java/org/richfaces/renderkit/images/OkControlIcon.java 2008-02-12 12:51:57 UTC (rev 6025)
+++ trunk/sandbox/ui/inplaceInput/src/main/java/org/richfaces/renderkit/images/OkControlIcon.java 2008-02-12 12:57:30 UTC (rev 6026)
@@ -19,7 +19,9 @@
import org.ajax4jsf.util.Zipper2;
/**
+ * implementation of the default OK icon renderer
* @author Anton Belevich
+ * @since 3.2.0
*
*/
public class OkControlIcon extends Java2Dresource {
18 years, 2 months
JBoss Rich Faces SVN: r6025 - in trunk/ui/combobox/src/main: resources/org/richfaces/renderkit/html/css and 1 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: abelevich
Date: 2008-02-12 07:51:57 -0500 (Tue, 12 Feb 2008)
New Revision: 6025
Modified:
trunk/ui/combobox/src/main/config/resources/resource-config.xml
trunk/ui/combobox/src/main/resources/org/richfaces/renderkit/html/css/combobox.xcss
trunk/ui/combobox/src/main/templates/combobox.jspx
Log:
move images to the richfaces impl
Modified: trunk/ui/combobox/src/main/config/resources/resource-config.xml
===================================================================
--- trunk/ui/combobox/src/main/config/resources/resource-config.xml 2008-02-12 12:51:19 UTC (rev 6024)
+++ trunk/ui/combobox/src/main/config/resources/resource-config.xml 2008-02-12 12:51:57 UTC (rev 6025)
@@ -1,22 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<resource-config>
- <resource class="org.richfaces.renderkit.images.ComboBoxButtonGradient">
- <name>org.richfaces.renderkit.images.ComboBoxBtnGradient</name>
+ <resource class="org.richfaces.renderkit.html.images.SpinnerButtonGradient">
+ <name>org.richfaces.renderkit.html.images.SpinnerButtonGradient</name>
</resource>
- <resource class="org.richfaces.renderkit.images.ComboBoxInputGradient">
- <name>org.richfaces.renderkit.images.ComboBoxInputGradient</name>
+ <resource class="org.richfaces.renderkit.html.images.SpinnerFieldGradient">
+ <name>org.richfaces.renderkit.html.images.SpinnerFieldGradient</name>
</resource>
- <resource class="org.richfaces.renderkit.images.ComboBoxArrowImage">
- <name>org.richfaces.renderkit.images.ComboBoxArrowImage</name>
+ <resource class="org.richfaces.renderkit.html.images.ComboBoxArrowImage">
+ <name>org.richfaces.renderkit.html.images.ComboBoxArrowImage</name>
</resource>
- <resource class="org.richfaces.renderkit.images.ComboBoxButtonPressGradient">
- <name>org.richfaces.renderkit.images.ComboBoxButtonPressGradient</name>
+ <resource class="org.richfaces.renderkit.html.images.ComboBoxButtonPressGradient">
+ <name>org.richfaces.renderkit.html.images.ComboBoxButtonPressGradient</name>
</resource>
- <resource class="org.richfaces.renderkit.images.ComboBoxArrowImageDisable">
- <name>org.richfaces.renderkit.images.ComboBoxArrowImageDisable</name>
+ <resource class="org.richfaces.renderkit.html.images.ComboBoxArrowImageDisable">
+ <name>org.richfaces.renderkit.html.images.ComboBoxArrowImageDisable</name>
</resource>
- <resource class="org.richfaces.renderkit.images.ComboBoxListShadow">
- <name>org.richfaces.renderkit.images.ComboBoxListShadow</name>
+ <resource class="org.richfaces.renderkit.html.images.ComboBoxListShadow">
+ <name>org.richfaces.renderkit.html.images.ComboBoxListShadow</name>
</resource>
Modified: trunk/ui/combobox/src/main/resources/org/richfaces/renderkit/html/css/combobox.xcss
===================================================================
--- trunk/ui/combobox/src/main/resources/org/richfaces/renderkit/html/css/combobox.xcss 2008-02-12 12:51:19 UTC (rev 6024)
+++ trunk/ui/combobox/src/main/resources/org/richfaces/renderkit/html/css/combobox.xcss 2008-02-12 12:51:57 UTC (rev 6025)
@@ -221,72 +221,72 @@
<u:selector name=".rich-combobox-shadow-tl">
<u:style name="background-image">
- <f:resource f:key="org.richfaces.renderkit.images.ComboBoxListShadow" />
+ <f:resource f:key="org.richfaces.renderkit.html.images.ComboBoxListShadow" />
</u:style>
</u:selector>
<u:selector name=".rich-combobox-shadow-tr">
<u:style name="background-image">
- <f:resource f:key="org.richfaces.renderkit.images.ComboBoxListShadow" />
+ <f:resource f:key="org.richfaces.renderkit.html.images.ComboBoxListShadow" />
</u:style>
</u:selector>
<u:selector name=".rich-combobox-shadow-bl">
<u:style name="background-image">
- <f:resource f:key="org.richfaces.renderkit.images.ComboBoxListShadow" />
+ <f:resource f:key="org.richfaces.renderkit.html.images.ComboBoxListShadow" />
</u:style>
</u:selector>
<u:selector name=".rich-combobox-shadow-br">
<u:style name="background-image">
- <f:resource f:key="org.richfaces.renderkit.images.ComboBoxListShadow" />
+ <f:resource f:key="org.richfaces.renderkit.html.images.ComboBoxListShadow" />
</u:style>
</u:selector>
<u:selector name=".rich-combobox-button-background">
<u:style name="background-image">
- <f:resource f:key="org.richfaces.renderkit.images.ComboBoxButtonGradient" />
+ <f:resource f:key="org.richfaces.renderkit.html.images.SpinnerButtonGradient" />
</u:style>
<u:style name="background-color" skin="tabBackgroundColor"/>
</u:selector>
<u:selector name=".rich-combobox-button-background-disabled">
<u:style name="background-image">
- <f:resource f:key="org.richfaces.renderkit.images.ComboBoxButtonGradient" />
+ <f:resource f:key="org.richfaces.renderkit.html.images.SpinnerButtonGradient" />
</u:style>
<u:style name="background-color" skin="tabBackgroundColor"/>
</u:selector>
<u:selector name=".rich-combobox-button-background-inactive">
<u:style name="background-image">
- <f:resource f:key="org.richfaces.renderkit.images.ComboBoxButtonGradient" />
+ <f:resource f:key="org.richfaces.renderkit.html.images.SpinnerButtonGradient" />
</u:style>
<u:style name="background-color" skin="tabBackgroundColor"/>
</u:selector>
<u:selector name=".rich-combobox-button-pressed-background">
<u:style name="background-image">
- <f:resource f:key="org.richfaces.renderkit.images.ComboBoxButtonPressGradient" />
+ <f:resource f:key="org.richfaces.renderkit.html.images.ComboBoxButtonPressGradient" />
</u:style>
<u:style name="background-color" skin="tabBackgroundColor"/>
</u:selector>
<u:selector name=".rich-combobox-button-icon">
<u:style name="background-image">
- <f:resource f:key="org.richfaces.renderkit.images.ComboBoxArrowImage" />
+ <f:resource f:key="org.richfaces.renderkit.html.images.ComboBoxArrowImage" />
</u:style>
</u:selector>
<u:selector name=".rich-combobox-button-icon-disabled">
<u:style name="background-image">
- <f:resource f:key="org.richfaces.renderkit.images.ComboBoxArrowImageDisable" />
+ <f:resource f:key="org.richfaces.renderkit.html.images.ComboBoxArrowImageDisable" />
</u:style>
</u:selector>
<u:selector name=".rich-combobox-button-icon-inactive">
<u:style name="background-image">
- <f:resource f:key="org.richfaces.renderkit.images.ComboBoxArrowImage" />
+ <f:resource f:key="org.richfaces.renderkit.html.images.ComboBoxArrowImage" />
</u:style>
</u:selector>
Modified: trunk/ui/combobox/src/main/templates/combobox.jspx
===================================================================
--- trunk/ui/combobox/src/main/templates/combobox.jspx 2008-02-12 12:51:19 UTC (rev 6024)
+++ trunk/ui/combobox/src/main/templates/combobox.jspx 2008-02-12 12:51:57 UTC (rev 6025)
@@ -191,7 +191,7 @@
]]>
</jsp:scriptlet>
<f:resource var="spacer" name="images/spacer.gif"/>
-<f:resource name="org.richfaces.renderkit.images.ComboBoxListShadow"/>
+<f:resource name="org.richfaces.renderkit.html.images.ComboBoxListShadow"/>
<div id="control#{clientId}" class="rich-combobox-font rich-combobox #{styleClass}" style="width:#{listWidth};#{style}"
x:passThruWithExclusions="value,name,type,id,styleClass,class,style,size,autocomplete,disabled,onchange">
<input id="comboboxValue#{clientId}" name="comboboxValue#{clientId}" type="hidden"/>
18 years, 2 months
JBoss Rich Faces SVN: r6023 - trunk/framework/impl/src/main/java/org/richfaces/renderkit/html/images.
by richfaces-svn-commits@lists.jboss.org
Author: abelevich
Date: 2008-02-12 07:50:04 -0500 (Tue, 12 Feb 2008)
New Revision: 6023
Added:
trunk/framework/impl/src/main/java/org/richfaces/renderkit/html/images/ComboBoxArrowImage.java
trunk/framework/impl/src/main/java/org/richfaces/renderkit/html/images/ComboBoxArrowImageDisable.java
trunk/framework/impl/src/main/java/org/richfaces/renderkit/html/images/ComboBoxButtonPressGradient.java
trunk/framework/impl/src/main/java/org/richfaces/renderkit/html/images/ComboBoxListShadow.java
Log:
move images from combobox component
Added: trunk/framework/impl/src/main/java/org/richfaces/renderkit/html/images/ComboBoxArrowImage.java
===================================================================
--- trunk/framework/impl/src/main/java/org/richfaces/renderkit/html/images/ComboBoxArrowImage.java (rev 0)
+++ trunk/framework/impl/src/main/java/org/richfaces/renderkit/html/images/ComboBoxArrowImage.java 2008-02-12 12:50:04 UTC (rev 6023)
@@ -0,0 +1,144 @@
+package org.richfaces.renderkit.html.images;
+
+import java.awt.Color;
+import java.awt.Dimension;
+import java.awt.Graphics2D;
+import java.awt.RenderingHints;
+import java.util.Date;
+
+import javax.faces.context.FacesContext;
+
+import org.ajax4jsf.resource.GifRenderer;
+import org.ajax4jsf.resource.InternetResourceBuilder;
+import org.ajax4jsf.resource.Java2Dresource;
+import org.ajax4jsf.resource.ResourceContext;
+import org.ajax4jsf.util.HtmlColor;
+import org.ajax4jsf.util.Zipper2;
+import org.richfaces.skin.Skin;
+import org.richfaces.skin.SkinFactory;
+
+/**
+ * @author Anton Belevich
+ * @since 3.2.0
+ * ComboBox down image renderer
+ */
+public class ComboBoxArrowImage extends Java2Dresource{
+
+
+ protected static final String ICON_COLOR = "generalTextColor";
+ protected static final String BACKGROUND_COLOR = "tabBackgroundColor";
+ protected static final String BORDER_COLOR = "generalBackgroundColor";
+
+ protected static final String DISABLED_ICON_COLOR = "tabDisabledTextColor";
+ protected static final String DISABLED_BACKGROUND_COLOR = "tabBackgroundColor";
+ protected static final String DISABLED_BORDER_COLOR = "generalBackgroundColor";
+
+ private static final Dimension dimensions = new Dimension(15, 15);
+
+ public ComboBoxArrowImage() {
+ setRenderer(new GifRenderer());
+ setLastModified(new Date(InternetResourceBuilder.getInstance().getStartTime()));
+ }
+
+ protected Dimension getDimensions(ResourceContext resourceContext) {
+ return dimensions;
+ }
+ public Dimension getDimensions(FacesContext facesContext, Object data) {
+ return dimensions;
+ }
+
+ protected Object deserializeData(byte[] objectArray) {
+ if (objectArray == null) {
+ return null;
+ }
+ Zipper2 zipper = new Zipper2(objectArray);
+ return new Color[] {zipper.nextColor(), zipper.nextColor(), zipper.nextColor()};
+ }
+
+ protected Object getDataToStore(FacesContext context, Object data) {
+ return storeData(context, ICON_COLOR, BACKGROUND_COLOR, BORDER_COLOR);
+ }
+
+ protected Object storeData(FacesContext context, String colorSkinParam, String backgroundSkinParam, String borderSkinParam) {
+
+ Skin skin = SkinFactory.getInstance().getSkin(context);
+ Skin defaultSkin = SkinFactory.getInstance().getDefaultSkin(context);
+
+ byte [] ret = new byte[9];
+
+ Color color = null;
+ Zipper2 zipper = new Zipper2(ret);
+
+ String color1 = (String) skin.getParameter(context, colorSkinParam);
+
+ if (null == color1 || "".equals(color1)) {
+ color1 = (String) defaultSkin.getParameter(context, colorSkinParam);
+ }
+
+ if (color1 == null) {
+ color1 = "#FFFFFF";
+ }
+
+ color = HtmlColor.decode(color1);
+
+ zipper.addColor(color);
+
+ String color2 = (String) skin.getParameter(context, backgroundSkinParam);
+ if (null == color2 || "".equals(color2))
+ color2 = (String) defaultSkin.getParameter(context, backgroundSkinParam);
+
+ if (color2 == null) {
+ color2 = "#000000";
+ }
+
+ color = HtmlColor.decode(color2);
+ zipper.addColor(color);
+
+ String color3 = (String) skin.getParameter(context, borderSkinParam);
+ if (null == color3 || "".equals(color3))
+ color3 = (String) defaultSkin.getParameter(context, backgroundSkinParam);
+
+ if (color3 == null) {
+ color3 = "#000000";
+ }
+
+ color = HtmlColor.decode(color3);
+ zipper.addColor(color);
+
+ return ret;
+ }
+
+ protected void paint(ResourceContext context, Graphics2D g2d) {
+ Color [] data = (Color[]) restoreData(context);
+ Color textColor = data[0];
+// Color backgroundColor = data[1];
+ Color borderColor = data[2];
+
+ g2d.setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_OFF);
+ g2d.setRenderingHint(RenderingHints.KEY_STROKE_CONTROL, RenderingHints.VALUE_STROKE_NORMALIZE);
+ g2d.setRenderingHint(RenderingHints.KEY_COLOR_RENDERING, RenderingHints.VALUE_COLOR_RENDER_QUALITY);
+ g2d.setRenderingHint(RenderingHints.KEY_DITHERING, RenderingHints.VALUE_DITHER_DISABLE);
+ g2d.setRenderingHint(RenderingHints.KEY_ALPHA_INTERPOLATION, RenderingHints.VALUE_ALPHA_INTERPOLATION_QUALITY);
+ g2d.setRenderingHint(RenderingHints.KEY_INTERPOLATION, RenderingHints.VALUE_INTERPOLATION_BICUBIC);
+ g2d.setRenderingHint(RenderingHints.KEY_RENDERING, RenderingHints.VALUE_RENDER_QUALITY);
+
+ if (textColor != null && borderColor != null && g2d != null) {
+
+ g2d.setColor(textColor);
+ g2d.translate(7, 5);
+ paintBaseTriangle(g2d);
+ g2d.translate(-7, -5);
+
+ g2d.setColor(borderColor);
+ g2d.drawLine(4, 5, 10, 5);
+ g2d.drawLine(11, 6, 7, 10);
+ g2d.drawLine(7, 10, 3, 6);
+ }
+ }
+
+ protected void paintBaseTriangle(Graphics2D g2d) {
+ for (int i = 0; i < 7; i++) {
+ g2d.drawLine(-3 + i, 1, -3 + i, 1 + (i < 4 ? i : 6 - i));
+ }
+ }
+}
Added: trunk/framework/impl/src/main/java/org/richfaces/renderkit/html/images/ComboBoxArrowImageDisable.java
===================================================================
--- trunk/framework/impl/src/main/java/org/richfaces/renderkit/html/images/ComboBoxArrowImageDisable.java (rev 0)
+++ trunk/framework/impl/src/main/java/org/richfaces/renderkit/html/images/ComboBoxArrowImageDisable.java 2008-02-12 12:50:04 UTC (rev 6023)
@@ -0,0 +1,19 @@
+/**
+ *
+ */
+package org.richfaces.renderkit.html.images;
+
+import javax.faces.context.FacesContext;
+
+/**
+ * @author Anton Belevich
+ * @since 3.2.0
+ * ComboBox disable arrow image renderer
+ *
+ */
+public class ComboBoxArrowImageDisable extends ComboBoxArrowImage{
+
+ protected Object storeData(FacesContext context, String colorSkinParam, String backgroundSkinParam, String borderSkinParam) {
+ return super.storeData(context, DISABLED_ICON_COLOR, BACKGROUND_COLOR, DISABLED_BORDER_COLOR);
+ }
+}
Added: trunk/framework/impl/src/main/java/org/richfaces/renderkit/html/images/ComboBoxButtonPressGradient.java
===================================================================
--- trunk/framework/impl/src/main/java/org/richfaces/renderkit/html/images/ComboBoxButtonPressGradient.java (rev 0)
+++ trunk/framework/impl/src/main/java/org/richfaces/renderkit/html/images/ComboBoxButtonPressGradient.java 2008-02-12 12:50:04 UTC (rev 6023)
@@ -0,0 +1,19 @@
+/**
+ *
+ */
+package org.richfaces.renderkit.html.images;
+
+import org.richfaces.renderkit.html.BaseGradient;
+import org.richfaces.skin.Skin;
+
+/**
+ * @author Anton Belevich
+ * @since 3.2.0
+ */
+public class ComboBoxButtonPressGradient extends BaseGradient{
+
+ public ComboBoxButtonPressGradient() {
+ super(7,15 , 9, Skin.headerBackgroundColor, "headerGradientColor");
+ }
+
+}
Added: trunk/framework/impl/src/main/java/org/richfaces/renderkit/html/images/ComboBoxListShadow.java
===================================================================
--- trunk/framework/impl/src/main/java/org/richfaces/renderkit/html/images/ComboBoxListShadow.java (rev 0)
+++ trunk/framework/impl/src/main/java/org/richfaces/renderkit/html/images/ComboBoxListShadow.java 2008-02-12 12:50:04 UTC (rev 6023)
@@ -0,0 +1,73 @@
+/**
+ *
+ */
+package org.richfaces.renderkit.html.images;
+
+import java.awt.Color;
+import java.awt.Dimension;
+import java.awt.Graphics2D;
+import java.awt.RenderingHints;
+import java.awt.image.BufferedImage;
+import java.awt.image.RenderedImage;
+import java.util.Date;
+
+import javax.faces.context.FacesContext;
+
+import org.ajax4jsf.resource.ImageRenderer;
+import org.ajax4jsf.resource.InternetResourceBuilder;
+import org.ajax4jsf.resource.Java2Dresource;
+import org.ajax4jsf.resource.PngRenderer;
+import org.ajax4jsf.resource.ResourceContext;
+
+/**
+ * @author Anton Belevich
+ *
+ */
+public class ComboBoxListShadow extends Java2Dresource {
+
+ static final Dimension dimensions = new Dimension(1010, 1010);
+
+ public ComboBoxListShadow() {
+ setRenderer(new PngRenderer());
+ setLastModified(new Date(InternetResourceBuilder.getInstance().getStartTime()));
+ }
+
+ protected Dimension getDimensions(ResourceContext resourceContext) {
+ return dimensions;
+ }
+ public Dimension getDimensions(FacesContext facesContext, Object data) {
+ return dimensions;
+ }
+
+ protected RenderedImage getImage(ResourceContext context) {
+
+ ImageRenderer renderer = (ImageRenderer)getRenderer(null);
+ Dimension imageDimensions = getDimensions(context);
+
+ BufferedImage image = null;
+ if (imageDimensions.getHeight() > 0.0 && imageDimensions.getWidth() > 0.0) {
+
+ int cornerSize = 15;
+ int rectWidth = imageDimensions.width;
+ float shadowOpacity = 0.02f;
+
+ image = renderer.createImage(rectWidth,rectWidth);
+ Graphics2D g2d = image.createGraphics();
+ g2d.setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON);
+ g2d.setRenderingHint(RenderingHints.KEY_STROKE_CONTROL, RenderingHints.VALUE_STROKE_NORMALIZE);
+ g2d.setRenderingHint(RenderingHints.KEY_COLOR_RENDERING, RenderingHints.VALUE_COLOR_RENDER_QUALITY);
+ g2d.setRenderingHint(RenderingHints.KEY_DITHERING, RenderingHints.VALUE_DITHER_ENABLE);
+ g2d.setRenderingHint(RenderingHints.KEY_ALPHA_INTERPOLATION, RenderingHints.VALUE_ALPHA_INTERPOLATION_QUALITY);
+ g2d.setRenderingHint(RenderingHints.KEY_INTERPOLATION, RenderingHints.VALUE_INTERPOLATION_BICUBIC);
+ g2d.setRenderingHint(RenderingHints.KEY_RENDERING, RenderingHints.VALUE_RENDER_QUALITY);
+ for (int i = 0; i < 10; i++) {
+ g2d.setColor(new Color(0.0f, 0.0f, 0.0f, shadowOpacity));
+ shadowOpacity = shadowOpacity * 1.4f;
+ g2d.fillRoundRect(i, i, rectWidth-2*i, rectWidth-2*i, cornerSize, cornerSize);
+ }
+ g2d.dispose();
+ }
+
+ return image;
+ }
+}
18 years, 2 months
JBoss Rich Faces SVN: r6022 - trunk/samples/jira-data.
by richfaces-svn-commits@lists.jboss.org
Author: maksimkaszynski
Date: 2008-02-12 07:07:08 -0500 (Tue, 12 Feb 2008)
New Revision: 6022
Modified:
trunk/samples/jira-data/pom.xml
Log:
fixed pom for jira-data
Modified: trunk/samples/jira-data/pom.xml
===================================================================
--- trunk/samples/jira-data/pom.xml 2008-02-12 11:49:08 UTC (rev 6021)
+++ trunk/samples/jira-data/pom.xml 2008-02-12 12:07:08 UTC (rev 6022)
@@ -8,8 +8,7 @@
<groupId>org.richfaces.samples</groupId>
<artifactId>jira-data</artifactId>
<version>3.2.0-SNAPSHOT</version>
- <packaging>war</packaging>
- <name>webapp Maven Webapp</name>
+ <packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>commons-digester</groupId>
18 years, 2 months
JBoss Rich Faces SVN: r6021 - trunk/docs/userguide/en/src/main/docbook/included.
by richfaces-svn-commits@lists.jboss.org
Author: cluts
Date: 2008-02-12 06:49:08 -0500 (Tue, 12 Feb 2008)
New Revision: 6021
Modified:
trunk/docs/userguide/en/src/main/docbook/included/recursiveTreeNodesAdaptor.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/simpleTogglePanel.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/simpleTogglePanel.xml
trunk/docs/userguide/en/src/main/docbook/included/spacer.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/suggestionbox.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/suggestionbox.xml
trunk/docs/userguide/en/src/main/docbook/included/tab.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/tab.xml
trunk/docs/userguide/en/src/main/docbook/included/tabPanel.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/tabPanel.xml
trunk/docs/userguide/en/src/main/docbook/included/toggleControl.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/togglePanel.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/toolBar.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/toolBar.xml
trunk/docs/userguide/en/src/main/docbook/included/toolBarGroup.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/toolBarGroup.xml
trunk/docs/userguide/en/src/main/docbook/included/toolTip.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/toolTip.xml
trunk/docs/userguide/en/src/main/docbook/included/tree.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/treeNode.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/treeNodesAdaptor.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/treeNodesAdaptor.xml
Log:
http://jira.jboss.com/jira/browse/RF-2158 - done for simpleTogglePanel, spacer, suggestionbox, tabPanel, tab, togglePanel, toggleControl, toolBar, toolBarGroup, toolTip, tree, changeExpandListener, nodeSelectListener, recursiveTreeNodeAdaptor, treeNodesAdaptor
Modified: trunk/docs/userguide/en/src/main/docbook/included/recursiveTreeNodesAdaptor.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/recursiveTreeNodesAdaptor.desc.xml 2008-02-12 06:49:45 UTC (rev 6020)
+++ trunk/docs/userguide/en/src/main/docbook/included/recursiveTreeNodesAdaptor.desc.xml 2008-02-12 11:49:08 UTC (rev 6021)
@@ -12,7 +12,7 @@
</para>
<figure>
- <title>Expanded tree with recursive <rich:treeNodesAdaptor></title>
+ <title>Expanded tree with recursive <emphasis role="bold"><property><rich:treeNodesAdaptor></property></emphasis></title>
<mediaobject>
<imageobject>
<imagedata fileref="images/recursiveTreeNodesAdaptor1.png"/>
Modified: trunk/docs/userguide/en/src/main/docbook/included/simpleTogglePanel.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/simpleTogglePanel.desc.xml 2008-02-12 06:49:45 UTC (rev 6020)
+++ trunk/docs/userguide/en/src/main/docbook/included/simpleTogglePanel.desc.xml 2008-02-12 11:49:08 UTC (rev 6021)
@@ -9,7 +9,7 @@
<title>Description</title>
<para>A collapsible panel, which content shows/hides after activating a header control.</para>
<figure>
- <title><rich:simpleTogglePanel> component</title>
+ <title><emphasis role="bold"><property><rich:simpleTogglePanel></property></emphasis> component</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/simpleTogglePanel.png"/>
Modified: trunk/docs/userguide/en/src/main/docbook/included/simpleTogglePanel.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/simpleTogglePanel.xml 2008-02-12 06:49:45 UTC (rev 6020)
+++ trunk/docs/userguide/en/src/main/docbook/included/simpleTogglePanel.xml 2008-02-12 11:49:08 UTC (rev 6021)
@@ -110,7 +110,7 @@
<listitem> etc. </listitem>
</itemizedlist>
<figure>
- <title><rich:simpleTooglePanel> states</title>
+ <title><emphasis role="bold"><property><rich:simpleTogglePanel></property></emphasis> states</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/simpleTogglePanel2.png"/>
@@ -362,7 +362,7 @@
<para>This is a result:</para>
<figure>
- <title>Redefinition styles with own classes and styleClass attributes</title>
+ <title>Redefinition styles with own classes and <emphasis><property>styleClass</property></emphasis> attributes</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/simpleTogglePanelStyle.png"/>
Modified: trunk/docs/userguide/en/src/main/docbook/included/spacer.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/spacer.desc.xml 2008-02-12 06:49:45 UTC (rev 6020)
+++ trunk/docs/userguide/en/src/main/docbook/included/spacer.desc.xml 2008-02-12 11:49:08 UTC (rev 6021)
@@ -9,7 +9,7 @@
<title>Description</title>
<para> A <property>spacer</property> that is used in layout and rendered as a transparent image.</para>
<figure>
- <title><rich:spacer> component</title>
+ <title><emphasis role="bold"><property><rich:spacer></property></emphasis> component</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/spacer.png"/>
Modified: trunk/docs/userguide/en/src/main/docbook/included/suggestionbox.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/suggestionbox.desc.xml 2008-02-12 06:49:45 UTC (rev 6020)
+++ trunk/docs/userguide/en/src/main/docbook/included/suggestionbox.desc.xml 2008-02-12 11:49:08 UTC (rev 6021)
@@ -13,7 +13,7 @@
list of possible values, it pop ups them inside the
<emphasis role="bold"><property><div></property></emphasis> element bellow the input.</para>
<figure>
- <title><rich:suggestionBox> component</title>
+ <title><emphasis role="bold"><property><rich:suggestionBox></property></emphasis> component</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/suggestionbox1.png"/>
Modified: trunk/docs/userguide/en/src/main/docbook/included/suggestionbox.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/suggestionbox.xml 2008-02-12 06:49:45 UTC (rev 6020)
+++ trunk/docs/userguide/en/src/main/docbook/included/suggestionbox.xml 2008-02-12 11:49:08 UTC (rev 6021)
@@ -135,7 +135,7 @@
]]></programlisting>
<para>It looks on a page in the following way:</para>
<figure>
- <title><rich:suggestionBox> with ToolTip window</title>
+ <title><emphasis role="bold"><property><rich:suggestionBox></property></emphasis> with ToolTip window</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/suggestionbox2.png"/>
@@ -164,7 +164,7 @@
are input, Ajax request is called again, but it submits a value starting from the last
token:</para>
<figure>
- <title><rich:suggestionBox> with chosen word</title>
+ <title><emphasis role="bold"><property><rich:suggestionBox></property></emphasis> with chosen word</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/suggestionbox3.png"/>
@@ -225,7 +225,7 @@
<para>It looks on a page in the following way:</para>
<figure>
- <title><rich:suggestionBox> with empty list</title>
+ <title><emphasis role="bold"><property><rich:suggestionBox></property></emphasis> with empty list</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/suggestionbox5.png"/>
@@ -504,7 +504,7 @@
</para>
<programlisting role="CSS"><![CDATA[...
.rich-sb-int{
-font-weight:bold;
+ font-weight:bold;
}
...]]></programlisting>
@@ -530,7 +530,7 @@
</para>
<programlisting role="CSS"><![CDATA[...
.myClass{
-background-color:#f0ddcd;
+ background-color:#f0ddcd;
}
...]]></programlisting>
<para>The <emphasis><property>"selectedClass"</property></emphasis> attribute for <emphasis role="bold"
@@ -545,7 +545,7 @@
<para>This is a result:</para>
<figure>
- <title>Redefinition styles with own classes and styleClass attributes</title>
+ <title>Redefinition styles with own classes and <emphasis><property>styleClass</property></emphasis> attributes</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/suggestionBoxStyle.png"/>
Modified: trunk/docs/userguide/en/src/main/docbook/included/tab.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/tab.desc.xml 2008-02-12 06:49:45 UTC (rev 6020)
+++ trunk/docs/userguide/en/src/main/docbook/included/tab.desc.xml 2008-02-12 11:49:08 UTC (rev 6021)
@@ -9,7 +9,7 @@
<title>Description</title>
<para>A <property>tab</property> section within a tab panel.</para>
<figure>
- <title><rich:tab> component</title>
+ <title><emphasis role="bold"><property><rich:tab></property></emphasis> component</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/tab.png"/>
Modified: trunk/docs/userguide/en/src/main/docbook/included/tab.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/tab.xml 2008-02-12 06:49:45 UTC (rev 6020)
+++ trunk/docs/userguide/en/src/main/docbook/included/tab.xml 2008-02-12 11:49:08 UTC (rev 6021)
@@ -109,7 +109,7 @@
<para>With this example it's possible to generate the <property>tab panel</property>
with the second disabled and two active <property>tabs</property> (see the picture).</para>
<figure>
- <title><rich:tabPanel> with disabled <rich:tab></title>
+ <title><emphasis role="bold"><property><rich:tabPanel></property></emphasis> with disabled <emphasis role="bold"><property><rich:tab></property></emphasis></title>
<mediaobject>
<imageobject>
<imagedata fileref="images/tab2.png"/>
@@ -317,7 +317,7 @@
<row>
<entry>rich-tab-label</entry>
- <entry>Defines styles for a tab lable</entry>
+ <entry>Defines styles for a tab label</entry>
</row>
</tbody>
</tgroup>
Modified: trunk/docs/userguide/en/src/main/docbook/included/tabPanel.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/tabPanel.desc.xml 2008-02-12 06:49:45 UTC (rev 6020)
+++ trunk/docs/userguide/en/src/main/docbook/included/tabPanel.desc.xml 2008-02-12 11:49:08 UTC (rev 6021)
@@ -9,7 +9,7 @@
<title>Description</title>
<para>A <property>tab panel</property> displaying tabs for grouping content of the panel.</para>
<figure>
- <title><rich:tabPanel> component</title>
+ <title><emphasis role="bold"><property><rich:tabPanel></property></emphasis> component</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/tabPanel.png"/>
Modified: trunk/docs/userguide/en/src/main/docbook/included/tabPanel.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/tabPanel.xml 2008-02-12 06:49:45 UTC (rev 6020)
+++ trunk/docs/userguide/en/src/main/docbook/included/tabPanel.xml 2008-02-12 11:49:08 UTC (rev 6021)
@@ -134,7 +134,7 @@
]]></programlisting>
<figure>
- <title><rich:tabPanel> with right aligned tabs</title>
+ <title><emphasis role="bold"><property><rich:tabPanel></property></emphasis> with right aligned tabs</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/tabPanel1.png"/>
@@ -201,7 +201,7 @@
</table>
<table>
- <title>Skin parameters redefinition for an internal contant</title>
+ <title>Skin parameters redefinition for an internal content</title>
<tgroup cols="2">
<thead>
<row>
@@ -370,7 +370,7 @@
<para>This is a result:</para>
<figure>
- <title>Redefinition styles with own classes and styleClass attributes</title>
+ <title>Redefinition styles with own classes and <emphasis><property>styleClass</property></emphasis> attributes</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/tabPanel_CS2.png"/>
Modified: trunk/docs/userguide/en/src/main/docbook/included/toggleControl.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/toggleControl.desc.xml 2008-02-12 06:49:45 UTC (rev 6020)
+++ trunk/docs/userguide/en/src/main/docbook/included/toggleControl.desc.xml 2008-02-12 11:49:08 UTC (rev 6021)
@@ -16,7 +16,7 @@
<emphasis ><property>"stateOrder"</property></emphasis> attributes) is
shown.</para>
<figure>
- <title><rich:toggleControl> component</title>
+ <title><emphasis role="bold"><property><rich:toggleControl></property></emphasis> component</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/toggleControl.png"/>
Modified: trunk/docs/userguide/en/src/main/docbook/included/togglePanel.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/togglePanel.desc.xml 2008-02-12 06:49:45 UTC (rev 6020)
+++ trunk/docs/userguide/en/src/main/docbook/included/togglePanel.desc.xml 2008-02-12 11:49:08 UTC (rev 6021)
@@ -11,7 +11,7 @@
the corresponding <property>toggleControl</property>
(the other is hidden).</para>
<figure>
- <title><rich:togglePanel> component</title>
+ <title><emphasis role="bold"><property><rich:togglePanel></property></emphasis> component</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/togglePanel.png"/>
Modified: trunk/docs/userguide/en/src/main/docbook/included/toolBar.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/toolBar.desc.xml 2008-02-12 06:49:45 UTC (rev 6020)
+++ trunk/docs/userguide/en/src/main/docbook/included/toolBar.desc.xml 2008-02-12 11:49:08 UTC (rev 6021)
@@ -9,7 +9,7 @@
<title>Description</title>
<para>A horizontal bar with Action items on it that accepts any JSF components as children.</para>
<figure>
- <title><rich:toolBar> with action items</title>
+ <title><emphasis role="bold"><property><rich:toolBar></property></emphasis> with action items</title>
<mediaobject>
<imageobject>
Modified: trunk/docs/userguide/en/src/main/docbook/included/toolBar.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/toolBar.xml 2008-02-12 06:49:45 UTC (rev 6020)
+++ trunk/docs/userguide/en/src/main/docbook/included/toolBar.xml 2008-02-12 11:49:08 UTC (rev 6021)
@@ -87,7 +87,7 @@
</itemizedlist>
<para>For example, when setting a separator of a disc type, the following result is produced:</para>
<figure>
- <title><rich:toolBar> with a <emphasis><property>"disc"</property></emphasis> separator</title>
+ <title><emphasis role="bold"><property><rich:toolBar></property></emphasis> with a <emphasis><property>"disc"</property></emphasis> separator</title>
<mediaobject>
<imageobject>
@@ -262,7 +262,7 @@
<para>This is a result:</para>
<figure>
- <title>Redefinition styles with own classes and styleClass attributes</title>
+ <title>Redefinition styles with own classes and <emphasis><property>styleClass</property></emphasis> attributes</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/toolBarStyle.png"/>
Modified: trunk/docs/userguide/en/src/main/docbook/included/toolBarGroup.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/toolBarGroup.desc.xml 2008-02-12 06:49:45 UTC (rev 6020)
+++ trunk/docs/userguide/en/src/main/docbook/included/toolBarGroup.desc.xml 2008-02-12 11:49:08 UTC (rev 6021)
@@ -9,7 +9,7 @@
<title>Description</title>
<para>A group of items inside a tool bar.</para>
<figure>
- <title><rich:toolbarGroup> with items on it</title>
+ <title><emphasis role="bold"><property><rich:toolbarGroup></property></emphasis> with items on it</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/toolbarGroup.png" scalefit="1"/>
Modified: trunk/docs/userguide/en/src/main/docbook/included/toolBarGroup.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/toolBarGroup.xml 2008-02-12 06:49:45 UTC (rev 6020)
+++ trunk/docs/userguide/en/src/main/docbook/included/toolBarGroup.xml 2008-02-12 11:49:08 UTC (rev 6021)
@@ -117,7 +117,7 @@
]]></programlisting>
<para>The code result is the following:</para>
<figure>
- <title>Stylized <rich:toolBarGroup></title>
+ <title>Stylized <emphasis role="bold"><property><rich:toolbarGroup></property></emphasis></title>
<mediaobject>
<imageobject>
<imagedata fileref="images/toolBar3.png"/>
Modified: trunk/docs/userguide/en/src/main/docbook/included/toolTip.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/toolTip.desc.xml 2008-02-12 06:49:45 UTC (rev 6020)
+++ trunk/docs/userguide/en/src/main/docbook/included/toolTip.desc.xml 2008-02-12 11:49:08 UTC (rev 6021)
@@ -10,7 +10,7 @@
<para>The component used for creation non-modal popup that activated on some event and display some information.
</para>
<figure>
- <title><rich:toolTip> component</title>
+ <title><emphasis role="bold"><property><rich:toolTip></property></emphasis> component</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/tooltip1.png"/>
Modified: trunk/docs/userguide/en/src/main/docbook/included/toolTip.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/toolTip.xml 2008-02-12 06:49:45 UTC (rev 6020)
+++ trunk/docs/userguide/en/src/main/docbook/included/toolTip.xml 2008-02-12 11:49:08 UTC (rev 6021)
@@ -102,7 +102,7 @@
This is the result:
</para>
<figure>
- <title><rich:toolTip> component with default content</title>
+ <title><emphasis role="bold"><property><rich:toolTip></property></emphasis> component with default content</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/toolTip2.png"/>
@@ -113,7 +113,7 @@
And after <property>toolTip</property> loaded it is changed to next one:
</para>
<figure>
- <title><rich:toolTip> component with loaded content</title>
+ <title><emphasis role="bold"><property><rich:toolTip></property></emphasis> component with loaded content</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/toolTip3.png"/>
@@ -157,7 +157,7 @@
<para>Here, the attribute <emphasis><property>"for"</property></emphasis> of a <emphasis role="bold">
<property><rich:toolTip></property>
- </emphasis> component is required. Whithout it an example doesn’t work because HTML elements aren't presented in component tree built by facelets.
+ </emphasis> component is required. Without it an example doesn't work because HTML elements aren't presented in component tree built by facelets.
</para>
<para>
@@ -173,7 +173,7 @@
</para>
<para>
Disabled <property>toolTip</property> is rendered to a page as usual but JS that responds for its activation is
-disabled until Enable() is called.
+disabled until enable() is called.
</para>
<para>
Moreover, to add some JavaScript effects, client events defined on it are used:
@@ -218,25 +218,25 @@
<tbody>
<row>
- <entry>Show()</entry>
+ <entry>show()</entry>
<entry>Shows the corresponding toolTip</entry>
</row>
<row>
- <entry>Hide()</entry>
+ <entry>hide()</entry>
<entry>Hides the corresponding toolTip</entry>
</row>
<row>
- <entry>Enable()</entry>
+ <entry>enable()</entry>
<entry>Enables the corresponding toolTip</entry>
</row>
<row>
- <entry>Disable()</entry>
+ <entry>disable()</entry>
<entry>Disables the corresponding toolTip</entry>
</row>
@@ -389,7 +389,7 @@
<para>This is a result:</para>
<figure>
- <title>Redefinition styles with own classes and styleClass attributes</title>
+ <title>Redefinition styles with own classes and <emphasis><property>styleClass</property></emphasis> attributes</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/tooltip_CS2.png"/>
Modified: trunk/docs/userguide/en/src/main/docbook/included/tree.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/tree.desc.xml 2008-02-12 06:49:45 UTC (rev 6020)
+++ trunk/docs/userguide/en/src/main/docbook/included/tree.desc.xml 2008-02-12 11:49:08 UTC (rev 6021)
@@ -10,7 +10,7 @@
<para>A component for a tree-like presentation of data. It includes built-in drag and drop
support for its child elements.</para>
<figure>
- <title>Expanded <rich:tree> with child elements</title>
+ <title>Expanded <emphasis role="bold"><property><rich:tree></property></emphasis> with child elements</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/tree1.png"/>
Modified: trunk/docs/userguide/en/src/main/docbook/included/treeNode.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/treeNode.desc.xml 2008-02-12 06:49:45 UTC (rev 6020)
+++ trunk/docs/userguide/en/src/main/docbook/included/treeNode.desc.xml 2008-02-12 11:49:08 UTC (rev 6021)
@@ -9,7 +9,7 @@
<title>Description</title>
<para>A component is used for designing templates for nodes definition.</para>
<figure>
- <title><rich:treeNode> component</title>
+ <title><emphasis role="bold"><property><rich:treeNode></property></emphasis> component</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/treeNode.png"/>
Modified: trunk/docs/userguide/en/src/main/docbook/included/treeNodesAdaptor.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/treeNodesAdaptor.desc.xml 2008-02-12 06:49:45 UTC (rev 6020)
+++ trunk/docs/userguide/en/src/main/docbook/included/treeNodesAdaptor.desc.xml 2008-02-12 11:49:08 UTC (rev 6021)
@@ -12,7 +12,7 @@
</para>
<figure>
- <title>Expanded tree with <rich:treeNodesAdaptor></title>
+ <title>Expanded tree with <emphasis role="bold"><property><rich:treeNodesAdaptor></property></emphasis></title>
<mediaobject>
<imageobject>
<imagedata fileref="images/treeNodesAdaptor1.png"/>
Modified: trunk/docs/userguide/en/src/main/docbook/included/treeNodesAdaptor.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/treeNodesAdaptor.xml 2008-02-12 06:49:45 UTC (rev 6020)
+++ trunk/docs/userguide/en/src/main/docbook/included/treeNodesAdaptor.xml 2008-02-12 11:49:08 UTC (rev 6021)
@@ -115,6 +115,6 @@
<title>Relevant Resources Links</title>
<para><ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/treeNodesAdaptor.jsf?..."
>Here</ulink> you can see the example of <emphasis role="bold"
- ><rich:treeNodesAdaptor ></emphasis> usage and sources for the given example. </para>
+ ><property><rich:treeNodesAdaptor ></property></emphasis> usage and sources for the given example. </para>
</section>
</section>
18 years, 2 months
JBoss Rich Faces SVN: r6020 - management/design/progressBar/markup.
by richfaces-svn-commits@lists.jboss.org
Author: admitriev
Date: 2008-02-12 01:49:45 -0500 (Tue, 12 Feb 2008)
New Revision: 6020
Modified:
management/design/progressBar/markup/ProgressBar.html
Log:
http://jira.jboss.com:80/jira/browse/RF-1696
Modified: management/design/progressBar/markup/ProgressBar.html
===================================================================
--- management/design/progressBar/markup/ProgressBar.html 2008-02-11 19:27:18 UTC (rev 6019)
+++ management/design/progressBar/markup/ProgressBar.html 2008-02-12 06:49:45 UTC (rev 6020)
@@ -1,7 +1,7 @@
<html>
<head>
<title>1</title>
-<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
+<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<style>
fieldset{padding : 30px; border : 1px solid #c0c0c0;}
18 years, 2 months
JBoss Rich Faces SVN: r6019 - in trunk/docs/userguide/en/src/main: resources/images and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: vsukhov
Date: 2008-02-11 14:27:18 -0500 (Mon, 11 Feb 2008)
New Revision: 6019
Added:
trunk/docs/userguide/en/src/main/resources/images/comboBoxClass.png
trunk/docs/userguide/en/src/main/resources/images/comboBoxStyle.png
Modified:
trunk/docs/userguide/en/src/main/docbook/included/comboBox.xml
Log:
RF-1216 I've added information about event attribures. Code samples added.
Modified: trunk/docs/userguide/en/src/main/docbook/included/comboBox.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/comboBox.xml 2008-02-11 19:17:32 UTC (rev 6018)
+++ trunk/docs/userguide/en/src/main/docbook/included/comboBox.xml 2008-02-11 19:27:18 UTC (rev 6019)
@@ -151,9 +151,22 @@
<para>
The <emphasis><property> "defaultLabel"</property></emphasis> attribute defines the default label of the input element.
</para>
-
-
- </section>
+ <para>
+ The <emphasis role="bold"><property><rich:comboBox></property></emphasis> component provides to use
+ specific event attributes:
+ <itemizedlist>
+ <listitem>
+ <emphasis><property> "onlistcall"</property></emphasis> is fired before the list opening
+ </listitem>
+ <listitem>
+ <emphasis><property> "onselected"</property></emphasis> is fired after some value from popup list was chosen
+ </listitem>
+ <listitem>
+ <emphasis><property> "onchange"</property></emphasis> is fired both with onselected and after the input value changed
+ </listitem>
+ </itemizedlist>
+ </para>
+ </section>
<section>
<title>JavaScript API</title>
<table>
@@ -266,32 +279,8 @@
</tbody>
</tgroup>
</table>
+
<table>
- <title>Skin parameters redefinition for a popup list</title>
- <tgroup cols="2">
- <thead>
- <row>
- <entry>Skin parameters</entry>
- <entry>CSS properties</entry>
- </row>
- </thead>
- <tbody>
- <row>
- <entry>itemSizeFont</entry>
- <entry>font-size</entry>
- </row>
- <row>
- <entry>itemFamilyFont</entry>
- <entry>font-family</entry>
- </row>
- <row>
- <entry>itemTextColor</entry>
- <entry>color</entry>
- </row>
- </tbody>
- </tgroup>
- </table>
- <table>
<title>Skin parameters redefinition for a default message</title>
<tgroup cols="2">
<thead>
@@ -374,7 +363,7 @@
</mediaobject>
</figure-->
- <table>
+ <table id="comboBoxC">
<title>Classes names that define shadow representation</title>
<tgroup cols="2">
<thead>
@@ -491,12 +480,69 @@
</tbody>
</tgroup>
</table>
- <para>In order to redefine styles for all <emphasis role="bold"><property><rich:comboBox></property></emphasis> components on a page using CSS,
- it's enough to create classes with the same names and define necessary properties in them.
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:comboBox></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names (possible classes could be found in the tables <link linkend="comboBoxC"> above</link>) and define necessary properties in them. </para>
+
+ <para>
+ <emphasis role="bold">Example:</emphasis>
</para>
- <para>To change styles of particular <emphasis role="bold"><property><rich:comboBox></property></emphasis> components,
- define your own style classes in the corresponding <emphasis role="bold"><property><rich:comboBox></property></emphasis> component attributes.
+ <programlisting role="CSS"><![CDATA[...
+.rich-combobox-list-decoration{
+ background-color:#ecf4fe;
+}
+...]]></programlisting>
+
+ <para>This is a result:</para>
+
+ <figure>
+ <title>Redefinition styles with predefined classes</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/comboboxClass.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <para>In the example background color for popup list was changed.</para>
+
+ <para>Also it’s possible to change styles of particular <emphasis role="bold"
+ ><property><rich:comboBox></property></emphasis> component. In this case you should create own style classes and use them in corresponding <emphasis role="bold"
+ ><property><rich:comboBox></property></emphasis> <property>styleClass</property> attributes. An example is placed below:</para>
+
+ <para>
+ <emphasis role="bold">Example:</emphasis>
</para>
+ <programlisting role="CSS"><![CDATA[...
+.myClass{
+ font-weight:bold;
+}
+...]]></programlisting>
+ <para>The <emphasis><property>"styleClass"</property></emphasis> attribute for <emphasis role="bold"
+ ><property><rich:comboBox></property></emphasis> is defined as it’s shown in the example below:</para>
+
+ <para>
+ <emphasis role="bold">Example:</emphasis>
+ </para>
+ <programlisting role="CSS"><![CDATA[<cmb:comboBox ... styleClass="myClass"/>
+]]></programlisting>
+
+ <para>This is a result:</para>
+
+ <figure>
+ <title>Redefinition styles with own classes and styleClass attributes</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/comboboxStyle.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <para>As it could be seen on the picture above, the font weight for items was changed.</para>
+
+
+
</section>
<section>
<title>Relevant Resources Links</title>
Added: trunk/docs/userguide/en/src/main/resources/images/comboBoxClass.png
===================================================================
(Binary files differ)
Property changes on: trunk/docs/userguide/en/src/main/resources/images/comboBoxClass.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/docs/userguide/en/src/main/resources/images/comboBoxStyle.png
===================================================================
(Binary files differ)
Property changes on: trunk/docs/userguide/en/src/main/resources/images/comboBoxStyle.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
18 years, 2 months
JBoss Rich Faces SVN: r6018 - in tags: 3.1.4.SR1 and 159 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: alexsmirnov
Date: 2008-02-11 14:17:32 -0500 (Mon, 11 Feb 2008)
New Revision: 6018
Added:
tags/3.1.4.SR1/
tags/3.1.4.SR1/framework/api/src/main/java/org/ajax4jsf/resource/util/
tags/3.1.4.SR1/framework/api/src/main/java/org/ajax4jsf/resource/util/URLToStreamHelper.java
tags/3.1.4.SR1/framework/impl/src/main/java/org/ajax4jsf/resource/CompressedScriptRenderer.java
tags/3.1.4.SR1/ui/assembly/src/main/config/
tags/3.1.4.SR1/ui/assembly/src/main/config/META-INF/
tags/3.1.4.SR1/ui/assembly/src/main/config/META-INF/resources-config.xml
Removed:
tags/3.1.4.SR1/framework/api/src/main/java/org/ajax4jsf/resource/util/URLToStreamHelper.java
tags/3.1.4.SR1/ui/assembly/src/main/config/META-INF/
tags/3.1.4.SR1/ui/assembly/src/main/config/META-INF/resources-config.xml
Modified:
tags/3.1.4.SR1/cdk/generator/pom.xml
tags/3.1.4.SR1/cdk/maven-archetype-jsf-component/pom.xml
tags/3.1.4.SR1/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml
tags/3.1.4.SR1/cdk/maven-archetype-jsfwebapp/pom.xml
tags/3.1.4.SR1/cdk/maven-cdk-plugin/pom.xml
tags/3.1.4.SR1/cdk/maven-cdk-plugin/src/main/java/org/ajax4jsf/builder/mojo/AbstractCDKMojo.java
tags/3.1.4.SR1/cdk/maven-cdk-plugin/src/main/java/org/ajax4jsf/builder/mojo/AssemblyLibraryMojo.java
tags/3.1.4.SR1/cdk/maven-cdk-plugin/src/main/java/org/ajax4jsf/builder/mojo/Library.java
tags/3.1.4.SR1/cdk/maven-cdk-plugin/src/main/java/org/ajax4jsf/builder/mojo/Taglib.java
tags/3.1.4.SR1/cdk/maven-javascript-plugin/pom.xml
tags/3.1.4.SR1/cdk/pom.xml
tags/3.1.4.SR1/docs/faq/en/pom.xml
tags/3.1.4.SR1/docs/faq/pom.xml
tags/3.1.4.SR1/docs/highlight/pom.xml
tags/3.1.4.SR1/docs/pom.xml
tags/3.1.4.SR1/docs/userguide/en/pom.xml
tags/3.1.4.SR1/docs/userguide/pom.xml
tags/3.1.4.SR1/docs/xslt/en/pom.xml
tags/3.1.4.SR1/docs/xslt/pom.xml
tags/3.1.4.SR1/extensions/gwt/pom.xml
tags/3.1.4.SR1/extensions/pom.xml
tags/3.1.4.SR1/extensions/portlet/pom.xml
tags/3.1.4.SR1/extensions/portletbridge/pom.xml
tags/3.1.4.SR1/extensions/portletbridge/portletbridge-api/pom.xml
tags/3.1.4.SR1/extensions/portletbridge/portletbridge-impl/pom.xml
tags/3.1.4.SR1/extensions/seam/pom.xml
tags/3.1.4.SR1/extensions/trinidad/pom.xml
tags/3.1.4.SR1/framework/api-parent/pom.xml
tags/3.1.4.SR1/framework/api/pom.xml
tags/3.1.4.SR1/framework/api/src/main/java/org/ajax4jsf/context/AjaxContext.java
tags/3.1.4.SR1/framework/api/src/main/java/org/ajax4jsf/resource/InternetResourceBuilder.java
tags/3.1.4.SR1/framework/api/src/main/java/org/richfaces/skin/SkinFactory.java
tags/3.1.4.SR1/framework/impl-parent/pom.xml
tags/3.1.4.SR1/framework/impl/pom.xml
tags/3.1.4.SR1/framework/impl/src/main/java/org/ajax4jsf/cache/CacheManager.java
tags/3.1.4.SR1/framework/impl/src/main/java/org/ajax4jsf/renderkit/compiler/HtmlCompiler.java
tags/3.1.4.SR1/framework/impl/src/main/java/org/ajax4jsf/resource/InternetResourceService.java
tags/3.1.4.SR1/framework/impl/src/main/java/org/ajax4jsf/resource/JarResource.java
tags/3.1.4.SR1/framework/impl/src/main/java/org/ajax4jsf/resource/ResourceBuilderImpl.java
tags/3.1.4.SR1/framework/impl/src/main/java/org/ajax4jsf/resource/ScriptRenderer.java
tags/3.1.4.SR1/framework/impl/src/main/java/org/ajax4jsf/resource/cached/CachedResourceBuilder.java
tags/3.1.4.SR1/framework/impl/src/main/java/org/ajax4jsf/util/ServicesUtils.java
tags/3.1.4.SR1/framework/impl/src/main/java/org/ajax4jsf/webapp/ConfigurableXMLFilter.java
tags/3.1.4.SR1/framework/impl/src/main/java/org/ajax4jsf/webapp/tidy/TidyXMLFilter.java
tags/3.1.4.SR1/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/CharInfo.java
tags/3.1.4.SR1/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/OutputPropertiesFactory.java
tags/3.1.4.SR1/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SecuritySupport.java
tags/3.1.4.SR1/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SecuritySupport12.java
tags/3.1.4.SR1/framework/impl/src/main/java/org/richfaces/VersionBean.java
tags/3.1.4.SR1/framework/impl/src/main/java/org/richfaces/renderkit/TemplateEncoderRendererBase.java
tags/3.1.4.SR1/framework/impl/src/main/java/org/richfaces/skin/SkinFactoryImpl.java
tags/3.1.4.SR1/framework/impl/src/main/resources/META-INF/resources-config.xml
tags/3.1.4.SR1/framework/pom.xml
tags/3.1.4.SR1/framework/test/pom.xml
tags/3.1.4.SR1/pom.xml
tags/3.1.4.SR1/samples/ajaxPortlet/pom.xml
tags/3.1.4.SR1/samples/calendar-sample/pom.xml
tags/3.1.4.SR1/samples/contextMenuDemo/pom.xml
tags/3.1.4.SR1/samples/dataFilterSliderDemo/pom.xml
tags/3.1.4.SR1/samples/dataTableDemo/pom.xml
tags/3.1.4.SR1/samples/datascroller-sample/pom.xml
tags/3.1.4.SR1/samples/dragDropDemo/pom.xml
tags/3.1.4.SR1/samples/dropdownmenu-sample/pom.xml
tags/3.1.4.SR1/samples/effect-sample/pom.xml
tags/3.1.4.SR1/samples/gmap-sample/pom.xml
tags/3.1.4.SR1/samples/inputNumberSliderDemo/pom.xml
tags/3.1.4.SR1/samples/inputNumberSpinnerDemo/pom.xml
tags/3.1.4.SR1/samples/jQuery-sample/pom.xml
tags/3.1.4.SR1/samples/listShuttleDemo/pom.xml
tags/3.1.4.SR1/samples/local-value-demo/pom.xml
tags/3.1.4.SR1/samples/modalpanel-sample/pom.xml
tags/3.1.4.SR1/samples/orderingListDemo/pom.xml
tags/3.1.4.SR1/samples/panel-sample/pom.xml
tags/3.1.4.SR1/samples/panelbar-sample/pom.xml
tags/3.1.4.SR1/samples/panelmenu-sample/pom.xml
tags/3.1.4.SR1/samples/pom.xml
tags/3.1.4.SR1/samples/portal-echo/pom.xml
tags/3.1.4.SR1/samples/rich-message-demo/pom.xml
tags/3.1.4.SR1/samples/richfaces-art-datatable/pom.xml
tags/3.1.4.SR1/samples/richfaces-demo/pom.xml
tags/3.1.4.SR1/samples/richfaces-demo/src/main/webapp/WEB-INF/web.xml
tags/3.1.4.SR1/samples/richfaces-ear-demo/ejb/pom.xml
tags/3.1.4.SR1/samples/richfaces-ear-demo/pom.xml
tags/3.1.4.SR1/samples/richfaces-ear-demo/richfacesEAR/pom.xml
tags/3.1.4.SR1/samples/richfaces-ear-demo/webapp/pom.xml
tags/3.1.4.SR1/samples/seamEAR/ear/pom.xml
tags/3.1.4.SR1/samples/seamEAR/ejbs/pom.xml
tags/3.1.4.SR1/samples/seamEAR/pom.xml
tags/3.1.4.SR1/samples/seamEAR/primary-source/pom.xml
tags/3.1.4.SR1/samples/seamEAR/projects/logging/pom.xml
tags/3.1.4.SR1/samples/seamEAR/projects/pom.xml
tags/3.1.4.SR1/samples/seamEAR/wars/pom.xml
tags/3.1.4.SR1/samples/seamEAR/wars/seamWebapp/pom.xml
tags/3.1.4.SR1/samples/seamIntegration/pom.xml
tags/3.1.4.SR1/samples/seamPortletEar/ear/pom.xml
tags/3.1.4.SR1/samples/seamPortletEar/pom.xml
tags/3.1.4.SR1/samples/seamPortletEar/seamBooking/pom.xml
tags/3.1.4.SR1/samples/seamPortletEar/seamBookingPortlet/pom.xml
tags/3.1.4.SR1/samples/separator-sample/pom.xml
tags/3.1.4.SR1/samples/simpleTogglePanel-sample/pom.xml
tags/3.1.4.SR1/samples/skins/pom.xml
tags/3.1.4.SR1/samples/suggestionbox-sample/pom.xml
tags/3.1.4.SR1/samples/tabPanelDemo/pom.xml
tags/3.1.4.SR1/samples/togglePanel-sample/pom.xml
tags/3.1.4.SR1/samples/tomahawkCompability/pom.xml
tags/3.1.4.SR1/samples/toolBarDemo/pom.xml
tags/3.1.4.SR1/samples/tooltip-sample/pom.xml
tags/3.1.4.SR1/samples/tree-demo/pom.xml
tags/3.1.4.SR1/samples/treeModelDemo/pom.xml
tags/3.1.4.SR1/samples/useCases/pom.xml
tags/3.1.4.SR1/samples/virtualEarth-sample/pom.xml
tags/3.1.4.SR1/sandbox/api/pom.xml
tags/3.1.4.SR1/sandbox/impl/pom.xml
tags/3.1.4.SR1/sandbox/pom.xml
tags/3.1.4.SR1/sandbox/samples/dialog-window-sample/pom.xml
tags/3.1.4.SR1/sandbox/samples/panel2-sample/pom.xml
tags/3.1.4.SR1/sandbox/samples/pom.xml
tags/3.1.4.SR1/sandbox/samples/rich-message-demo/pom.xml
tags/3.1.4.SR1/sandbox/samples/simpleTogglePanel2-sample/pom.xml
tags/3.1.4.SR1/sandbox/ui/dialog-window/pom.xml
tags/3.1.4.SR1/sandbox/ui/panel2/pom.xml
tags/3.1.4.SR1/sandbox/ui/pom.xml
tags/3.1.4.SR1/sandbox/ui/simpleTogglePanel2/pom.xml
tags/3.1.4.SR1/sandbox/ui/state/pom.xml
tags/3.1.4.SR1/test-applications/facelets/pom.xml
tags/3.1.4.SR1/test-applications/jsp/pom.xml
tags/3.1.4.SR1/test-applications/pom.xml
tags/3.1.4.SR1/ui/assembly/pom.xml
tags/3.1.4.SR1/ui/calendar/pom.xml
tags/3.1.4.SR1/ui/componentControl/pom.xml
tags/3.1.4.SR1/ui/contextMenu/pom.xml
tags/3.1.4.SR1/ui/core/pom.xml
tags/3.1.4.SR1/ui/create.bat
tags/3.1.4.SR1/ui/create.sh
tags/3.1.4.SR1/ui/dataFilterSlider/pom.xml
tags/3.1.4.SR1/ui/dataTable/pom.xml
tags/3.1.4.SR1/ui/datascroller/pom.xml
tags/3.1.4.SR1/ui/drag-drop/pom.xml
tags/3.1.4.SR1/ui/dropdown-menu/pom.xml
tags/3.1.4.SR1/ui/effect/pom.xml
tags/3.1.4.SR1/ui/gmap/pom.xml
tags/3.1.4.SR1/ui/inputnumber-slider/pom.xml
tags/3.1.4.SR1/ui/inputnumber-spinner/pom.xml
tags/3.1.4.SR1/ui/insert/pom.xml
tags/3.1.4.SR1/ui/jQuery/pom.xml
tags/3.1.4.SR1/ui/listShuttle/pom.xml
tags/3.1.4.SR1/ui/menu-components/pom.xml
tags/3.1.4.SR1/ui/message/pom.xml
tags/3.1.4.SR1/ui/modal-panel/pom.xml
tags/3.1.4.SR1/ui/orderingList/pom.xml
tags/3.1.4.SR1/ui/paint2D/pom.xml
tags/3.1.4.SR1/ui/panel/pom.xml
tags/3.1.4.SR1/ui/panelbar/pom.xml
tags/3.1.4.SR1/ui/panelmenu/pom.xml
tags/3.1.4.SR1/ui/pom.xml
tags/3.1.4.SR1/ui/scrollableDataTable/pom.xml
tags/3.1.4.SR1/ui/separator/pom.xml
tags/3.1.4.SR1/ui/simpleTogglePanel/pom.xml
tags/3.1.4.SR1/ui/spacer/pom.xml
tags/3.1.4.SR1/ui/suggestionbox/pom.xml
tags/3.1.4.SR1/ui/tabPanel/pom.xml
tags/3.1.4.SR1/ui/togglePanel/pom.xml
tags/3.1.4.SR1/ui/toolBar/pom.xml
tags/3.1.4.SR1/ui/tooltip/pom.xml
tags/3.1.4.SR1/ui/tree/pom.xml
tags/3.1.4.SR1/ui/treeModel/pom.xml
tags/3.1.4.SR1/ui/virtualEarth/pom.xml
Log:
mark 3.1.4 service release
Copied: tags/3.1.4.SR1 (from rev 6013, tags/3.1.4.GA)
Modified: tags/3.1.4.SR1/cdk/generator/pom.xml
===================================================================
--- tags/3.1.4.GA/cdk/generator/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/cdk/generator/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,12 +2,12 @@
<parent>
<artifactId>cdk</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>generator</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<name>Java Server Faces component generator</name>
<build>
<plugins>
Modified: tags/3.1.4.SR1/cdk/maven-archetype-jsf-component/pom.xml
===================================================================
--- tags/3.1.4.GA/cdk/maven-archetype-jsf-component/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/cdk/maven-archetype-jsf-component/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,11 +2,11 @@
<parent>
<artifactId>cdk</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-archetype-jsf-component</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<name>Archetype - maven-archetype-jsf-component</name>
</project>
\ No newline at end of file
Modified: tags/3.1.4.SR1/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml
===================================================================
--- tags/3.1.4.GA/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -10,7 +10,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<configuration>
<library>
<prefix>${groupId}</prefix>
Modified: tags/3.1.4.SR1/cdk/maven-archetype-jsfwebapp/pom.xml
===================================================================
--- tags/3.1.4.GA/cdk/maven-archetype-jsfwebapp/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/cdk/maven-archetype-jsfwebapp/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,11 +2,11 @@
<parent>
<artifactId>cdk</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-archetype-jsfwebapp</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<name>Archetype for jsf webapp project</name>
</project>
\ No newline at end of file
Modified: tags/3.1.4.SR1/cdk/maven-cdk-plugin/pom.xml
===================================================================
--- tags/3.1.4.GA/cdk/maven-cdk-plugin/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/cdk/maven-cdk-plugin/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,12 +2,12 @@
<parent>
<artifactId>cdk</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<packaging>maven-plugin</packaging>
<name>Maven plugin for JSF components code generation</name>
<dependencies>
@@ -50,7 +50,7 @@
<dependency>
<groupId>org.richfaces.cdk</groupId>
<artifactId>generator</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.4.SR1/cdk/maven-cdk-plugin/src/main/java/org/ajax4jsf/builder/mojo/AbstractCDKMojo.java
===================================================================
--- tags/3.1.4.GA/cdk/maven-cdk-plugin/src/main/java/org/ajax4jsf/builder/mojo/AbstractCDKMojo.java 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/cdk/maven-cdk-plugin/src/main/java/org/ajax4jsf/builder/mojo/AbstractCDKMojo.java 2008-02-11 19:17:32 UTC (rev 6018)
@@ -40,6 +40,7 @@
import org.apache.velocity.exception.MethodInvocationException;
import org.apache.velocity.exception.ParseErrorException;
import org.apache.velocity.exception.ResourceNotFoundException;
+import org.codehaus.plexus.velocity.DefaultVelocityComponent;
import org.codehaus.plexus.velocity.VelocityComponent;
/**
@@ -156,9 +157,11 @@
library.setPrefix(project.getGroupId());
}
+ getLog().debug("Default prefix for a generated packages: "+library.getPrefix());
if (null == library.getDescription()) {
library.setDescription(project.getDescription());
}
+ getLog().debug("Library description: "+library.getDescription());
if( null == library.getJsfVersion()){
String version = Library.JSF11;
// Check version-specific methods in UIComponent class
@@ -176,6 +179,10 @@
}
library.setJsfVersion(version);
}
+
+ //velocity = new DefaultVelocityComponent();
+
+ getLog().debug("Generate files for a JSF "+library.getJsfVersion());
Renderkit[] renderkits = library.getRenderkits();
if (null != renderkits) {
for (int i = 0; i < renderkits.length; i++) {
@@ -233,6 +240,8 @@
if(null == taglib.getTaglib()){
taglib.setTaglib(taglib.getShortName());
}
+ getLog().debug("Taglib uri is " + taglib.getUri());
+ getLog().debug("Taglib shortname is " + taglib.getShortName());
if (null != library.getTaglibs() && library.getTaglibs().length > 0) {
for (int i = 0; i < library.getTaglibs().length; i++) {
Taglib t = library.getTaglibs()[i];
@@ -259,16 +268,16 @@
ClassLoader classLoader = Thread.currentThread()
.getContextClassLoader();
try {
- List compileClasspathElements = project
+ List<?> compileClasspathElements = project
.getCompileClasspathElements();
String outputDirectory = project.getBuild().getOutputDirectory();
URL[] urls = new URL[compileClasspathElements.size() + 1];
int i = 0;
- urls[i++] = new File(outputDirectory).toURL();
- for (Iterator iter = compileClasspathElements.iterator(); iter
+ urls[i++] = new File(outputDirectory).toURI().toURL();
+ for (Iterator<?> iter = compileClasspathElements.iterator(); iter
.hasNext();) {
String element = (String) iter.next();
- urls[i++] = new File(element).toURL();
+ urls[i++] = new File(element).toURI().toURL();
}
if (useCCL) {
@@ -306,7 +315,9 @@
if(null == taglib.getTaglib()){
taglib.setTaglib(taglib.getShortName());
}
+ getLog().debug("Taglib uri is " + taglib.getUri());
+ getLog().debug("Taglib shortname is " + taglib.getShortName());
}
-}
\ No newline at end of file
+}
Modified: tags/3.1.4.SR1/cdk/maven-cdk-plugin/src/main/java/org/ajax4jsf/builder/mojo/AssemblyLibraryMojo.java
===================================================================
--- tags/3.1.4.GA/cdk/maven-cdk-plugin/src/main/java/org/ajax4jsf/builder/mojo/AssemblyLibraryMojo.java 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/cdk/maven-cdk-plugin/src/main/java/org/ajax4jsf/builder/mojo/AssemblyLibraryMojo.java 2008-02-11 19:17:32 UTC (rev 6018)
@@ -149,6 +149,13 @@
private MavenProject parentProject;
/**
+ * The list of resources we want to transfer.
+ *
+ * @parameter default-value="src/main/config"
+ */
+ private File config;
+
+ /**
* The directory for compiled classes.
*
* @parameter expression="${project.build.directory}"
@@ -504,47 +511,25 @@
* @throws MojoExecutionException
*/
private void mergeFacesConfig(List models) throws MojoExecutionException {
- StringBuffer config = new StringBuffer();
+ StringBuffer facesConfig = new StringBuffer();
for (int i = 0; i < library.getRenderkits().length; i++) {
Renderkit kit = library.getRenderkits()[i];
kit.setContent(new StringBuffer());
}
+ // Process all faces-config.xml from modules
for (Iterator iter = models.iterator(); iter.hasNext();) {
Model model = (Model) iter.next();
File moduleFacesConfig = new File(modulesDirectory, model
.getArtifactId()
+ "/META-INF/faces-config.xml");
- if (moduleFacesConfig.exists()) {
- getLog().info(
- "Process faces-config.xml for module "
- + model.getArtifactId());
- XMLBody configBody = new XMLBody();
- try {
- configBody.loadXML(new FileInputStream(moduleFacesConfig));
- config
- .append(configBody
- .getContent("/faces-config/*[name()!=\'render-kit\']"));
- for (int i = 0; i < library.getRenderkits().length; i++) {
- Renderkit kit = library.getRenderkits()[i];
- kit
- .getContent()
- .append(
- configBody
- .getContent("/faces-config/render-kit[child::render-kit-id='"
- + kit.getName()
- + "']/renderer"));
- }
- } catch (FileNotFoundException e) {
- throw new MojoExecutionException(
- "Could't read faces-config file", e);
- } catch (ParsingException e) {
- throw new MojoExecutionException(
- "Error parsing faces-config file", e);
- }
- }
+ processFacesConfigFile(facesConfig, moduleFacesConfig);
}
+ // Process faces-config from project resources
+ if (null !=config) {
+ processFacesConfigFile(facesConfig, new File(config, "META-INF/faces-config.xml"));
+ }
VelocityContext context = new VelocityContext();
- context.put("content", config.toString());
+ context.put("content", facesConfig.toString());
context.put("library", library);
context.put("renderkits", Arrays.asList(library.getRenderkits()));
try {
@@ -557,6 +542,42 @@
}
/**
+ * @param config
+ * @param moduleFacesConfig
+ * @throws MojoExecutionException
+ */
+ private void processFacesConfigFile(StringBuffer config,
+ File moduleFacesConfig) throws MojoExecutionException {
+ if (moduleFacesConfig.exists()) {
+ getLog().info(
+ "Process "+moduleFacesConfig.getName());
+ XMLBody configBody = new XMLBody();
+ try {
+ configBody.loadXML(new FileInputStream(moduleFacesConfig));
+ config
+ .append(configBody
+ .getContent("/faces-config/*[name()!=\'render-kit\']"));
+ for (int i = 0; i < library.getRenderkits().length; i++) {
+ Renderkit kit = library.getRenderkits()[i];
+ kit
+ .getContent()
+ .append(
+ configBody
+ .getContent("/faces-config/render-kit[child::render-kit-id='"
+ + kit.getName()
+ + "']/renderer"));
+ }
+ } catch (FileNotFoundException e) {
+ throw new MojoExecutionException(
+ "Could't read faces-config file", e);
+ } catch (ParsingException e) {
+ throw new MojoExecutionException(
+ "Error parsing faces-config file", e);
+ }
+ }
+ }
+
+ /**
* Merge XML files from extracted models to one in build directory.
*
* @param models
@@ -586,42 +607,13 @@
for (Iterator iter = models.iterator(); iter.hasNext();) {
Model model = (Model) iter.next();
File moduleDir = new File(modulesDirectory, model.getArtifactId());
- DirectoryScanner ds = new DirectoryScanner();
- ds.setFollowSymlinks(true);
- ds.setBasedir(moduleDir);
- ds.setIncludes(split);
- ds.addDefaultExcludes();
- ds.scan();
- String[] files = ds.getIncludedFiles();
- for (int i = 0; i < files.length; i++) {
- File moduleFacesConfig = new File(moduleDir, files[i]);
- getLog().info(
- "Process " + files[i] + " for module "
- + model.getArtifactId());
- XMLBody configBody = new XMLBody();
- try {
- configBody.loadXML(new FileInputStream(moduleFacesConfig),namespaceAware);
- xmls.add(configBody);
- if (commonXpath != null) {
- if (keyXPath == null) {
- content.append(configBody.getContent(commonXpath));
- } else {
- content.append(configBody.getContentUnique(
- commonXpath, keyXPath, keySet));
- }
- } else {
- content.append(configBody.getContent());
- }
- } catch (FileNotFoundException e) {
- throw new MojoExecutionException("Could't read file "
- + moduleFacesConfig.getPath(), e);
- } catch (ParsingException e) {
- throw new MojoExecutionException(
- "Error parsing config file "
- + moduleFacesConfig.getPath(), e);
- }
- }
+ mergeXMLdir(moduleDir, commonXpath, keyXPath, namespaceAware,
+ keySet, content, xmls, split);
}
+ if(null!=config){
+ mergeXMLdir(config, commonXpath, keyXPath, namespaceAware,
+ keySet, content, xmls, split);
+ }
if (xmls.size() > 0) {
context.put("content", content.toString());
context.put("library", library);
@@ -637,6 +629,58 @@
}
}
+ /**
+ * @param moduleDir
+ * @param commonXpath
+ * @param keyXPath
+ * @param namespaceAware
+ * @param keySet
+ * @param content
+ * @param xmls
+ * @param split
+ * @throws IllegalStateException
+ * @throws MojoExecutionException
+ */
+ private void mergeXMLdir(File moduleDir, String commonXpath,
+ String keyXPath, boolean namespaceAware, Set<String> keySet,
+ StringBuffer content, List<XMLBody> xmls, String[] split)
+ throws IllegalStateException, MojoExecutionException {
+ DirectoryScanner ds = new DirectoryScanner();
+ ds.setFollowSymlinks(true);
+ ds.setBasedir(moduleDir);
+ ds.setIncludes(split);
+ ds.addDefaultExcludes();
+ ds.scan();
+ String[] files = ds.getIncludedFiles();
+ for (int i = 0; i < files.length; i++) {
+ File moduleFacesConfig = new File(moduleDir, files[i]);
+ getLog().info(
+ "Process " + files[i] );
+ XMLBody configBody = new XMLBody();
+ try {
+ configBody.loadXML(new FileInputStream(moduleFacesConfig),namespaceAware);
+ xmls.add(configBody);
+ if (commonXpath != null) {
+ if (keyXPath == null) {
+ content.append(configBody.getContent(commonXpath));
+ } else {
+ content.append(configBody.getContentUnique(
+ commonXpath, keyXPath, keySet));
+ }
+ } else {
+ content.append(configBody.getContent());
+ }
+ } catch (FileNotFoundException e) {
+ throw new MojoExecutionException("Could't read file "
+ + moduleFacesConfig.getPath(), e);
+ } catch (ParsingException e) {
+ throw new MojoExecutionException(
+ "Error parsing config file "
+ + moduleFacesConfig.getPath(), e);
+ }
+ }
+ }
+
private void unpackArtifact(Artifact artifact, File moduleDir,
boolean isResource) throws MojoExecutionException {
try {
Modified: tags/3.1.4.SR1/cdk/maven-cdk-plugin/src/main/java/org/ajax4jsf/builder/mojo/Library.java
===================================================================
--- tags/3.1.4.GA/cdk/maven-cdk-plugin/src/main/java/org/ajax4jsf/builder/mojo/Library.java 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/cdk/maven-cdk-plugin/src/main/java/org/ajax4jsf/builder/mojo/Library.java 2008-02-11 19:17:32 UTC (rev 6018)
@@ -144,4 +144,8 @@
this.taglibs = taglibs;
}
+ @Override
+ public String toString() {
+ return "JSF library "+getPrefix()+", desc: "+getDescription()+(null!=getTaglibs()?", libs: "+getTaglibs():"");
+ }
}
Modified: tags/3.1.4.SR1/cdk/maven-cdk-plugin/src/main/java/org/ajax4jsf/builder/mojo/Taglib.java
===================================================================
--- tags/3.1.4.GA/cdk/maven-cdk-plugin/src/main/java/org/ajax4jsf/builder/mojo/Taglib.java 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/cdk/maven-cdk-plugin/src/main/java/org/ajax4jsf/builder/mojo/Taglib.java 2008-02-11 19:17:32 UTC (rev 6018)
@@ -220,4 +220,8 @@
_excludeTags = excludeTags;
}
+ @Override
+ public String toString() {
+ return "Lib: "+getShortName()+", URL: "+getUri();
+ }
}
Modified: tags/3.1.4.SR1/cdk/maven-javascript-plugin/pom.xml
===================================================================
--- tags/3.1.4.GA/cdk/maven-javascript-plugin/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/cdk/maven-javascript-plugin/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -4,7 +4,7 @@
<parent>
<artifactId>cdk</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-javascript-plugin</artifactId>
Modified: tags/3.1.4.SR1/cdk/pom.xml
===================================================================
--- tags/3.1.4.GA/cdk/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/cdk/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,12 +2,12 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>cdk</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<packaging>pom</packaging>
<name>JSF Components Development kit</name>
<dependencies />
Modified: tags/3.1.4.SR1/docs/faq/en/pom.xml
===================================================================
--- tags/3.1.4.GA/docs/faq/en/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/docs/faq/en/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -5,12 +5,12 @@
<parent>
<groupId>org.richfaces.docs</groupId>
<artifactId>faq</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.richfaces.docs.faq</groupId>
<artifactId>${translation}</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<packaging>jdocbook</packaging>
<name>Richfaces Manual (${translation})</name>
Modified: tags/3.1.4.SR1/docs/faq/pom.xml
===================================================================
--- tags/3.1.4.GA/docs/faq/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/docs/faq/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,13 +2,13 @@
<parent>
<artifactId>docs</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs</groupId>
<artifactId>faq</artifactId>
<packaging>pom</packaging>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<name>FAQ</name>
<description>Frequently asked questions</description>
<pluginRepositories>
Modified: tags/3.1.4.SR1/docs/highlight/pom.xml
===================================================================
--- tags/3.1.4.GA/docs/highlight/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/docs/highlight/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,12 +2,12 @@
<parent>
<artifactId>docs</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs</groupId>
<artifactId>highlight</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<name>RichFaces Code Highlighting</name>
<dependencyManagement>
Modified: tags/3.1.4.SR1/docs/pom.xml
===================================================================
--- tags/3.1.4.GA/docs/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/docs/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -3,12 +3,12 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>docs</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<name>Project documentation</name>
<packaging>pom</packaging>
<!-- setup repositories, to build documentation separate from Java projects -->
Modified: tags/3.1.4.SR1/docs/userguide/en/pom.xml
===================================================================
--- tags/3.1.4.GA/docs/userguide/en/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/docs/userguide/en/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -5,12 +5,12 @@
<parent>
<groupId>org.richfaces.docs</groupId>
<artifactId>userguide</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.richfaces.docs.userguide</groupId>
<artifactId>${translation}</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<packaging>jdocbook</packaging>
<name>Richfaces Manual (${translation})</name>
Modified: tags/3.1.4.SR1/docs/userguide/pom.xml
===================================================================
--- tags/3.1.4.GA/docs/userguide/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/docs/userguide/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,13 +2,13 @@
<parent>
<artifactId>docs</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs</groupId>
<artifactId>userguide</artifactId>
<packaging>pom</packaging>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<name>User guide</name>
<description>RichFaces user guide</description>
<pluginRepositories>
Modified: tags/3.1.4.SR1/docs/xslt/en/pom.xml
===================================================================
--- tags/3.1.4.GA/docs/xslt/en/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/docs/xslt/en/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,12 +2,12 @@
<parent>
<artifactId>xslt</artifactId>
<groupId>org.richfaces.docs</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs.xslt</groupId>
<artifactId>en</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<packaging>jar</packaging>
<name>Documentation stylesheets (English translation)</name>
<description>
Modified: tags/3.1.4.SR1/docs/xslt/pom.xml
===================================================================
--- tags/3.1.4.GA/docs/xslt/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/docs/xslt/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,12 +2,12 @@
<parent>
<artifactId>docs</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs</groupId>
<artifactId>xslt</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<packaging>pom</packaging>
<name>Documentation stylesheets</name>
<description>Docbook documentation stylesheets</description>
Modified: tags/3.1.4.SR1/extensions/gwt/pom.xml
===================================================================
--- tags/3.1.4.GA/extensions/gwt/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/extensions/gwt/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -3,7 +3,7 @@
<parent>
<artifactId>master</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
@@ -99,7 +99,7 @@
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>ajax4jsf</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>com.sun.facelets</groupId>
Modified: tags/3.1.4.SR1/extensions/pom.xml
===================================================================
--- tags/3.1.4.GA/extensions/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/extensions/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,12 +2,12 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>extensions</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<name>Richfaces extensions for a different environments</name>
<packaging>pom</packaging>
<modules>
Modified: tags/3.1.4.SR1/extensions/portlet/pom.xml
===================================================================
--- tags/3.1.4.GA/extensions/portlet/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/extensions/portlet/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,12 +2,12 @@
<parent>
<artifactId>extensions</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.extensions</groupId>
<artifactId>portlet</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<name>ajax4jsf portlet brige</name>
<url>http://labs.jboss.com/wiki/Ajax4jsf/a4j-portlet</url>
<dependencies>
@@ -56,12 +56,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-test</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<scope>test</scope>
</dependency>
</dependencies>
Modified: tags/3.1.4.SR1/extensions/portletbridge/pom.xml
===================================================================
--- tags/3.1.4.GA/extensions/portletbridge/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/extensions/portletbridge/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,12 +2,12 @@
<parent>
<artifactId>extensions</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.extensions</groupId>
<artifactId>portletbridge</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<name>Richfaces bridge for a portlet environment</name>
<packaging>pom</packaging>
<repositories>
@@ -79,7 +79,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-test</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<scope>test</scope>
</dependency>
</dependencies>
Modified: tags/3.1.4.SR1/extensions/portletbridge/portletbridge-api/pom.xml
===================================================================
--- tags/3.1.4.GA/extensions/portletbridge/portletbridge-api/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/extensions/portletbridge/portletbridge-api/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,12 +2,12 @@
<parent>
<artifactId>portletbridge</artifactId>
<groupId>org.richfaces.extensions</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.extensions.portletbridge</groupId>
<artifactId>portletbridge-api</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<name>JSR-301 jsf-portlet brige api</name>
<url>http://labs.jboss.com/wiki/Ajax4jsf/a4j-portlet</url>
<build>
Modified: tags/3.1.4.SR1/extensions/portletbridge/portletbridge-impl/pom.xml
===================================================================
--- tags/3.1.4.GA/extensions/portletbridge/portletbridge-impl/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/extensions/portletbridge/portletbridge-impl/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,12 +2,12 @@
<parent>
<artifactId>portletbridge</artifactId>
<groupId>org.richfaces.extensions</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.extensions.portletbridge</groupId>
<artifactId>portletbridge-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<name>ajax4jsf portlet brige implementation</name>
<url>http://labs.jboss.com/wiki/Ajax4jsf/a4j-portlet</url>
<dependencies>
@@ -20,18 +20,18 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.extensions.portletbridge</groupId>
<artifactId>portletbridge-api</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.richfaces.extensions.portletbridge</groupId>
<artifactId>portletbridge-api</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
Modified: tags/3.1.4.SR1/extensions/seam/pom.xml
===================================================================
--- tags/3.1.4.GA/extensions/seam/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/extensions/seam/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>ajax4jsf</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>jboss</groupId>
Modified: tags/3.1.4.SR1/extensions/trinidad/pom.xml
===================================================================
--- tags/3.1.4.GA/extensions/trinidad/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/extensions/trinidad/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>ajax4jsf</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.apache.myfaces.trinidad</groupId>
Modified: tags/3.1.4.SR1/framework/api/pom.xml
===================================================================
--- tags/3.1.4.GA/framework/api/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/framework/api/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,13 +2,13 @@
<parent>
<artifactId>framework</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
<name>Java Server Faces AJAX framework API</name>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<build>
<plugins>
<plugin>
Modified: tags/3.1.4.SR1/framework/api/src/main/java/org/ajax4jsf/context/AjaxContext.java
===================================================================
--- tags/3.1.4.GA/framework/api/src/main/java/org/ajax4jsf/context/AjaxContext.java 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/framework/api/src/main/java/org/ajax4jsf/context/AjaxContext.java 2008-02-11 19:17:32 UTC (rev 6018)
@@ -14,6 +14,7 @@
import javax.faces.el.VariableResolver;
import org.ajax4jsf.Messages;
+import org.ajax4jsf.resource.util.URLToStreamHelper;
public abstract class AjaxContext {
@@ -126,8 +127,8 @@
String factoryClassName = DEFAULT_CONTEXT_CLASS;
// Pluggable factories.
InputStream input = null; // loader.getResourceAsStream(SERVICE_RESOURCE);
- input = contextClassLoader
- .getResourceAsStream(SERVICE_RESOURCE);
+ input = URLToStreamHelper.urlToStreamSafe(contextClassLoader
+ .getResource(SERVICE_RESOURCE));
// have services file.
if (input != null) {
try {
@@ -189,4 +190,4 @@
public abstract String getSubmittedRegionClientId(FacesContext context);
public abstract void saveViewState(FacesContext context) throws IOException;
-}
\ No newline at end of file
+}
Modified: tags/3.1.4.SR1/framework/api/src/main/java/org/ajax4jsf/resource/InternetResourceBuilder.java
===================================================================
--- tags/3.1.4.GA/framework/api/src/main/java/org/ajax4jsf/resource/InternetResourceBuilder.java 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/framework/api/src/main/java/org/ajax4jsf/resource/InternetResourceBuilder.java 2008-02-11 19:17:32 UTC (rev 6018)
@@ -32,6 +32,7 @@
import javax.faces.context.FacesContext;
import javax.servlet.ServletException;
+import org.ajax4jsf.resource.util.URLToStreamHelper;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
@@ -137,7 +138,8 @@
try {
String resource = "META-INF/services/"
+ InternetResourceBuilder.class.getName();
- InputStream in = loader.getResourceAsStream(resource);
+ InputStream in = URLToStreamHelper.urlToStreamSafe(
+ loader.getResource(resource));
BufferedReader reader = new BufferedReader(
new InputStreamReader(in));
String serviceClassName = reader.readLine();
Copied: tags/3.1.4.SR1/framework/api/src/main/java/org/ajax4jsf/resource/util (from rev 6013, branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/resource/util)
Deleted: tags/3.1.4.SR1/framework/api/src/main/java/org/ajax4jsf/resource/util/URLToStreamHelper.java
===================================================================
--- branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/resource/util/URLToStreamHelper.java 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/framework/api/src/main/java/org/ajax4jsf/resource/util/URLToStreamHelper.java 2008-02-11 19:17:32 UTC (rev 6018)
@@ -1,82 +0,0 @@
-/**
- * License Agreement.
- *
- * JBoss RichFaces - Ajax4jsf Component Library
- *
- * Copyright (C) 2007 Exadel, Inc.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License version 2.1 as published by the Free Software Foundation.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- */
-
-package org.ajax4jsf.resource.util;
-
-import java.io.IOException;
-import java.io.InputStream;
-import java.net.URL;
-import java.net.URLConnection;
-
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
-
-/**
- * Utility class to solve JAR locking issue using {@link URLConnection#setUseCaches(boolean)} method.
- * Contains one utility method that gets {@link InputStream} from {@link URL} with caching disabled.
- *
- * Created 07.02.2008
- * @author Nick Belaevski
- * @since 3.2
- */
-
-public final class URLToStreamHelper {
-
- private static final Log log = LogFactory.getLog(URLToStreamHelper.class);
-
- private URLToStreamHelper() {
- super();
- }
-
- /**
- * Returns {@link InputStream} corresponding to argument {@link URL}
- * but with caching disabled
- *
- * @param url {@link URL} of the resource
- * @return {@link InputStream} instance or <code>null</code>
- * @throws IOException
- */
- public static final InputStream urlToStream(URL url) throws IOException {
- if (url != null) {
- URLConnection connection = url.openConnection();
- try {
- connection.setUseCaches(false);
- } catch (IllegalArgumentException e) {
- log.error(e.getLocalizedMessage(), e);
- }
-
- return connection.getInputStream();
- } else {
- return null;
- }
- }
-
- public static final InputStream urlToStreamSafe(URL url) {
- try {
- return urlToStream(url);
- } catch (IOException e) {
- // do nothing
- }
-
- return null;
- }
-
-}
Copied: tags/3.1.4.SR1/framework/api/src/main/java/org/ajax4jsf/resource/util/URLToStreamHelper.java (from rev 6013, branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/resource/util/URLToStreamHelper.java)
===================================================================
--- tags/3.1.4.SR1/framework/api/src/main/java/org/ajax4jsf/resource/util/URLToStreamHelper.java (rev 0)
+++ tags/3.1.4.SR1/framework/api/src/main/java/org/ajax4jsf/resource/util/URLToStreamHelper.java 2008-02-11 19:17:32 UTC (rev 6018)
@@ -0,0 +1,82 @@
+/**
+ * License Agreement.
+ *
+ * JBoss RichFaces - Ajax4jsf Component Library
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+package org.ajax4jsf.resource.util;
+
+import java.io.IOException;
+import java.io.InputStream;
+import java.net.URL;
+import java.net.URLConnection;
+
+import org.apache.commons.logging.Log;
+import org.apache.commons.logging.LogFactory;
+
+/**
+ * Utility class to solve JAR locking issue using {@link URLConnection#setUseCaches(boolean)} method.
+ * Contains one utility method that gets {@link InputStream} from {@link URL} with caching disabled.
+ *
+ * Created 07.02.2008
+ * @author Nick Belaevski
+ * @since 3.2
+ */
+
+public final class URLToStreamHelper {
+
+ private static final Log log = LogFactory.getLog(URLToStreamHelper.class);
+
+ private URLToStreamHelper() {
+ super();
+ }
+
+ /**
+ * Returns {@link InputStream} corresponding to argument {@link URL}
+ * but with caching disabled
+ *
+ * @param url {@link URL} of the resource
+ * @return {@link InputStream} instance or <code>null</code>
+ * @throws IOException
+ */
+ public static final InputStream urlToStream(URL url) throws IOException {
+ if (url != null) {
+ URLConnection connection = url.openConnection();
+ try {
+ connection.setUseCaches(false);
+ } catch (IllegalArgumentException e) {
+ log.error(e.getLocalizedMessage(), e);
+ }
+
+ return connection.getInputStream();
+ } else {
+ return null;
+ }
+ }
+
+ public static final InputStream urlToStreamSafe(URL url) {
+ try {
+ return urlToStream(url);
+ } catch (IOException e) {
+ // do nothing
+ }
+
+ return null;
+ }
+
+}
Modified: tags/3.1.4.SR1/framework/api/src/main/java/org/richfaces/skin/SkinFactory.java
===================================================================
--- tags/3.1.4.GA/framework/api/src/main/java/org/richfaces/skin/SkinFactory.java 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/framework/api/src/main/java/org/richfaces/skin/SkinFactory.java 2008-02-11 19:17:32 UTC (rev 6018)
@@ -33,6 +33,7 @@
import javax.faces.context.FacesContext;
import org.ajax4jsf.Messages;
+import org.ajax4jsf.resource.util.URLToStreamHelper;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
@@ -74,7 +75,8 @@
if (instance == null) {
// Pluggable factories.
InputStream input = null; // loader.getResourceAsStream(SERVICE_RESOURCE);
- input = loader.getResourceAsStream(SERVICE_RESOURCE);
+ input = URLToStreamHelper.urlToStreamSafe(
+ loader.getResource(SERVICE_RESOURCE));
// have services file.
if (input != null) {
try {
Modified: tags/3.1.4.SR1/framework/api-parent/pom.xml
===================================================================
--- tags/3.1.4.GA/framework/api-parent/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/framework/api-parent/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -4,13 +4,13 @@
<parent>
<artifactId>framework</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.framework</groupId>
<packaging>pom</packaging>
<artifactId>api-parent</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<name>Java Server Faces AJAX framework API Dependencies</name>
<properties>
<jsfVersion>1.1</jsfVersion>
Modified: tags/3.1.4.SR1/framework/impl/pom.xml
===================================================================
--- tags/3.1.4.GA/framework/impl/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/framework/impl/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -3,19 +3,19 @@
<parent>
<artifactId>impl-parent</artifactId>
<groupId>org.richfaces.framework</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<relativePath>../impl-parent/pom.xml</relativePath>
</parent>
-->
<parent>
<artifactId>framework</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<name>Java Server Faces AJAX framework implementation</name>
<build>
<resources>
@@ -261,7 +261,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
<profiles>
Modified: tags/3.1.4.SR1/framework/impl/src/main/java/org/ajax4jsf/cache/CacheManager.java
===================================================================
--- tags/3.1.4.GA/framework/impl/src/main/java/org/ajax4jsf/cache/CacheManager.java 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/framework/impl/src/main/java/org/ajax4jsf/cache/CacheManager.java 2008-02-11 19:17:32 UTC (rev 6018)
@@ -11,6 +11,7 @@
import java.util.Map;
import java.util.Properties;
+import org.ajax4jsf.resource.util.URLToStreamHelper;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
@@ -109,7 +110,8 @@
// try to find services in CLASSPATH
try {
ClassLoader cl = findClassLoader();
- InputStream is = cl.getResourceAsStream("META-INF/services/" + factoryId);
+ InputStream is = URLToStreamHelper.urlToStreamSafe(
+ cl.getResource("META-INF/services/" + factoryId));
if (is != null) {
BufferedReader r = new BufferedReader(new InputStreamReader(is, "UTF-8"));
try {
Modified: tags/3.1.4.SR1/framework/impl/src/main/java/org/ajax4jsf/renderkit/compiler/HtmlCompiler.java
===================================================================
--- tags/3.1.4.GA/framework/impl/src/main/java/org/ajax4jsf/renderkit/compiler/HtmlCompiler.java 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/framework/impl/src/main/java/org/ajax4jsf/renderkit/compiler/HtmlCompiler.java 2008-02-11 19:17:32 UTC (rev 6018)
@@ -36,6 +36,7 @@
import org.ajax4jsf.Messages;
import org.ajax4jsf.renderkit.RendererBase;
+import org.ajax4jsf.resource.util.URLToStreamHelper;
import org.apache.commons.digester.Digester;
import org.apache.commons.digester.Rule;
import org.apache.commons.digester.RulesBase;
@@ -272,7 +273,7 @@
public static PreparedTemplate compileResource(String resource) {
HtmlCompiler compiler = new HtmlCompiler();
ClassLoader loader = Thread.currentThread().getContextClassLoader();
- InputStream input = loader.getResourceAsStream(resource);
+ InputStream input = URLToStreamHelper.urlToStreamSafe(loader.getResource(resource));
// Since parsing exceptions handled by compiler, we can not check parameter.
PreparedTemplate compile = compiler.compile(input, resource);
if(null != input){
Copied: tags/3.1.4.SR1/framework/impl/src/main/java/org/ajax4jsf/resource/CompressedScriptRenderer.java (from rev 6013, branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/resource/CompressedScriptRenderer.java)
===================================================================
--- tags/3.1.4.SR1/framework/impl/src/main/java/org/ajax4jsf/resource/CompressedScriptRenderer.java (rev 0)
+++ tags/3.1.4.SR1/framework/impl/src/main/java/org/ajax4jsf/resource/CompressedScriptRenderer.java 2008-02-11 19:17:32 UTC (rev 6018)
@@ -0,0 +1,33 @@
+/**
+ *
+ */
+package org.ajax4jsf.resource;
+
+/**
+ * @author asmirnov
+ *
+ */
+public class CompressedScriptRenderer extends OneTimeRenderer {
+
+ protected String getTag() {
+ // TODO Auto-generated method stub
+ return "script";
+ }
+
+ protected String getHrefAttr() {
+ // TODO Auto-generated method stub
+ return "src";
+ }
+
+ protected String[][] getCommonAttrs() {
+ // TODO Auto-generated method stub
+ return new String[][]{{"type",getContentType()}};
+ }
+
+ public String getContentType() {
+ // TODO - use configurable encoding ?
+ return "text/javascript";
+ }
+
+
+}
Modified: tags/3.1.4.SR1/framework/impl/src/main/java/org/ajax4jsf/resource/InternetResourceService.java
===================================================================
--- tags/3.1.4.GA/framework/impl/src/main/java/org/ajax4jsf/resource/InternetResourceService.java 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/framework/impl/src/main/java/org/ajax4jsf/resource/InternetResourceService.java 2008-02-11 19:17:32 UTC (rev 6018)
@@ -47,10 +47,7 @@
import org.ajax4jsf.cache.CacheLoader;
import org.ajax4jsf.cache.CacheManager;
import org.ajax4jsf.cache.ServletContextInitMap;
-import org.ajax4jsf.resource.InternetResource;
-import org.ajax4jsf.resource.InternetResourceBuilder;
-import org.ajax4jsf.resource.ResourceContext;
-import org.ajax4jsf.resource.ResourceNotFoundException;
+import org.ajax4jsf.resource.util.URLToStreamHelper;
import org.ajax4jsf.webapp.BaseFilter;
import org.ajax4jsf.webapp.CacheContent;
import org.ajax4jsf.webapp.WebXml;
@@ -265,7 +262,7 @@
*/
protected Properties getProperties(String name) {
Properties properties = new Properties();
- InputStream props = BaseFilter.class.getResourceAsStream(name);
+ InputStream props = URLToStreamHelper.urlToStreamSafe(BaseFilter.class.getResource(name));
if (null != props) {
try {
properties.load(props);
Modified: tags/3.1.4.SR1/framework/impl/src/main/java/org/ajax4jsf/resource/JarResource.java
===================================================================
--- tags/3.1.4.GA/framework/impl/src/main/java/org/ajax4jsf/resource/JarResource.java 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/framework/impl/src/main/java/org/ajax4jsf/resource/JarResource.java 2008-02-11 19:17:32 UTC (rev 6018)
@@ -21,13 +21,9 @@
package org.ajax4jsf.resource;
-import java.io.IOException;
import java.io.InputStream;
-import java.net.URL;
-import java.net.URLConnection;
-import java.util.Date;
-import org.ajax4jsf.resource.ResourceContext;
+import org.ajax4jsf.resource.util.URLToStreamHelper;
/**
@@ -61,7 +57,7 @@
*/
public InputStream getResourceAsStream(ResourceContext context) {
ClassLoader loader = Thread.currentThread().getContextClassLoader();
- return loader.getResourceAsStream(path);
+ return URLToStreamHelper.urlToStreamSafe(loader.getResource(path));
}
public String getPath() {
Modified: tags/3.1.4.SR1/framework/impl/src/main/java/org/ajax4jsf/resource/ResourceBuilderImpl.java
===================================================================
--- tags/3.1.4.GA/framework/impl/src/main/java/org/ajax4jsf/resource/ResourceBuilderImpl.java 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/framework/impl/src/main/java/org/ajax4jsf/resource/ResourceBuilderImpl.java 2008-02-11 19:17:32 UTC (rev 6018)
@@ -47,10 +47,7 @@
import javax.servlet.ServletContext;
import org.ajax4jsf.Messages;
-import org.ajax4jsf.resource.InternetResource;
-import org.ajax4jsf.resource.InternetResourceBuilder;
-import org.ajax4jsf.resource.ResourceNotFoundException;
-import org.ajax4jsf.resource.ResourceRenderer;
+import org.ajax4jsf.resource.util.URLToStreamHelper;
import org.ajax4jsf.util.base64.Codec;
import org.ajax4jsf.webapp.WebXml;
import org.apache.commons.digester.Digester;
@@ -154,7 +151,7 @@
+ resourceConfig.toExternalForm());
}
- InputStream in = resourceConfig.openStream();
+ InputStream in = URLToStreamHelper.urlToStream(resourceConfig);
try {
Digester digester = new Digester();
digester.setValidating(false);
Modified: tags/3.1.4.SR1/framework/impl/src/main/java/org/ajax4jsf/resource/ScriptRenderer.java
===================================================================
--- tags/3.1.4.GA/framework/impl/src/main/java/org/ajax4jsf/resource/ScriptRenderer.java 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/framework/impl/src/main/java/org/ajax4jsf/resource/ScriptRenderer.java 2008-02-11 19:17:32 UTC (rev 6018)
@@ -37,45 +37,13 @@
* @version $Revision: 1.1.2.1 $ $Date: 2007/01/09 18:57:04 $
*
*/
-public class ScriptRenderer extends OneTimeRenderer {
+public class ScriptRenderer extends CompressedScriptRenderer {
private static final String COMPRESS_SCRIPTS_PARAMETER = "org.ajax4jsf.COMPRESS_SCRIPT";
private static final Log _log = LogFactory.getLog(ScriptRenderer.class);
/* (non-Javadoc)
- * @see org.ajax4jsf.resource.BaseResourceRenderer#getTag()
- */
- protected String getTag() {
- // TODO Auto-generated method stub
- return "script";
- }
-
- /* (non-Javadoc)
- * @see org.ajax4jsf.resource.BaseResourceRenderer#getHrefAttr()
- */
- protected String getHrefAttr() {
- // TODO Auto-generated method stub
- return "src";
- }
-
- /* (non-Javadoc)
- * @see org.ajax4jsf.resource.BaseResourceRenderer#getCommonAttrs()
- */
- protected String[][] getCommonAttrs() {
- // TODO Auto-generated method stub
- return new String[][]{{"type",getContentType()}};
- }
-
- /* (non-Javadoc)
- * @see org.ajax4jsf.resource.ResourceRenderer#getContentType()
- */
- public String getContentType() {
- // TODO - use configurable encoding ?
- return "text/javascript";
- }
-
- /* (non-Javadoc)
* @see org.ajax4jsf.resource.BaseResourceRenderer#send(org.ajax4jsf.resource.InternetResource, org.ajax4jsf.resource.ResourceContext)
*/
public int send(InternetResource base, ResourceContext context) throws IOException {
Modified: tags/3.1.4.SR1/framework/impl/src/main/java/org/ajax4jsf/resource/cached/CachedResourceBuilder.java
===================================================================
--- tags/3.1.4.GA/framework/impl/src/main/java/org/ajax4jsf/resource/cached/CachedResourceBuilder.java 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/framework/impl/src/main/java/org/ajax4jsf/resource/cached/CachedResourceBuilder.java 2008-02-11 19:17:32 UTC (rev 6018)
@@ -32,6 +32,7 @@
import org.ajax4jsf.resource.InternetResource;
import org.ajax4jsf.resource.ResourceBuilderImpl;
import org.ajax4jsf.resource.ResourceNotFoundException;
+import org.ajax4jsf.resource.util.URLToStreamHelper;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
@@ -174,8 +175,8 @@
*/
protected Properties getProperties(String name) {
Properties properties = new Properties();
- InputStream props = CachedResourceBuilder.class
- .getResourceAsStream(name);
+ InputStream props = URLToStreamHelper.urlToStreamSafe(CachedResourceBuilder.class
+ .getResource(name));
if (null != props) {
try {
properties.load(props);
Modified: tags/3.1.4.SR1/framework/impl/src/main/java/org/ajax4jsf/util/ServicesUtils.java
===================================================================
--- tags/3.1.4.GA/framework/impl/src/main/java/org/ajax4jsf/util/ServicesUtils.java 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/framework/impl/src/main/java/org/ajax4jsf/util/ServicesUtils.java 2008-02-11 19:17:32 UTC (rev 6018)
@@ -30,6 +30,7 @@
import javax.faces.FacesException;
+import org.ajax4jsf.resource.util.URLToStreamHelper;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
@@ -108,7 +109,7 @@
Class serviceClass;
try {
String resource = "META-INF/services/" + name;
- InputStream in = loader.getResourceAsStream(resource);
+ InputStream in = URLToStreamHelper.urlToStreamSafe(loader.getResource(resource));
BufferedReader reader = new BufferedReader(
new InputStreamReader(in));
String serviceClassName = reader.readLine();
Modified: tags/3.1.4.SR1/framework/impl/src/main/java/org/ajax4jsf/webapp/ConfigurableXMLFilter.java
===================================================================
--- tags/3.1.4.GA/framework/impl/src/main/java/org/ajax4jsf/webapp/ConfigurableXMLFilter.java 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/framework/impl/src/main/java/org/ajax4jsf/webapp/ConfigurableXMLFilter.java 2008-02-11 19:17:32 UTC (rev 6018)
@@ -15,6 +15,7 @@
import org.ajax4jsf.Messages;
import org.ajax4jsf.io.parser.FastHtmlParser;
+import org.ajax4jsf.resource.util.URLToStreamHelper;
import org.ajax4jsf.webapp.nekko.NekkoParser;
import org.ajax4jsf.webapp.tidy.TidyParser;
import org.apache.commons.collections.ArrayStack;
@@ -197,8 +198,8 @@
InputStream defaultprops = null;
InputStream props = null;
try {
- defaultprops = TidyParser.class
- .getResourceAsStream("tidy.properties");
+ defaultprops = URLToStreamHelper.urlToStreamSafe(TidyParser.class
+ .getResource("tidy.properties"));
if (null != defaultprops) {
_tidyProperties.load(defaultprops);
if (log.isDebugEnabled()) {
@@ -209,8 +210,8 @@
}
// Second part - user-defined properties.
- props = Thread.currentThread().getContextClassLoader()
- .getResourceAsStream("tidy.properties");
+ props = URLToStreamHelper.urlToStreamSafe(Thread.currentThread().getContextClassLoader()
+ .getResource("tidy.properties"));
if (null != props) {
_tidyProperties.load(props);
if (log.isDebugEnabled()) {
Modified: tags/3.1.4.SR1/framework/impl/src/main/java/org/ajax4jsf/webapp/tidy/TidyXMLFilter.java
===================================================================
--- tags/3.1.4.GA/framework/impl/src/main/java/org/ajax4jsf/webapp/tidy/TidyXMLFilter.java 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/framework/impl/src/main/java/org/ajax4jsf/webapp/tidy/TidyXMLFilter.java 2008-02-11 19:17:32 UTC (rev 6018)
@@ -27,6 +27,7 @@
import org.ajax4jsf.Messages;
import org.ajax4jsf.io.parser.FastHtmlParser;
+import org.ajax4jsf.resource.util.URLToStreamHelper;
import org.ajax4jsf.webapp.BaseXMLFilter;
import org.ajax4jsf.webapp.HtmlParser;
import org.apache.commons.collections.ArrayStack;
@@ -94,12 +95,14 @@
_tidyProperties = new Properties();
InputStream props = null;
try {
- props = TidyXMLFilter.class.getResourceAsStream("tidy.properties");
+ props = URLToStreamHelper.urlToStreamSafe(
+ TidyXMLFilter.class.getResource("tidy.properties"));
if (null != props) {
_tidyProperties.load(props);
}
// Second part - user-defined properties.
- props = Thread.currentThread().getContextClassLoader().getResourceAsStream("tidy.properties");
+ props = URLToStreamHelper.urlToStreamSafe(
+ Thread.currentThread().getContextClassLoader().getResource("tidy.properties"));
if (null != props) {
_tidyProperties.load(props);
}
Modified: tags/3.1.4.SR1/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/CharInfo.java
===================================================================
--- tags/3.1.4.GA/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/CharInfo.java 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/CharInfo.java 2008-02-11 19:17:32 UTC (rev 6018)
@@ -53,6 +53,7 @@
import javax.xml.transform.TransformerException;
+import org.ajax4jsf.resource.util.URLToStreamHelper;
import org.ajax4jsf.xml.serializer.utils.MsgKey;
import org.ajax4jsf.xml.serializer.utils.SystemIDResolver;
import org.ajax4jsf.xml.serializer.utils.Utils;
@@ -219,13 +220,15 @@
// requires a valid URI as parameter
try {
if (internal) {
- is = CharInfo.class.getResourceAsStream(entitiesResource);
+ is = URLToStreamHelper.urlToStreamSafe(
+ CharInfo.class.getResource(entitiesResource));
} else {
ClassLoader cl = ObjectFactory.findClassLoader();
if (cl == null) {
- is = ClassLoader.getSystemResourceAsStream(entitiesResource);
+ is = URLToStreamHelper.urlToStreamSafe(
+ ClassLoader.getSystemResource(entitiesResource));
} else {
- is = cl.getResourceAsStream(entitiesResource);
+ is = URLToStreamHelper.urlToStreamSafe(cl.getResource(entitiesResource));
}
if (is == null) {
Modified: tags/3.1.4.SR1/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/OutputPropertiesFactory.java
===================================================================
--- tags/3.1.4.GA/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/OutputPropertiesFactory.java 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/OutputPropertiesFactory.java 2008-02-11 19:17:32 UTC (rev 6018)
@@ -49,6 +49,7 @@
import javax.xml.transform.OutputKeys;
+import org.ajax4jsf.resource.util.URLToStreamHelper;
import org.ajax4jsf.xml.serializer.utils.MsgKey;
import org.ajax4jsf.xml.serializer.utils.Utils;
import org.ajax4jsf.xml.serializer.utils.WrappedRuntimeException;
@@ -401,16 +402,16 @@
.doPrivileged(new PrivilegedAction() {
public Object run()
{
- return OutputPropertiesFactory.class
- .getResourceAsStream(resourceName);
+ return URLToStreamHelper.urlToStreamSafe(OutputPropertiesFactory.class
+ .getResource(resourceName));
}
});
}
else
{
// User may be using older JDK ( JDK < 1.2 )
- is = OutputPropertiesFactory.class
- .getResourceAsStream(resourceName);
+ is = URLToStreamHelper.urlToStreamSafe(OutputPropertiesFactory.class
+ .getResource(resourceName));
}
bis = new BufferedInputStream(is);
Modified: tags/3.1.4.SR1/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SecuritySupport.java
===================================================================
--- tags/3.1.4.GA/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SecuritySupport.java 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SecuritySupport.java 2008-02-11 19:17:32 UTC (rev 6018)
@@ -45,6 +45,8 @@
import java.io.FileNotFoundException;
import java.io.InputStream;
+import org.ajax4jsf.resource.util.URLToStreamHelper;
+
/**
* This class is duplicated for each Xalan-Java subpackage so keep it in sync.
* It is package private and therefore is not exposed as part of the Xalan-Java
@@ -125,9 +127,9 @@
InputStream getResourceAsStream(ClassLoader cl, String name) {
InputStream ris;
if (cl == null) {
- ris = ClassLoader.getSystemResourceAsStream(name);
+ ris = URLToStreamHelper.urlToStreamSafe(ClassLoader.getSystemResource(name));
} else {
- ris = cl.getResourceAsStream(name);
+ ris = URLToStreamHelper.urlToStreamSafe(cl.getResource(name));
}
return ris;
}
Modified: tags/3.1.4.SR1/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SecuritySupport12.java
===================================================================
--- tags/3.1.4.GA/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SecuritySupport12.java 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SecuritySupport12.java 2008-02-11 19:17:32 UTC (rev 6018)
@@ -49,6 +49,8 @@
import java.security.PrivilegedActionException;
import java.security.PrivilegedExceptionAction;
+import org.ajax4jsf.resource.util.URLToStreamHelper;
+
/**
* This class is duplicated for each Xalan-Java subpackage so keep it in sync.
* It is package private and therefore is not exposed as part of the Xalan-Java
@@ -132,9 +134,9 @@
public Object run() {
InputStream ris;
if (cl == null) {
- ris = ClassLoader.getSystemResourceAsStream(name);
+ ris = URLToStreamHelper.urlToStreamSafe(ClassLoader.getSystemResource(name));
} else {
- ris = cl.getResourceAsStream(name);
+ ris = URLToStreamHelper.urlToStreamSafe(cl.getResource(name));
}
return ris;
}
Modified: tags/3.1.4.SR1/framework/impl/src/main/java/org/richfaces/VersionBean.java
===================================================================
--- tags/3.1.4.GA/framework/impl/src/main/java/org/richfaces/VersionBean.java 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/framework/impl/src/main/java/org/richfaces/VersionBean.java 2008-02-11 19:17:32 UTC (rev 6018)
@@ -37,7 +37,7 @@
* Revision version, must be auto modified by CVS
*/
- public static final String REVISION = "4.GA" ;
+ public static final String REVISION = "4.SR1" ;
public static final String SCM_REVISION = " SVN $Revision$ $Date$";//$Revision$ $Date$";
public static final Version _version = new Version();
Modified: tags/3.1.4.SR1/framework/impl/src/main/java/org/richfaces/renderkit/TemplateEncoderRendererBase.java
===================================================================
--- tags/3.1.4.GA/framework/impl/src/main/java/org/richfaces/renderkit/TemplateEncoderRendererBase.java 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/framework/impl/src/main/java/org/richfaces/renderkit/TemplateEncoderRendererBase.java 2008-02-11 19:17:32 UTC (rev 6018)
@@ -24,6 +24,7 @@
import org.ajax4jsf.javascript.JSReference;
import org.ajax4jsf.javascript.ScriptUtils;
import org.ajax4jsf.renderkit.HeaderResourcesRendererBase;
+import org.ajax4jsf.resource.util.URLToStreamHelper;
import org.ajax4jsf.webapp.tidy.TidyParser;
import org.ajax4jsf.webapp.tidy.TidyXMLFilter;
import org.richfaces.component.TemplateComponent;
@@ -59,7 +60,8 @@
Properties tidyProperties = new Properties();
InputStream propertiesStream = null;
try {
- propertiesStream = TidyXMLFilter.class.getResourceAsStream("tidy.properties");
+ propertiesStream = URLToStreamHelper.urlToStreamSafe(
+ TidyXMLFilter.class.getResource("tidy.properties"));
tidyProperties.load(propertiesStream);
} finally {
if (propertiesStream != null) {
Modified: tags/3.1.4.SR1/framework/impl/src/main/java/org/richfaces/skin/SkinFactoryImpl.java
===================================================================
--- tags/3.1.4.GA/framework/impl/src/main/java/org/richfaces/skin/SkinFactoryImpl.java 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/framework/impl/src/main/java/org/richfaces/skin/SkinFactoryImpl.java 2008-02-11 19:17:32 UTC (rev 6018)
@@ -39,12 +39,10 @@
import javax.faces.el.ValueBinding;
import org.ajax4jsf.Messages;
+import org.ajax4jsf.resource.util.URLToStreamHelper;
import org.ajax4jsf.util.ELUtils;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
-import org.richfaces.skin.Skin;
-import org.richfaces.skin.SkinFactory;
-import org.richfaces.skin.SkinNotFoundException;
/**
* Implementation of {@link SkinFactory} with building skins from properties
@@ -159,7 +157,7 @@
URL url = (URL) properties.nextElement();
InputStream propertyStream = null;
try {
- propertyStream = url.openStream();
+ propertyStream = URLToStreamHelper.urlToStream(url);
defaultProperties.load(propertyStream);
} catch (IOException e) {
// DO Nothing...
@@ -294,7 +292,7 @@
URL url = (URL) properties.nextElement();
InputStream propertyStream = null;
try {
- propertyStream = url.openStream();
+ propertyStream = URLToStreamHelper.urlToStream(url);
skinProperties.load(propertyStream);
loadedPropertiesCount++;
} catch (IOException e) {
Modified: tags/3.1.4.SR1/framework/impl/src/main/resources/META-INF/resources-config.xml
===================================================================
--- tags/3.1.4.GA/framework/impl/src/main/resources/META-INF/resources-config.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/framework/impl/src/main/resources/META-INF/resources-config.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -18,10 +18,15 @@
<renderer class="org.ajax4jsf.resource.ScriptRenderer"/>
</resource>
<resource >
- <name>org/ajax4jsf/renderers/ajax/scripts/form.js</name>
- <path>/org/ajax4jsf/javascript/scripts/form.js</path>
- <renderer class="org.ajax4jsf.resource.ScriptRenderer"/>
+ <name>/org/ajax4jsf/framework.pack.js</name>
+ <path>org/ajax4jsf/framework.pack.js</path>
+ <renderer class="org.ajax4jsf.resource.CompressedScriptRenderer"/>
</resource>
+ <resource >
+ <name>org/ajax4jsf/renderers/ajax/scripts/form.js</name>
+ <path>/org/ajax4jsf/javascript/scripts/form.js</path>
+ <renderer class="org.ajax4jsf.resource.ScriptRenderer"/>
+ </resource>
<resource class="org.richfaces.renderkit.html.GradientA">
<name>org.richfaces.renderkit.html.GradientA</name>
</resource>
Modified: tags/3.1.4.SR1/framework/impl-parent/pom.xml
===================================================================
--- tags/3.1.4.GA/framework/impl-parent/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/framework/impl-parent/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -5,12 +5,12 @@
<parent>
<artifactId>framework</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.framework</groupId>
<artifactId>impl-parent</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<packaging>pom</packaging>
<name>
Java Server Faces AJAX framework implementation parent file
@@ -203,7 +203,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
<properties>
Modified: tags/3.1.4.SR1/framework/pom.xml
===================================================================
--- tags/3.1.4.GA/framework/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/framework/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,12 +2,12 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>framework</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<packaging>pom</packaging>
<name>Java Server Faces AJAX framework</name>
<dependencies />
Modified: tags/3.1.4.SR1/framework/test/pom.xml
===================================================================
--- tags/3.1.4.GA/framework/test/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/framework/test/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,12 +2,12 @@
<parent>
<artifactId>framework</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-test</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<name>Ajax4Jsf test framework</name>
<url>https://ajax4jsf.dev.java.net</url>
<dependencies>
@@ -42,7 +42,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>htmlunit</groupId>
Modified: tags/3.1.4.SR1/pom.xml
===================================================================
--- tags/3.1.4.GA/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -4,7 +4,7 @@
<artifactId>root</artifactId>
<packaging>pom</packaging>
<name>Jboss RichFaces project</name>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<url>http://labs.jboss.com/jbossrichfaces</url>
<properties>
<snapshotRepository>
@@ -157,9 +157,9 @@
</license>
</licenses>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/3.1.4.GA</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/3.1.4.GA</developerConnection>
- <url>https://svn.jboss.org/repos/richfaces/tags/3.1.4.GA</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/3.1.4.SR1</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/3.1.4.SR1</developerConnection>
+ <url>https://svn.jboss.org/repos/richfaces/tags/3.1.4.SR1</url>
</scm>
<profiles>
<profile>
Modified: tags/3.1.4.SR1/samples/ajaxPortlet/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/ajaxPortlet/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/ajaxPortlet/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>portalAjaxSample</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<packaging>war</packaging>
<description>Ajax JSF sample portlet</description>
<build>
@@ -24,7 +24,7 @@
<dependency>
<groupId>org.richfaces.extensions.portletbridge</groupId>
<artifactId>portletbridge-api</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<exclusions>
<exclusion>
<groupId>javax.faces</groupId>
@@ -39,7 +39,7 @@
<dependency>
<groupId>org.richfaces.extensions.portletbridge</groupId>
<artifactId>portletbridge-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<exclusions>
<exclusion>
<groupId>javax.faces</groupId>
@@ -54,7 +54,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<!--
<dependency>
Modified: tags/3.1.4.SR1/samples/calendar-sample/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/calendar-sample/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/calendar-sample/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -3,29 +3,29 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>calendar-sample</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<packaging>war</packaging>
<name>calendar-sample Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>calendar</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
<build>
Modified: tags/3.1.4.SR1/samples/contextMenuDemo/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/contextMenuDemo/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/contextMenuDemo/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,44 +2,44 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>contextMenuDemo</artifactId>
<packaging>war</packaging>
<name>contextMenuDemo Maven Webapp</name>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<dependencies>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>dataTable</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>contextMenu</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>componentControl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>menu-components</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
<build>
Modified: tags/3.1.4.SR1/samples/dataFilterSliderDemo/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/dataFilterSliderDemo/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/dataFilterSliderDemo/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,29 +2,29 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>dataFilterSliderDemo</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<packaging>war</packaging>
<name>dataFilterSliderDemo Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>dataFilterSlider</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
<build>
Modified: tags/3.1.4.SR1/samples/dataTableDemo/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/dataTableDemo/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/dataTableDemo/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>dataTableDemo</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<packaging>war</packaging>
<name>webapp Maven Webapp</name>
<url>http://maven.apache.org</url>
@@ -18,12 +18,12 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>dataTable</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.4.SR1/samples/datascroller-sample/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/datascroller-sample/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/datascroller-sample/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>datascroller-sample</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<packaging>war</packaging>
<name>webapp Maven Webapp</name>
<build>
@@ -17,12 +17,12 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>datascroller</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.4.SR1/samples/dragDropDemo/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/dragDropDemo/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/dragDropDemo/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>dragDropDemo</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<packaging>war</packaging>
<name>Drag/Drop demo app</name>
<build>
@@ -17,12 +17,12 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>drag-drop</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.4.SR1/samples/dropdownmenu-sample/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/dropdownmenu-sample/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/dropdownmenu-sample/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>dropdownmenu-sample</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<packaging>war</packaging>
<name>webapp Maven Webapp</name>
<build>
@@ -17,17 +17,17 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>dropdown-menu</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>menu-components</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.4.SR1/samples/effect-sample/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/effect-sample/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/effect-sample/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,19 +2,19 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>effect-sample</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<packaging>war</packaging>
<name>effect Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>effect</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
<build>
Modified: tags/3.1.4.SR1/samples/gmap-sample/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/gmap-sample/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/gmap-sample/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,19 +2,19 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>gmap-sample</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<packaging>war</packaging>
<name>gmap-sample Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>gmap</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
<build>
Modified: tags/3.1.4.SR1/samples/inputNumberSliderDemo/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/inputNumberSliderDemo/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/inputNumberSliderDemo/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>inputNumberSliderDemo</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<packaging>war</packaging>
<name>webapp Maven Webapp</name>
<build>
@@ -17,12 +17,12 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>inputnumber-slider</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.4.SR1/samples/inputNumberSpinnerDemo/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/inputNumberSpinnerDemo/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/inputNumberSpinnerDemo/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>inputNumberSpinnerDemo</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<packaging>war</packaging>
<name>webapp Maven Webapp</name>
<build>
@@ -17,12 +17,12 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>inputnumber-spinner</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.4.SR1/samples/jQuery-sample/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/jQuery-sample/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/jQuery-sample/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,19 +2,19 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>jQuery-sample</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<packaging>war</packaging>
<name>jQuery-sample Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>jQuery</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
<build>
Modified: tags/3.1.4.SR1/samples/listShuttleDemo/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/listShuttleDemo/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/listShuttleDemo/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.1.4.SR1/samples/local-value-demo/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/local-value-demo/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/local-value-demo/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,24 +2,24 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>local-value-demo</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<packaging>war</packaging>
<name>richfaces-local-value-demo Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<scope>provided</scope>
</dependency>
</dependencies>
Modified: tags/3.1.4.SR1/samples/modalpanel-sample/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/modalpanel-sample/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/modalpanel-sample/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>modalpanel-sample</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<packaging>war</packaging>
<name>modalpanel-sample Maven Webapp</name>
<dependencies>
Modified: tags/3.1.4.SR1/samples/orderingListDemo/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/orderingListDemo/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/orderingListDemo/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
@@ -16,12 +16,12 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>orderingList</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.4.SR1/samples/panel-sample/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/panel-sample/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/panel-sample/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,24 +2,24 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>panel-sample</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<packaging>war</packaging>
<name>panel-sample Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>panel</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
<build>
Modified: tags/3.1.4.SR1/samples/panelbar-sample/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/panelbar-sample/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/panelbar-sample/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>panelbar-sample</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<packaging>war</packaging>
<name>webapp Maven Webapp</name>
<build>
@@ -17,12 +17,12 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>panelbar</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.4.SR1/samples/panelmenu-sample/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/panelmenu-sample/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/panelmenu-sample/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -3,24 +3,24 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>panelmenu-sample</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<packaging>war</packaging>
<name>panelmenu-sample Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>panelmenu</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
Modified: tags/3.1.4.SR1/samples/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,14 +2,14 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>samples</artifactId>
<packaging>pom</packaging>
<name>RichFaces Components Examples</name>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<url>http://labs.jboss.com/jbossrichfaces/samples</url>
<properties>
<!-- -->
@@ -66,12 +66,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>com.sun.facelets</groupId>
@@ -360,7 +360,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<exclusions>
<exclusion>
<groupId>javax.faces</groupId>
Modified: tags/3.1.4.SR1/samples/portal-echo/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/portal-echo/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/portal-echo/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -5,13 +5,13 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>portal-echo</artifactId>
<packaging>war</packaging>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<description>Ajax JSF sample portlet</description>
<build>
<defaultGoal>package</defaultGoal>
Modified: tags/3.1.4.SR1/samples/rich-message-demo/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/rich-message-demo/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/rich-message-demo/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -3,29 +3,29 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>rich-message-demo</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<packaging>war</packaging>
<name>rich-message-demo</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>message</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
Modified: tags/3.1.4.SR1/samples/richfaces-art-datatable/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/richfaces-art-datatable/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/richfaces-art-datatable/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -3,19 +3,19 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>richfaces-art-datatable</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<packaging>war</packaging>
<name>richfaces-art-datatableDemo Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
<build>
Modified: tags/3.1.4.SR1/samples/richfaces-demo/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/richfaces-demo/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/richfaces-demo/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,19 +2,19 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>richfaces-demo</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<packaging>war</packaging>
<name>richfaces-demo Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>com.uwyn</groupId>
@@ -24,7 +24,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<scope>provided</scope>
</dependency>
</dependencies>
Modified: tags/3.1.4.SR1/samples/richfaces-demo/src/main/webapp/WEB-INF/web.xml
===================================================================
--- tags/3.1.4.GA/samples/richfaces-demo/src/main/webapp/WEB-INF/web.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/richfaces-demo/src/main/webapp/WEB-INF/web.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -47,13 +47,13 @@
<param-name>org.ajax4jsf.xmlparser.ORDER</param-name>
<param-value>NEKO</param-value>
</context-param>
- <!--context-param>
+ <context-param>
<param-name>org.richfaces.LoadStyleStrategy</param-name>
- <param-value>DEFAULT</param-value>
- </context-param-->
+ <param-value>ALL</param-value>
+ </context-param>
<context-param>
<param-name>org.richfaces.LoadScriptStrategy</param-name>
- <param-value>DEFAULT</param-value>
+ <param-value>ALL</param-value>
</context-param>
<filter>
Modified: tags/3.1.4.SR1/samples/richfaces-ear-demo/ejb/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/richfaces-ear-demo/ejb/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/richfaces-ear-demo/ejb/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -4,14 +4,14 @@
<parent>
<artifactId>richfaces-ear-demo</artifactId>
<groupId>org.richfaces.samples</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
<artifactId>ejb</artifactId>
<packaging>ejb</packaging>
<name>ejb</name>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
@@ -23,7 +23,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<exclusions>
<exclusion>
<groupId>javax.faces</groupId>
Modified: tags/3.1.4.SR1/samples/richfaces-ear-demo/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/richfaces-ear-demo/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/richfaces-ear-demo/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -4,14 +4,14 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>richfaces-ear-demo</artifactId>
<name>JSF 1.2/Jee5 enterprise application demo</name>
<packaging>pom</packaging>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<build>
<pluginManagement>
<plugins>
Modified: tags/3.1.4.SR1/samples/richfaces-ear-demo/richfacesEAR/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/richfaces-ear-demo/richfacesEAR/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/richfaces-ear-demo/richfacesEAR/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -4,32 +4,32 @@
<parent>
<artifactId>richfaces-ear-demo</artifactId>
<groupId>org.richfaces.samples</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
<artifactId>richfacesEAR</artifactId>
<name>richfacesEAR</name>
<packaging>ear</packaging>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
<artifactId>ejb</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<type>ejb</type>
</dependency>
<dependency>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
<artifactId>ejb</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<type>ejb-client</type>
</dependency>
<dependency>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
<artifactId>webapp</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<type>war</type>
</dependency>
</dependencies>
Modified: tags/3.1.4.SR1/samples/richfaces-ear-demo/webapp/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/richfaces-ear-demo/webapp/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/richfaces-ear-demo/webapp/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -4,14 +4,14 @@
<parent>
<artifactId>richfaces-ear-demo</artifactId>
<groupId>org.richfaces.samples</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
<artifactId>webapp</artifactId>
<packaging>war</packaging>
<name>webapp Maven Webapp</name>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<url>http://maven.apache.org</url>
<build>
<finalName>webapp</finalName>
@@ -48,17 +48,17 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<optional>true</optional>
</dependency>
<dependency>
@@ -71,7 +71,7 @@
<dependency>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
<artifactId>ejb</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<type>ejb-client</type>
<scope>provided</scope>
<optional>true</optional>
Modified: tags/3.1.4.SR1/samples/seamEAR/ear/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/seamEAR/ear/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/seamEAR/ear/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -6,18 +6,18 @@
<groupId>org.richfaces.samples.seamEAR</groupId>
<artifactId>ear</artifactId>
<packaging>ear</packaging>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<name>ear assembly</name>
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<dependencies>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<exclusions>
<exclusion>
<groupId>javax.faces</groupId>
Modified: tags/3.1.4.SR1/samples/seamEAR/ejbs/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/seamEAR/ejbs/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/seamEAR/ejbs/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -6,12 +6,12 @@
<groupId>org.richfaces.samples.seamEAR</groupId>
<artifactId>ejbs</artifactId>
<packaging>ejb</packaging>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<name>enterprise java beans</name>
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<dependencies>
<dependency>
@@ -32,7 +32,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<exclusions>
<exclusion>
<groupId>javax.faces</groupId>
Modified: tags/3.1.4.SR1/samples/seamEAR/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/seamEAR/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/seamEAR/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -6,12 +6,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
-->
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<artifactId>seamEAR</artifactId>
<packaging>pom</packaging>
<name>seam EAR project</name>
@@ -58,23 +58,23 @@
org.richfaces.samples.seamEAR.projects
</groupId>
<artifactId>logging</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples.seamEAR</groupId>
<artifactId>primary-source</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples.seamEAR.wars</groupId>
<artifactId>seamWebapp</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.richfaces.samples.seamEAR</groupId>
<artifactId>ejbs</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<type>ejb</type>
</dependency>
</dependencies>
Modified: tags/3.1.4.SR1/samples/seamEAR/primary-source/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/seamEAR/primary-source/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/seamEAR/primary-source/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<dependencies>
<dependency>
Modified: tags/3.1.4.SR1/samples/seamEAR/projects/logging/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/seamEAR/projects/logging/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/seamEAR/projects/logging/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -7,6 +7,6 @@
<parent>
<groupId>org.richfaces.samples.seamEAR</groupId>
<artifactId>projects</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
</project>
Modified: tags/3.1.4.SR1/samples/seamEAR/projects/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/seamEAR/projects/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/seamEAR/projects/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -1,14 +1,14 @@
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples.seamEAR</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<artifactId>projects</artifactId>
<packaging>pom</packaging>
<name>sub projects</name>
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modules>
<module>logging</module>
Modified: tags/3.1.4.SR1/samples/seamEAR/wars/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/seamEAR/wars/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/seamEAR/wars/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -4,11 +4,11 @@
<artifactId>wars</artifactId>
<packaging>pom</packaging>
<name>wars</name>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modules>
<module>seamWebapp</module>
Modified: tags/3.1.4.SR1/samples/seamEAR/wars/seamWebapp/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/seamEAR/wars/seamWebapp/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/seamEAR/wars/seamWebapp/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.richfaces.samples.seamEAR</groupId>
<artifactId>wars</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<build>
<finalName>seamWebapp</finalName>
@@ -42,17 +42,17 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<scope>provided</scope>
</dependency>
<dependency>
Modified: tags/3.1.4.SR1/samples/seamIntegration/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/seamIntegration/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/seamIntegration/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -5,14 +5,14 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamIntegration</artifactId>
<packaging>war</packaging>
<name>seamIntegration Maven Webapp</name>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<build>
<finalName>seamIntegration</finalName>
<plugins>
Modified: tags/3.1.4.SR1/samples/seamPortletEar/ear/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/seamPortletEar/ear/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/seamPortletEar/ear/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -3,14 +3,14 @@
<parent>
<artifactId>seamPortletEar</artifactId>
<groupId>org.richfaces.samples</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples.seamPortletEar</groupId>
<artifactId>portletEar</artifactId>
<packaging>ear</packaging>
<name>Seam Portlet Ear</name>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<dependencies>
<dependency>
<groupId>org.jboss.seam</groupId>
Modified: tags/3.1.4.SR1/samples/seamPortletEar/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/seamPortletEar/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/seamPortletEar/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -4,12 +4,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
-->
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<artifactId>seamPortletEar</artifactId>
<packaging>pom</packaging>
<name>seam EAR portlet project</name>
@@ -57,13 +57,13 @@
<dependency>
<groupId>org.richfaces.samples.seamPortletEar</groupId>
<artifactId>seamBookingPortlet</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.richfaces.samples.seamPortletEar</groupId>
<artifactId>seamBooking</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<type>ejb</type>
</dependency>
<dependency>
Modified: tags/3.1.4.SR1/samples/seamPortletEar/seamBooking/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/seamPortletEar/seamBooking/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/seamPortletEar/seamBooking/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -3,14 +3,14 @@
<parent>
<artifactId>seamPortletEar</artifactId>
<groupId>org.richfaces.samples</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples.seamPortletEar</groupId>
<artifactId>seamBooking</artifactId>
<name>seamBooking</name>
<packaging>ejb</packaging>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<dependencies>
<dependency>
<groupId>junit</groupId>
@@ -32,7 +32,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>javax.ejb</groupId>
Modified: tags/3.1.4.SR1/samples/seamPortletEar/seamBookingPortlet/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/seamPortletEar/seamBookingPortlet/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/seamPortletEar/seamBookingPortlet/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,14 +2,14 @@
<parent>
<artifactId>seamPortletEar</artifactId>
<groupId>org.richfaces.samples</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples.seamPortletEar</groupId>
<artifactId>seamBookingPortlet</artifactId>
<packaging>war</packaging>
<name>seamBookingPortlet Maven Webapp</name>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<build>
<finalName>seamBookingPortlet</finalName>
<plugins>
@@ -105,7 +105,7 @@
<dependency>
<groupId>org.richfaces.extensions.portletbridge</groupId>
<artifactId>portletbridge-api</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<exclusions>
<exclusion>
<groupId>javax.faces</groupId>
@@ -120,7 +120,7 @@
<dependency>
<groupId>org.richfaces.extensions.portletbridge</groupId>
<artifactId>portletbridge-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<exclusions>
<exclusion>
<groupId>javax.faces</groupId>
@@ -135,12 +135,12 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<scope>provided</scope>
</dependency>
<dependency>
Modified: tags/3.1.4.SR1/samples/separator-sample/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/separator-sample/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/separator-sample/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>separator-sample</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<packaging>war</packaging>
<name>webapp Maven Webapp</name>
<build>
@@ -17,12 +17,12 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>separator</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.4.SR1/samples/simpleTogglePanel-sample/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/simpleTogglePanel-sample/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/simpleTogglePanel-sample/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>simpleTogglePanel-sample</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<packaging>war</packaging>
<name>webapp Maven Webapp</name>
<build>
@@ -17,12 +17,12 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>simpleTogglePanel</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.4.SR1/samples/skins/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/skins/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/skins/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.1.4.SR1/samples/suggestionbox-sample/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/suggestionbox-sample/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/suggestionbox-sample/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>suggestionbox-sample</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<packaging>war</packaging>
<name>suggestionbox-sample Maven Webapp</name>
<build>
@@ -17,17 +17,17 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>suggestionbox</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.4.SR1/samples/tabPanelDemo/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/tabPanelDemo/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/tabPanelDemo/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>tabPanelDemo</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<packaging>war</packaging>
<name>webapp Maven Webapp</name>
<build>
@@ -17,22 +17,22 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>tabPanel</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>panel</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.4.SR1/samples/togglePanel-sample/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/togglePanel-sample/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/togglePanel-sample/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>togglePanel-sample</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<packaging>war</packaging>
<name>webapp Maven Webapp</name>
<build>
@@ -17,17 +17,17 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>togglePanel</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>panel</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.4.SR1/samples/tomahawkCompability/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/tomahawkCompability/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/tomahawkCompability/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>tomahawkCompability</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<packaging>war</packaging>
<name>tomahawkCompability Maven Webapp</name>
<properties>
Modified: tags/3.1.4.SR1/samples/toolBarDemo/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/toolBarDemo/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/toolBarDemo/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>toolBarDemo</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<packaging>war</packaging>
<name>webapp Maven Webapp</name>
<build>
@@ -17,12 +17,12 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>toolBar</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.4.SR1/samples/tooltip-sample/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/tooltip-sample/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/tooltip-sample/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -3,29 +3,29 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>tooltip-sample</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<packaging>war</packaging>
<name>tooltip-sample Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>tooltip</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>componentControl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
Modified: tags/3.1.4.SR1/samples/tree-demo/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/tree-demo/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/tree-demo/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,29 +2,29 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>tree-demo</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<packaging>war</packaging>
<name>tree-demo Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>tree</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>drag-drop</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
<build>
Modified: tags/3.1.4.SR1/samples/treeModelDemo/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/treeModelDemo/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/treeModelDemo/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -3,24 +3,24 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>treeModelDemo</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<packaging>war</packaging>
<name>Tree Model Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>treeModel</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>tree</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
<build>
Modified: tags/3.1.4.SR1/samples/useCases/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/useCases/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/useCases/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -5,12 +5,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>useCases</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<packaging>war</packaging>
<name>useCases Maven Webapp</name>
<build>
Modified: tags/3.1.4.SR1/samples/virtualEarth-sample/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/virtualEarth-sample/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/samples/virtualEarth-sample/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -4,19 +4,19 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>virtualEarth-sample</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<packaging>war</packaging>
<name>gmap-sample Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>virtualEarth</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
<build>
Modified: tags/3.1.4.SR1/sandbox/api/pom.xml
===================================================================
--- tags/3.1.4.GA/sandbox/api/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/sandbox/api/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,18 +2,18 @@
<parent>
<artifactId>sandbox</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox</groupId>
<artifactId>richfaces-sandbox-api</artifactId>
<name>Richfaces Sandbox API</name>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<dependencies>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
Modified: tags/3.1.4.SR1/sandbox/impl/pom.xml
===================================================================
--- tags/3.1.4.GA/sandbox/impl/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/sandbox/impl/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,28 +2,28 @@
<parent>
<artifactId>sandbox</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox</groupId>
<artifactId>richfaces-sandbox-impl</artifactId>
<name>Richfaces Sandbox Implementation</name>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<dependencies>
<dependency>
<groupId>org.richfaces.sandbox</groupId>
<artifactId>richfaces-sandbox-api</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-test</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
Modified: tags/3.1.4.SR1/sandbox/pom.xml
===================================================================
--- tags/3.1.4.GA/sandbox/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/sandbox/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: tags/3.1.4.SR1/sandbox/samples/dialog-window-sample/pom.xml
===================================================================
--- tags/3.1.4.GA/sandbox/samples/dialog-window-sample/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/sandbox/samples/dialog-window-sample/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -15,12 +15,12 @@
<dependency>
<groupId>org.richfaces.sandbox.ui</groupId>
<artifactId>dialog-window</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
Modified: tags/3.1.4.SR1/sandbox/samples/panel2-sample/pom.xml
===================================================================
--- tags/3.1.4.GA/sandbox/samples/panel2-sample/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/sandbox/samples/panel2-sample/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -15,12 +15,12 @@
<dependency>
<groupId>org.richfaces.sandbox.ui</groupId>
<artifactId>panel2</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
Modified: tags/3.1.4.SR1/sandbox/samples/pom.xml
===================================================================
--- tags/3.1.4.GA/sandbox/samples/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/sandbox/samples/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>samples</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tags/3.1.4.SR1/sandbox/samples/rich-message-demo/pom.xml
===================================================================
--- tags/3.1.4.GA/sandbox/samples/rich-message-demo/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/sandbox/samples/rich-message-demo/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.demo</groupId>
@@ -13,17 +13,17 @@
<dependency>
<groupId>org.richfaces.sandbox.ui</groupId>
<artifactId>message</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
Modified: tags/3.1.4.SR1/sandbox/samples/simpleTogglePanel2-sample/pom.xml
===================================================================
--- tags/3.1.4.GA/sandbox/samples/simpleTogglePanel2-sample/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/sandbox/samples/simpleTogglePanel2-sample/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
@@ -16,12 +16,12 @@
<dependency>
<groupId>org.richfaces.sandbox.ui</groupId>
<artifactId>simpleTogglePanel2</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.4.SR1/sandbox/ui/dialog-window/pom.xml
===================================================================
--- tags/3.1.4.GA/sandbox/ui/dialog-window/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/sandbox/ui/dialog-window/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -39,12 +39,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<scope>provided</scope>
</dependency>
</dependencies>
Modified: tags/3.1.4.SR1/sandbox/ui/panel2/pom.xml
===================================================================
--- tags/3.1.4.GA/sandbox/ui/panel2/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/sandbox/ui/panel2/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.4.SR1/sandbox/ui/pom.xml
===================================================================
--- tags/3.1.4.GA/sandbox/ui/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/sandbox/ui/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -3,7 +3,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox</groupId>
Modified: tags/3.1.4.SR1/sandbox/ui/simpleTogglePanel2/pom.xml
===================================================================
--- tags/3.1.4.GA/sandbox/ui/simpleTogglePanel2/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/sandbox/ui/simpleTogglePanel2/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.4.SR1/sandbox/ui/state/pom.xml
===================================================================
--- tags/3.1.4.GA/sandbox/ui/state/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/sandbox/ui/state/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -37,7 +37,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.4.SR1/test-applications/facelets/pom.xml
===================================================================
--- tags/3.1.4.GA/test-applications/facelets/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/test-applications/facelets/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>test-applications</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tags/3.1.4.SR1/test-applications/jsp/pom.xml
===================================================================
--- tags/3.1.4.GA/test-applications/jsp/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/test-applications/jsp/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>test-applications</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tags/3.1.4.SR1/test-applications/pom.xml
===================================================================
--- tags/3.1.4.GA/test-applications/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/test-applications/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<relativePath>../samples</relativePath>
</parent>
@@ -43,11 +43,11 @@
<groupId>org.richfaces</groupId>
<artifactId>test-applications</artifactId>
<packaging>pom</packaging>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<name>RichFaces Test Applications</name>
<properties>
- <rfVersion>3.1.4.GA</rfVersion>
+ <rfVersion>3.1.4.SR1</rfVersion>
</properties>
<modules>
Modified: tags/3.1.4.SR1/ui/assembly/pom.xml
===================================================================
--- tags/3.1.4.GA/ui/assembly/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/ui/assembly/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -14,7 +14,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<configuration>
<library>
<prefix>org.richfaces</prefix>
Copied: tags/3.1.4.SR1/ui/assembly/src/main/config (from rev 6013, branches/3.1.x/ui/assembly/src/main/config)
Copied: tags/3.1.4.SR1/ui/assembly/src/main/config/META-INF (from rev 6013, branches/3.1.x/ui/assembly/src/main/config/META-INF)
Deleted: tags/3.1.4.SR1/ui/assembly/src/main/config/META-INF/resources-config.xml
===================================================================
--- branches/3.1.x/ui/assembly/src/main/config/META-INF/resources-config.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/ui/assembly/src/main/config/META-INF/resources-config.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<resource-config>
- <resource >
- <name>/org/richfaces/ui.pack.js</name>
- <path>org/richfaces/ui.pack.js</path>
- <renderer class="org.ajax4jsf.resource.CompressedScriptRenderer"/>
- </resource>
- <resource>
- <name>/org/richfaces/skin.xcss</name>
- <path>org/richfaces/skin.xcss</path>
- </resource>
-</resource-config>
\ No newline at end of file
Copied: tags/3.1.4.SR1/ui/assembly/src/main/config/META-INF/resources-config.xml (from rev 6013, branches/3.1.x/ui/assembly/src/main/config/META-INF/resources-config.xml)
===================================================================
--- tags/3.1.4.SR1/ui/assembly/src/main/config/META-INF/resources-config.xml (rev 0)
+++ tags/3.1.4.SR1/ui/assembly/src/main/config/META-INF/resources-config.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<resource-config>
+ <resource >
+ <name>/org/richfaces/ui.pack.js</name>
+ <path>org/richfaces/ui.pack.js</path>
+ <renderer class="org.ajax4jsf.resource.CompressedScriptRenderer"/>
+ </resource>
+ <resource>
+ <name>/org/richfaces/skin.xcss</name>
+ <path>org/richfaces/skin.xcss</path>
+ </resource>
+</resource-config>
\ No newline at end of file
Modified: tags/3.1.4.SR1/ui/calendar/pom.xml
===================================================================
--- tags/3.1.4.GA/ui/calendar/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/ui/calendar/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -45,13 +45,13 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>inputnumber-spinner</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
Modified: tags/3.1.4.SR1/ui/componentControl/pom.xml
===================================================================
--- tags/3.1.4.GA/ui/componentControl/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/ui/componentControl/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -50,7 +50,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
</project>
Modified: tags/3.1.4.SR1/ui/contextMenu/pom.xml
===================================================================
--- tags/3.1.4.GA/ui/contextMenu/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/ui/contextMenu/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
<artifactId>contextMenu</artifactId>
<name>contextMenu</name>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,12 +44,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>menu-components</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.4.SR1/ui/core/pom.xml
===================================================================
--- tags/3.1.4.GA/ui/core/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/ui/core/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.1.4.SR1/ui/create.bat
===================================================================
--- tags/3.1.4.GA/ui/create.bat 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/ui/create.bat 2008-02-11 19:17:32 UTC (rev 6018)
@@ -1 +1 @@
-mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsf-component -DarchetypeVersion=3.1.4.GA -DgroupId=org.richfaces -DartifactId=%1
\ No newline at end of file
+mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsf-component -DarchetypeVersion=3.1.4.SR1 -DgroupId=org.richfaces -DartifactId=%1
\ No newline at end of file
Modified: tags/3.1.4.SR1/ui/create.sh
===================================================================
--- tags/3.1.4.GA/ui/create.sh 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/ui/create.sh 2008-02-11 19:17:32 UTC (rev 6018)
@@ -1,3 +1,3 @@
#!/bin/sh
mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsf-component \
- -DarchetypeVersion=3.1.4.GA -DgroupId=org.richfaces.ui -DartifactId=$1
+ -DarchetypeVersion=3.1.4.SR1 -DgroupId=org.richfaces.ui -DartifactId=$1
Modified: tags/3.1.4.SR1/ui/dataFilterSlider/pom.xml
===================================================================
--- tags/3.1.4.GA/ui/dataFilterSlider/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/ui/dataFilterSlider/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -14,7 +14,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.4.SR1/ui/dataTable/pom.xml
===================================================================
--- tags/3.1.4.GA/ui/dataTable/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/ui/dataTable/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-core</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
-->
</dependencies>
Modified: tags/3.1.4.SR1/ui/datascroller/pom.xml
===================================================================
--- tags/3.1.4.GA/ui/datascroller/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/ui/datascroller/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.4.SR1/ui/drag-drop/pom.xml
===================================================================
--- tags/3.1.4.GA/ui/drag-drop/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/ui/drag-drop/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-core</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
-->
</dependencies>
Modified: tags/3.1.4.SR1/ui/dropdown-menu/pom.xml
===================================================================
--- tags/3.1.4.GA/ui/dropdown-menu/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/ui/dropdown-menu/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,12 +44,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>menu-components</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.4.SR1/ui/effect/pom.xml
===================================================================
--- tags/3.1.4.GA/ui/effect/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/ui/effect/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.1.4.SR1/ui/gmap/pom.xml
===================================================================
--- tags/3.1.4.GA/ui/gmap/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/ui/gmap/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.1.4.SR1/ui/inputnumber-slider/pom.xml
===================================================================
--- tags/3.1.4.GA/ui/inputnumber-slider/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/ui/inputnumber-slider/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.1.4.SR1/ui/inputnumber-spinner/pom.xml
===================================================================
--- tags/3.1.4.GA/ui/inputnumber-spinner/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/ui/inputnumber-spinner/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<executions>
<execution>
<id>generate-sources</id>
Modified: tags/3.1.4.SR1/ui/insert/pom.xml
===================================================================
--- tags/3.1.4.GA/ui/insert/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/ui/insert/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.1.4.SR1/ui/jQuery/pom.xml
===================================================================
--- tags/3.1.4.GA/ui/jQuery/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/ui/jQuery/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.1.4.SR1/ui/listShuttle/pom.xml
===================================================================
--- tags/3.1.4.GA/ui/listShuttle/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/ui/listShuttle/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
Modified: tags/3.1.4.SR1/ui/menu-components/pom.xml
===================================================================
--- tags/3.1.4.GA/ui/menu-components/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/ui/menu-components/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.4.SR1/ui/message/pom.xml
===================================================================
--- tags/3.1.4.GA/ui/message/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/ui/message/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
<artifactId>message</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<name>Message</name>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.4.SR1/ui/modal-panel/pom.xml
===================================================================
--- tags/3.1.4.GA/ui/modal-panel/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/ui/modal-panel/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.1.4.SR1/ui/orderingList/pom.xml
===================================================================
--- tags/3.1.4.GA/ui/orderingList/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/ui/orderingList/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.1.4.SR1/ui/paint2D/pom.xml
===================================================================
--- tags/3.1.4.GA/ui/paint2D/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/ui/paint2D/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.1.4.SR1/ui/panel/pom.xml
===================================================================
--- tags/3.1.4.GA/ui/panel/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/ui/panel/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.4.SR1/ui/panelbar/pom.xml
===================================================================
--- tags/3.1.4.GA/ui/panelbar/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/ui/panelbar/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.1.4.SR1/ui/panelmenu/pom.xml
===================================================================
--- tags/3.1.4.GA/ui/panelmenu/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/ui/panelmenu/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.4.SR1/ui/pom.xml
===================================================================
--- tags/3.1.4.GA/ui/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/ui/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
@@ -134,12 +134,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-test</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<scope>test</scope>
</dependency>
<dependency>
Modified: tags/3.1.4.SR1/ui/scrollableDataTable/pom.xml
===================================================================
--- tags/3.1.4.GA/ui/scrollableDataTable/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/ui/scrollableDataTable/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
<artifactId>scrollableDataTable</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<name>Scrollable Data Table</name>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -71,12 +71,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>dataTable</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<scope>test</scope>
</dependency>
</dependencies>
Modified: tags/3.1.4.SR1/ui/separator/pom.xml
===================================================================
--- tags/3.1.4.GA/ui/separator/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/ui/separator/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<executions>
<execution>
<id>generate-sources</id>
Modified: tags/3.1.4.SR1/ui/simpleTogglePanel/pom.xml
===================================================================
--- tags/3.1.4.GA/ui/simpleTogglePanel/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/ui/simpleTogglePanel/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.4.SR1/ui/spacer/pom.xml
===================================================================
--- tags/3.1.4.GA/ui/spacer/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/ui/spacer/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.4.SR1/ui/suggestionbox/pom.xml
===================================================================
--- tags/3.1.4.GA/ui/suggestionbox/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/ui/suggestionbox/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.4.SR1/ui/tabPanel/pom.xml
===================================================================
--- tags/3.1.4.GA/ui/tabPanel/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/ui/tabPanel/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.4.SR1/ui/togglePanel/pom.xml
===================================================================
--- tags/3.1.4.GA/ui/togglePanel/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/ui/togglePanel/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.4.SR1/ui/toolBar/pom.xml
===================================================================
--- tags/3.1.4.GA/ui/toolBar/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/ui/toolBar/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.4.SR1/ui/tooltip/pom.xml
===================================================================
--- tags/3.1.4.GA/ui/tooltip/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/ui/tooltip/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.4.SR1/ui/tree/pom.xml
===================================================================
--- tags/3.1.4.GA/ui/tree/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/ui/tree/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>drag-drop</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.4.SR1/ui/treeModel/pom.xml
===================================================================
--- tags/3.1.4.GA/ui/treeModel/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/ui/treeModel/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -45,12 +45,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>tree</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.4.SR1/ui/virtualEarth/pom.xml
===================================================================
--- tags/3.1.4.GA/ui/virtualEarth/pom.xml 2008-02-11 17:37:55 UTC (rev 6013)
+++ tags/3.1.4.SR1/ui/virtualEarth/pom.xml 2008-02-11 19:17:32 UTC (rev 6018)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.4.SR1</version>
<executions>
<execution>
<phase>generate-sources</phase>
18 years, 2 months
JBoss Rich Faces SVN: r6017 - in trunk/sandbox/ui/inplaceInput/src/main: config/resources and 2 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: abelevich
Date: 2008-02-11 13:35:29 -0500 (Mon, 11 Feb 2008)
New Revision: 6017
Added:
trunk/sandbox/ui/inplaceInput/src/main/config/resources/
trunk/sandbox/ui/inplaceInput/src/main/config/resources/resource-config.xml
trunk/sandbox/ui/inplaceInput/src/main/java/org/richfaces/renderkit/images/
trunk/sandbox/ui/inplaceInput/src/main/java/org/richfaces/renderkit/images/CancelControlIcon.java
trunk/sandbox/ui/inplaceInput/src/main/java/org/richfaces/renderkit/images/EditIcon.java
trunk/sandbox/ui/inplaceInput/src/main/java/org/richfaces/renderkit/images/OkControlIcon.java
Log:
OK, CANCEL, EDIT icons, and resources config
Added: trunk/sandbox/ui/inplaceInput/src/main/config/resources/resource-config.xml
===================================================================
--- trunk/sandbox/ui/inplaceInput/src/main/config/resources/resource-config.xml (rev 0)
+++ trunk/sandbox/ui/inplaceInput/src/main/config/resources/resource-config.xml 2008-02-11 18:35:29 UTC (rev 6017)
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<resource-config>
+
+ <resource class="org.richfaces.renderkit.images.OkControlIcon">
+ <name>org.richfaces.renderkit.images.OkControlIcon</name>
+ </resource>
+
+ <resource class="org.richfaces.renderkit.images.EditIcon">
+ <name>org.richfaces.renderkit.images.EditIcon</name>
+ </resource>
+
+ <resource class="org.richfaces.renderkit.images.CancelControlIcon">
+ <name>org.richfaces.renderkit.images.CancelControlIcon</name>
+ </resource>
+
+</resource-config>
Added: trunk/sandbox/ui/inplaceInput/src/main/java/org/richfaces/renderkit/images/CancelControlIcon.java
===================================================================
--- trunk/sandbox/ui/inplaceInput/src/main/java/org/richfaces/renderkit/images/CancelControlIcon.java (rev 0)
+++ trunk/sandbox/ui/inplaceInput/src/main/java/org/richfaces/renderkit/images/CancelControlIcon.java 2008-02-11 18:35:29 UTC (rev 6017)
@@ -0,0 +1,120 @@
+/**
+ *
+ */
+package org.richfaces.renderkit.images;
+
+import java.awt.Color;
+import java.awt.Dimension;
+import java.awt.GradientPaint;
+import java.awt.Graphics2D;
+import java.awt.RenderingHints;
+import java.util.Date;
+
+import javax.faces.context.FacesContext;
+
+import org.ajax4jsf.resource.GifRenderer;
+import org.ajax4jsf.resource.InternetResourceBuilder;
+import org.ajax4jsf.resource.Java2Dresource;
+import org.ajax4jsf.resource.ResourceContext;
+import org.ajax4jsf.util.HtmlColor;
+import org.ajax4jsf.util.Zipper2;
+
+/**
+ * @author Anton Belevich
+ *
+ */
+public class CancelControlIcon extends Java2Dresource {
+
+ protected static final String ICON_COLOR = "#971715";
+ protected static final String ICON_BORDER = "#FFFFFF";
+ protected static final String ALTERNATE_COLOR = "#ED6161";
+
+ private static final Dimension dimensions = new Dimension(11, 11);
+
+ public CancelControlIcon() {
+ setRenderer(new GifRenderer());
+ setLastModified(new Date(InternetResourceBuilder.getInstance().getStartTime()));
+ }
+
+ public Dimension getDimensions(FacesContext facesContext, Object data) {
+ return dimensions;
+ }
+
+ protected Dimension getDimensions(ResourceContext resourceContext) {
+ return dimensions;
+ }
+
+ protected Object deserializeData(byte[] objectArray) {
+ if (objectArray == null) {
+ return null;
+ }
+ Zipper2 zipper = new Zipper2(objectArray);
+ return new Color[] {zipper.nextColor(), zipper.nextColor()};
+ }
+
+ protected Object getDataToStore(FacesContext context, Object data){
+
+ byte [] ret = new byte[6];
+
+ Color color = null;
+ Zipper2 zipper = new Zipper2(ret);
+
+ color = HtmlColor.decode(ICON_COLOR);
+ zipper.addColor(color);
+
+ color = HtmlColor.decode(ICON_BORDER);
+ zipper.addColor(color);
+
+ return ret;
+ }
+
+ protected void paint(ResourceContext context, Graphics2D g2d) {
+ Color [] data = (Color[]) restoreData(context);
+
+ Color iconColor = data[0];
+ Color iconBorder = data[1];
+
+ g2d.setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_OFF);
+// g2d.setRenderingHint(RenderingHints.KEY_FRACTIONALMETRICS, RenderingHints.VALUE_FRACTIONALMETRICS_ON);
+// g2d.setRenderingHint(RenderingHints.KEY_TEXT_ANTIALIASING, RenderingHints.VALUE_TEXT_ANTIALIAS_ON);
+ g2d.setRenderingHint(RenderingHints.KEY_STROKE_CONTROL, RenderingHints.VALUE_STROKE_DEFAULT);
+ g2d.setRenderingHint(RenderingHints.KEY_COLOR_RENDERING, RenderingHints.VALUE_COLOR_RENDER_DEFAULT);
+ g2d.setRenderingHint(RenderingHints.KEY_DITHERING, RenderingHints.VALUE_DITHER_ENABLE);
+ g2d.setRenderingHint(RenderingHints.KEY_ALPHA_INTERPOLATION, RenderingHints.VALUE_ALPHA_INTERPOLATION_QUALITY);
+ g2d.setRenderingHint(RenderingHints.KEY_INTERPOLATION, RenderingHints.VALUE_INTERPOLATION_BILINEAR);
+ g2d.setRenderingHint(RenderingHints.KEY_RENDERING, RenderingHints.VALUE_RENDER_DEFAULT);
+
+ g2d.setColor(iconColor);
+
+ Color altenateColor = HtmlColor.decode(ALTERNATE_COLOR);
+ GradientPaint gradient = new GradientPaint(2,3,altenateColor,3,9,iconColor);
+ g2d.setPaint(gradient);
+
+ // draw cross
+ g2d.drawLine(2, 3, 7, 8);
+ g2d.drawLine(3, 3, 7, 7);
+ g2d.drawLine(3, 2, 8, 7);
+
+ g2d.drawLine(2, 7, 7, 2);
+ g2d.drawLine(3, 7, 7, 3);
+ g2d.drawLine(3, 8, 8, 3);
+
+ //draw border
+ g2d.setColor(iconBorder);
+ g2d.drawLine(1, 3, 3, 5);
+ g2d.drawLine(3, 5, 1, 7);
+ g2d.drawLine(1, 7, 3, 9);
+ g2d.drawLine(3, 9, 5, 7);
+ g2d.drawLine(5, 7, 7, 9);
+ g2d.drawLine(7, 9, 9, 7);
+ g2d.drawLine(9, 7, 7, 5);
+ g2d.drawLine(7, 5, 9, 3);
+ g2d.drawLine(9, 3, 7, 1);
+ g2d.drawLine(7, 1, 5, 3);
+ g2d.drawLine(5, 3, 3, 1);
+ g2d.drawLine(3, 1, 1, 3);
+
+
+ }
+}
+
Added: trunk/sandbox/ui/inplaceInput/src/main/java/org/richfaces/renderkit/images/EditIcon.java
===================================================================
--- trunk/sandbox/ui/inplaceInput/src/main/java/org/richfaces/renderkit/images/EditIcon.java (rev 0)
+++ trunk/sandbox/ui/inplaceInput/src/main/java/org/richfaces/renderkit/images/EditIcon.java 2008-02-11 18:35:29 UTC (rev 6017)
@@ -0,0 +1,74 @@
+/**
+ *
+ */
+package org.richfaces.renderkit.images;
+
+import java.awt.Color;
+import java.awt.Dimension;
+import java.awt.Graphics2D;
+import java.util.Date;
+
+import javax.faces.context.FacesContext;
+
+import org.ajax4jsf.resource.GifRenderer;
+import org.ajax4jsf.resource.InternetResourceBuilder;
+import org.ajax4jsf.resource.Java2Dresource;
+import org.ajax4jsf.resource.ResourceContext;
+import org.ajax4jsf.util.HtmlColor;
+import org.ajax4jsf.util.Zipper2;
+
+/**
+ * @author Anton Belevich
+ *
+ */
+public class EditIcon extends Java2Dresource {
+
+ protected static final String ICON_COLOR = "#FF0000";
+
+ private static final Dimension dimensions = new Dimension(4, 4);
+
+ public EditIcon() {
+ setRenderer(new GifRenderer());
+ setLastModified(new Date(InternetResourceBuilder.getInstance().getStartTime()));
+ }
+
+ public Dimension getDimensions(FacesContext facesContext, Object data) {
+ return dimensions;
+ }
+
+ protected Dimension getDimensions(ResourceContext resourceContext) {
+ return dimensions;
+ }
+
+ protected Object deserializeData(byte[] objectArray) {
+ if (objectArray == null) {
+ return null;
+ }
+ Zipper2 zipper = new Zipper2(objectArray);
+ return new Color[] {zipper.nextColor()};
+ }
+
+ protected Object getDataToStore(FacesContext context, Object data){
+
+ byte [] ret = new byte[3];
+
+ Color color = null;
+ Zipper2 zipper = new Zipper2(ret);
+
+ color = HtmlColor.decode(ICON_COLOR);
+ zipper.addColor(color);
+
+ return ret;
+ }
+
+ protected void paint(ResourceContext context, Graphics2D g2d) {
+ Color [] data = (Color[]) restoreData(context);
+ Color iconColor = data[0];
+
+ g2d.setColor(iconColor);
+ g2d.drawLine(0, 0, 0, 4);
+ g2d.drawLine(0, 0, 4, 0);
+ g2d.drawLine(1, 0, 1, 2);
+ g2d.drawLine(2, 0, 2, 1);
+ }
+}
Added: trunk/sandbox/ui/inplaceInput/src/main/java/org/richfaces/renderkit/images/OkControlIcon.java
===================================================================
--- trunk/sandbox/ui/inplaceInput/src/main/java/org/richfaces/renderkit/images/OkControlIcon.java (rev 0)
+++ trunk/sandbox/ui/inplaceInput/src/main/java/org/richfaces/renderkit/images/OkControlIcon.java 2008-02-11 18:35:29 UTC (rev 6017)
@@ -0,0 +1,123 @@
+/**
+ *
+ */
+package org.richfaces.renderkit.images;
+
+import java.awt.Color;
+import java.awt.Dimension;
+import java.awt.Graphics2D;
+import java.awt.RenderingHints;
+import java.util.Date;
+
+import javax.faces.context.FacesContext;
+
+import org.ajax4jsf.resource.GifRenderer;
+import org.ajax4jsf.resource.InternetResourceBuilder;
+import org.ajax4jsf.resource.Java2Dresource;
+import org.ajax4jsf.resource.ResourceContext;
+import org.ajax4jsf.util.HtmlColor;
+import org.ajax4jsf.util.Zipper2;
+
+/**
+ * @author Anton Belevich
+ *
+ */
+public class OkControlIcon extends Java2Dresource {
+
+ protected static final String ICON_COLOR = "#5BC248";
+ protected static final String ICON_SHADOW = "#006406";
+ protected static final String ICON_BORDER = "#FFFFFF";
+
+ private static final Dimension dimensions = new Dimension(11, 11);
+
+ public Dimension getDimensions(FacesContext facesContext, Object data) {
+ return dimensions;
+ }
+
+
+ protected Dimension getDimensions(ResourceContext resourceContext) {
+ return dimensions;
+ }
+ public OkControlIcon() {
+ setRenderer(new GifRenderer());
+ setLastModified(new Date(InternetResourceBuilder.getInstance().getStartTime()));
+ }
+
+ protected Object deserializeData(byte[] objectArray) {
+ if (objectArray == null) {
+ return null;
+ }
+ Zipper2 zipper = new Zipper2(objectArray);
+ return new Color[] {zipper.nextColor(), zipper.nextColor(), zipper.nextColor()};
+ }
+
+ protected Object getDataToStore(FacesContext context, Object data){
+
+ byte [] ret = new byte[9];
+
+ Color color = null;
+ Zipper2 zipper = new Zipper2(ret);
+
+ color = HtmlColor.decode(ICON_COLOR);
+ zipper.addColor(color);
+
+ color = HtmlColor.decode(ICON_SHADOW);
+ zipper.addColor(color);
+
+ color = HtmlColor.decode(ICON_BORDER);
+ zipper.addColor(color);
+
+ return ret;
+ }
+
+ protected void paint(ResourceContext context, Graphics2D g2d) {
+ Color [] data = (Color[]) restoreData(context);
+
+ Color iconColor = data[0];
+ Color iconShadow = data[1];
+ Color borderColor = data[2];
+
+ g2d.setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_OFF);
+ g2d.setRenderingHint(RenderingHints.KEY_STROKE_CONTROL, RenderingHints.VALUE_STROKE_NORMALIZE);
+ g2d.setRenderingHint(RenderingHints.KEY_COLOR_RENDERING, RenderingHints.VALUE_COLOR_RENDER_QUALITY);
+ g2d.setRenderingHint(RenderingHints.KEY_DITHERING, RenderingHints.VALUE_DITHER_DISABLE);
+ g2d.setRenderingHint(RenderingHints.KEY_ALPHA_INTERPOLATION, RenderingHints.VALUE_ALPHA_INTERPOLATION_QUALITY);
+ g2d.setRenderingHint(RenderingHints.KEY_INTERPOLATION, RenderingHints.VALUE_INTERPOLATION_BICUBIC);
+ g2d.setRenderingHint(RenderingHints.KEY_RENDERING, RenderingHints.VALUE_RENDER_QUALITY);
+
+ g2d.setColor(iconColor);
+ g2d.drawLine(1, 6, 4, 9);
+ g2d.drawLine(4, 9, 4, 8);
+ g2d.drawLine(4, 8, 2, 6);
+ g2d.drawLine(2, 5, 5, 8);
+ g2d.drawLine(5, 8, 5, 6);
+ g2d.drawLine(5, 6, 9, 2);
+ g2d.drawLine(9, 2, 9, 3);
+ g2d.drawLine(9, 3, 5, 7);
+
+ //draw shadow
+ g2d.setColor(iconShadow);
+ g2d.drawLine(3, 5, 4, 6);
+ g2d.drawLine(5, 9, 6, 8);
+ g2d.drawLine(6, 8, 6, 7);
+ g2d.drawLine(6, 7, 9, 4);
+
+ // draw border
+ g2d.setColor(borderColor);
+ g2d.drawLine(0, 6, 4, 10);
+ g2d.drawLine(4, 10, 5,10);
+ g2d.drawLine(5,10,7,8);
+ g2d.drawLine(7,8,7,7);
+ g2d.drawLine(7,7,10,4);
+ g2d.drawLine(10,4,10,1);
+ g2d.drawLine(10,1,9,1);
+ g2d.drawLine(9,1,5,5);
+ g2d.drawLine(5,5,4,5);
+ g2d.drawLine(4,5,3,4);
+ g2d.drawLine(3,4,2,4);
+ g2d.drawLine(2,4,0,6);
+
+
+
+ }
+}
18 years, 2 months