From richfaces-svn-commits at lists.jboss.org Fri May 1 08:14:26 2009
Content-Type: multipart/mixed; boundary="===============7722978306164720361=="
MIME-Version: 1.0
From: richfaces-svn-commits at lists.jboss.org
To: richfaces-svn-commits at lists.jboss.org
Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r13985 - in
trunk/docs/userguide/en/src/main: resources/images and 1 other directory.
Date: Fri, 01 May 2009 08:12:30 -0400
Message-ID:
--===============7722978306164720361==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: atsebro
Date: 2009-05-01 08:12:30 -0400 (Fri, 01 May 2009)
New Revision: 13985
Added:
trunk/docs/userguide/en/src/main/resources/images/progressBar_pc2.png
Modified:
trunk/docs/userguide/en/src/main/docbook/included/progressBar.xml
Log:
RF-5953: how to change background image for
Modified: trunk/docs/userguide/en/src/main/docbook/included/progressBar.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/docs/userguide/en/src/main/docbook/included/progressBar.xml 2009-=
04-30 22:31:06 UTC (rev 13984)
+++ trunk/docs/userguide/en/src/main/docbook/included/progressBar.xml 2009-=
05-01 12:12:30 UTC (rev 13985)
@@ -715,6 +715,25 @@
=
=
As it could be seen on the picture above, background color of th=
e remained part of progress area was changed.
+ =
+
+ In order to change background image for the <rich:progressBar> it is n=
ecessary to create a CSS class with the same name as predefined one =
+ (see the tables above) an=
d change background-image
CSS property for it: =
+
+ =
+ This is the result:
+
+ Redefining background image for the <rich:progress=
Bar>
+
+
+
+
+
+
=
=
Added: trunk/docs/userguide/en/src/main/resources/images/progressBar_pc2.png
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
(Binary files differ)
Property changes on: trunk/docs/userguide/en/src/main/resources/images/prog=
ressBar_pc2.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
--===============7722978306164720361==--
From richfaces-svn-commits at lists.jboss.org Fri May 1 18:30:57 2009
Content-Type: multipart/mixed; boundary="===============6347817002650975386=="
MIME-Version: 1.0
From: richfaces-svn-commits at lists.jboss.org
To: richfaces-svn-commits at lists.jboss.org
Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r13986 - in trunk:
ui/beanValidator and 8 other directories.
Date: Fri, 01 May 2009 18:29:01 -0400
Message-ID:
--===============6347817002650975386==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: alexsmirnov
Date: 2009-05-01 18:29:01 -0400 (Fri, 01 May 2009)
New Revision: 13986
Added:
trunk/samples/themes/src/main/java/org/richfaces/theme/images/CompositeC=
olor.java
trunk/ui/beanValidator/src/main/java/org/richfaces/validator/BeanValidat=
or.java
trunk/ui/beanValidator/src/main/java/org/richfaces/validator/HibernateVa=
lidator.java
trunk/ui/beanValidator/src/main/java/org/richfaces/validator/NullValidat=
or.java
trunk/ui/beanValidator/src/main/java/org/richfaces/validator/ObjectValid=
ator.java
trunk/ui/beanValidator/src/test/java/org/richfaces/validator/BeanValidat=
orTest.java
trunk/ui/beanValidator/src/test/java/org/richfaces/validator/HibernateVa=
lidatorTest.java
trunk/ui/beanValidator/src/test/java/org/richfaces/validator/MockValidat=
ionProvider.java
trunk/ui/beanValidator/src/test/resources/
trunk/ui/beanValidator/src/test/resources/META-INF/
trunk/ui/beanValidator/src/test/resources/META-INF/services/
trunk/ui/beanValidator/src/test/resources/META-INF/services/javax.valida=
tion.spi.ValidationProvider
Removed:
trunk/ui/beanValidator/src/main/java/org/richfaces/validator/BeanValidat=
or.java
trunk/ui/beanValidator/src/test/java/org/richfaces/validator/BeanValidat=
orTest.java
Modified:
trunk/samples/themes/src/main/java/org/richfaces/theme/images/ShadowBack=
groundLeft.java
trunk/samples/themes/src/main/java/org/richfaces/theme/images/ShadowFoot=
erBackground.java
trunk/samples/themes/src/main/java/org/richfaces/theme/images/ShadowFoot=
erLeft.java
trunk/samples/themes/src/main/java/org/richfaces/theme/images/ShadowHead=
erBackground.java
trunk/samples/themes/src/main/java/org/richfaces/theme/images/ShadowHead=
erLeft.java
trunk/ui/beanValidator/pom.xml
trunk/ui/beanValidator/src/main/java/org/richfaces/component/UIGraphVali=
dator.java
trunk/ui/beanValidator/src/main/java/org/richfaces/taglib/AjaxValidatorH=
andler.java
trunk/ui/beanValidator/src/main/java/org/richfaces/taglib/BeanValidatorT=
ag.java
trunk/ui/beanValidator/src/main/java/org/richfaces/validator/FacesBeanVa=
lidator.java
Log:
JSR-3903 BeanValidators support was added.
Added: trunk/samples/themes/src/main/java/org/richfaces/theme/images/Compos=
iteColor.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/themes/src/main/java/org/richfaces/theme/images/Composite=
Color.java (rev 0)
+++ trunk/samples/themes/src/main/java/org/richfaces/theme/images/Composite=
Color.java 2009-05-01 22:29:01 UTC (rev 13986)
@@ -0,0 +1,73 @@
+/**
+ * =
+ */
+package org.richfaces.theme.images;
+
+import java.awt.Color;
+
+/**
+ * @author asmirnov
+ *
+ */
+(a)SuppressWarnings("serial")
+public class CompositeColor extends Color {
+ =
+ private double mix =3D 0.0f;
+ private Color shadowColor;
+ =
+ public CompositeColor(int base, int shadow) {
+ super(base);
+ =
+ this.shadowColor =3D new Color(shadow);
+ }
+
+ /**
+ * @return the mix
+ */
+ public double getMix() {
+ return mix;
+ }
+
+ /**
+ * @param mix the mix to set
+ */
+ public void setMix(double mix) {
+ this.mix =3D mix;
+ }
+ =
+ =
+ public Color getMixedColor(){
+ return new Color(getRed(),getGreen(),getBlue(),getAlpha());
+ }
+ =
+ protected int mix(int from, int to){
+ return (int)((double)from*(1.0-mix)+(double)to*mix);
+ }
+ =
+ =
+ @Override
+ public int getRed() {
+ return mix(super.getRed(),shadowColor.getRed());
+ }
+ =
+ @Override
+ public int getGreen() {
+ return mix(super.getGreen(),shadowColor.getGreen());
+ }
+ =
+ @Override
+ public int getBlue() {
+ return mix(super.getBlue(),shadowColor.getBlue());
+ }
+
+ @Override
+ public int getAlpha() {
+ return mix(super.getAlpha(),shadowColor.getAlpha());
+ }
+ =
+ @Override
+ public int getRGB() {
+ // TODO Auto-generated method stub
+ return super.getRGB();
+ }
+}
Property changes on: trunk/samples/themes/src/main/java/org/richfaces/theme=
/images/CompositeColor.java
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Modified: trunk/samples/themes/src/main/java/org/richfaces/theme/images/Sha=
dowBackgroundLeft.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/themes/src/main/java/org/richfaces/theme/images/ShadowBac=
kgroundLeft.java 2009-05-01 12:12:30 UTC (rev 13985)
+++ trunk/samples/themes/src/main/java/org/richfaces/theme/images/ShadowBac=
kgroundLeft.java 2009-05-01 22:29:01 UTC (rev 13986)
@@ -31,9 +31,9 @@
Dimension dimensions =3D getDimensions(null);
if(null !=3D shadowData.getShadowColor()){
// g2d.setColor(new Color(shadowData.getShadowColor()));
- GradientPaint gragient =3D new GradientPaint( 2.0f,0.0f, new Color(s=
hadowData.getShadowColor()&0xffffff,true),(float) MARGIN*2, 0, new Color(s=
hadowData.getShadowColor()));
+ GradientPaint gragient =3D new GradientPaint( 0.0f,0.0f, new Color(s=
hadowData.getShadowColor()&0xffffff,true),(float) MARGIN*2, 0, new Color(s=
hadowData.getShadowColor()));
g2d.setPaint(gragient);
- g2d.fillRect(2, 0, (int) (MARGIN*2.0), dimensions.height);
+ g2d.fillRect(0, 0, (int) (MARGIN*2.0), dimensions.height);
}
if(null !=3D shadowData.getBorderColor()){
g2d.setColor(new Color(shadowData.getBorderColor()));
Modified: trunk/samples/themes/src/main/java/org/richfaces/theme/images/Sha=
dowFooterBackground.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/themes/src/main/java/org/richfaces/theme/images/ShadowFoo=
terBackground.java 2009-05-01 12:12:30 UTC (rev 13985)
+++ trunk/samples/themes/src/main/java/org/richfaces/theme/images/ShadowFoo=
terBackground.java 2009-05-01 22:29:01 UTC (rev 13986)
@@ -31,7 +31,7 @@
if(null !=3D shadowData.getShadowColor()){
g2d.setColor(new Color(shadowData.getShadowColor()));
// g2d.fillRect(0, (int) (dim.height-MARGIN), dim.width, (int) MARGIN);
- GradientPaint gragient =3D new GradientPaint(0.0f, (float) (dim.getH=
eight()-2.0f), new Color(shadowData.getHeaderGradientColor()), 0.0f, (float=
)(dim.getHeight()-MARGIN*2), new Color(shadowData.getShadowColor()));
+ GradientPaint gragient =3D new GradientPaint(0.0f, (float) dim.getHe=
ight(), new Color(shadowData.getHeaderGradientColor()), 0.0f, (float)(dim.g=
etHeight()-MARGIN*2), new Color(shadowData.getShadowColor()));
g2d.setPaint(gragient);
g2d.fillRect(0, (int) (dim.height-MARGIN), dim.width, (int) MARGIN); =
}
Modified: trunk/samples/themes/src/main/java/org/richfaces/theme/images/Sha=
dowFooterLeft.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/themes/src/main/java/org/richfaces/theme/images/ShadowFoo=
terLeft.java 2009-05-01 12:12:30 UTC (rev 13985)
+++ trunk/samples/themes/src/main/java/org/richfaces/theme/images/ShadowFoo=
terLeft.java 2009-05-01 22:29:01 UTC (rev 13986)
@@ -22,8 +22,15 @@
// Shadow
ShadowData shadowData =3D (ShadowData) data;
if(null !=3D shadowData.getShadowColor()){
- g2d.setColor(new Color(shadowData.getShadowColor()));
- g2d.fillRoundRect(0, -dim.height, dim.width*2, dim.height*2,SHADOW_RADI=
US,SHADOW_RADIUS);
+// g2d.setColor(new Color(shadowData.getShadowColor()));
+// g2d.fillRoundRect(0, -dim.height, dim.width*2, dim.height*2,SHADOW_RA=
DIUS,SHADOW_RADIUS);
+ CompositeColor color =3D new CompositeColor(shadowData.getHeaderGradien=
tColor(),shadowData.getShadowColor());
+ for(int dx=3D0;dx < MARGIN;dx++){
+ int radius =3D SHADOW_RADIUS+(int)MARGIN-dx;
+ color.setMix((double)dx/MARGIN/2.0);
+ g2d.setColor(color.getMixedColor());
+ g2d.drawRoundRect(dx, -dx-dim.height-1, dim.width*2, dim.height*2,radi=
us,radius);
+ }
}
g2d.translate(0.0, -MARGIN);
RoundRectangle2D clip =3D new RoundRectangle2D.Double(MARGIN,-1.0*dim.ge=
tHeight(),dim.getWidth()*2.0,dim.getHeight()*2.0,RADIUS,RADIUS);
Modified: trunk/samples/themes/src/main/java/org/richfaces/theme/images/Sha=
dowHeaderBackground.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/themes/src/main/java/org/richfaces/theme/images/ShadowHea=
derBackground.java 2009-05-01 12:12:30 UTC (rev 13985)
+++ trunk/samples/themes/src/main/java/org/richfaces/theme/images/ShadowHea=
derBackground.java 2009-05-01 22:29:01 UTC (rev 13986)
@@ -27,7 +27,7 @@
ShadowData shadowData =3D (ShadowData) data;
if(null !=3D shadowData.getShadowColor()){
// g2d.setColor(new Color(shadowData.getHeaderGradientColor()));
- GradientPaint gragient =3D new GradientPaint(0.0f, 2.0f, new Color(s=
hadowData.getHeaderGradientColor()), 0, (float) MARGIN*2, new Color(shadowD=
ata.getShadowColor()));
+ GradientPaint gragient =3D new GradientPaint(0.0f, 0.0f, new Color(s=
hadowData.getHeaderGradientColor()), 0, (float) MARGIN*2, new Color(shadowD=
ata.getShadowColor()));
g2d.setPaint(gragient);
g2d.fillRect(0, 0, getDimensions(null).width, (int) MARGIN); =
}
Modified: trunk/samples/themes/src/main/java/org/richfaces/theme/images/Sha=
dowHeaderLeft.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/themes/src/main/java/org/richfaces/theme/images/ShadowHea=
derLeft.java 2009-05-01 12:12:30 UTC (rev 13985)
+++ trunk/samples/themes/src/main/java/org/richfaces/theme/images/ShadowHea=
derLeft.java 2009-05-01 22:29:01 UTC (rev 13986)
@@ -22,8 +22,13 @@
Dimension dim =3D getDimensions(null, data);
ShadowData shadowData =3D (ShadowData) data;
if(null !=3D shadowData.getShadowColor()){
- g2d.setColor(new Color(shadowData.getShadowColor()));
- g2d.fillRoundRect(0, 0, dim.width*2, dim.height*2,SHADOW_RADIUS,SHADOW_=
RADIUS);
+ CompositeColor color =3D new CompositeColor(shadowData.getHeaderGradien=
tColor(),shadowData.getShadowColor());
+ for(int dx=3D0;dx < MARGIN;dx++){
+ int radius =3D SHADOW_RADIUS+(int)MARGIN-dx;
+ color.setMix((double)dx/MARGIN/2.0);
+ g2d.setColor(color.getMixedColor());
+ g2d.drawRoundRect(dx, dx, dim.width*2, dim.height*2,radius,radius);
+ }
}
// Paint gradient itself
g2d.translate(0.0, MARGIN);
Modified: trunk/ui/beanValidator/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/beanValidator/pom.xml 2009-05-01 12:12:30 UTC (rev 13985)
+++ trunk/ui/beanValidator/pom.xml 2009-05-01 22:29:01 UTC (rev 13986)
@@ -64,7 +64,13 @@
-->
+ true
+
+ javax.validation
+ validation-api
+ 1.0.CR2
+
org.slf4j
slf4j-simple
Modified: trunk/ui/beanValidator/src/main/java/org/richfaces/component/UIGr=
aphValidator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/beanValidator/src/main/java/org/richfaces/component/UIGraphVal=
idator.java 2009-05-01 12:12:30 UTC (rev 13985)
+++ trunk/ui/beanValidator/src/main/java/org/richfaces/component/UIGraphVal=
idator.java 2009-05-01 22:29:01 UTC (rev 13986)
@@ -51,7 +51,7 @@
import org.ajax4jsf.renderkit.AjaxContainerRenderer;
import org.ajax4jsf.renderkit.AjaxRendererUtils;
import org.richfaces.event.ValidationEvent;
-import org.richfaces.validator.BeanValidator;
+import org.richfaces.validator.HibernateValidator;
import org.richfaces.validator.FacesBeanValidator;
import org.richfaces.validator.GraphValidator;
=
Modified: trunk/ui/beanValidator/src/main/java/org/richfaces/taglib/AjaxVal=
idatorHandler.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/beanValidator/src/main/java/org/richfaces/taglib/AjaxValidator=
Handler.java 2009-05-01 12:12:30 UTC (rev 13985)
+++ trunk/ui/beanValidator/src/main/java/org/richfaces/taglib/AjaxValidator=
Handler.java 2009-05-01 22:29:01 UTC (rev 13986)
@@ -21,6 +21,7 @@
package org.richfaces.taglib;
=
import java.io.IOException;
+import java.util.Set;
=
import javax.el.ELException;
import javax.faces.FacesException;
@@ -29,6 +30,7 @@
import javax.faces.component.UIComponentBase;
import javax.faces.context.FacesContext;
=
+import org.ajax4jsf.renderkit.AjaxRendererUtils;
import org.ajax4jsf.webapp.taglib.AjaxComponentHandler;
import org.richfaces.component.UIBeanValidator;
import org.richfaces.validator.FacesBeanValidator;
@@ -61,6 +63,7 @@
=
private TagAttribute _event;
private TagAttribute _summary;
+ private TagAttribute _profiles;
private AjaxComponentHandler _validatorHandler;
=
/**
@@ -70,6 +73,7 @@
super(config);
_event =3D getAttribute("event");
_summary =3D getAttribute("summary");
+ _profiles =3D getAttribute("profiles");
_validatorHandler =3D new AjaxComponentHandler(config);
}
=
@@ -93,8 +97,21 @@
.getApplication().createValidator(
FacesBeanValidator.BEAN_VALIDATOR_TYPE);
if (null !=3D _summary) {
- validator.setSummary(_summary.getValueExpression(ctx, String.class));
+ if (_summary.isLiteral()) {
+ validator.setSummary(_summary.getValue(ctx));
+
+ } else {
+ validator.setSummary(_summary.getValueExpression(ctx,
+ String.class));
+ }
}
+ if( null !=3D _profiles){
+ if(_profiles.isLiteral()){
+ validator.setProfiles(AjaxRendererUtils.asSet(_profiles.getValue()));
+ } else {
+ validator.setProfiles(_profiles.getValueExpression(ctx, Set.class));
+ }
+ }
((EditableValueHolder) parent).addValidator(validator);
}
if (null !=3D this._event) {
Modified: trunk/ui/beanValidator/src/main/java/org/richfaces/taglib/BeanVal=
idatorTag.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/beanValidator/src/main/java/org/richfaces/taglib/BeanValidator=
Tag.java 2009-05-01 12:12:30 UTC (rev 13985)
+++ trunk/ui/beanValidator/src/main/java/org/richfaces/taglib/BeanValidator=
Tag.java 2009-05-01 22:29:01 UTC (rev 13986)
@@ -27,7 +27,7 @@
import javax.faces.validator.Validator;
import javax.servlet.jsp.JspException;
=
-import org.richfaces.validator.BeanValidator;
+import org.richfaces.validator.HibernateValidator;
import org.richfaces.validator.FacesBeanValidator;
=
public class BeanValidatorTag extends javax.faces.webapp.ValidatorELTag {
@@ -45,7 +45,7 @@
=
/**
* The {@link javax.el.ValueExpression} that evaluates to an object=
that
- * implements {@link BeanValidator}.
+ * implements {@link HibernateValidator}.
*/
private ValueExpression binding =3D null;
=
@@ -62,7 +62,7 @@
/**
* Set the expression that will be used to create a
* {@link javax.el.ValueExpression} that references a backing bean pro=
perty
- * of the {@link BeanValidator} instance to be created.
+ * of the {@link HibernateValidator} instance to be created.
*
* @param binding The new expression
*/
Deleted: trunk/ui/beanValidator/src/main/java/org/richfaces/validator/BeanV=
alidator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/beanValidator/src/main/java/org/richfaces/validator/BeanValida=
tor.java 2009-05-01 12:12:30 UTC (rev 13985)
+++ trunk/ui/beanValidator/src/main/java/org/richfaces/validator/BeanValida=
tor.java 2009-05-01 22:29:01 UTC (rev 13986)
@@ -1,578 +0,0 @@
-/**
- * License Agreement.
- *
- * Rich Faces - Natural Ajax for Java Server Faces (JSF)
- *
- * 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-130=
1 USA
- */
-package org.richfaces.validator;
-
-import java.beans.FeatureDescriptor;
-import java.util.Collection;
-import java.util.EmptyStackException;
-import java.util.Iterator;
-import java.util.Locale;
-import java.util.Map;
-import java.util.ResourceBundle;
-import java.util.Set;
-import java.util.Stack;
-import java.util.concurrent.ConcurrentHashMap;
-
-import javax.el.ELContext;
-import javax.el.ELException;
-import javax.el.ELResolver;
-import javax.el.ValueExpression;
-import javax.faces.FacesException;
-import javax.faces.context.ExternalContext;
-import javax.faces.context.FacesContext;
-
-import org.ajax4jsf.el.ELContextWrapper;
-import org.hibernate.validator.ClassValidator;
-import org.hibernate.validator.InvalidValue;
-
-/**
- * Perform validation by Hibernate Validator annotations
- * =
- * @author asmirnov
- * =
- */
-public class BeanValidator {
-
- private static final String RESOURCE_BUNDLE_IS_NOT_REGISTERED_FOR_CURRENT=
_LOCALE =3D "Resource bundle is not registered for current locale";
-
- private static final String FACES_CONTEXT_IS_NULL =3D "Faces context is n=
ull";
-
- private static final String INPUT_PARAMETERS_IS_NOT_CORRECT =3D "Input pa=
rameters is not correct.";
-
- private static final String LOCALE_IS_NOT_SET =3D "Locale is not set";
-
- private static final String VIEW_ROOT_IS_NOT_INITIALIZED =3D "ViewRoot is=
not initialized";
-
- public static final String VALIDATOR_PARAM =3D BeanValidator.class.getNam=
e();
-
- private Map> classValidato=
rs =3D new ConcurrentHashMap=
>();
-
- private BeanValidator() {
- // This is a "singleton"-like class. Only factory methods allowed.
- }
-
- /**
- * Create BeanValidator instance. For a Junit tests only.
- * =
- * @return
- */
- static BeanValidator createInstance() {
- // TODO - get instance class name from a "META-INF/service"
- // If the Seam framework is active, use org.jboss.seam.core.Validators
- // component should be used.
- return new BeanValidator();
- }
-
- private static final Object MUTEX =3D new Object();
-
- /**
- * Return BeanValidator object from a ServletContext attribute. Create new
- * instance if none is defined.
- * =
- * @param context
- * @return
- */
- public static BeanValidator getInstance(FacesContext context) {
- ExternalContext externalContext =3D context.getExternalContext();
- externalContext.getContext();
- BeanValidator instance;
- // TODO - use properly synchronization mutex ?
- synchronized (MUTEX) {
- Map applicationMap =3D externalContext
- .getApplicationMap();
- instance =3D (BeanValidator) applicationMap.get(VALIDATOR_PARAM);
- if (null =3D=3D instance) {
- // Vaildator not initialized - create and store new instance.
- instance =3D createInstance();
- applicationMap.put(VALIDATOR_PARAM, instance);
- }
- }
- return instance;
- }
-
- /**
- * Perform Validation for a new value.
- * =
- * @param context
- * current faces context.
- * @param target
- * {@link ValueExpression} for a value assignment.
- * @param value
- * new value for validation
- * @return null if no validation errors. Array of the validation messages
- * otherwise.
- * @throws FacesException
- * if locale or context not properly initialized
- */
- public String[] validate(FacesContext context, ValueExpression target,
- Object value) {
- // TODO - check null parameters.
- if (null =3D=3D context) {
- throw new FacesException(INPUT_PARAMETERS_IS_NOT_CORRECT);
- }
- String[] validationMessages =3D null;
- if (null !=3D target) {
- ELContext elContext =3D context.getELContext();
- ValidationResolver validationResolver =3D createValidationResolver(
- elContext.getELResolver(), calculateLocale(context));
- ELContextWrapper wrappedElContext =3D new ELContextWrapper(elContext,
- validationResolver);
- // TODO - handle ELExceptions ?
- try {
- target.setValue(wrappedElContext, value);
- } catch (ELException e) {
- throw new FacesException(e);
- }
- if (!validationResolver.isValid()) {
- validationMessages =3D validationResolver.getValidationMessages();
- }
-
- }
- return validationMessages;
- }
-
- protected Locale calculateLocale(FacesContext context) {
- if (null =3D=3D context.getViewRoot()) {
- throw new FacesException(VIEW_ROOT_IS_NOT_INITIALIZED);
- } else if (null =3D=3D context.getViewRoot().getLocale()) {
- throw new FacesException(LOCALE_IS_NOT_SET);
- }
- Locale locale =3D context.getViewRoot().getLocale();
- return locale;
- }
-
- // Method for checking input parameters for prevent NPE
- private void checkInputParameters(FacesContext context,
- ValueExpression target) {
- if (null =3D=3D context || null =3D=3D target) {
- throw new FacesException(INPUT_PARAMETERS_IS_NOT_CORRECT);
- }
- }
-
- /**
- * Validate bean property for a new value. TODO - localization ?
- * =
- * @param base
- * - bean
- * @param property
- * - bean property name.
- * @param value
- * new value.
- * @return null for a valid value, array of the validation messages
- * othervise.
- */
- public String[] validate(Object base, String property, Object value,
- Locale locale) {
- InvalidValue[] invalidValues =3D validateBean(base, property, value,
- locale);
- if (null =3D=3D invalidValues) {
- return null;
- } else {
- String[] result =3D new String[invalidValues.length];
- for (int i =3D 0; i < invalidValues.length; i++) {
- InvalidValue invalidValue =3D invalidValues[i];
- result[i] =3D invalidValue.getMessage();
- }
- return result;
- }
- }
-
- @SuppressWarnings("unchecked")
- public String[] validateGraph(FacesContext context, Object value,
- Set profiles) {
- if (null =3D=3D context) {
- throw new FacesException(INPUT_PARAMETERS_IS_NOT_CORRECT);
- }
- String validationMessages[] =3D null;
- if (null !=3D value) {
- ClassValidator validator =3D (ClassValidator) getValida=
tor(
- value.getClass(), calculateLocale(context));
- if (validator.hasValidationRules()) {
- InvalidValue[] invalidValues =3D validator
- .getInvalidValues(value);
- if (null !=3D invalidValues && invalidValues.length > 0) {
- validationMessages =3D new String[invalidValues.length];
- for (int i =3D 0; i < invalidValues.length; i++) {
- InvalidValue invalidValue =3D invalidValues[i];
- validationMessages[i] =3D invalidValue.getMessage();
- }
- }
- }
-
- }
- return validationMessages;
- }
-
- /**
- * Validate bean property of the base object aganist new value
- * =
- * @param base
- * @param property
- * @param value
- * @return
- */
- protected InvalidValue[] validateBean(Object base, String property,
- Object value, Locale locale) {
- Class extends Object> beanClass =3D base.getClass();
- InvalidValue[] invalidValues =3D validateClass(beanClass, property,
- value, locale);
- return invalidValues;
- }
-
- /**
- * Validate bean property in the base class aganist new value.
- * =
- * @param beanClass
- * @param property
- * @param value
- * @return
- */
- protected InvalidValue[] validateClass(Class extends Object> beanClass,
- String property, Object value, Locale locale) {
- ClassValidator extends Object> classValidator =3D getValidator(
- beanClass, locale);
- InvalidValue[] invalidValues =3D classValidator
- .getPotentialInvalidValues(property, value);
- return invalidValues;
- }
-
- /**
- * Get ( or create ) {@link ClassValidator} for a given bean class.
- * =
- * @param beanClass
- * @return
- */
- @SuppressWarnings("unchecked")
- protected ClassValidator extends Object> getValidator(
- Class extends Object> beanClass, Locale locale) {
- // TODO - localization support.
- ValidatorKey key =3D new ValidatorKey(beanClass, locale);
- ClassValidator result =3D classValidators.get(key);
- if (null =3D=3D result) {
- result =3D createValidator(beanClass, locale);
- classValidators.put(key, result);
- }
- return result;
- }
-
- /*
- * This method determine ResourceBundle, used in current request @param
- * locale - user locale @return ResourceBundle instance
- */
- protected ResourceBundle getCurrentResourceBundle(Locale locale) {
- if (null =3D=3D FacesContext.getCurrentInstance()
- || null =3D=3D FacesContext.getCurrentInstance().getApplication()) {
- throw new FacesException(FACES_CONTEXT_IS_NULL);
- }
- String appBundle =3D FacesContext.getCurrentInstance().getApplication()
- .getMessageBundle();
- if (null =3D=3D appBundle || null =3D=3D locale) {
- return null;
- }
-
- ResourceBundle bundle;
-
- ClassLoader classLoader =3D Thread.currentThread()
- .getContextClassLoader();
- if (classLoader !=3D null) {
- bundle =3D ResourceBundle.getBundle(appBundle, locale, classLoader);
- } else {
- bundle =3D ResourceBundle.getBundle(appBundle, locale);
- }
-
- return bundle;
- }
-
- /*
- * Method for create new instance of ClassValidator, if same not in cache.
- * =
- * @param beanClass - Class to validate @param locale - user Locale, used
- * during validation process @return ClassValidator instance
- */
- @SuppressWarnings("unchecked")
- protected ClassValidator extends Object> createValidator(
- Class extends Object> beanClass, Locale locale) {
- ResourceBundle bundle =3D getCurrentResourceBundle(locale);
- return bundle =3D=3D null ? new ClassValidator(beanClass)
- : new ClassValidator(beanClass, bundle);
- }
-
- =
- protected ValidationResolver createValidationResolver(ELResolver parent, =
Locale locale) {
- return new ValidationResolver(parent,locale);
- }
- /**
- * Wrapper class for a {@link ELResolver}. For a setValue method, perform
- * validation instead of real assignment.
- * =
- * @author asmirnov
- * =
- */
- final class ValidationResolver extends ELResolver {
-
- /**
- * Original resolver.
- */
- private final ELResolver parent;
-
- private boolean valid =3D true;
-
- private String[] validationMessages =3D null;
-
- private Locale locale =3D null;
-
- private Stack valuesStack;
-
- /**
- * @param parent
- */
- public ValidationResolver(ELResolver parent, Locale locale) {
- this.parent =3D parent;
- this.locale =3D locale;
- this.valuesStack =3D new Stack();
- }
-
- public boolean isValid() {
- // TODO Auto-generated method stub
- return valid;
- }
-
- /**
- * @param context
- * @param base
- * @return
- * @see javax.el.ELResolver#getCommonPropertyType(javax.el.ELContext,
- * java.lang.Object)
- */
- public Class> getCommonPropertyType(ELContext context, Object base) {
- return parent.getCommonPropertyType(context, base);
- }
-
- /**
- * @param context
- * @param base
- * @return
- * @see javax.el.ELResolver#getFeatureDescriptors(javax.el.ELContext,
- * java.lang.Object)
- */
- public Iterator getFeatureDescriptors(
- ELContext context, Object base) {
- return parent.getFeatureDescriptors(context, base);
- }
-
- /**
- * @param context
- * @param base
- * @param property
- * @return
- * @see javax.el.ELResolver#getType(javax.el.ELContext,
- * java.lang.Object, java.lang.Object)
- */
- public Class> getType(ELContext context, Object base, Object property)=
{
- return parent.getType(context, base, property);
- }
-
- /**
- * @param context
- * @param base
- * @param property
- * @return
- * @see javax.el.ELResolver#getValue(javax.el.ELContext,
- * java.lang.Object, java.lang.Object)
- */
- public Object getValue(ELContext context, Object base, Object property) {
- Object value =3D parent.getValue(context, base, property);
- valuesStack.push(new BasePropertyPair(base, property));
- return value;
- }
-
- /**
- * @param context
- * @param base
- * @param property
- * @return
- * @see javax.el.ELResolver#isReadOnly(javax.el.ELContext,
- * java.lang.Object, java.lang.Object)
- */
- public boolean isReadOnly(ELContext context, Object base,
- Object property) {
- return parent.isReadOnly(context, base, property);
- }
-
- /**
- * @param context
- * @param base
- * @param property
- * @param value
- * @see javax.el.ELResolver#setValue(javax.el.ELContext,
- * java.lang.Object, java.lang.Object, java.lang.Object)
- */
- public void setValue(ELContext context, Object base, Object property,
- Object value) {
- if (null !=3D base && null !=3D property) {
- context.setPropertyResolved(true);
- // For Arrays, Collection or Map use parent base and property.
- BasePropertyPair basePropertyPair =3D lookupBeanProperty(new BasePrope=
rtyPair(
- base, property));
- base =3D basePropertyPair.getBase();
- property =3D basePropertyPair.getProperty();
- if (null !=3D base && null !=3D property) {
- // https://jira.jboss.org/jira/browse/RF-4034
- // apache el looses locale information during value
- // resolution,
- // so we use our own
- validationMessages =3D validate(base, property.toString(),
- value, locale);
- valid =3D null =3D=3D validationMessages
- || 0 =3D=3D validationMessages.length;
-
- }
- }
- }
-
- private BasePropertyPair lookupBeanProperty(BasePropertyPair pair) {
- Object base =3D pair.getBase();
- if (null !=3D base
- && (base instanceof Collection || base instanceof Map || base
- .getClass().isArray())) {
- try {
- pair =3D lookupBeanProperty(valuesStack.pop());
- } catch (EmptyStackException e) {
- // Do nothing, this is a first item.
- }
- }
- return pair;
- }
-
- /**
- * @return the validationMessages
- */
- public String[] getValidationMessages() {
- return validationMessages;
- }
-
- }
-
- /**
- * @author asmirnov
- *
- */
- static class BasePropertyPair {
- private final Object base;
- private final Object property;
-
- /**
- * @param base
- * @param property
- */
- public BasePropertyPair(Object base, Object property) {
- this.base =3D base;
- this.property =3D property;
- }
-
- /**
- * @return the base
- */
- public Object getBase() {
- return base;
- }
-
- /**
- * @return the property
- */
- public Object getProperty() {
- return property;
- }
-
- }
-
- /**
- * Class for identify validator instance by locale
- * =
- * @author amarkhel
- * =
- */
- static class ValidatorKey {
- private final Class extends Object> validatableClass;
- private final Locale locale;
-
- /**
- * Constructor for ValidatorKey object
- * =
- * @param validatableClass
- * - class to validate
- * @param locale
- * - User locale to determine Resource bundle, used during
- * validation process
- */
- public ValidatorKey(Class extends Object> validatableClass,
- Locale locale) {
- this.validatableClass =3D validatableClass;
- this.locale =3D locale;
- }
-
- /*
- * (non-Javadoc)
- * =
- * @see java.lang.Object#hashCode()
- */
- @Override
- public int hashCode() {
- final int prime =3D 31;
- int result =3D 1;
- result =3D prime * result
- + ((locale =3D=3D null) ? 0 : locale.hashCode());
- result =3D prime
- * result
- + ((validatableClass =3D=3D null) ? 0 : validatableClass
- .hashCode());
- return result;
- }
-
- /*
- * (non-Javadoc)
- * =
- * @see java.lang.Object#equals(java.lang.Object)
- */
- @Override
- public boolean equals(Object obj) {
- if (this =3D=3D obj)
- return true;
- if (obj =3D=3D null)
- return false;
- if (!(obj instanceof ValidatorKey))
- return false;
- ValidatorKey other =3D (ValidatorKey) obj;
- if (locale =3D=3D null) {
- if (other.locale !=3D null)
- return false;
- } else if (!locale.equals(other.locale))
- return false;
- if (validatableClass =3D=3D null) {
- if (other.validatableClass !=3D null)
- return false;
- } else if (!validatableClass.equals(other.validatableClass))
- return false;
- return true;
- }
-
- }
-}
Added: trunk/ui/beanValidator/src/main/java/org/richfaces/validator/BeanVal=
idator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/beanValidator/src/main/java/org/richfaces/validator/BeanValida=
tor.java (rev 0)
+++ trunk/ui/beanValidator/src/main/java/org/richfaces/validator/BeanValida=
tor.java 2009-05-01 22:29:01 UTC (rev 13986)
@@ -0,0 +1,147 @@
+/**
+ * =
+ */
+package org.richfaces.validator;
+
+import java.util.Locale;
+import java.util.Set;
+
+import javax.faces.FacesException;
+import javax.faces.context.FacesContext;
+import javax.validation.ConstraintViolation;
+import javax.validation.MessageInterpolator;
+import javax.validation.Validation;
+import javax.validation.ValidationException;
+import javax.validation.Validator;
+import javax.validation.ValidatorContext;
+import javax.validation.ValidatorFactory;
+
+/**
+ * @author asmirnov
+ * =
+ */
+public class BeanValidator extends ObjectValidator {
+
+ private volatile ValidatorFactory validatorFactory =3D null;
+
+ BeanValidator() {
+ // Enforce class to load
+ ValidatorFactory.class.getName();
+ }
+
+ /*
+ * (non-Javadoc)
+ * =
+ * @see org.richfaces.validator.ObjectValidator#validate(java.lang.Object,
+ * java.lang.String, java.lang.Object, java.util.Locale)
+ */
+ @Override
+ protected String[] validate(Object base, String property, Object value,
+ Locale locale, Set profiles) {
+ return extractMessages(getValidator(locale).validateProperty(base,
+ property, getGroups(profiles)));
+ }
+
+ /*
+ * (non-Javadoc)
+ * =
+ * @see
+ * org.richfaces.validator.ObjectValidator#validateGraph(javax.faces.cont=
ext
+ * .FacesContext, java.lang.Object, java.util.Set)
+ */
+ @Override
+ public String[] validateGraph(FacesContext context, Object value,
+ Set profiles) {
+ Class>[] groups =3D getGroups(profiles);
+ Set> violations =3D getValidator(
+ calculateLocale(context)).validate(value, groups);
+ String[] messages =3D extractMessages(violations);
+ return messages;
+ }
+
+ private Class>[] getGroups(Set profiles) {
+ Class> groups[] =3D null;
+ if (null !=3D profiles) {
+ groups =3D new Class>[profiles.size()];
+ int i =3D 0;
+ for (String group : profiles) {
+ try {
+ groups[i] =3D Class.forName(group, false, Thread
+ .currentThread().getContextClassLoader());
+ } catch (ClassNotFoundException e) {
+ try {
+ groups[i] =3D Class.forName(group);
+ } catch (ClassNotFoundException e1) {
+ throw new FacesException(
+ "Bean validation group not found " + group, e1);
+ }
+ }
+ i++;
+ }
+
+ }
+ return groups;
+ }
+
+ private String[] extractMessages(Set> violati=
ons) {
+ String[] messages =3D null;
+ if (null !=3D violations && violations.size() > 0) {
+ messages =3D new String[violations.size()];
+ int i =3D 0;
+ for (ConstraintViolation constraintViolation : violations) {
+ messages[i++] =3D constraintViolation.getMessage();
+ }
+
+ }
+ return messages;
+ }
+
+ protected Validator getValidator(Locale locale) {
+ validatorFactory =3D null;
+ if (null =3D=3D validatorFactory) {
+ synchronized (this) {
+ if (null =3D=3D validatorFactory) {
+ try {
+ validatorFactory =3D Validation
+ .buildDefaultValidatorFactory();
+ } catch (ValidationException e) {
+ throw new FacesException(
+ "Could not build a default Bean Validator factory",
+ e);
+ }
+
+ }
+ }
+ }
+
+ ValidatorContext validatorContext =3D validatorFactory.usingContext();
+ MessageInterpolator jsfMessageInterpolator =3D new JsfMessageInterpolato=
r(
+ locale, validatorFactory.getMessageInterpolator());
+ validatorContext.messageInterpolator(jsfMessageInterpolator);
+ Validator beanValidator =3D validatorContext.getValidator();
+ return beanValidator;
+ }
+
+ private static class JsfMessageInterpolator implements MessageInterpolato=
r {
+
+ private Locale locale;
+ private MessageInterpolator delegate;
+
+ public JsfMessageInterpolator(Locale locale,
+ MessageInterpolator delegate) {
+ this.locale =3D locale;
+ this.delegate =3D delegate;
+ }
+
+ public String interpolate(String messageTemplate, Context context) {
+ return delegate.interpolate(messageTemplate, context, this.locale);
+ }
+
+ public String interpolate(String messageTemplate, Context context,
+ Locale locale) {
+ return delegate.interpolate(messageTemplate, context, locale);
+ }
+
+ }
+
+}
Property changes on: trunk/ui/beanValidator/src/main/java/org/richfaces/val=
idator/BeanValidator.java
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Modified: trunk/ui/beanValidator/src/main/java/org/richfaces/validator/Face=
sBeanValidator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/beanValidator/src/main/java/org/richfaces/validator/FacesBeanV=
alidator.java 2009-05-01 12:12:30 UTC (rev 13985)
+++ trunk/ui/beanValidator/src/main/java/org/richfaces/validator/FacesBeanV=
alidator.java 2009-05-01 22:29:01 UTC (rev 13986)
@@ -48,18 +48,22 @@
private static final long serialVersionUID =3D -264568176252121853L;
public static final String BEAN_VALIDATOR_TYPE =3D "org.richfaces.BeanVal=
idator";
=
- private ValueExpression summary =3D null;
+ private ValueExpression summaryExpression =3D null;
=
- private String summaryString =3D null;
+ private String summary =3D null;
+ =
+ private ValueExpression profilesExpression =3D null;
+
+ private Set profiles =3D null;
/**
* @return the summary
*/
public String getSummary() {
String summaryString =3D null;
- if(null !=3D summary){
- summaryString =3D (String) summary.getValue(FacesContext.getCurrentIns=
tance().getELContext());
+ if(null !=3D summaryExpression){
+ summaryString =3D (String) summaryExpression.getValue(FacesContext.get=
CurrentInstance().getELContext());
}else {
- summaryString =3D this.summaryString;
+ summaryString =3D this.summary;
}
return summaryString;
}
@@ -68,7 +72,7 @@
* @param summary the summary to set
*/
public void setSummary(ValueExpression summary) {
- this.summary =3D summary;
+ this.summaryExpression =3D summary;
}
=
=
@@ -76,7 +80,7 @@
* @param summary the summary to set
*/
public void setSummary(String summary) {
- this.summaryString =3D summary;
+ this.summary =3D summary;
}
/*
* (non-Javadoc)
@@ -94,8 +98,8 @@
.getValueExpression("value");
if (null !=3D valueExpression) {
// TODO - check EL Exceptions ?
- String[] messages =3D BeanValidator.getInstance(context)
- .validate(context, valueExpression, convertedValue);
+ String[] messages =3D HibernateValidator.getInstance(context)
+ .validate(context, valueExpression, convertedValue, getProfiles());
if (null !=3D messages) {
input.setValid(false);
// send all validation messages.
@@ -116,8 +120,33 @@
=
public String[] validateGraph(FacesContext context, UIComponent component,
Object value, Set profiles) throws ValidatorException {
- BeanValidator beanValidator =3D BeanValidator.getInstance(context);
+ ObjectValidator beanValidator =3D HibernateValidator.getInstance(context=
);
String[] messages =3D beanValidator.validateGraph(context, value,profile=
s);
return messages;
}
+
+ /**
+ * @return the profiles
+ */
+ @SuppressWarnings("unchecked")
+ public Set getProfiles() {
+ Set profiles;
+ if(null !=3D profilesExpression){
+ profiles =3D (Set) profilesExpression.getValue(FacesContext.ge=
tCurrentInstance().getELContext());
+ }else {
+ profiles =3D this.profiles;
+ }
+ return profiles;
+ }
+
+ /**
+ * @param profiles the profiles to set
+ */
+ public void setProfiles(Set profiles) {
+ this.profiles =3D profiles;
+ }
+ =
+ public void setProfiles(ValueExpression profilesExpression) {
+ this.profilesExpression =3D profilesExpression;
+ }
}
Copied: trunk/ui/beanValidator/src/main/java/org/richfaces/validator/Hibern=
ateValidator.java (from rev 13985, trunk/ui/beanValidator/src/main/java/org=
/richfaces/validator/BeanValidator.java)
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/beanValidator/src/main/java/org/richfaces/validator/HibernateV=
alidator.java (rev 0)
+++ trunk/ui/beanValidator/src/main/java/org/richfaces/validator/HibernateV=
alidator.java 2009-05-01 22:29:01 UTC (rev 13986)
@@ -0,0 +1,168 @@
+/**
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * 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-130=
1 USA
+ */
+package org.richfaces.validator;
+
+import java.beans.FeatureDescriptor;
+import java.util.Collection;
+import java.util.EmptyStackException;
+import java.util.Iterator;
+import java.util.Locale;
+import java.util.Map;
+import java.util.ResourceBundle;
+import java.util.Set;
+import java.util.Stack;
+import java.util.concurrent.ConcurrentHashMap;
+
+import javax.el.ELResolver;
+import javax.faces.FacesException;
+import javax.faces.context.FacesContext;
+
+import org.hibernate.validator.ClassValidator;
+import org.hibernate.validator.InvalidValue;
+
+/**
+ * Perform validation by Hibernate Validator annotations
+ * =
+ * @author asmirnov
+ * =
+ */
+public class HibernateValidator extends ObjectValidator {
+
+ private Map> classValidato=
rs =3D new ConcurrentHashMap=
>();
+
+ HibernateValidator() {
+ // This is a "singleton"-like class. Only factory methods allowed.
+ // Enforce class to load
+ ClassValidator.class.getName();
+ }
+
+ @Override
+ @SuppressWarnings("unchecked")
+ public String[] validateGraph(FacesContext context, Object value,
+ Set profiles) {
+ if (null =3D=3D context) {
+ throw new FacesException(INPUT_PARAMETERS_IS_NOT_CORRECT);
+ }
+ String validationMessages[] =3D null;
+ if (null !=3D value) {
+ ClassValidator validator =3D (ClassValidator) getValida=
tor(
+ value.getClass(), calculateLocale(context));
+ if (validator.hasValidationRules()) {
+ InvalidValue[] invalidValues =3D validator
+ .getInvalidValues(value);
+ if (null !=3D invalidValues && invalidValues.length > 0) {
+ validationMessages =3D new String[invalidValues.length];
+ for (int i =3D 0; i < invalidValues.length; i++) {
+ InvalidValue invalidValue =3D invalidValues[i];
+ validationMessages[i] =3D invalidValue.getMessage();
+ }
+ }
+ }
+
+ }
+ return validationMessages;
+ }
+
+ /**
+ * Validate bean property in the base class aganist new value.
+ * =
+ * @param beanClass
+ * @param property
+ * @param value
+ * @return
+ */
+ protected InvalidValue[] validateClass(Class extends Object> beanClass,
+ String property, Object value, Locale locale) {
+ ClassValidator extends Object> classValidator =3D getValidator(
+ beanClass, locale);
+ InvalidValue[] invalidValues =3D classValidator
+ .getPotentialInvalidValues(property, value);
+ return invalidValues;
+ }
+
+ /**
+ * Get ( or create ) {@link ClassValidator} for a given bean class.
+ * =
+ * @param beanClass
+ * @return
+ */
+ @SuppressWarnings("unchecked")
+ protected ClassValidator extends Object> getValidator(
+ Class extends Object> beanClass, Locale locale) {
+ // TODO - localization support.
+ ValidatorKey key =3D new ValidatorKey(beanClass, locale);
+ ClassValidator result =3D classValidators.get(key);
+ if (null =3D=3D result) {
+ result =3D createValidator(beanClass, locale);
+ classValidators.put(key, result);
+ }
+ return result;
+ }
+
+ /*
+ * Method for create new instance of ClassValidator, if same not in cache.
+ * =
+ * @param beanClass - Class to validate @param locale - user Locale, used
+ * during validation process @return ClassValidator instance
+ */
+ @SuppressWarnings("unchecked")
+ protected ClassValidator extends Object> createValidator(
+ Class extends Object> beanClass, Locale locale) {
+ ResourceBundle bundle =3D getCurrentResourceBundle(locale);
+ return bundle =3D=3D null ? new ClassValidator(beanClass)
+ : new ClassValidator(beanClass, bundle);
+ }
+
+ @Override
+ protected String[] validate(Object base, String property, Object value,
+ Locale locale, Set profiles) {
+ InvalidValue[] invalidValues =3D validateBean(base, property, value,
+ locale);
+ if (null =3D=3D invalidValues) {
+ return null;
+ } else {
+ String[] result =3D new String[invalidValues.length];
+ for (int i =3D 0; i < invalidValues.length; i++) {
+ InvalidValue invalidValue =3D invalidValues[i];
+ result[i] =3D invalidValue.getMessage();
+ }
+ return result;
+ }
+ }
+
+ /**
+ * Validate bean property of the base object aganist new value
+ * =
+ * @param base
+ * @param property
+ * @param value
+ * @return
+ */
+ protected InvalidValue[] validateBean(Object base, String property, Objec=
t value,
+ Locale locale) {
+ Class extends Object> beanClass =3D base.getClass();
+ InvalidValue[] invalidValues =3D validateClass(beanClass, property,
+ value, locale);
+ return invalidValues;
+ }
+
+ =
+}
Added: trunk/ui/beanValidator/src/main/java/org/richfaces/validator/NullVal=
idator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/beanValidator/src/main/java/org/richfaces/validator/NullValida=
tor.java (rev 0)
+++ trunk/ui/beanValidator/src/main/java/org/richfaces/validator/NullValida=
tor.java 2009-05-01 22:29:01 UTC (rev 13986)
@@ -0,0 +1,37 @@
+/**
+ * =
+ */
+package org.richfaces.validator;
+
+import java.util.Locale;
+import java.util.Set;
+
+import javax.faces.context.FacesContext;
+
+/**
+ * @author asmirnov
+ *
+ */
+public class NullValidator extends ObjectValidator {
+
+ /* (non-Javadoc)
+ * @see org.richfaces.validator.ObjectValidator#validate(java.lang.Object=
, java.lang.String, java.lang.Object, java.util.Locale)
+ */
+ @Override
+ protected String[] validate(Object base, String property, Object value,
+ Locale locale, Set profiles) {
+ // do nothing.
+ return null;
+ }
+
+ /* (non-Javadoc)
+ * @see org.richfaces.validator.ObjectValidator#validateGraph(javax.faces=
.context.FacesContext, java.lang.Object, java.util.Set)
+ */
+ @Override
+ public String[] validateGraph(FacesContext context, Object value,
+ Set profiles) {
+ // do nothing
+ return null;
+ }
+
+}
Property changes on: trunk/ui/beanValidator/src/main/java/org/richfaces/val=
idator/NullValidator.java
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/ui/beanValidator/src/main/java/org/richfaces/validator/ObjectV=
alidator.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/beanValidator/src/main/java/org/richfaces/validator/ObjectVali=
dator.java (rev 0)
+++ trunk/ui/beanValidator/src/main/java/org/richfaces/validator/ObjectVali=
dator.java 2009-05-01 22:29:01 UTC (rev 13986)
@@ -0,0 +1,443 @@
+package org.richfaces.validator;
+
+import java.beans.FeatureDescriptor;
+import java.util.Collection;
+import java.util.EmptyStackException;
+import java.util.Iterator;
+import java.util.Locale;
+import java.util.Map;
+import java.util.ResourceBundle;
+import java.util.Set;
+import java.util.Stack;
+
+import javax.el.ELContext;
+import javax.el.ELException;
+import javax.el.ELResolver;
+import javax.el.ValueExpression;
+import javax.faces.FacesException;
+import javax.faces.context.ExternalContext;
+import javax.faces.context.FacesContext;
+
+import org.ajax4jsf.el.ELContextWrapper;
+
+public abstract class ObjectValidator {
+
+ private static final String RESOURCE_BUNDLE_IS_NOT_REGISTERED_FOR_CURRENT=
_LOCALE =3D "Resource bundle is not registered for current locale";
+
+ private static final String FACES_CONTEXT_IS_NULL =3D "Faces context is n=
ull";
+ protected static final String INPUT_PARAMETERS_IS_NOT_CORRECT =3D "Input =
parameters is not correct.";
+ private static final String LOCALE_IS_NOT_SET =3D "Locale is not set";
+ private static final String VIEW_ROOT_IS_NOT_INITIALIZED =3D "ViewRoot is=
not initialized";
+ public static final String VALIDATOR_PARAM =3D HibernateValidator.class
+ .getName();
+
+ private static final Object MUTEX =3D new Object();
+
+ /**
+ * Create BeanValidator instance. For a Junit tests only.
+ * =
+ * @return
+ */
+ protected static ObjectValidator createInstance() {
+ // TODO - get instance class name from a "META-INF/service"
+ // If the Seam framework is active, org.jboss.seam.core.Validators
+ // component should be used.
+ ObjectValidator validator;
+ try {
+ validator =3D new BeanValidator();
+
+ } catch (NoClassDefFoundError e) {
+ try {
+ validator =3D new HibernateValidator();
+
+ } catch (NoClassDefFoundError e2) {
+ validator =3D new NullValidator();
+ }
+ }
+ return validator;
+ }
+
+ /**
+ * Return BeanValidator object from a ServletContext attribute. Create new
+ * instance if none is defined.
+ * =
+ * @param context
+ * @return
+ */
+ public static ObjectValidator getInstance(FacesContext context) {
+ ExternalContext externalContext =3D context.getExternalContext();
+ externalContext.getContext();
+ ObjectValidator instance;
+ // TODO - use properly synchronization mutex ?
+ synchronized (MUTEX) {
+ Map applicationMap =3D externalContext
+ .getApplicationMap();
+ instance =3D (ObjectValidator) applicationMap.get(VALIDATOR_PARAM);
+ if (null =3D=3D instance) {
+ // Vaildator not initialized - create and store new instance.
+ instance =3D createInstance();
+ applicationMap.put(VALIDATOR_PARAM, instance);
+ }
+ }
+ return instance;
+ }
+
+ public abstract String[] validateGraph(FacesContext context, Object value,
+ Set profiles);
+
+ /**
+ * Perform Validation for a new value.
+ * =
+ * @param context
+ * current faces context.
+ * @param target
+ * {@link ValueExpression} for a value assignment.
+ * @param value
+ * new value for validation
+ * @param profiles TODO
+ * @return null if no validation errors. Array of the validation messages
+ * otherwise.
+ * @throws FacesException
+ * if locale or context not properly initialized
+ */
+ public String[] validate(FacesContext context, ValueExpression target,
+ Object value, Set profiles) {
+ if (null =3D=3D context) {
+ throw new FacesException(INPUT_PARAMETERS_IS_NOT_CORRECT);
+ }
+ String[] validationMessages =3D null;
+ if (null !=3D target) {
+ ELContext elContext =3D context.getELContext();
+ ValidationResolver validationResolver =3D createValidationResolver(
+ elContext.getELResolver(), calculateLocale(context),profiles);
+ ELContextWrapper wrappedElContext =3D new ELContextWrapper(elContext,
+ validationResolver);
+ // TODO - handle ELExceptions ?
+ try {
+ target.setValue(wrappedElContext, value);
+ } catch (ELException e) {
+ throw new FacesException(e);
+ }
+ if (!validationResolver.isValid()) {
+ validationMessages =3D validationResolver.getValidationMessages();
+ }
+
+ }
+ return validationMessages;
+ }
+
+ protected Locale calculateLocale(FacesContext context) {
+ if (null =3D=3D context.getViewRoot()) {
+ throw new FacesException(VIEW_ROOT_IS_NOT_INITIALIZED);
+ } else if (null =3D=3D context.getViewRoot().getLocale()) {
+ throw new FacesException(LOCALE_IS_NOT_SET);
+ }
+ Locale locale =3D context.getViewRoot().getLocale();
+ return locale;
+ }
+
+ /**
+ * Validate bean property for a new value.
+ * =
+ * @param base
+ * - bean
+ * @param property
+ * - bean property name.
+ * @param value
+ * new value.
+ * @param profiles TODO
+ * @return null for a valid value, array of the validation messages
+ * othervise.
+ */
+ protected abstract String[] validate(Object base, String property,
+ Object value, Locale locale, Set profiles);
+
+ protected ResourceBundle getCurrentResourceBundle(Locale locale) {
+ if (null =3D=3D FacesContext.getCurrentInstance()
+ || null =3D=3D FacesContext.getCurrentInstance().getApplication()) {
+ throw new FacesException(FACES_CONTEXT_IS_NULL);
+ }
+ String appBundle =3D FacesContext.getCurrentInstance().getApplication()
+ .getMessageBundle();
+ if (null =3D=3D appBundle || null =3D=3D locale) {
+ return null;
+ }
+
+ ResourceBundle bundle;
+
+ ClassLoader classLoader =3D Thread.currentThread()
+ .getContextClassLoader();
+ if (classLoader !=3D null) {
+ bundle =3D ResourceBundle.getBundle(appBundle, locale, classLoader);
+ } else {
+ bundle =3D ResourceBundle.getBundle(appBundle, locale);
+ }
+
+ return bundle;
+ }
+
+ protected ValidationResolver createValidationResolver(ELResolver parent,
+ Locale locale, Set profiles) {
+ return new ValidationResolver(parent, locale, profiles);
+ }
+
+ /**
+ * @author asmirnov
+ * =
+ */
+ protected static class BasePropertyPair {
+ private final Object base;
+ private final Object property;
+
+ /**
+ * @param base
+ * @param property
+ */
+ public BasePropertyPair(Object base, Object property) {
+ this.base =3D base;
+ this.property =3D property;
+ }
+
+ /**
+ * @return the base
+ */
+ public Object getBase() {
+ return base;
+ }
+
+ /**
+ * @return the property
+ */
+ public Object getProperty() {
+ return property;
+ }
+
+ }
+
+ /**
+ * Class for identify validator instance by locale
+ * =
+ * @author amarkhel
+ * =
+ */
+ protected static class ValidatorKey {
+ private final Class extends Object> validatableClass;
+ private final Locale locale;
+
+ /**
+ * Constructor for ValidatorKey object
+ * =
+ * @param validatableClass
+ * - class to validate
+ * @param locale
+ * - User locale to determine Resource bundle, used during
+ * validation process
+ */
+ public ValidatorKey(Class extends Object> validatableClass,
+ Locale locale) {
+ this.validatableClass =3D validatableClass;
+ this.locale =3D locale;
+ }
+
+ /*
+ * (non-Javadoc)
+ * =
+ * @see java.lang.Object#hashCode()
+ */
+ @Override
+ public int hashCode() {
+ final int prime =3D 31;
+ int result =3D 1;
+ result =3D prime * result
+ + ((locale =3D=3D null) ? 0 : locale.hashCode());
+ result =3D prime
+ * result
+ + ((validatableClass =3D=3D null) ? 0 : validatableClass
+ .hashCode());
+ return result;
+ }
+
+ /*
+ * (non-Javadoc)
+ * =
+ * @see java.lang.Object#equals(java.lang.Object)
+ */
+ @Override
+ public boolean equals(Object obj) {
+ if (this =3D=3D obj)
+ return true;
+ if (obj =3D=3D null)
+ return false;
+ if (!(obj instanceof ValidatorKey))
+ return false;
+ ValidatorKey other =3D (ValidatorKey) obj;
+ if (locale =3D=3D null) {
+ if (other.locale !=3D null)
+ return false;
+ } else if (!locale.equals(other.locale))
+ return false;
+ if (validatableClass =3D=3D null) {
+ if (other.validatableClass !=3D null)
+ return false;
+ } else if (!validatableClass.equals(other.validatableClass))
+ return false;
+ return true;
+ }
+
+ }
+
+ /**
+ * Wrapper class for a {@link ELResolver}. For a setValue method, perform
+ * validation instead of real assignment.
+ * =
+ * @author asmirnov
+ * =
+ */
+ final class ValidationResolver extends ELResolver {
+
+ /**
+ * Original resolver.
+ */
+ private final ELResolver parent;
+
+ private boolean valid =3D true;
+
+ private String[] validationMessages =3D null;
+
+ private Locale locale =3D null;
+
+ private Stack valuesStack;
+
+ private Set profiles;
+
+ /**
+ * @param parent
+ */
+ public ValidationResolver(ELResolver parent, Locale locale,Set p=
rofiles) {
+ this.parent =3D parent;
+ this.locale =3D locale;
+ this.valuesStack =3D new Stack();
+ this.profiles =3D profiles;
+ }
+
+ public boolean isValid() {
+ return valid;
+ }
+
+ /**
+ * @param context
+ * @param base
+ * @return
+ * @see javax.el.ELResolver#getCommonPropertyType(javax.el.ELContext,
+ * java.lang.Object)
+ */
+ public Class> getCommonPropertyType(ELContext context, Object base) {
+ return parent.getCommonPropertyType(context, base);
+ }
+
+ /**
+ * @param context
+ * @param base
+ * @return
+ * @see javax.el.ELResolver#getFeatureDescriptors(javax.el.ELContext,
+ * java.lang.Object)
+ */
+ public Iterator getFeatureDescriptors(
+ ELContext context, Object base) {
+ return parent.getFeatureDescriptors(context, base);
+ }
+
+ /**
+ * @param context
+ * @param base
+ * @param property
+ * @return
+ * @see javax.el.ELResolver#getType(javax.el.ELContext,
+ * java.lang.Object, java.lang.Object)
+ */
+ public Class> getType(ELContext context, Object base, Object property)=
{
+ return parent.getType(context, base, property);
+ }
+
+ /**
+ * @param context
+ * @param base
+ * @param property
+ * @return
+ * @see javax.el.ELResolver#getValue(javax.el.ELContext,
+ * java.lang.Object, java.lang.Object)
+ */
+ public Object getValue(ELContext context, Object base, Object property) {
+ Object value =3D parent.getValue(context, base, property);
+ valuesStack.push(new BasePropertyPair(base, property));
+ return value;
+ }
+
+ /**
+ * @param context
+ * @param base
+ * @param property
+ * @return
+ * @see javax.el.ELResolver#isReadOnly(javax.el.ELContext,
+ * java.lang.Object, java.lang.Object)
+ */
+ public boolean isReadOnly(ELContext context, Object base,
+ Object property) {
+ return parent.isReadOnly(context, base, property);
+ }
+
+ /**
+ * @param context
+ * @param base
+ * @param property
+ * @param value
+ * @see javax.el.ELResolver#setValue(javax.el.ELContext,
+ * java.lang.Object, java.lang.Object, java.lang.Object)
+ */
+ public void setValue(ELContext context, Object base, Object property,
+ Object value) {
+ if (null !=3D base && null !=3D property) {
+ context.setPropertyResolved(true);
+ // For Arrays, Collection or Map use parent base and property.
+ BasePropertyPair basePropertyPair =3D lookupBeanProperty(new BasePrope=
rtyPair(
+ base, property));
+ base =3D basePropertyPair.getBase();
+ property =3D basePropertyPair.getProperty();
+ if (null !=3D base && null !=3D property) {
+ // https://jira.jboss.org/jira/browse/RF-4034
+ // apache el looses locale information during value
+ // resolution,
+ // so we use our own
+ validationMessages =3D validate(base, property.toString(),
+ value, locale, profiles);
+ valid =3D null =3D=3D validationMessages
+ || 0 =3D=3D validationMessages.length;
+
+ }
+ }
+ }
+
+ private BasePropertyPair lookupBeanProperty(BasePropertyPair pair) {
+ Object base =3D pair.getBase();
+ if (null !=3D base
+ && (base instanceof Collection || base instanceof Map || base
+ .getClass().isArray())) {
+ try {
+ pair =3D lookupBeanProperty(valuesStack.pop());
+ } catch (EmptyStackException e) {
+ // Do nothing, this is a first item.
+ }
+ }
+ return pair;
+ }
+
+ /**
+ * @return the validationMessages
+ */
+ public String[] getValidationMessages() {
+ return validationMessages;
+ }
+
+ }
+
+}
\ No newline at end of file
Property changes on: trunk/ui/beanValidator/src/main/java/org/richfaces/val=
idator/ObjectValidator.java
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Deleted: trunk/ui/beanValidator/src/test/java/org/richfaces/validator/BeanV=
alidatorTest.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/beanValidator/src/test/java/org/richfaces/validator/BeanValida=
torTest.java 2009-05-01 12:12:30 UTC (rev 13985)
+++ trunk/ui/beanValidator/src/test/java/org/richfaces/validator/BeanValida=
torTest.java 2009-05-01 22:29:01 UTC (rev 13986)
@@ -1,132 +0,0 @@
-/**
- * License Agreement.
- *
- * Rich Faces - Natural Ajax for Java Server Faces (JSF)
- *
- * 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-130=
1 USA
- */
-package org.richfaces.validator;
-
-import java.util.List;
-import java.util.Locale;
-import java.util.Map;
-import java.util.ResourceBundle;
-
-import org.ajax4jsf.el.ELContextWrapper;
-import org.ajax4jsf.tests.AbstractAjax4JsfTestCase;
-import org.hibernate.validator.ClassValidator;
-import org.hibernate.validator.InvalidValue;
-import org.richfaces.validator.BeanValidator.ValidationResolver;
-
-public class BeanValidatorTest extends AbstractAjax4JsfTestCase {
-
- public BeanValidatorTest(String name) {
- super(name);
- }
-
- public void testValidate() {
- =
- }
- =
- public void setUp() throws Exception {
- super.setUp();
- }
-
- public void tearDown() throws Exception {
- super.tearDown();
- }
- =
- public void testGetValidator() throws Exception {
- BeanValidator beanValidator =3D BeanValidator.createInstance();
- ClassValidator extends Object> validator =3D beanValidator.getValidato=
r(ValidableBean.class,Locale.ENGLISH);
- assertNotNull(validator);
- assertTrue(validator.hasValidationRules());
- validator =3D beanValidator.getValidator(String.class,Locale.getDefault(=
));
- assertNotNull(validator);
- assertFalse(validator.hasValidationRules());
- }
-
- public void testValidateClass() throws Exception {
- BeanValidator beanValidator =3D BeanValidator.createInstance();
- InvalidValue[] invalidValues =3D beanValidator.validateClass(ValidableBe=
an.class, "integerProperty", new Integer(3),Locale.getDefault());
- assertNotNull(invalidValues);
- assertEquals(0, invalidValues.length);
- invalidValues =3D beanValidator.validateClass(ValidableBean.class, "inte=
gerProperty", new Integer(-1),Locale.getDefault());
- assertNotNull(invalidValues);
- assertEquals(1, invalidValues.length);
- invalidValues =3D beanValidator.validateClass(UnValidableBean.class, "in=
tegerProperty", new Integer(-1),Locale.getDefault());
- assertNotNull(invalidValues);
- assertEquals(0, invalidValues.length);
- invalidValues =3D beanValidator.validateClass(ValidableBean.class, "nonE=
xistentProperty", new Integer(-1),Locale.getDefault());
- assertNotNull(invalidValues);
- assertEquals(0, invalidValues.length);
-
- }
- =
- public void testValidateBean() throws Exception {
- BeanValidator beanValidator =3D BeanValidator.createInstance();
- InvalidValue[] invalidValues =3D beanValidator.validateBean(new Validabl=
eBean(), "integerProperty", new Integer(-1),Locale.getDefault());
- assertNotNull(invalidValues);
- assertEquals(1, invalidValues.length);
- }
- =
- public void testValidateArray() throws Exception {
- BeanValidator beanValidator =3D BeanValidator.createInstance();
- InvalidValue[] invalidValues =3D beanValidator.validateBean(new Validabl=
eBean(), "array", "",Locale.getDefault());
- assertNotNull(invalidValues);
- assertEquals(2, invalidValues.length);
- System.out.println(invalidValues[0].getMessage());
- System.out.println(invalidValues[1].getMessage());
- }
-
- public void testValidateList() throws Exception {
- BeanValidator beanValidator =3D BeanValidator.createInstance();
- InvalidValue[] invalidValues =3D beanValidator.validateBean(new Validabl=
eBean(), "list", "",Locale.getDefault());
- assertNotNull(invalidValues);
- assertEquals(1, invalidValues.length);
- System.out.println(invalidValues[0].getMessage());
- }
- public void testValidateMap() throws Exception {
- BeanValidator beanValidator =3D BeanValidator.createInstance();
- InvalidValue[] invalidValues =3D beanValidator.validateBean(new Validabl=
eBean(), "map", "",Locale.getDefault());
- assertNotNull(invalidValues);
- assertEquals(1, invalidValues.length);
- System.out.println(invalidValues[0].getMessage());
- }
- =
- public void testValidationResolver() throws Exception {
- ValidableBean bean =3D new ValidableBean();
- BeanValidator beanValidator =3D BeanValidator.createInstance();
- ValidationResolver validationResolver =3D beanValidator.createValidation=
Resolver(facesContext.getELContext().getELResolver(), Locale.US);
- Object list =3D validationResolver.getValue(elContext, bean, "list");
- assertNotNull(list);
- assertTrue(list instanceof List);
- validationResolver.setValue(elContext, list, new Integer(0), "");
- assertFalse(validationResolver.isValid());
- assertEquals(1, validationResolver.getValidationMessages().length);
- }
- public void testValidationResolverMap() throws Exception {
- ValidableBean bean =3D new ValidableBean();
- BeanValidator beanValidator =3D BeanValidator.createInstance();
- ValidationResolver validationResolver =3D beanValidator.createValidation=
Resolver(facesContext.getELContext().getELResolver(), Locale.US);
- Object list =3D validationResolver.getValue(elContext, bean, "map");
- assertNotNull(list);
- assertTrue(list instanceof Map);
- validationResolver.setValue(elContext, list, new Integer(0), "");
- assertFalse(validationResolver.isValid());
- assertEquals(1, validationResolver.getValidationMessages().length);
- }
-}
Added: trunk/ui/beanValidator/src/test/java/org/richfaces/validator/BeanVal=
idatorTest.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/beanValidator/src/test/java/org/richfaces/validator/BeanValida=
torTest.java (rev 0)
+++ trunk/ui/beanValidator/src/test/java/org/richfaces/validator/BeanValida=
torTest.java 2009-05-01 22:29:01 UTC (rev 13986)
@@ -0,0 +1,76 @@
+/**
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * 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-130=
1 USA
+ */
+package org.richfaces.validator;
+
+import java.util.List;
+import java.util.Locale;
+import java.util.Map;
+import java.util.ResourceBundle;
+
+import javax.validation.constraints.NotNull;
+
+import org.ajax4jsf.el.ELContextWrapper;
+import org.ajax4jsf.tests.AbstractAjax4JsfTestCase;
+import org.hibernate.validator.ClassValidator;
+import org.hibernate.validator.InvalidValue;
+import org.richfaces.validator.ObjectValidator.ValidationResolver;
+
+public class BeanValidatorTest extends AbstractAjax4JsfTestCase {
+
+ public BeanValidatorTest(String name) {
+ super(name);
+ }
+
+ =
+ public void setUp() throws Exception {
+ super.setUp();
+ }
+
+ public void tearDown() throws Exception {
+ super.tearDown();
+ }
+ =
+ public void testValidate() throws Exception {
+ BeanValidator validator =3D new BeanValidator();
+ String[] validate =3D validator.validate(new Bean(), "property", null=
, Locale.ENGLISH, null);
+ assertNotNull(validate);
+ assertEquals(1, validate.length);
+ }
+ =
+ public static class Bean {
+ String property;
+
+ /**
+ * @return the property
+ */
+ public String getProperty() {
+ return property;
+ }
+
+ /**
+ * @param property the property to set
+ */
+ @NotNull
+ public void setProperty(String property) {
+ this.property =3D property;
+ }
+ }
+}
Copied: trunk/ui/beanValidator/src/test/java/org/richfaces/validator/Hibern=
ateValidatorTest.java (from rev 13985, trunk/ui/beanValidator/src/test/java=
/org/richfaces/validator/BeanValidatorTest.java)
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/beanValidator/src/test/java/org/richfaces/validator/HibernateV=
alidatorTest.java (rev 0)
+++ trunk/ui/beanValidator/src/test/java/org/richfaces/validator/HibernateV=
alidatorTest.java 2009-05-01 22:29:01 UTC (rev 13986)
@@ -0,0 +1,132 @@
+/**
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * 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-130=
1 USA
+ */
+package org.richfaces.validator;
+
+import java.util.List;
+import java.util.Locale;
+import java.util.Map;
+import java.util.ResourceBundle;
+
+import org.ajax4jsf.el.ELContextWrapper;
+import org.ajax4jsf.tests.AbstractAjax4JsfTestCase;
+import org.hibernate.validator.ClassValidator;
+import org.hibernate.validator.InvalidValue;
+import org.richfaces.validator.ObjectValidator.ValidationResolver;
+
+public class HibernateValidatorTest extends AbstractAjax4JsfTestCase {
+
+ public HibernateValidatorTest(String name) {
+ super(name);
+ }
+
+ public void testValidate() {
+ =
+ }
+ =
+ public void setUp() throws Exception {
+ super.setUp();
+ }
+
+ public void tearDown() throws Exception {
+ super.tearDown();
+ }
+ =
+ public void testGetValidator() throws Exception {
+ HibernateValidator beanValidator =3D new HibernateValidator();
+ ClassValidator extends Object> validator =3D beanValidator.getValidato=
r(ValidableBean.class,Locale.ENGLISH);
+ assertNotNull(validator);
+ assertTrue(validator.hasValidationRules());
+ validator =3D beanValidator.getValidator(String.class,Locale.getDefault(=
));
+ assertNotNull(validator);
+ assertFalse(validator.hasValidationRules());
+ }
+
+ public void testValidateClass() throws Exception {
+ HibernateValidator beanValidator =3D new HibernateValidator();
+ InvalidValue[] invalidValues =3D beanValidator.validateClass(ValidableBe=
an.class, "integerProperty", new Integer(3),Locale.getDefault());
+ assertNotNull(invalidValues);
+ assertEquals(0, invalidValues.length);
+ invalidValues =3D beanValidator.validateClass(ValidableBean.class, "inte=
gerProperty", new Integer(-1),Locale.getDefault());
+ assertNotNull(invalidValues);
+ assertEquals(1, invalidValues.length);
+ invalidValues =3D beanValidator.validateClass(UnValidableBean.class, "in=
tegerProperty", new Integer(-1),Locale.getDefault());
+ assertNotNull(invalidValues);
+ assertEquals(0, invalidValues.length);
+ invalidValues =3D beanValidator.validateClass(ValidableBean.class, "nonE=
xistentProperty", new Integer(-1),Locale.getDefault());
+ assertNotNull(invalidValues);
+ assertEquals(0, invalidValues.length);
+
+ }
+ =
+ public void testValidateBean() throws Exception {
+ HibernateValidator beanValidator =3D new HibernateValidator();
+ InvalidValue[] invalidValues =3D beanValidator.validateBean(new Validabl=
eBean(), "integerProperty", new Integer(-1),Locale.getDefault());
+ assertNotNull(invalidValues);
+ assertEquals(1, invalidValues.length);
+ }
+ =
+ public void testValidateArray() throws Exception {
+ HibernateValidator beanValidator =3D new HibernateValidator();
+ InvalidValue[] invalidValues =3D beanValidator.validateBean(new Validabl=
eBean(), "array", "",Locale.getDefault());
+ assertNotNull(invalidValues);
+ assertEquals(2, invalidValues.length);
+ System.out.println(invalidValues[0].getMessage());
+ System.out.println(invalidValues[1].getMessage());
+ }
+
+ public void testValidateList() throws Exception {
+ HibernateValidator beanValidator =3D new HibernateValidator();
+ InvalidValue[] invalidValues =3D beanValidator.validateBean(new Validabl=
eBean(), "list", "",Locale.getDefault());
+ assertNotNull(invalidValues);
+ assertEquals(1, invalidValues.length);
+ System.out.println(invalidValues[0].getMessage());
+ }
+ public void testValidateMap() throws Exception {
+ HibernateValidator beanValidator =3D new HibernateValidator();
+ InvalidValue[] invalidValues =3D beanValidator.validateBean(new Validabl=
eBean(), "map", "",Locale.getDefault());
+ assertNotNull(invalidValues);
+ assertEquals(1, invalidValues.length);
+ System.out.println(invalidValues[0].getMessage());
+ }
+ =
+ public void testValidationResolver() throws Exception {
+ ValidableBean bean =3D new ValidableBean();
+ HibernateValidator beanValidator =3D new HibernateValidator();
+ ValidationResolver validationResolver =3D beanValidator.createValidation=
Resolver(facesContext.getELContext().getELResolver(), Locale.US,null);
+ Object list =3D validationResolver.getValue(elContext, bean, "list");
+ assertNotNull(list);
+ assertTrue(list instanceof List);
+ validationResolver.setValue(elContext, list, new Integer(0), "");
+ assertFalse(validationResolver.isValid());
+ assertEquals(1, validationResolver.getValidationMessages().length);
+ }
+ public void testValidationResolverMap() throws Exception {
+ ValidableBean bean =3D new ValidableBean();
+ HibernateValidator beanValidator =3D new HibernateValidator();
+ ValidationResolver validationResolver =3D beanValidator.createValidation=
Resolver(facesContext.getELContext().getELResolver(), Locale.US,null);
+ Object list =3D validationResolver.getValue(elContext, bean, "map");
+ assertNotNull(list);
+ assertTrue(list instanceof Map);
+ validationResolver.setValue(elContext, list, new Integer(0), "");
+ assertFalse(validationResolver.isValid());
+ assertEquals(1, validationResolver.getValidationMessages().length);
+ }
+}
Property changes on: trunk/ui/beanValidator/src/test/java/org/richfaces/val=
idator/HibernateValidatorTest.java
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/ui/beanValidator/src/test/java/org/richfaces/validator/MockVal=
idationProvider.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/beanValidator/src/test/java/org/richfaces/validator/MockValida=
tionProvider.java (rev 0)
+++ trunk/ui/beanValidator/src/test/java/org/richfaces/validator/MockValida=
tionProvider.java 2009-05-01 22:29:01 UTC (rev 13986)
@@ -0,0 +1,223 @@
+/**
+ * =
+ */
+package org.richfaces.validator;
+
+import java.io.InputStream;
+import java.util.Collections;
+import java.util.Set;
+
+import javax.validation.BeanDescriptor;
+import javax.validation.Configuration;
+import javax.validation.ConstraintDescriptor;
+import javax.validation.ConstraintValidatorFactory;
+import javax.validation.ConstraintViolation;
+import javax.validation.MessageInterpolator;
+import javax.validation.TraversableResolver;
+import javax.validation.Validator;
+import javax.validation.ValidatorContext;
+import javax.validation.ValidatorFactory;
+import javax.validation.spi.BootstrapState;
+import javax.validation.spi.ConfigurationState;
+import javax.validation.spi.ValidationProvider;
+
+/**
+ * @author asmirnov
+ *
+ */
+public class MockValidationProvider implements ValidationProvider {
+ =
+ public ConstraintViolation getDefaultConstraint(){
+ return new ConstraintViolation(){
+
+ public ConstraintDescriptor> getConstraintDescriptor() {
+ // TODO Auto-generated method stub
+ return null;
+ }
+
+ public Object getInvalidValue() {
+ // TODO Auto-generated method stub
+ return null;
+ }
+
+ public Object getLeafBean() {
+ // TODO Auto-generated method stub
+ return null;
+ }
+
+ public String getMessage() {
+ // TODO Auto-generated method stub
+ return null;
+ }
+
+ public String getMessageTemplate() {
+ // TODO Auto-generated method stub
+ return null;
+ }
+
+ public String getPropertyPath() {
+ // TODO Auto-generated method stub
+ return null;
+ }
+
+ public T getRootBean() {
+ // TODO Auto-generated method stub
+ return null;
+ }
+
+ public Class getRootBeanClass() {
+ // TODO Auto-generated method stub
+ return null;
+ }
+ =
+ };
+ }
+
+ /* (non-Javadoc)
+ * @see javax.validation.spi.ValidationProvider#buildValidatorFactory(jav=
ax.validation.spi.ConfigurationState)
+ */
+ public ValidatorFactory buildValidatorFactory(
+ ConfigurationState configurationState) {
+ // TODO Auto-generated method stub
+ return new ValidatorFactory(){
+
+ public MessageInterpolator getMessageInterpolator() {
+ // TODO Auto-generated method stub
+ return null;
+ }
+
+ public Validator getValidator() {
+ // TODO Auto-generated method stub
+ return null;
+ }
+
+ public ValidatorContext usingContext() {
+ // TODO Auto-generated method stub
+ return new ValidatorContext(){
+
+ public Validator getValidator() {
+ // TODO Auto-generated method stub
+ return new Validator(){
+
+ public BeanDescriptor getConstraintsForClass(
+ Class> clazz) {
+ // TODO Auto-generated method stub
+ return null;
+ }
+
+ public Set> validate(
+ T object, Class>... groups) {
+ // TODO Auto-generated method stub
+ ConstraintViolation constrain =3D getDefaultConstraint();
+ return Collections.singleton(constrain);
+ }
+
+ public Set> validateProperty(
+ T object, String propertyName,
+ Class>... groups) {
+ ConstraintViolation constrain =3D getDefaultConstraint();
+ return Collections.singleton(constrain);
+ }
+
+ public Set> validateValue(
+ Class beanType, String propertyName,
+ Object value, Class>... groups) {
+ ConstraintViolation constrain =3D getDefaultConstraint();
+ return Collections.singleton(constrain);
+ }
+ =
+ };
+ }
+
+ public ValidatorContext messageInterpolator(
+ MessageInterpolator messageInterpolator) {
+ // TODO Auto-generated method stub
+ return this;
+ }
+
+ public ValidatorContext traversableResolver(
+ TraversableResolver traversableResolver) {
+ // TODO Auto-generated method stub
+ return this;
+ }
+ =
+ };
+ }
+ =
+ };
+ }
+
+ /* (non-Javadoc)
+ * @see javax.validation.spi.ValidationProvider#createGenericConfiguratio=
n(javax.validation.spi.BootstrapState)
+ */
+ public Configuration> createGenericConfiguration(BootstrapState state) {
+ // TODO Auto-generated method stub
+ return new Configuration>(){
+
+ public Configuration> addMapping(
+ InputStream stream) {
+ // TODO Auto-generated method stub
+ return this;
+ }
+
+ public Configuration> addProperty(
+ String name, String value) {
+ // TODO Auto-generated method stub
+ return this;
+ }
+
+ public ValidatorFactory buildValidatorFactory() {
+ // TODO Auto-generated method stub
+ return MockValidationProvider.this.buildValidatorFactory(null);
+ }
+
+ public Configuration> constraintValidatorFactory(
+ ConstraintValidatorFactory constraintValidatorFactory) {
+ // TODO Auto-generated method stub
+ return this;
+ }
+
+ public MessageInterpolator getDefaultMessageInterpolator() {
+ // TODO Auto-generated method stub
+ return null;
+ }
+
+ public Configuration> ignoreXmlConfiguration() {
+ // TODO Auto-generated method stub
+ return this;
+ }
+
+ public Configuration> messageInterpolator(
+ MessageInterpolator interpolator) {
+ // TODO Auto-generated method stub
+ return this;
+ }
+
+ public Configuration> traversableResolver(
+ TraversableResolver resolver) {
+ // TODO Auto-generated method stub
+ return this;
+ }
+ =
+ };
+ }
+
+ /* (non-Javadoc)
+ * @see javax.validation.spi.ValidationProvider#createSpecializedConfigur=
ation(javax.validation.spi.BootstrapState, java.lang.Class)
+ */
+ public > T createSpecializedConfiguration(
+ BootstrapState state, Class configurationClass) {
+ // TODO Auto-generated method stub
+ return null;
+ }
+
+ /* (non-Javadoc)
+ * @see javax.validation.spi.ValidationProvider#isSuitable(java.lang.Clas=
s)
+ */
+ public boolean isSuitable(
+ Class extends Configuration>> configurationClass) {
+ // TODO Auto-generated method stub
+ return false;
+ }
+
+}
Property changes on: trunk/ui/beanValidator/src/test/java/org/richfaces/val=
idator/MockValidationProvider.java
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/ui/beanValidator/src/test/resources/META-INF/services/javax.va=
lidation.spi.ValidationProvider
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/beanValidator/src/test/resources/META-INF/services/javax.valid=
ation.spi.ValidationProvider (rev 0)
+++ trunk/ui/beanValidator/src/test/resources/META-INF/services/javax.valid=
ation.spi.ValidationProvider 2009-05-01 22:29:01 UTC (rev 13986)
@@ -0,0 +1 @@
+org.richfaces.validator.MockValidationProvider
\ No newline at end of file
--===============6347817002650975386==--
From richfaces-svn-commits at lists.jboss.org Fri May 1 19:12:26 2009
Content-Type: multipart/mixed; boundary="===============8397194908770807840=="
MIME-Version: 1.0
From: richfaces-svn-commits at lists.jboss.org
To: richfaces-svn-commits at lists.jboss.org
Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r13987 -
trunk/ui/core/src/main/java/org/ajax4jsf/component.
Date: Fri, 01 May 2009 19:10:30 -0400
Message-ID:
--===============8397194908770807840==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: alexsmirnov
Date: 2009-05-01 19:10:30 -0400 (Fri, 01 May 2009)
New Revision: 13987
Modified:
trunk/ui/core/src/main/java/org/ajax4jsf/component/UIInclude.java
Log:
https://jira.jboss.org/jira/browse/RF-6746
Modified: trunk/ui/core/src/main/java/org/ajax4jsf/component/UIInclude.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/core/src/main/java/org/ajax4jsf/component/UIInclude.java 2009-=
05-01 22:29:01 UTC (rev 13986)
+++ trunk/ui/core/src/main/java/org/ajax4jsf/component/UIInclude.java 2009-=
05-01 23:10:30 UTC (rev 13987)
@@ -21,6 +21,8 @@
=
package org.ajax4jsf.component;
=
+import java.io.IOException;
+
import javax.el.ELContext;
import javax.el.ELException;
import javax.el.ValueExpression;
@@ -206,6 +208,13 @@
restoreNavigation(context, holder);
}
=
+ @Override
+ public void encodeAll(FacesContext context) throws IOException {
+ // Fix for https://jira.jboss.org/jira/browse/RF-6746
+ ViewIdHolder holder =3D setupNavigation(context);
+ super.encodeAll(context);
+ restoreNavigation(context, holder);
+ }
/*
* (non-Javadoc)
* =
--===============8397194908770807840==--
From richfaces-svn-commits at lists.jboss.org Fri May 1 20:16:16 2009
Content-Type: multipart/mixed; boundary="===============3004713856561471509=="
MIME-Version: 1.0
From: richfaces-svn-commits at lists.jboss.org
To: richfaces-svn-commits at lists.jboss.org
Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r13988 - in trunk:
samples/layout-sample/src/main/webapp/pages and 4 other directories.
Date: Fri, 01 May 2009 20:14:19 -0400
Message-ID:
--===============3004713856561471509==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: alexsmirnov
Date: 2009-05-01 20:14:19 -0400 (Fri, 01 May 2009)
New Revision: 13988
Added:
trunk/ui/layout/src/main/java/org/richfaces/taglib/
trunk/ui/layout/src/main/java/org/richfaces/taglib/PageTagHandler.java
Modified:
trunk/samples/layout-sample/src/main/java/org/richfaces/samples/Bean.java
trunk/samples/layout-sample/src/main/webapp/pages/index.xhtml
trunk/ui/layout/src/main/config/component/page.xml
trunk/ui/layout/src/main/templates/org/richfaces/htmlPage.jspx
Log:
https://jira.jboss.org/jira/browse/RF-6629
Modified: trunk/samples/layout-sample/src/main/java/org/richfaces/samples/B=
ean.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/layout-sample/src/main/java/org/richfaces/samples/Bean.ja=
va 2009-05-01 23:10:30 UTC (rev 13987)
+++ trunk/samples/layout-sample/src/main/java/org/richfaces/samples/Bean.ja=
va 2009-05-02 00:14:19 UTC (rev 13988)
@@ -22,6 +22,10 @@
=
private String theme =3D "simple";
=
+ private String contentType =3D "text/html";
+ =
+ private String encoding =3D "UTF-8";
+ =
private int width=3D960;
=
private int sidebarWidth=3D260;
@@ -107,4 +111,32 @@
public List getLayoutValues(){
return layoutValues;
}
+
+ /**
+ * @return the contentType
+ */
+ public String getContentType() {
+ return contentType;
+ }
+
+ /**
+ * @param contentType the contentType to set
+ */
+ public void setContentType(String contentType) {
+ this.contentType =3D contentType;
+ }
+
+ /**
+ * @return the encoding
+ */
+ public String getEncoding() {
+ return encoding;
+ }
+
+ /**
+ * @param encoding the encoding to set
+ */
+ public void setEncoding(String encoding) {
+ this.encoding =3D encoding;
+ }
}
Modified: trunk/samples/layout-sample/src/main/webapp/pages/index.xhtml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
(Binary files differ)
Modified: trunk/ui/layout/src/main/config/component/page.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/layout/src/main/config/component/page.xml 2009-05-01 23:10:30 =
UTC (rev 13987)
+++ trunk/ui/layout/src/main/config/component/page.xml 2009-05-02 00:14:19 =
UTC (rev 13988)
@@ -38,11 +38,9 @@
org.ajax4jsf.webapp.taglib.HtmlComponentTagBase
-
&ui_component_attributes;
&html_universal_attributes;
Added: trunk/ui/layout/src/main/java/org/richfaces/taglib/PageTagHandler.ja=
va
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/layout/src/main/java/org/richfaces/taglib/PageTagHandler.java =
(rev 0)
+++ trunk/ui/layout/src/main/java/org/richfaces/taglib/PageTagHandler.java =
2009-05-02 00:14:19 UTC (rev 13988)
@@ -0,0 +1,56 @@
+/**
+ * =
+ */
+package org.richfaces.taglib;
+
+import javax.faces.component.UIComponent;
+import javax.faces.component.UIViewRoot;
+
+import com.sun.facelets.FaceletContext;
+import com.sun.facelets.tag.TagAttribute;
+import com.sun.facelets.tag.jsf.ComponentConfig;
+import com.sun.facelets.tag.jsf.ComponentHandler;
+import com.sun.facelets.tag.jsf.ComponentSupport;
+import com.sun.facelets.tag.jsf.core.ViewHandler;
+
+/**
+ * This handler does same work as Facelet's {@link ViewHandler} does to se=
tup page encoding and content type.
+ * =
+ * @author asmirnov
+ *
+ */
+public class PageTagHandler extends ComponentHandler {
+
+ private TagAttribute locale;
+ private TagAttribute contentType;
+ private TagAttribute encoding;
+
+ public PageTagHandler(ComponentConfig config) {
+ super(config);
+ this.locale =3D this.getAttribute("locale");
+ this.contentType =3D this.getAttribute("contentType");
+ this.encoding =3D this.getAttribute("encoding");
+ }
+ =
+ @Override
+ protected void onComponentPopulated(FaceletContext ctx, UIComponent c,
+ UIComponent parent) {
+ super.onComponentPopulated(ctx, c, parent);
+ UIViewRoot root =3D ComponentSupport.getViewRoot(ctx, parent);
+ if (root !=3D null) {
+ if (this.locale !=3D null) {
+ root.setLocale(ComponentSupport.getLocale(ctx,
+ this.locale));
+ }
+ if (this.contentType !=3D null) {
+ String v =3D this.contentType.getValue(ctx);
+ ctx.getFacesContext().getExternalContext().getRequestMap()=
.put("facelets.ContentType", v);
+ }
+ if (this.encoding !=3D null) {
+ String v =3D this.encoding.getValue(ctx);
+ ctx.getFacesContext().getExternalContext().getRequestMap()=
.put("facelets.Encoding", v);
+ }
+ }
+ }
+
+}
Property changes on: trunk/ui/layout/src/main/java/org/richfaces/taglib/Pag=
eTagHandler.java
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Modified: trunk/ui/layout/src/main/templates/org/richfaces/htmlPage.jspx
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/layout/src/main/templates/org/richfaces/htmlPage.jspx 2009-05-=
01 23:10:30 UTC (rev 13987)
+++ trunk/ui/layout/src/main/templates/org/richfaces/htmlPage.jspx 2009-05-=
02 00:14:19 UTC (rev 13988)
@@ -40,7 +40,7 @@
-
+
+ Note for SWF sample . Using scripts loading strategy different =
from "ALL" you should use additionally load swfObject script by using:
+ <a4j:loadScript src=3D"resource:///org/richfaces/renderkit/html/=
js/swfobject.js" />
+
+ =
=
--===============4761916992906033113==--
From richfaces-svn-commits at lists.jboss.org Mon May 4 09:41:51 2009
Content-Type: multipart/mixed; boundary="===============6235008517130284876=="
MIME-Version: 1.0
From: richfaces-svn-commits at lists.jboss.org
To: richfaces-svn-commits at lists.jboss.org
Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r14004 -
trunk/ui/fileUpload/src/main/resources/org/richfaces/renderkit/html/js.
Date: Mon, 04 May 2009 09:39:21 -0400
Message-ID:
--===============6235008517130284876==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: pyaschenko
Date: 2009-05-04 09:39:21 -0400 (Mon, 04 May 2009)
New Revision: 14004
Modified:
trunk/ui/fileUpload/src/main/resources/org/richfaces/renderkit/html/js/F=
ileUpload.js
Log:
https://jira.jboss.org/jira/browse/RF-6846
Modified: trunk/ui/fileUpload/src/main/resources/org/richfaces/renderkit/ht=
ml/js/FileUpload.js
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/fileUpload/src/main/resources/org/richfaces/renderkit/html/js/=
FileUpload.js 2009-05-04 13:24:45 UTC (rev 14003)
+++ trunk/ui/fileUpload/src/main/resources/org/richfaces/renderkit/html/js/=
FileUpload.js 2009-05-04 13:39:21 UTC (rev 14004)
@@ -777,7 +777,7 @@
clear: function(entry, isCancelButton) {
if (this.disabled) return;
if (entry) {
- if (isCancelButton || entry.state =3D=3D FileUploadEntry.UPLOAD_SUCCESS=
|| entry.state =3D=3D FileUploadEntry.INITIALIZED || entry.state =3D=3D Fi=
leUploadEntry.UPLOAD_CANCELED) {
+ if (isCancelButton || entry.state =3D=3D FileUploadEntry.UPLOAD_SUCCESS=
|| entry.state =3D=3D FileUploadEntry.INITIALIZED) {
this.remove(entry);
if(this.events.onclear) { =
this.element.fire("rich:onclear", {entry : entry});
--===============6235008517130284876==--
From richfaces-svn-commits at lists.jboss.org Mon May 4 10:51:55 2009
Content-Type: multipart/mixed; boundary="===============5007553572731575825=="
MIME-Version: 1.0
From: richfaces-svn-commits at lists.jboss.org
To: richfaces-svn-commits at lists.jboss.org
Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r14005 - in
trunk/framework: api/src/main/java/org/richfaces/skin and 2 other
directories.
Date: Mon, 04 May 2009 10:49:24 -0400
Message-ID:
--===============5007553572731575825==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: nbelaevski
Date: 2009-05-04 10:49:24 -0400 (Mon, 04 May 2009)
New Revision: 14005
Added:
trunk/framework/api/src/main/java/org/richfaces/skin/ThemeNotFoundExcept=
ion.java
Modified:
trunk/framework/api/src/main/java/org/ajax4jsf/Messages.java
trunk/framework/impl/src/main/java/org/richfaces/skin/SkinFactoryImpl.ja=
va
trunk/framework/impl/src/main/resources/org/ajax4jsf/messages.properties
Log:
https://jira.jboss.org/jira/browse/RF-6939
Modified: trunk/framework/api/src/main/java/org/ajax4jsf/Messages.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/framework/api/src/main/java/org/ajax4jsf/Messages.java 2009-05-04=
13:39:21 UTC (rev 14004)
+++ trunk/framework/api/src/main/java/org/ajax4jsf/Messages.java 2009-05-04=
14:49:24 UTC (rev 14005)
@@ -288,6 +288,7 @@
public static final String DEFAULT_PROPERTIES_NOT_FOUND_ERROR =3D "DEFAUL=
T_PROPERTIES_NOT_FOUND_ERROR";
public static final String SKIN_PROPERTIES_IO_ERROR =3D "SKIN_PROPERTIES_=
IO_ERROR";
public static final String SKIN_NOT_FOUND_ERROR =3D "SKIN_NOT_FOUND_ERROR=
";
+ public static final String THEME_NOT_FOUND_ERROR =3D "THEME_NOT_FOUND_ERR=
OR";
public static final String ACESSING_SKIN_PROPERTY_AS_ARRAY_ERROR =3D "ACE=
SSING_SKIN_PROPERTY_AS_ARRAY_ERROR";
public static final String ACESSING_SKIN_PROPERTY_ERROR =3D "ACESSING_SKI=
N_PROPERTY_ERROR";
public static final String SKIN_PROPERTIES_READ_ONLY_ERROR =3D "SKIN_PROP=
ERTIES_READ_ONLY_ERROR";
@@ -364,7 +365,7 @@
public static final String DATASCROLLER_PAGE_MISSING =3D "DATASCROLLER_PA=
GE_MISSING";
public static final String DATASCROLLER_PAGES_DIFFERENT =3D "DATASCROLLER=
_PAGES_DIFFERENT";
public static final String COMPONENT_CONVERSION_ERROR =3D "COMPONENT_CONV=
ERSION_ERROR";
- =
+
public static void main(String[] args) {
String m =3D getMessage(INVALID_ATTRIBUTE_VALUE, "A", "B");
System.out.println(m);
Added: trunk/framework/api/src/main/java/org/richfaces/skin/ThemeNotFoundEx=
ception.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/framework/api/src/main/java/org/richfaces/skin/ThemeNotFoundExcep=
tion.java (rev 0)
+++ trunk/framework/api/src/main/java/org/richfaces/skin/ThemeNotFoundExcep=
tion.java 2009-05-04 14:49:24 UTC (rev 14005)
@@ -0,0 +1,49 @@
+/**
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * 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-130=
1 USA
+ */
+
+package org.richfaces.skin;
+
+import javax.faces.FacesException;
+
+public class ThemeNotFoundException extends FacesException {
+
+ /**
+ * =
+ */
+ private static final long serialVersionUID =3D 2245209384496054860L;
+
+ public ThemeNotFoundException() {
+ super();
+ }
+
+ public ThemeNotFoundException(String arg0) {
+ super(arg0);
+ }
+
+ public ThemeNotFoundException(Throwable arg0) {
+ super(arg0);
+ }
+
+ public ThemeNotFoundException(String arg0, Throwable arg1) {
+ super(arg0, arg1);
+ }
+
+}
Modified: trunk/framework/impl/src/main/java/org/richfaces/skin/SkinFactory=
Impl.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/framework/impl/src/main/java/org/richfaces/skin/SkinFactoryImpl.j=
ava 2009-05-04 13:39:21 UTC (rev 14004)
+++ trunk/framework/impl/src/main/java/org/richfaces/skin/SkinFactoryImpl.j=
ava 2009-05-04 14:49:24 UTC (rev 14005)
@@ -24,7 +24,6 @@
import java.io.IOException;
import java.io.InputStream;
import java.net.URL;
-import java.util.Collections;
import java.util.Enumeration;
import java.util.HashMap;
import java.util.Map;
@@ -370,7 +369,13 @@
public Theme getTheme(FacesContext facesContext, String name) {
Theme theme =3D themes.get(name);
if(null =3D=3D theme){
- Properties properties =3D loadProperties(name, THEME_PATHS);
+ Properties properties;
+ try {
+ properties =3D loadProperties(name, THEME_PATHS);
+ } catch (SkinNotFoundException e) {
+ throw new ThemeNotFoundException(Messages.getMessage(
+ Messages.THEME_NOT_FOUND_ERROR, name), e.getCause());
+ }
processProperties(facesContext, properties);
theme =3D new ThemeImpl(properties);
themes.put(name, theme);
Modified: trunk/framework/impl/src/main/resources/org/ajax4jsf/messages.pro=
perties
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/framework/impl/src/main/resources/org/ajax4jsf/messages.propertie=
s 2009-05-04 13:39:21 UTC (rev 14004)
+++ trunk/framework/impl/src/main/resources/org/ajax4jsf/messages.propertie=
s 2009-05-04 14:49:24 UTC (rev 14005)
@@ -180,8 +180,9 @@
NULL_SKIN_NAME_ERROR=3DName for current Skin calculated as null
CREATE_SKIN_INFO=3DCreate new Skin instance for name {0} =
DEFAULT_PROPERTIES_NOT_FOUND_ERROR=3DDefault properties for skin not found=
in {0}
-SKIN_PROPERTIES_IO_ERROR=3DAttempt to load Skin property file caused IOErr=
or
+SKIN_PROPERTIES_IO_ERROR=3DAttempt to load property file caused IOError
SKIN_NOT_FOUND_ERROR=3DSkin with name {0} not found
+THEME_NOT_FOUND_ERROR=3DTheme with name {0} not found
ACESSING_SKIN_PROPERTY_AS_ARRAY_ERROR=3DAttempt to access to skin property=
as array
ACESSING_SKIN_PROPERTY_ERROR=3DAttempt to access to skin property not as s=
tring parameter
SKIN_PROPERTIES_READ_ONLY_ERROR=3DSkin properties is read-only =
@@ -258,4 +259,4 @@
INVALID_VALUE=3D"Component {0} has invalid value expression {1}"
DATASCROLLER_PAGE_MISSING=3DDatascroller {0}: The requested page #{1} isn'=
't found in the model containing {2} pages. Paging is reset to page #{3}
DATASCROLLER_PAGES_DIFFERENT=3DDatascroller components attached to compone=
nt\: {0} have different values of ''page'' attribute \: {1}
-COMPONENT_CONVERSION_ERROR=3DComponent {0}: conversion error occurred for =
value {1}
\ No newline at end of file
+COMPONENT_CONVERSION_ERROR=3DComponent {0}\: conversion error occurred for=
value {1}
\ No newline at end of file
--===============5007553572731575825==--
From richfaces-svn-commits at lists.jboss.org Mon May 4 11:45:42 2009
Content-Type: multipart/mixed; boundary="===============4508185831057311061=="
MIME-Version: 1.0
From: richfaces-svn-commits at lists.jboss.org
To: richfaces-svn-commits at lists.jboss.org
Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r14006 - in
trunk/examples/photoalbum: tests/src/test/java/org/richfaces/photoalbum and 1
other directories.
Date: Mon, 04 May 2009 11:08:55 -0400
Message-ID:
--===============4508185831057311061==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: Alex.Kolonitsky
Date: 2009-05-04 11:08:55 -0400 (Mon, 04 May 2009)
New Revision: 14006
Added:
trunk/examples/photoalbum/tests/src/test/java/org/richfaces/photoalbum/t=
estng/SearchTest.java
Modified:
trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoal=
bum/manager/Controller.java
trunk/examples/photoalbum/tests/src/test/java/org/richfaces/photoalbum/R=
ealWorldHelper.java
Log:
add search test
Modified: trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/=
photoalbum/manager/Controller.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoa=
lbum/manager/Controller.java 2009-05-04 14:49:24 UTC (rev 14005)
+++ trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoa=
lbum/manager/Controller.java 2009-05-04 15:08:55 UTC (rev 14006)
@@ -290,11 +290,11 @@
}
=
private boolean canViewAlbum(Album album) {
- return album !=3D null && album.getShelf() !=3D null && album.getShelf()=
.isShared() || album.isOwner(user);
+ return album !=3D null && album.getShelf() !=3D null && (album.getShelf(=
).isShared() || album.isOwner(user));
}
=
private boolean canViewImage(Image image) {
- return image !=3D null && image.getAlbum() !=3D null && image.getAlbum()=
.getShelf() !=3D null && image.getAlbum().getShelf().isShared() || image.is=
Owner(user);
+ return image !=3D null && image.getAlbum() !=3D null && image.getAlbum()=
.getShelf() !=3D null && (image.getAlbum().getShelf().isShared() || image.i=
sOwner(user));
}
=
private void pushEvent(String type, Object... parameters) {
Modified: trunk/examples/photoalbum/tests/src/test/java/org/richfaces/photo=
album/RealWorldHelper.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/examples/photoalbum/tests/src/test/java/org/richfaces/photoalbum/=
RealWorldHelper.java 2009-05-04 14:49:24 UTC (rev 14005)
+++ trunk/examples/photoalbum/tests/src/test/java/org/richfaces/photoalbum/=
RealWorldHelper.java 2009-05-04 15:08:55 UTC (rev 14006)
@@ -118,10 +118,31 @@
public static interface FilesUploadArea {
String FILE_UPLOAD_ID =3D IndexPage.MAIN_FORM_ID + ":fileUpload";
}
- =
+
public static interface TreeArea {
- =
+
}
+
+ public static interface Search {
+ String SEARCH_INPUT =3D "//*[@class=3D'search-input']";
+ String SEARCH_BUTTON =3D "//*[@class=3D'search-find-button']";
+ String SEARCH_OPTION =3D "//*[@class=3D'search-option-link']";
+
+ String INACTIVE_TAB =3D "//*[@class=3D'dr-tbpnl-tb rich-tab-header dr-t=
bpnl-tb-inact rich-tab-inactive']";
+ String ACTIVE_TAB =3D "//*[@class=3D'dr-tbpnl-tbcell-act rich-tabhdr-ce=
ll-active']";
+
+ String SEARCH_CRITERIA_KEYWORDS =3D "//*[@class=3D'search-criteria'][2]=
";
+ String SEARCH_CRITERIA_OBJECTS =3D "//*[@class=3D'search-criteria'][1]/=
strong";
+ String OBJECTS_MY =3D "//*[@class=3D'search-options-div1']/input[1]";
+ String OBJECTS_SHARED =3D "//*[@class=3D'search-options-div1']/input[2]=
";
+
+ String OBJETCS_SHELVES =3D "//*[@class=3D'search-options-div2']//span[c=
ontains(. , 'Shelves')]/input";
+ String OBJETCS_ALBUMS =3D "//*[@class=3D'search-options-div2']//span[co=
ntains(. , 'Albums')]/input";
+ String OBJETCS_IMAGES =3D "//*[@class=3D'search-options-div2']//span[co=
ntains(. , 'Images')]/input";
+ String OBJETCS_USERS =3D "//*[@class=3D'search-options-div2']//span[con=
tains(. , 'Users')]/input";
+ String OBJETCS_TAGS =3D "//*[@class=3D'search-options-div2']//span[cont=
ains(. , 'Tags')]/input";
+
+ }
}
=
public static void login(Selenium selenium) {
Added: trunk/examples/photoalbum/tests/src/test/java/org/richfaces/photoalb=
um/testng/SearchTest.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/examples/photoalbum/tests/src/test/java/org/richfaces/photoalbum/=
testng/SearchTest.java (rev 0)
+++ trunk/examples/photoalbum/tests/src/test/java/org/richfaces/photoalbum/=
testng/SearchTest.java 2009-05-04 15:08:55 UTC (rev 14006)
@@ -0,0 +1,160 @@
+package org.richfaces.photoalbum.testng;
+
+import org.richfaces.photoalbum.RealWorldHelper;
+import org.richfaces.photoalbum.SeleniumTestBase;
+import org.testng.Assert;
+import org.testng.annotations.Test;
+
+import static org.richfaces.photoalbum.RealWorldHelper.HtmlConstants.Searc=
h.*;
+
+/**
+ * @user: akolonitsky
+ * Date: Apr 29, 2009
+ */
+public class SearchTest extends SeleniumTestBase {
+ private static final String NATURE =3D "nature";
+ private static final String SPORT =3D "sport";
+
+ private static final String OBJECTS_ALL =3D "Shelves,Albums,Images,Users,=
Tag";
+ private static final String OBJECT_TAG =3D "Tag";
+
+ private static final String SHELF_HEADER =3D "//*[@class=3D'shelf-header-=
table']";
+ private static final String KEYWORDS =3D "Keywords: ";
+
+
+ @Test
+ public void testSearchForSimpleUser() {
+ renderPage();
+
+ checkResult(NATURE, 4, 4, OBJECTS_ALL);
+ }
+
+ @Test
+ public void testSearch() {
+ renderPage();
+
+ RealWorldHelper.login(selenium);
+
+ selenium.click(SEARCH_OPTION);
+ selenium.check(OBJECTS_MY);
+ selenium.check(OBJECTS_SHARED);
+
+ checkResult(NATURE, 2, 4, OBJECTS_ALL);
+ }
+
+ @Test
+ public void testSearchOnMyOnly() {
+ renderPage();
+
+ RealWorldHelper.login(selenium);
+
+ selenium.click(SEARCH_OPTION);
+ selenium.check(OBJECTS_MY);
+ selenium.uncheck(OBJECTS_SHARED);
+
+ checkResult(SPORT, 1, 4, OBJECTS_ALL);
+ }
+
+ @Test
+ public void testSearchOnSharedOnly() {
+ renderPage();
+
+ RealWorldHelper.login(selenium);
+
+ selenium.click(SEARCH_OPTION);
+ selenium.uncheck(OBJECTS_MY);
+ selenium.check(OBJECTS_SHARED);
+
+ checkResult(SPORT, 1, 4, OBJECTS_ALL);
+ }
+
+ @Test
+ public void testSearchOnMyTags() {
+ renderPage();
+
+ RealWorldHelper.login(selenium);
+
+ selenium.click(SEARCH_OPTION);
+ selenium.check(OBJECTS_MY);
+ selenium.uncheck(OBJECTS_SHARED);
+
+ selenium.uncheck(OBJETCS_SHELVES);
+ selenium.uncheck(OBJETCS_ALBUMS);
+ selenium.uncheck(OBJETCS_IMAGES);
+ selenium.uncheck(OBJETCS_USERS);
+ selenium.check (OBJETCS_TAGS);
+
+ checkResult(SPORT, 0, 0, OBJECT_TAG);
+
+ Assert.assertEquals(1, selenium.getXpathCount("//*[@class=3D'dr-tbpnl-cn=
tnt rich-tabpanel-content']//a"));
+ }
+
+
+ private void checkResult(final String searchValue, final int shelfCount, =
final int inactiveTabCount, final String searchObjects) {
+ selenium.type(SEARCH_INPUT, searchValue);
+ selenium.click(SEARCH_BUTTON);
+ waitForAjaxCompletion();
+
+ Assert.assertEquals(1, selenium.getXpathCount(ACTIVE_TAB));
+
+ Assert.assertEquals(searchObjects, selenium.getText(SEARCH_CRITERIA_OBJE=
CTS).trim());
+ Assert.assertEquals(KEYWORDS + searchValue, selenium.getText(SEARCH_CRIT=
ERIA_KEYWORDS).trim());
+
+ Assert.assertEquals(shelfCount, selenium.getXpathCount(SHELF_HEADER));
+ Assert.assertEquals(inactiveTabCount, selenium.getXpathCount(INACTIVE_TA=
B));
+ }
+
+
+// @Test
+// public void testClickOnFirstAlbum() {
+
+// renderPage();
+//
+// RealWorldHelper.login(selenium);
+//
+//// final String natureShelf =3D "//table[//p[contains(. , 'Nature')] an=
d //*[@class=3D'shelf-header-table']]";
+// final String natuteAlbumsXPath =3D "//div[@class=3D'preview_box_album_=
120' and ../" + getShelfHeaderCondition("Nature") + "]";
+// Assert.assertEquals(selenium.getXpathCount(natuteAlbumsXPath).intValue=
(), 2);
+//
+// final String albumContainer =3D "//div[@class=3D'preview_box_album_120=
']";
+// final String firstAlbumXPath =3D albumContainer + "[1]//a";
+// final String sportShelfOnTreeXPath =3D "//*[@id=3D'treeform:tree']//sp=
an[span[contains(text(), 'Sport')]]";
+//
+//// ajaxClick(sportShelfOnTreeXPath);
+//
+// String compId =3D "treeform:j_id146";
+//
+// selenium.click("//*[@id=3D'"+ compId + ":childs']/table[1]/tbody/tr/td=
[1]/div/a/img[2]");
+//
+// String britneyAlbumXpath =3D "//*[@id=3D'"+ compId + ":childs']/div[1]=
/table/tbody/tr/td[3]";
+// String britney1stSongXpath =3D "//*[@id=3D'"+ compId + ":childs']/div[=
1]/div/table/tbody/tr/td[3]";
+//
+// String natureShelfXpath =3D "//*[@id=3D'"+ compId + ":childs']/table[1=
]/tbody/tr/td[3]";
+// String natureAlbumXpath =3D "//*[@id=3D'"+ compId + ":childs']/div[1]/=
table[1]/tbody/tr/td[3]";
+// int natureAlbumsCount =3D selenium.getXpathCount("//*[@id=3D'"+ compId=
+ ":childs']/div[1]/table").intValue();
+//
+// selenium.click("//*[@id=3D'"+ compId + ":childs']/table[2]/tbody/tr/td=
[1]/div/a/img[2]");
+// String sportShelfXpath =3D "//*[@id=3D'"+ compId + ":childs']/table[2]=
/tbody/tr/td[3]";
+// String sportAlbumXpath =3D "//*[@id=3D'"+ compId + ":childs']/div[2]/t=
able[1]/tbody/tr/td[3]";
+// int sportAlbumsCount =3D selenium.getXpathCount("//*[@id=3D'"+ compId =
+ ":childs']/div[2]/table").intValue();
+//
+// selenium.dragAndDropToObject(natureAlbumXpath, sportShelfXpath);
+// waitForAjaxCompletion();
+// assertChildNodesCount(natureAlbumsCount - 1, "//*[@id=3D'"+ compId + "=
:childs']/div[1]/table", "Song is not dragged");
+// assertChildNodesCount(sportAlbumsCount - 1, "//*[@id=3D'"+ compId + ":=
childs']/div[2]/table", "Song is not dropped");
+//
+// selenium.dragAndDropToObject(sportAlbumXpath, natureShelfXpath);
+// waitForAjaxCompletion();
+// assertChildNodesCount(natureAlbumsCount, "//*[@id=3D'"+ compId + ":chi=
lds']/div[1]/table", "Song is not dragged back");
+// assertChildNodesCount(sportAlbumsCount, "//*[@id=3D'"+ compId + ":chil=
ds']/div[2]/table", "Song is not dropped back");
+//
+//
+//// selenium.getXpathCount("//*[@id=3D'treeform:tree']//*[@class=3D'dr-t=
ree-full-width rich-tree-node rich-cm-attached'][last()]/tbody/tr/td[3]");
+// selenium.dragAndDropToObject("//*[@id=3D'mainform:shelves:0:userAlbums=
:0:img']", "//*[@id=3D'treeform:j_id146:childs']");
+//// selenium.dragAndDrop(firstAlbumXPath, sportShelfOnTreeXPath);
+// waitForAjaxCompletion();
+//
+// Assert.assertEquals(selenium.getXpathCount(natuteAlbumsXPath).intValue=
(), 1);
+// }
+//
+}
--===============4508185831057311061==--
From richfaces-svn-commits at lists.jboss.org Mon May 4 11:45:42 2009
Content-Type: multipart/mixed; boundary="===============5038244212668158951=="
MIME-Version: 1.0
From: richfaces-svn-commits at lists.jboss.org
To: richfaces-svn-commits at lists.jboss.org
Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r14008 -
trunk/ui/contextMenu/src/main/java/org/richfaces/component.
Date: Mon, 04 May 2009 11:23:57 -0400
Message-ID:
--===============5038244212668158951==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: Alex.Kolonitsky
Date: 2009-05-04 11:23:57 -0400 (Mon, 04 May 2009)
New Revision: 14008
Modified:
trunk/ui/contextMenu/src/main/java/org/richfaces/component/UIContextMenu=
.java
Log:
ContextMenu: incorrect default value of the disableDefaultMenu attribute.
https://jira.jboss.org/jira/browse/RF-6940
Modified: trunk/ui/contextMenu/src/main/java/org/richfaces/component/UICont=
extMenu.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/contextMenu/src/main/java/org/richfaces/component/UIContextMen=
u.java 2009-05-04 15:14:08 UTC (rev 14007)
+++ trunk/ui/contextMenu/src/main/java/org/richfaces/component/UIContextMen=
u.java 2009-05-04 15:23:57 UTC (rev 14008)
@@ -57,7 +57,7 @@
=
public boolean isDisableDefaultMenu() {
if (this.disableDefaultMenuSet) {
- return ON_CONTEXT_MENU.equalsIgnoreCase(getEvent());
+ return this.disableDefaultMenu;
}
=
ValueExpression ve =3D getValueExpression(DISABLE_DEFAULT_MENU);
@@ -72,7 +72,7 @@
}
}
=
- return this.disableDefaultMenu;
+ return ON_CONTEXT_MENU.equalsIgnoreCase(getEvent());
}
=
public void setDisableDefaultMenu(boolean disableDefault) {
--===============5038244212668158951==--
From richfaces-svn-commits at lists.jboss.org Mon May 4 11:45:43 2009
Content-Type: multipart/mixed; boundary="===============7231492333188892132=="
MIME-Version: 1.0
From: richfaces-svn-commits at lists.jboss.org
To: richfaces-svn-commits at lists.jboss.org
Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r14007 - in tags:
3.3.1.CR2 and 212 other directories.
Date: Mon, 04 May 2009 11:14:09 -0400
Message-ID:
--===============7231492333188892132==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: konstantin.mishin
Date: 2009-05-04 11:14:08 -0400 (Mon, 04 May 2009)
New Revision: 14007
Added:
tags/3.3.1.CR2/
Modified:
tags/3.3.1.CR2/cdk/generator/pom.xml
tags/3.3.1.CR2/cdk/maven-archetype-jsf-component/pom.xml
tags/3.3.1.CR2/cdk/maven-archetype-jsf-component/src/main/resources/arch=
etype-resources/pom.xml
tags/3.3.1.CR2/cdk/maven-archetype-jsfwebapp/pom.xml
tags/3.3.1.CR2/cdk/maven-archetype-jsfwebapp/src/main/resources/archetyp=
e-resources/pom.xml
tags/3.3.1.CR2/cdk/maven-archetype-plug-n-skin/pom.xml
tags/3.3.1.CR2/cdk/maven-archetype-plug-n-skin/src/main/resources/archet=
ype-resources/pom.xml
tags/3.3.1.CR2/cdk/maven-archetype-seam-app/pom.xml
tags/3.3.1.CR2/cdk/maven-archetype-seam-app/src/main/resources/archetype=
-resources/pom.xml
tags/3.3.1.CR2/cdk/maven-archetype-theme/pom.xml
tags/3.3.1.CR2/cdk/maven-archetype-theme/src/main/resources/archetype-re=
sources/pom.xml
tags/3.3.1.CR2/cdk/maven-cdk-plugin/pom.xml
tags/3.3.1.CR2/cdk/maven-javascript-plugin/pom.xml
tags/3.3.1.CR2/cdk/maven-resource-dependency-plugin/pom.xml
tags/3.3.1.CR2/cdk/pom.xml
tags/3.3.1.CR2/docs/cdkguide/en/pom.xml
tags/3.3.1.CR2/docs/cdkguide/pom.xml
tags/3.3.1.CR2/docs/common-resources/en/pom.xml
tags/3.3.1.CR2/docs/common-resources/en/src/main/archetypes/richfaces_ar=
chetype/pom.xml
tags/3.3.1.CR2/docs/common-resources/en/src/main/archetypes/richfaces_ar=
chetype/src/main/resources/archetype-resources/en/pom.xml
tags/3.3.1.CR2/docs/common-resources/en/src/main/archetypes/richfaces_ar=
chetype/src/main/resources/archetype-resources/pom.xml
tags/3.3.1.CR2/docs/common-resources/pom.xml
tags/3.3.1.CR2/docs/faq/en/pom.xml
tags/3.3.1.CR2/docs/faq/pom.xml
tags/3.3.1.CR2/docs/highlight/pom.xml
tags/3.3.1.CR2/docs/migrationguide/en/pom.xml
tags/3.3.1.CR2/docs/migrationguide/pom.xml
tags/3.3.1.CR2/docs/pom.xml
tags/3.3.1.CR2/docs/realworld_app_guide/en/pom.xml
tags/3.3.1.CR2/docs/realworld_app_guide/pom.xml
tags/3.3.1.CR2/docs/userguide/en/pom.xml
tags/3.3.1.CR2/docs/userguide/en/src/main/docbook/modules/RFCGettingStar=
ted.xml
tags/3.3.1.CR2/docs/userguide/en/src/main/docbook/modules/RFCarchitectov=
er.xml
tags/3.3.1.CR2/docs/userguide/pom.xml
tags/3.3.1.CR2/examples/photoalbum/pom.xml
tags/3.3.1.CR2/examples/photoalbum/source/ear/maven-build.xml
tags/3.3.1.CR2/examples/photoalbum/source/pom.xml
tags/3.3.1.CR2/examples/photoalbum/source/web/maven-build.xml
tags/3.3.1.CR2/extensions/gwt/pom.xml
tags/3.3.1.CR2/extensions/pom.xml
tags/3.3.1.CR2/extensions/seam/pom.xml
tags/3.3.1.CR2/extensions/trinidad/pom.xml
tags/3.3.1.CR2/framework/api/pom.xml
tags/3.3.1.CR2/framework/impl/pom.xml
tags/3.3.1.CR2/framework/impl/src/main/java/org/richfaces/VersionBean.ja=
va
tags/3.3.1.CR2/framework/jsf-test/pom.xml
tags/3.3.1.CR2/framework/pom.xml
tags/3.3.1.CR2/framework/test/pom.xml
tags/3.3.1.CR2/pom.xml
tags/3.3.1.CR2/samples/beanValidatorSample/pom.xml
tags/3.3.1.CR2/samples/calendar-sample/pom.xml
tags/3.3.1.CR2/samples/colorPickerDemo/pom.xml
tags/3.3.1.CR2/samples/columnsDemo/pom.xml
tags/3.3.1.CR2/samples/combobox-sample/pom.xml
tags/3.3.1.CR2/samples/contextMenuDemo/pom.xml
tags/3.3.1.CR2/samples/createProject.sh
tags/3.3.1.CR2/samples/darkX/pom.xml
tags/3.3.1.CR2/samples/dataFilterSliderDemo/pom.xml
tags/3.3.1.CR2/samples/dataTableDemo/pom.xml
tags/3.3.1.CR2/samples/datascroller-sample/pom.xml
tags/3.3.1.CR2/samples/dragDropDemo/pom.xml
tags/3.3.1.CR2/samples/dropdownmenu-sample/pom.xml
tags/3.3.1.CR2/samples/editor-sample/pom.xml
tags/3.3.1.CR2/samples/editorSeam-sample/pom.xml
tags/3.3.1.CR2/samples/effect-sample/pom.xml
tags/3.3.1.CR2/samples/extendedDataTable-sample/pom.xml
tags/3.3.1.CR2/samples/fileUploadDemo/pom.xml
tags/3.3.1.CR2/samples/functions-demo/pom.xml
tags/3.3.1.CR2/samples/glassX/pom.xml
tags/3.3.1.CR2/samples/gmap-sample/pom.xml
tags/3.3.1.CR2/samples/hotKey-sample/pom.xml
tags/3.3.1.CR2/samples/inplaceInput-sample/pom.xml
tags/3.3.1.CR2/samples/inplaceSelect-sample/pom.xml
tags/3.3.1.CR2/samples/inputNumberSliderDemo/pom.xml
tags/3.3.1.CR2/samples/inputNumberSpinnerDemo/pom.xml
tags/3.3.1.CR2/samples/jQuery-sample/pom.xml
tags/3.3.1.CR2/samples/jira-data/pom.xml
tags/3.3.1.CR2/samples/laguna/pom.xml
tags/3.3.1.CR2/samples/layout-sample/pom.xml
tags/3.3.1.CR2/samples/listShuttleDemo/pom.xml
tags/3.3.1.CR2/samples/local-value-demo/pom.xml
tags/3.3.1.CR2/samples/modalpanel-sample/pom.xml
tags/3.3.1.CR2/samples/orderingListDemo/pom.xml
tags/3.3.1.CR2/samples/panel-sample/pom.xml
tags/3.3.1.CR2/samples/panelbar-sample/pom.xml
tags/3.3.1.CR2/samples/panelmenu-sample/pom.xml
tags/3.3.1.CR2/samples/pickList-sample/pom.xml
tags/3.3.1.CR2/samples/pom.xml
tags/3.3.1.CR2/samples/progressBarDemo/pom.xml
tags/3.3.1.CR2/samples/queue-sample/pom.xml
tags/3.3.1.CR2/samples/rich-message-demo/pom.xml
tags/3.3.1.CR2/samples/richfaces-art-datatable/pom.xml
tags/3.3.1.CR2/samples/richfaces-demo/pom.xml
tags/3.3.1.CR2/samples/richfaces-ear-demo/ejb/pom.xml
tags/3.3.1.CR2/samples/richfaces-ear-demo/pom.xml
tags/3.3.1.CR2/samples/richfaces-ear-demo/richfacesEAR/pom.xml
tags/3.3.1.CR2/samples/richfaces-ear-demo/webapp/pom.xml
tags/3.3.1.CR2/samples/scrollableDataTableDemo/pom.xml
tags/3.3.1.CR2/samples/seamEAR/ear/pom.xml
tags/3.3.1.CR2/samples/seamEAR/ejbs/pom.xml
tags/3.3.1.CR2/samples/seamEAR/pom.xml
tags/3.3.1.CR2/samples/seamEAR/primary-source/pom.xml
tags/3.3.1.CR2/samples/seamEAR/projects/logging/pom.xml
tags/3.3.1.CR2/samples/seamEAR/projects/pom.xml
tags/3.3.1.CR2/samples/seamEAR/wars/pom.xml
tags/3.3.1.CR2/samples/seamEAR/wars/seamWebapp/pom.xml
tags/3.3.1.CR2/samples/seamIntegration/pom.xml
tags/3.3.1.CR2/samples/separator-sample/pom.xml
tags/3.3.1.CR2/samples/simpleTogglePanel-sample/pom.xml
tags/3.3.1.CR2/samples/skins/pom.xml
tags/3.3.1.CR2/samples/sortingFilteringDemo/pom.xml
tags/3.3.1.CR2/samples/state-sample/pom.xml
tags/3.3.1.CR2/samples/stdcomponents-sample/pom.xml
tags/3.3.1.CR2/samples/suggestionbox-sample/pom.xml
tags/3.3.1.CR2/samples/tabPanelDemo/pom.xml
tags/3.3.1.CR2/samples/themes/pom.xml
tags/3.3.1.CR2/samples/togglePanel-sample/pom.xml
tags/3.3.1.CR2/samples/tomahawkCompability/pom.xml
tags/3.3.1.CR2/samples/toolBarDemo/pom.xml
tags/3.3.1.CR2/samples/tooltip-sample/pom.xml
tags/3.3.1.CR2/samples/tree-demo/pom.xml
tags/3.3.1.CR2/samples/treeModelDemo/pom.xml
tags/3.3.1.CR2/samples/virtualEarth-sample/pom.xml
tags/3.3.1.CR2/sandbox/api/pom.xml
tags/3.3.1.CR2/sandbox/cdk/pom.xml
tags/3.3.1.CR2/sandbox/impl/pom.xml
tags/3.3.1.CR2/sandbox/pom.xml
tags/3.3.1.CR2/sandbox/samples/dialog-window-sample/pom.xml
tags/3.3.1.CR2/sandbox/samples/editorOld-sample/pom.xml
tags/3.3.1.CR2/sandbox/samples/fileUploadPOC/pom.xml
tags/3.3.1.CR2/sandbox/samples/maven-rd-plugin-sample/pom.xml
tags/3.3.1.CR2/sandbox/samples/panel2-sample/pom.xml
tags/3.3.1.CR2/sandbox/samples/pom.xml
tags/3.3.1.CR2/sandbox/samples/rex-demo/pom.xml
tags/3.3.1.CR2/sandbox/samples/simpleTogglePanel2-sample/pom.xml
tags/3.3.1.CR2/sandbox/ui/create.bat
tags/3.3.1.CR2/sandbox/ui/create.sh
tags/3.3.1.CR2/sandbox/ui/dialog-window/pom.xml
tags/3.3.1.CR2/sandbox/ui/editorOld/pom.xml
tags/3.3.1.CR2/sandbox/ui/panel2/pom.xml
tags/3.3.1.CR2/sandbox/ui/pom.xml
tags/3.3.1.CR2/sandbox/ui/rex-button/pom.xml
tags/3.3.1.CR2/sandbox/ui/rex-messageBox/pom.xml
tags/3.3.1.CR2/sandbox/ui/rex-resizable/pom.xml
tags/3.3.1.CR2/sandbox/ui/simpleTogglePanel2/pom.xml
tags/3.3.1.CR2/sandbox/ui/sortableHeader/pom.xml
tags/3.3.1.CR2/sandbox/ui/treeTable/pom.xml
tags/3.3.1.CR2/test-applications/ajaxTest/pom.xml
tags/3.3.1.CR2/test-applications/automator/pom.xml
tags/3.3.1.CR2/test-applications/facelets/pom.xml
tags/3.3.1.CR2/test-applications/jsp/pom.xml
tags/3.3.1.CR2/test-applications/pom.xml
tags/3.3.1.CR2/test-applications/regressionArea/pom.xml
tags/3.3.1.CR2/test-applications/regressionArea/regressionArea-ear/pom.x=
ml
tags/3.3.1.CR2/test-applications/regressionArea/regressionArea-ejb/pom.x=
ml
tags/3.3.1.CR2/test-applications/regressionArea/regressionArea-tests/pom=
.xml
tags/3.3.1.CR2/test-applications/regressionArea/regressionArea-web/pom.x=
ml
tags/3.3.1.CR2/test-applications/richfaces-docs/pom.xml
tags/3.3.1.CR2/test-applications/richfaces-docs/web/pom.xml
tags/3.3.1.CR2/test-applications/seamApp/pom.xml
tags/3.3.1.CR2/test-applications/seleniumTest/pom.xml
tags/3.3.1.CR2/test-applications/seleniumTest/richfaces/pom.xml
tags/3.3.1.CR2/test-applications/seleniumTest/samples/pom.xml
tags/3.3.1.CR2/ui/assembly/pom.xml
tags/3.3.1.CR2/ui/beanValidator/pom.xml
tags/3.3.1.CR2/ui/calendar/pom.xml
tags/3.3.1.CR2/ui/colorPicker/pom.xml
tags/3.3.1.CR2/ui/columns/pom.xml
tags/3.3.1.CR2/ui/combobox/pom.xml
tags/3.3.1.CR2/ui/componentControl/pom.xml
tags/3.3.1.CR2/ui/contextMenu/pom.xml
tags/3.3.1.CR2/ui/core/pom.xml
tags/3.3.1.CR2/ui/create.bat
tags/3.3.1.CR2/ui/dataFilterSlider/pom.xml
tags/3.3.1.CR2/ui/dataTable/pom.xml
tags/3.3.1.CR2/ui/datascroller/pom.xml
tags/3.3.1.CR2/ui/drag-drop/pom.xml
tags/3.3.1.CR2/ui/dropdown-menu/pom.xml
tags/3.3.1.CR2/ui/editor/pom.xml
tags/3.3.1.CR2/ui/effect/pom.xml
tags/3.3.1.CR2/ui/extendedDataTable/pom.xml
tags/3.3.1.CR2/ui/fileUpload/pom.xml
tags/3.3.1.CR2/ui/functions/pom.xml
tags/3.3.1.CR2/ui/gmap/pom.xml
tags/3.3.1.CR2/ui/hotKey/pom.xml
tags/3.3.1.CR2/ui/inplaceInput/pom.xml
tags/3.3.1.CR2/ui/inplaceSelect/pom.xml
tags/3.3.1.CR2/ui/inputnumber-slider/pom.xml
tags/3.3.1.CR2/ui/inputnumber-spinner/pom.xml
tags/3.3.1.CR2/ui/insert/pom.xml
tags/3.3.1.CR2/ui/jQuery/pom.xml
tags/3.3.1.CR2/ui/layout/pom.xml
tags/3.3.1.CR2/ui/listShuttle/pom.xml
tags/3.3.1.CR2/ui/menu-components/pom.xml
tags/3.3.1.CR2/ui/message/pom.xml
tags/3.3.1.CR2/ui/modal-panel/pom.xml
tags/3.3.1.CR2/ui/orderingList/pom.xml
tags/3.3.1.CR2/ui/paint2D/pom.xml
tags/3.3.1.CR2/ui/panel/pom.xml
tags/3.3.1.CR2/ui/panelbar/pom.xml
tags/3.3.1.CR2/ui/panelmenu/pom.xml
tags/3.3.1.CR2/ui/pickList/pom.xml
tags/3.3.1.CR2/ui/pom.xml
tags/3.3.1.CR2/ui/progressBAR/pom.xml
tags/3.3.1.CR2/ui/scrollableDataTable/pom.xml
tags/3.3.1.CR2/ui/separator/pom.xml
tags/3.3.1.CR2/ui/simpleTogglePanel/pom.xml
tags/3.3.1.CR2/ui/spacer/pom.xml
tags/3.3.1.CR2/ui/state/pom.xml
tags/3.3.1.CR2/ui/suggestionbox/pom.xml
tags/3.3.1.CR2/ui/tabPanel/pom.xml
tags/3.3.1.CR2/ui/togglePanel/pom.xml
tags/3.3.1.CR2/ui/toolBar/pom.xml
tags/3.3.1.CR2/ui/tooltip/pom.xml
tags/3.3.1.CR2/ui/tree/pom.xml
tags/3.3.1.CR2/ui/treeModel/pom.xml
tags/3.3.1.CR2/ui/treeTable/pom.xml
tags/3.3.1.CR2/ui/virtualEarth/pom.xml
Log:
create tag for 3.3.1.CR2
Copied: tags/3.3.1.CR2 (from rev 13996, trunk)
Modified: tags/3.3.1.CR2/cdk/generator/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/cdk/generator/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/cdk/generator/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -1,93 +1,93 @@
-
-
-
- cdk
- org.richfaces
- 3.3.1-SNAPSHOT
-
- 4.0.0
- org.richfaces.cdk
- generator
- 3.3.1-SNAPSHOT
- Java Server Faces component generator
-
-
-
- maven-compiler-plugin
- true
-
- 1.5
- 1.5
-
-
-
-
-
-
- junit
- junit
- 3.8.1
- test
-
-
- ant
- ant
- 1.6.5
-
-
- velocity
- velocity-dep
- 1.4
-
-
- commons-beanutils
- commons-beanutils
- 1.6
-
-
- commons-digester
- commons-digester
- 1.5
-
-
- javax.faces
- jsf-api
- 1.2_12
-
-
- javax.servlet.jsp
- jsp-api
- 2.1
-
-
- javax.el
- el-api
- 1.0
-
-
- el-impl
- el-impl
- 1.0
-
-
- qdox
- qdox
- 1.6
-
-
- cglib
- cglib
- 2.1_3
-
-
- wutka
- dtdparser
- 1.21
-
-
- xerces
- xercesImpl
- 2.8.1
-
-
+
+
+
+ cdk
+ org.richfaces
+ 3.3.1.CR2
+
+ 4.0.0
+ org.richfaces.cdk
+ generator
+ 3.3.1.CR2
+ Java Server Faces component generator
+
+
+
+ maven-compiler-plugin
+ true
+
+ 1.5
+ 1.5
+
+
+
+
+
+
+ junit
+ junit
+ 3.8.1
+ test
+
+
+ ant
+ ant
+ 1.6.5
+
+
+ velocity
+ velocity-dep
+ 1.4
+
+
+ commons-beanutils
+ commons-beanutils
+ 1.6
+
+
+ commons-digester
+ commons-digester
+ 1.5
+
+
+ javax.faces
+ jsf-api
+ 1.2_12
+
+
+ javax.servlet.jsp
+ jsp-api
+ 2.1
+
+
+ javax.el
+ el-api
+ 1.0
+
+
+ el-impl
+ el-impl
+ 1.0
+
+
+ qdox
+ qdox
+ 1.6
+
+
+ cglib
+ cglib
+ 2.1_3
+
+
+ wutka
+ dtdparser
+ 1.21
+
+
+ xerces
+ xercesImpl
+ 2.8.1
+
+
\ No newline at end of file
Modified: tags/3.3.1.CR2/cdk/maven-archetype-jsf-component/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/cdk/maven-archetype-jsf-component/pom.xml 2009-05-04 08:26:24 UTC=
(rev 13996)
+++ tags/3.3.1.CR2/cdk/maven-archetype-jsf-component/pom.xml 2009-05-04 15:=
14:08 UTC (rev 14007)
@@ -2,11 +2,11 @@
cdk
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.cdk
maven-archetype-jsf-component
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
Archetype - maven-archetype-jsf-component
\ No newline at end of file
Modified: tags/3.3.1.CR2/cdk/maven-archetype-jsf-component/src/main/resourc=
es/archetype-resources/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/cdk/maven-archetype-jsf-component/src/main/resources/archetype-re=
sources/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/cdk/maven-archetype-jsf-component/src/main/resources/arc=
hetype-resources/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -11,7 +11,7 @@
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
${groupId}
@@ -41,7 +41,7 @@
org.richfaces.framework
richfaces-impl
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
Modified: tags/3.3.1.CR2/cdk/maven-archetype-jsfwebapp/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/cdk/maven-archetype-jsfwebapp/pom.xml 2009-05-04 08:26:24 UTC (re=
v 13996)
+++ tags/3.3.1.CR2/cdk/maven-archetype-jsfwebapp/pom.xml 2009-05-04 15:14:0=
8 UTC (rev 14007)
@@ -2,11 +2,11 @@
cdk
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.cdk
maven-archetype-jsfwebapp
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
Archetype for jsf webapp project
\ No newline at end of file
Modified: tags/3.3.1.CR2/cdk/maven-archetype-jsfwebapp/src/main/resources/a=
rchetype-resources/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/cdk/maven-archetype-jsfwebapp/src/main/resources/archetype-resour=
ces/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/cdk/maven-archetype-jsfwebapp/src/main/resources/archety=
pe-resources/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -30,7 +30,7 @@
org.richfaces.ui
richfaces-ui
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
Modified: tags/3.3.1.CR2/cdk/maven-archetype-plug-n-skin/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/cdk/maven-archetype-plug-n-skin/pom.xml 2009-05-04 08:26:24 UTC (=
rev 13996)
+++ tags/3.3.1.CR2/cdk/maven-archetype-plug-n-skin/pom.xml 2009-05-04 15:14=
:08 UTC (rev 14007)
@@ -2,12 +2,12 @@
cdk
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.cdk
maven-archetype-plug-n-skin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
Archetype - maven-archetype-plug-n-skin
=
=
Modified: tags/3.3.1.CR2/cdk/maven-archetype-plug-n-skin/src/main/resources=
/archetype-resources/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/cdk/maven-archetype-plug-n-skin/src/main/resources/archetype-reso=
urces/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/cdk/maven-archetype-plug-n-skin/src/main/resources/arche=
type-resources/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -10,7 +10,7 @@
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
@@ -34,7 +34,7 @@
org.richfaces.framework
richfaces-impl
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
junit
Modified: tags/3.3.1.CR2/cdk/maven-archetype-seam-app/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/cdk/maven-archetype-seam-app/pom.xml 2009-05-04 08:26:24 UTC (rev=
13996)
+++ tags/3.3.1.CR2/cdk/maven-archetype-seam-app/pom.xml 2009-05-04 15:14:08=
UTC (rev 14007)
@@ -2,11 +2,11 @@
cdk
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.cdk
maven-archetype-seam-app
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
Archetype - maven-archetype-seam-app
\ No newline at end of file
Modified: tags/3.3.1.CR2/cdk/maven-archetype-seam-app/src/main/resources/ar=
chetype-resources/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/cdk/maven-archetype-seam-app/src/main/resources/archetype-resourc=
es/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/cdk/maven-archetype-seam-app/src/main/resources/archetyp=
e-resources/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -8,7 +8,7 @@
sample application
${artifactId}
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
2.0.1.GA
http://downloads.sourceforge.net/jboss/jboss-4.2.3.GA.=
zip
jboss-4.2.3.GA/jboss-4.2.3.GA/server/default/
Modified: tags/3.3.1.CR2/cdk/maven-archetype-theme/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/cdk/maven-archetype-theme/pom.xml 2009-05-04 08:26:24 UTC (rev 13=
996)
+++ tags/3.3.1.CR2/cdk/maven-archetype-theme/pom.xml 2009-05-04 15:14:08 UT=
C (rev 14007)
@@ -1,30 +1,30 @@
-
-
-
- cdk
- org.richfaces
- 3.3.1-SNAPSHOT
-
- 4.0.0
- org.richfaces.cdk
- maven-archetype-theme
- 3.3.1-SNAPSHOT
- maven-archetype
- maven-archetype-theme
-
-
-
- org.apache.maven.archetype
- archetype-packaging
- 2.0-alpha-4
-
-
-
-
- maven-archetype-plugin
- 2.0-alpha-4
- true
-
-
-
-
+
+
+
+ cdk
+ org.richfaces
+ 3.3.1.CR2
+
+ 4.0.0
+ org.richfaces.cdk
+ maven-archetype-theme
+ 3.3.1.CR2
+ maven-archetype
+ maven-archetype-theme
+
+
+
+ org.apache.maven.archetype
+ archetype-packaging
+ 2.0-alpha-4
+
+
+
+
+ maven-archetype-plugin
+ 2.0-alpha-4
+ true
+
+
+
+
Modified: tags/3.3.1.CR2/cdk/maven-archetype-theme/src/main/resources/arche=
type-resources/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/cdk/maven-archetype-theme/src/main/resources/archetype-resources/=
pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/cdk/maven-archetype-theme/src/main/resources/archetype-r=
esources/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -10,7 +10,7 @@
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
@@ -41,12 +41,12 @@
org.richfaces.ui
richfaces-ui
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.framework
richfaces-impl
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
=
Modified: tags/3.3.1.CR2/cdk/maven-cdk-plugin/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/cdk/maven-cdk-plugin/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/cdk/maven-cdk-plugin/pom.xml 2009-05-04 15:14:08 UTC (re=
v 14007)
@@ -2,12 +2,12 @@
cdk
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
maven-plugin
Maven plugin for JSF components code generation
@@ -55,7 +55,7 @@
org.richfaces.cdk
generator
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
Modified: tags/3.3.1.CR2/cdk/maven-javascript-plugin/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/cdk/maven-javascript-plugin/pom.xml 2009-05-04 08:26:24 UTC (rev =
13996)
+++ tags/3.3.1.CR2/cdk/maven-javascript-plugin/pom.xml 2009-05-04 15:14:08 =
UTC (rev 14007)
@@ -4,7 +4,7 @@
cdk
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.cdk
maven-javascript-plugin
Modified: tags/3.3.1.CR2/cdk/maven-resource-dependency-plugin/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/cdk/maven-resource-dependency-plugin/pom.xml 2009-05-04 08:26:24 =
UTC (rev 13996)
+++ tags/3.3.1.CR2/cdk/maven-resource-dependency-plugin/pom.xml 2009-05-04 =
15:14:08 UTC (rev 14007)
@@ -1,47 +1,46 @@
-
-
- cdk
- org.richfaces
- 3.3.1-SNAPSHOT
-
- =
- 4.0.0
- =
- org.richfaces.cdk
- =
- maven-resource-dependency-plugin
- maven-plugin
- 3.3.1-SNAPSHOT
- maven-resource-dependency-plugin
- =
- =
-
-
-
- junit
- junit
- 3.8.1
- test
-
-
-
- commons-vfs
- commons-vfs
- 1.0
-
-
- =
- commons-digester
- commons-digester
- 2.0
-
-
-
- org.richfaces.cdk
- maven-cdk-plugin
- 3.3.1-SNAPSHOT
-
- =
-
-
+
+
+ cdk
+ org.richfaces
+ 3.3.1.CR2
+
+ =
+ 4.0.0
+ =
+ org.richfaces.cdk
+ =
+ maven-resource-dependency-plugin
+ maven-plugin
+ 3.3.1.CR2
+ maven-resource-dependency-plugin
+ =
+ =
+
+
+
+ junit
+ junit
+ 3.8.1
+ test
+
+
+
+ commons-vfs
+ commons-vfs
+ 1.0
+
+
+ =
+ commons-digester
+ commons-digester
+ 2.0
+
+
+
+ org.richfaces.cdk
+ maven-cdk-plugin
+ 3.3.1.CR2
+
+ =
+
+
Modified: tags/3.3.1.CR2/cdk/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/cdk/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/cdk/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,12 +2,12 @@
root
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces
cdk
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
pom
JSF Components Development kit
Modified: tags/3.3.1.CR2/docs/cdkguide/en/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/docs/cdkguide/en/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/docs/cdkguide/en/pom.xml 2009-05-04 15:14:08 UTC (rev 14=
007)
@@ -5,12 +5,12 @@
org.richfaces.docs
cdkguide
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
../pom.xml
org.richfaces.docs.cdkguide
${translation}
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
jar
Richfaces CDK Developer Guide (${translation})
=
Modified: tags/3.3.1.CR2/docs/cdkguide/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/docs/cdkguide/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/docs/cdkguide/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,13 +2,13 @@
docs
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.docs
cdkguide
pom
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
cdkguide
Richfaces CDK Developer Guide
@@ -119,11 +119,11 @@
org.apache.xmlgraphics
fop
0.95
-
-
- org.apache.servicemix.bundles
- org.apache.servicemix.bundles.saxon
- 9.1.0.1_1
+
+
+ org.apache.servicemix.bundles
+ org.apache.servicemix.bundles.saxon
+ 9.1.0.1_1
=
@@ -234,4 +234,4 @@
en
=
-
+
Modified: tags/3.3.1.CR2/docs/common-resources/en/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/docs/common-resources/en/pom.xml 2009-05-04 08:26:24 UTC (rev 139=
96)
+++ tags/3.3.1.CR2/docs/common-resources/en/pom.xml 2009-05-04 15:14:08 UTC=
(rev 14007)
@@ -2,12 +2,12 @@
common-resources
org.richfaces.docs
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.docs.common-resources
en
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
jar
Documentation common resources (en)
@@ -17,7 +17,7 @@
org.richfaces.docs
highlight
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
Modified: tags/3.3.1.CR2/docs/common-resources/en/src/main/archetypes/richf=
aces_archetype/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/docs/common-resources/en/src/main/archetypes/richfaces_archetype/=
pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/docs/common-resources/en/src/main/archetypes/richfaces_a=
rchetype/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -4,7 +4,7 @@
richfacesguide-archetype
maven-archetype
richfacesguide-archetype
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
Modified: tags/3.3.1.CR2/docs/common-resources/en/src/main/archetypes/richf=
aces_archetype/src/main/resources/archetype-resources/en/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/docs/common-resources/en/src/main/archetypes/richfaces_archetype/=
src/main/resources/archetype-resources/en/pom.xml 2009-05-04 08:26:24 UTC (=
rev 13996)
+++ tags/3.3.1.CR2/docs/common-resources/en/src/main/archetypes/richfaces_a=
rchetype/src/main/resources/archetype-resources/en/pom.xml 2009-05-04 15:14=
:08 UTC (rev 14007)
@@ -5,12 +5,12 @@
org.richfaces.docs
richfacesguide
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
../pom.xml
org.richfaces.docs.richfacesguide
${translation}
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
jar
Richfaces Guide Template
=
Modified: tags/3.3.1.CR2/docs/common-resources/en/src/main/archetypes/richf=
aces_archetype/src/main/resources/archetype-resources/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/docs/common-resources/en/src/main/archetypes/richfaces_archetype/=
src/main/resources/archetype-resources/pom.xml 2009-05-04 08:26:24 UTC (rev=
13996)
+++ tags/3.3.1.CR2/docs/common-resources/en/src/main/archetypes/richfaces_a=
rchetype/src/main/resources/archetype-resources/pom.xml 2009-05-04 15:14:08=
UTC (rev 14007)
@@ -2,13 +2,13 @@
docs
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.docs
richfacesguide
pom
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
richfacesguide
Richfaces Guide Template
Modified: tags/3.3.1.CR2/docs/common-resources/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/docs/common-resources/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/docs/common-resources/pom.xml 2009-05-04 15:14:08 UTC (r=
ev 14007)
@@ -2,12 +2,12 @@
docs
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.docs
common-resources
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
pom
Documentation common resources
Common resources
Modified: tags/3.3.1.CR2/docs/faq/en/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/docs/faq/en/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/docs/faq/en/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -5,12 +5,12 @@
org.richfaces.docs
faq
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
../pom.xml
org.richfaces.docs.faq
${translation}
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
jar
Richfaces Manual (${translation})
=
@@ -52,4 +52,4 @@
-->
-
+
Modified: tags/3.3.1.CR2/docs/faq/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/docs/faq/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/docs/faq/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,13 +2,13 @@
docs
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.docs
faq
pom
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
FAQ
Frequently asked questions
Modified: tags/3.3.1.CR2/docs/realworld_app_guide/en/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/docs/realworld_app_guide/en/pom.xml 2009-05-04 08:26:24 UTC (rev =
13996)
+++ tags/3.3.1.CR2/docs/realworld_app_guide/en/pom.xml 2009-05-04 15:14:08 =
UTC (rev 14007)
@@ -5,12 +5,12 @@
org.richfaces.docs
realworld
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
../pom.xml
org.richfaces.docs.realworld
${translation}
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
jar
RichFaces Realworld application Guide (${translation})
=
Modified: tags/3.3.1.CR2/docs/realworld_app_guide/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/docs/realworld_app_guide/pom.xml 2009-05-04 08:26:24 UTC (rev 139=
96)
+++ tags/3.3.1.CR2/docs/realworld_app_guide/pom.xml 2009-05-04 15:14:08 UTC=
(rev 14007)
@@ -1,16 +1,14 @@
-
+
docs
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.docs
realworld
pom
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
RichFaces Realworld application Guide
RichFaces Migration Guide from 3.1.* to 3.2.0 version
@@ -186,4 +184,4 @@
en
=
-
+
Modified: tags/3.3.1.CR2/docs/userguide/en/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/docs/userguide/en/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/docs/userguide/en/pom.xml 2009-05-04 15:14:08 UTC (rev 1=
4007)
@@ -5,12 +5,12 @@
org.richfaces.docs
userguide
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
../pom.xml
org.richfaces.docs.userguide
${translation}
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
jar
Richfaces Manual (${translation})
=
Modified: tags/3.3.1.CR2/docs/userguide/en/src/main/docbook/modules/RFCGett=
ingStarted.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml =
2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/docs/userguide/en/src/main/docbook/modules/RFCGettingSta=
rted.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -327,7 +327,7 @@
=
Now you have everything to create the project u=
sing the "maven-archetype-jsfwebapp" archetype. Create a folder t=
hat will house your project and run the this command in it:
=
=
=
@@ -453,17 +453,17 @@
org.richfaces.framework
richfaces-api
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.framework
richfaces-impl
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.ui
richfaces-ui
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
...]]> =
Modified: tags/3.3.1.CR2/docs/userguide/en/src/main/docbook/modules/RFCarch=
itectover.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml 2=
009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/docs/userguide/en/src/main/docbook/modules/RFCarchitecto=
ver.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -3238,7 +3238,7 @@
archetypeVersion
indicates the RichFaces version. For e=
xample,
- "3.3.1-SNAPSHOT"
+ "3.3.1.CR2"
@@ -3482,7 +3482,7 @@
mvn archetype:create
-DarchetypeGroupId=3Dorg.richfaces.cdk
-DarchetypeArtifactId=3Dmaven-archetype-plug-n-skin
--DarchetypeVersion=3D3.3.1-SNAPSHOT
+-DarchetypeVersion=3D3.3.1.CR2
-DartifactId=3DP-n-S
-DgroupId=3DGROUPID
-Dversion=3D1.0.-SNAPSHOT
Modified: tags/3.3.1.CR2/docs/userguide/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/docs/userguide/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/docs/userguide/pom.xml 2009-05-04 15:14:08 UTC (rev 1400=
7)
@@ -2,13 +2,13 @@
docs
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.docs
userguide
pom
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
User guide
RichFaces user guide
Modified: tags/3.3.1.CR2/examples/photoalbum/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/examples/photoalbum/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/examples/photoalbum/pom.xml 2009-05-04 15:14:08 UTC (rev=
14007)
@@ -14,7 +14,7 @@
=
photoalbum
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
2.1.1.GA
1.1.15.B1
${project.basedir}/target/installs/jboss-4.2.3.GA/jboss-4.2.3=
.GA
Modified: tags/3.3.1.CR2/examples/photoalbum/source/ear/maven-build.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/examples/photoalbum/source/ear/maven-build.xml 2009-05-04 08:26:2=
4 UTC (rev 13996)
+++ tags/3.3.1.CR2/examples/photoalbum/source/ear/maven-build.xml 2009-05-0=
4 15:14:08 UTC (rev 14007)
@@ -45,7 +45,7 @@
=
-
+
@@ -56,7 +56,7 @@
-
+
@@ -144,7 +144,7 @@
-
@@ -179,21 +179,21 @@
description=3D"Download all dependencies" =
unless=3D"maven.mode.offline">
-
-
+
-
-
-
Modified: tags/3.3.1.CR2/examples/photoalbum/source/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/examples/photoalbum/source/pom.xml 2009-05-04 08:26:24 UTC (rev 1=
3996)
+++ tags/3.3.1.CR2/examples/photoalbum/source/pom.xml 2009-05-04 15:14:08 U=
TC (rev 14007)
@@ -14,7 +14,7 @@
=
photoalbum
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
2.1.1.GA
1.1.15.B1
${project.basedir}/target/installs/jboss-4.2.3.GA/jboss-4.2.3=
.GA
Modified: tags/3.3.1.CR2/examples/photoalbum/source/web/maven-build.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/examples/photoalbum/source/web/maven-build.xml 2009-05-04 08:26:2=
4 UTC (rev 13996)
+++ tags/3.3.1.CR2/examples/photoalbum/source/web/maven-build.xml 2009-05-0=
4 15:14:08 UTC (rev 14007)
@@ -71,11 +71,11 @@
-
+
-
-
+
+
@@ -107,11 +107,11 @@
-
+
-
-
+
+
@@ -249,9 +249,9 @@
todir=3D"${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib=
"/>
-
-
-
-
+
-
-
-
@@ -762,38 +762,38 @@
dest=3D"${maven.repo.local}/commons-beanutils/commons-beanutils/1=
.7.0/commons-beanutils-1.7.0.jar" =
usetimestamp=3D"false" =
ignoreerrors=3D"true"/>
-
-
+
-
-
-
-
-
+
-
-
-
Modified: tags/3.3.1.CR2/extensions/gwt/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/extensions/gwt/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/extensions/gwt/pom.xml 2009-05-04 15:14:08 UTC (rev 1400=
7)
@@ -3,7 +3,7 @@
extensions
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces
@@ -99,7 +99,7 @@
org.richfaces.framework
richfaces-impl
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
com.sun.facelets
Modified: tags/3.3.1.CR2/extensions/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/extensions/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/extensions/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,12 +2,12 @@
root
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces
extensions
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
Richfaces extensions for a different environments
pom
Modified: tags/3.3.1.CR2/extensions/seam/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/extensions/seam/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/extensions/seam/pom.xml 2009-05-04 15:14:08 UTC (rev 140=
07)
@@ -35,7 +35,7 @@
org.richfaces
ajax4jsf
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
jboss
Modified: tags/3.3.1.CR2/extensions/trinidad/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/extensions/trinidad/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/extensions/trinidad/pom.xml 2009-05-04 15:14:08 UTC (rev=
14007)
@@ -35,7 +35,7 @@
org.richfaces
ajax4jsf
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.apache.myfaces.trinidad
Modified: tags/3.3.1.CR2/framework/api/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/framework/api/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/framework/api/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,13 +2,13 @@
framework
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.framework
richfaces-api
Java Server Faces AJAX framework API
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
commons-collections
Modified: tags/3.3.1.CR2/framework/impl/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/framework/impl/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/framework/impl/pom.xml 2009-05-04 15:14:08 UTC (rev 1400=
7)
@@ -1,15 +1,14 @@
-
+
framework
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.framework
richfaces-impl
Java Server Faces AJAX framework implementation
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
@@ -161,7 +160,7 @@
org.richfaces.framework
richfaces-api
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
\ No newline at end of file
Modified: tags/3.3.1.CR2/framework/impl/src/main/java/org/richfaces/Version=
Bean.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/framework/impl/src/main/java/org/richfaces/VersionBean.java 2009-=
05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/framework/impl/src/main/java/org/richfaces/VersionBean.j=
ava 2009-05-04 15:14:08 UTC (rev 14007)
@@ -37,7 +37,7 @@
* Revision version, must be auto modified by CVS =
*/
=
- public static final String REVISION =3D "1-SNAPSHOT" ;
+ public static final String REVISION =3D "1.CR2" ;
public static final String SCM_REVISION =3D " SVN $Revision$ $Date$";//$R=
evision$ $Date$";
public static final Version _version =3D new Version();
=
Modified: tags/3.3.1.CR2/framework/jsf-test/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/framework/jsf-test/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/framework/jsf-test/pom.xml 2009-05-04 15:14:08 UTC (rev =
14007)
@@ -1,135 +1,134 @@
-
-
-
- framework
- org.richfaces
- 3.3.1-SNAPSHOT
-
- 4.0.0
- org.richfaces.framework
- jsf-test
- jsf-test
- 3.3.1-SNAPSHOT
-
-
- junit
- junit
- 4.5
-
-
- net.sourceforge.htmlunit
- htmlunit
- 2.4
-
-
- javax.faces
- jsf-impl
- 1.2_12
- provided
-
-
- el-impl
- el-impl
- 1.0
-
-
- commons-httpclient
- commons-httpclient
- 3.1
-
-
- net.sourceforge.htmlunit
- htmlunit-core-js
- 2.4
-
-
- net.sourceforge.cssparser
- cssparser
- 0.9.5
-
-
- commons-io
- commons-io
- 1.4
-
-
- commons-lang
- commons-lang
- 2.4
-
-
- commons-collections
- commons-collections
- 3.2.1
-
-
- net.sourceforge.nekohtml
- nekohtml
- 1.9.11
-
-
- xml-apis
- xml-apis
-
-
-
-
-
- javax.el
- el-api
- 1.0
-
-
- javax.servlet
- servlet-api
- 2.5
-
-
- javax.servlet.jsp
- jsp-api
- 2.1
-
-
- jstl
- jstl
- 1.2
-
-
- javax.faces
- jsf-api
- 1.2_12
- provided
-
-
- javax.annotation
- jsr250-api
- 1.0
-
-
- xalan
- xalan
- 2.7.1
-
-
- xml-apis
- xml-apis
-
-
-
-
- de.berlios.jsunit
- jsunit
- 1.3
-
-
- rhino
- js
-
-
-
-
+
+
+
+ framework
+ org.richfaces
+ 3.3.1.CR2
+
+ 4.0.0
+ org.richfaces.framework
+ jsf-test
+ jsf-test
+ 3.3.1.CR2
+
+
+ junit
+ junit
+ 4.5
+
+
+ net.sourceforge.htmlunit
+ htmlunit
+ 2.4
+
+
+ javax.faces
+ jsf-impl
+ 1.2_12
+ provided
+
+
+ el-impl
+ el-impl
+ 1.0
+
+
+ commons-httpclient
+ commons-httpclient
+ 3.1
+
+
+ net.sourceforge.htmlunit
+ htmlunit-core-js
+ 2.4
+
+
+ net.sourceforge.cssparser
+ cssparser
+ 0.9.5
+
+
+ commons-io
+ commons-io
+ 1.4
+
+
+ commons-lang
+ commons-lang
+ 2.4
+
+
+ commons-collections
+ commons-collections
+ 3.2.1
+
+
+ net.sourceforge.nekohtml
+ nekohtml
+ 1.9.11
+
+
+ xml-apis
+ xml-apis
+
+
+
+
+
+ javax.el
+ el-api
+ 1.0
+
+
+ javax.servlet
+ servlet-api
+ 2.5
+
+
+ javax.servlet.jsp
+ jsp-api
+ 2.1
+
+
+ jstl
+ jstl
+ 1.2
+
+
+ javax.faces
+ jsf-api
+ 1.2_12
+ provided
+
+
+ javax.annotation
+ jsr250-api
+ 1.0
+
+
+ xalan
+ xalan
+ 2.7.1
+
+
+ xml-apis
+ xml-apis
+
+
+
+
+ de.berlios.jsunit
+ jsunit
+ 1.3
+
+
+ rhino
+ js
+
+
+
+
\ No newline at end of file
Modified: tags/3.3.1.CR2/framework/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/framework/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/framework/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,12 +2,12 @@
root
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces
framework
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
pom
Java Server Faces AJAX framework
Modified: tags/3.3.1.CR2/framework/test/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/framework/test/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/framework/test/pom.xml 2009-05-04 15:14:08 UTC (rev 1400=
7)
@@ -2,12 +2,12 @@
framework
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.framework
richfaces-test
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
Ajax4Jsf test framework
https://ajax4jsf.dev.java.net
@@ -42,7 +42,7 @@
org.richfaces.framework
richfaces-impl
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
javax.faces
Modified: tags/3.3.1.CR2/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -4,7 +4,7 @@
root
pom
Jboss RichFaces project
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
http://labs.jboss.com/jbossrichfaces
@@ -217,9 +217,9 @@
- scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk
- scm:svn:https://svn.jboss.org/repos/richfaces/trunk=
- https://svn.jboss.org/repos/richfaces/trunk
+ scm:svn:https://svn.jboss.org/repos/richfaces/tags/3.3.1.CR2=
+ scm:svn:https://svn.jboss.org/repos/richfaces/branc=
hes/3.3.1.CR2
+ https://svn.jboss.org/repos/richfaces/branches/3.3.1.CR2
@@ -242,9 +242,9 @@
.settings/org.eclipse.jdt.ui.prefs
- /**\r\n * $${tags}\=
r\n * <br /><br />\r\n * \r\n * Created $${date}\r\n * @author =
$${user}\r\n * @since ${project.artifact.selectedVersion.majorVersion}.${pr=
oject.artifact.selectedVersion.minorVersion}\r\n */\r\n /**\=
r\n * License Agreement.\r\n *\r\n * JBoss RichFaces - Ajax4jsf Component =
Library\r\n *\r\n * Copyright (C) 2007 Exadel, Inc.\r\n *\r\n * This libra=
ry is free software; you can redistribute it and/o!
r\r\n * modify it under the terms of the GNU Lesser General Public\r\n * L=
icense version 2.1 as published by the Free Software Foundation.\r\n *\r\n =
* This library is distributed in the hope that it will be useful,\r\n * but=
WITHOUT ANY WARRANTY; without even the implied warranty of\r\n * MERCHANTA=
BILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\r\n * Lesser Gener=
al Public License for more details.\r\n *\r\n * You should have received a =
copy of the GNU Lesser General Public\r\n * License along with this library=
; if not, write to the Free Software\r\n * Foundation, Inc., 51 Franklin St=
reet, Fifth Floor, Boston, MA 02110-1301 USA\r\n */\r\n
+ /**\r\n * $${tags}\=
r\n * <br /><br />\r\n * \r\n * Created $${date}\r\n * @author =
$${user}\r\n * @since ${project.artifact.selectedVersion.majorVersion}.${pr=
oject.artifact.selectedVersion.minorVersion}\r\n */\r\n /**\=
r\n * License Agreement.\r\n *\r\n * JBoss RichFaces - Ajax4jsf Component =
Library\r\n *\r\n * Copyright (C) 2007 Exadel, Inc.\r\n *\r\n * This libra=
ry is free software; you can redistribute it and/o!
r\r\n * modify it under the terms of the GNU Lesser General Public\r\n * L=
icense version 2.1 as published by the Free Software Foundation.\r\n *\r\n =
* This library is distributed in the hope that it will be useful,\r\n * but=
WITHOUT ANY WARRANTY; without even the implied warranty of\r\n * MERCHANTA=
BILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\r\n * Lesser Gener=
al Public License for more details.\r\n *\r\n * You should have received a =
copy of the GNU Lesser General Public\r\n * License along with this library=
; if not, write to the Free Software\r\n * Foundation, Inc., 51 Franklin St=
reet, Fifth Floor, Boston, MA 02110-1301 USA\r\n */\r\n
]]>
Modified: tags/3.3.1.CR2/samples/beanValidatorSample/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/beanValidatorSample/pom.xml 2009-05-04 08:26:24 UTC (rev =
13996)
+++ tags/3.3.1.CR2/samples/beanValidatorSample/pom.xml 2009-05-04 15:14:08 =
UTC (rev 14007)
@@ -3,14 +3,14 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
beanValidatorSample
war
beanValidatorSample Maven Webapp
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
richfaces-validator
@@ -52,7 +52,7 @@
org.hibernate
@@ -75,7 +75,7 @@
org.richfaces.ui
richfaces-ui
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
com.uwyn
Modified: tags/3.3.1.CR2/samples/calendar-sample/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/calendar-sample/pom.xml 2009-05-04 08:26:24 UTC (rev 1399=
6)
+++ tags/3.3.1.CR2/samples/calendar-sample/pom.xml 2009-05-04 15:14:08 UTC =
(rev 14007)
@@ -3,7 +3,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
Modified: tags/3.3.1.CR2/samples/colorPickerDemo/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/colorPickerDemo/pom.xml 2009-05-04 08:26:24 UTC (rev 1399=
6)
+++ tags/3.3.1.CR2/samples/colorPickerDemo/pom.xml 2009-05-04 15:14:08 UTC =
(rev 14007)
@@ -3,7 +3,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
@@ -35,7 +35,7 @@
org.richfaces.framework
richfaces-impl
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.samples
@@ -46,17 +46,17 @@
org.richfaces.ui
core
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.ui
dataTable
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.ui
colorPicker
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
Modified: tags/3.3.1.CR2/samples/columnsDemo/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/columnsDemo/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/columnsDemo/pom.xml 2009-05-04 15:14:08 UTC (rev=
14007)
@@ -2,7 +2,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
Modified: tags/3.3.1.CR2/samples/combobox-sample/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/combobox-sample/pom.xml 2009-05-04 08:26:24 UTC (rev 1399=
6)
+++ tags/3.3.1.CR2/samples/combobox-sample/pom.xml 2009-05-04 15:14:08 UTC =
(rev 14007)
@@ -2,7 +2,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
Modified: tags/3.3.1.CR2/samples/contextMenuDemo/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/contextMenuDemo/pom.xml 2009-05-04 08:26:24 UTC (rev 1399=
6)
+++ tags/3.3.1.CR2/samples/contextMenuDemo/pom.xml 2009-05-04 15:14:08 UTC =
(rev 14007)
@@ -2,7 +2,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
Modified: tags/3.3.1.CR2/samples/createProject.sh
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/createProject.sh 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/createProject.sh 2009-05-04 15:14:08 UTC (rev 14=
007)
@@ -1,3 +1,3 @@
#!/bin/sh
mvn archetype:create -DarchetypeGroupId=3Dorg.richfaces.cdk -DarchetypeArt=
ifactId=3Dmaven-archetype-jsfwebapp \
- -DarchetypeVersion=3D3.3.1-SNAPSHOT -Dversion=3D3.3.1-SNAPSHOT -D=
groupId=3Dorg.richfaces.samples -DartifactId=3D$1
+ -DarchetypeVersion=3D3.3.1.CR2 -Dversion=3D3.3.1.CR2 -DgroupId=3D=
org.richfaces.samples -DartifactId=3D$1
Modified: tags/3.3.1.CR2/samples/darkX/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/darkX/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/darkX/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -1,48 +1,48 @@
-
-
- samples
- org.richfaces
- 3.3.1-SNAPSHOT
-
- 4.0.0
- org.richfaces.samples
- darkX
- darkX
-
-
-
- org.richfaces.cdk
- maven-cdk-plugin
- 3.3.1-SNAPSHOT
-
-
- generate-sources
-
- generate
-
-
-
-
-
- maven-compiler-plugin
-
- 1.5
- 1.5
-
-
-
-
-
-
- org.richfaces.framework
- richfaces-impl
- 3.3.1-SNAPSHOT
-
-
- junit
- junit
- 3.8.1
- test
-
-
+
+
+ samples
+ org.richfaces
+ 3.3.1.CR2
+
+ 4.0.0
+ org.richfaces.samples
+ darkX
+ darkX
+
+
+
+ org.richfaces.cdk
+ maven-cdk-plugin
+ 3.3.1.CR2
+
+
+ generate-sources
+
+ generate
+
+
+
+
+
+ maven-compiler-plugin
+
+ 1.5
+ 1.5
+
+
+
+
+
+
+ org.richfaces.framework
+ richfaces-impl
+ 3.3.1.CR2
+
+
+ junit
+ junit
+ 3.8.1
+ test
+
+
\ No newline at end of file
Modified: tags/3.3.1.CR2/samples/dataFilterSliderDemo/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/dataFilterSliderDemo/pom.xml 2009-05-04 08:26:24 UTC (rev=
13996)
+++ tags/3.3.1.CR2/samples/dataFilterSliderDemo/pom.xml 2009-05-04 15:14:08=
UTC (rev 14007)
@@ -2,7 +2,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
Modified: tags/3.3.1.CR2/samples/dataTableDemo/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/dataTableDemo/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/dataTableDemo/pom.xml 2009-05-04 15:14:08 UTC (r=
ev 14007)
@@ -2,7 +2,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
Modified: tags/3.3.1.CR2/samples/datascroller-sample/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/datascroller-sample/pom.xml 2009-05-04 08:26:24 UTC (rev =
13996)
+++ tags/3.3.1.CR2/samples/datascroller-sample/pom.xml 2009-05-04 15:14:08 =
UTC (rev 14007)
@@ -2,7 +2,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
Modified: tags/3.3.1.CR2/samples/dragDropDemo/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/dragDropDemo/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/dragDropDemo/pom.xml 2009-05-04 15:14:08 UTC (re=
v 14007)
@@ -2,7 +2,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
Modified: tags/3.3.1.CR2/samples/dropdownmenu-sample/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/dropdownmenu-sample/pom.xml 2009-05-04 08:26:24 UTC (rev =
13996)
+++ tags/3.3.1.CR2/samples/dropdownmenu-sample/pom.xml 2009-05-04 15:14:08 =
UTC (rev 14007)
@@ -2,7 +2,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
Modified: tags/3.3.1.CR2/samples/editor-sample/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/editor-sample/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/editor-sample/pom.xml 2009-05-04 15:14:08 UTC (r=
ev 14007)
@@ -2,7 +2,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
=
4.0.0
Modified: tags/3.3.1.CR2/samples/editorSeam-sample/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/editorSeam-sample/pom.xml 2009-05-04 08:26:24 UTC (rev 13=
996)
+++ tags/3.3.1.CR2/samples/editorSeam-sample/pom.xml 2009-05-04 15:14:08 UT=
C (rev 14007)
@@ -5,7 +5,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
=
4.0.0
Modified: tags/3.3.1.CR2/samples/effect-sample/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/effect-sample/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/effect-sample/pom.xml 2009-05-04 15:14:08 UTC (r=
ev 14007)
@@ -2,7 +2,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
Modified: tags/3.3.1.CR2/samples/extendedDataTable-sample/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/extendedDataTable-sample/pom.xml 2009-05-04 08:26:24 UTC =
(rev 13996)
+++ tags/3.3.1.CR2/samples/extendedDataTable-sample/pom.xml 2009-05-04 15:1=
4:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces
Modified: tags/3.3.1.CR2/samples/fileUploadDemo/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/fileUploadDemo/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/fileUploadDemo/pom.xml 2009-05-04 15:14:08 UTC (=
rev 14007)
@@ -2,7 +2,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
Modified: tags/3.3.1.CR2/samples/functions-demo/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/functions-demo/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/functions-demo/pom.xml 2009-05-04 15:14:08 UTC (=
rev 14007)
@@ -2,7 +2,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
Modified: tags/3.3.1.CR2/samples/glassX/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/glassX/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/glassX/pom.xml 2009-05-04 15:14:08 UTC (rev 1400=
7)
@@ -1,49 +1,49 @@
-
-
- samples
- org.richfaces
- 3.3.1-SNAPSHOT
-
- 4.0.0
- org.richfaces.samples
- glassX
- glassX
- 3.3.1-SNAPSHOT
-
-
-
- org.richfaces.cdk
- maven-cdk-plugin
- 3.3.1-SNAPSHOT
-
-
- generate-sources
-
- generate
-
-
-
-
-
- maven-compiler-plugin
-
- 1.5
- 1.5
-
-
-
-
-
-
- org.richfaces.framework
- richfaces-impl
- 3.3.1-SNAPSHOT
-
-
- junit
- junit
- 3.8.1
- test
-
-
+
+
+ samples
+ org.richfaces
+ 3.3.1.CR2
+
+ 4.0.0
+ org.richfaces.samples
+ glassX
+ glassX
+ 3.3.1.CR2
+
+
+
+ org.richfaces.cdk
+ maven-cdk-plugin
+ 3.3.1.CR2
+
+
+ generate-sources
+
+ generate
+
+
+
+
+
+ maven-compiler-plugin
+
+ 1.5
+ 1.5
+
+
+
+
+
+
+ org.richfaces.framework
+ richfaces-impl
+ 3.3.1.CR2
+
+
+ junit
+ junit
+ 3.8.1
+ test
+
+
\ No newline at end of file
Modified: tags/3.3.1.CR2/samples/gmap-sample/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/gmap-sample/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/gmap-sample/pom.xml 2009-05-04 15:14:08 UTC (rev=
14007)
@@ -2,7 +2,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
Modified: tags/3.3.1.CR2/samples/hotKey-sample/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/hotKey-sample/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/hotKey-sample/pom.xml 2009-05-04 15:14:08 UTC (r=
ev 14007)
@@ -2,7 +2,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces
Modified: tags/3.3.1.CR2/samples/inplaceInput-sample/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/inplaceInput-sample/pom.xml 2009-05-04 08:26:24 UTC (rev =
13996)
+++ tags/3.3.1.CR2/samples/inplaceInput-sample/pom.xml 2009-05-04 15:14:08 =
UTC (rev 14007)
@@ -2,7 +2,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
Modified: tags/3.3.1.CR2/samples/inplaceSelect-sample/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/inplaceSelect-sample/pom.xml 2009-05-04 08:26:24 UTC (rev=
13996)
+++ tags/3.3.1.CR2/samples/inplaceSelect-sample/pom.xml 2009-05-04 15:14:08=
UTC (rev 14007)
@@ -2,7 +2,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
Modified: tags/3.3.1.CR2/samples/inputNumberSliderDemo/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/inputNumberSliderDemo/pom.xml 2009-05-04 08:26:24 UTC (re=
v 13996)
+++ tags/3.3.1.CR2/samples/inputNumberSliderDemo/pom.xml 2009-05-04 15:14:0=
8 UTC (rev 14007)
@@ -2,7 +2,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
Modified: tags/3.3.1.CR2/samples/inputNumberSpinnerDemo/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/inputNumberSpinnerDemo/pom.xml 2009-05-04 08:26:24 UTC (r=
ev 13996)
+++ tags/3.3.1.CR2/samples/inputNumberSpinnerDemo/pom.xml 2009-05-04 15:14:=
08 UTC (rev 14007)
@@ -2,7 +2,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
Modified: tags/3.3.1.CR2/samples/jQuery-sample/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/jQuery-sample/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/jQuery-sample/pom.xml 2009-05-04 15:14:08 UTC (r=
ev 14007)
@@ -2,7 +2,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
Modified: tags/3.3.1.CR2/samples/jira-data/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/jira-data/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/jira-data/pom.xml 2009-05-04 15:14:08 UTC (rev 1=
4007)
@@ -2,7 +2,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
Modified: tags/3.3.1.CR2/samples/laguna/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/laguna/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/laguna/pom.xml 2009-05-04 15:14:08 UTC (rev 1400=
7)
@@ -4,7 +4,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
=
org.richfaces.samples
@@ -16,7 +16,7 @@
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.laguna
Modified: tags/3.3.1.CR2/samples/layout-sample/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/layout-sample/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/layout-sample/pom.xml 2009-05-04 15:14:08 UTC (r=
ev 14007)
@@ -4,14 +4,14 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
layout-sample
war
layout Maven Webapp
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
layout-sample
@@ -34,22 +34,22 @@
org.richfaces.framework
richfaces-impl
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.ui
richfaces-ui
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.samples
skins
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.samples
themes
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.ui
Modified: tags/3.3.1.CR2/samples/listShuttleDemo/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/listShuttleDemo/pom.xml 2009-05-04 08:26:24 UTC (rev 1399=
6)
+++ tags/3.3.1.CR2/samples/listShuttleDemo/pom.xml 2009-05-04 15:14:08 UTC =
(rev 14007)
@@ -2,7 +2,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
Modified: tags/3.3.1.CR2/samples/local-value-demo/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/local-value-demo/pom.xml 2009-05-04 08:26:24 UTC (rev 139=
96)
+++ tags/3.3.1.CR2/samples/local-value-demo/pom.xml 2009-05-04 15:14:08 UTC=
(rev 14007)
@@ -2,7 +2,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
Modified: tags/3.3.1.CR2/samples/modalpanel-sample/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/modalpanel-sample/pom.xml 2009-05-04 08:26:24 UTC (rev 13=
996)
+++ tags/3.3.1.CR2/samples/modalpanel-sample/pom.xml 2009-05-04 15:14:08 UT=
C (rev 14007)
@@ -2,7 +2,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
Modified: tags/3.3.1.CR2/samples/orderingListDemo/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/orderingListDemo/pom.xml 2009-05-04 08:26:24 UTC (rev 139=
96)
+++ tags/3.3.1.CR2/samples/orderingListDemo/pom.xml 2009-05-04 15:14:08 UTC=
(rev 14007)
@@ -2,7 +2,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
Modified: tags/3.3.1.CR2/samples/panel-sample/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/panel-sample/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/panel-sample/pom.xml 2009-05-04 15:14:08 UTC (re=
v 14007)
@@ -2,7 +2,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
Modified: tags/3.3.1.CR2/samples/panelbar-sample/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/panelbar-sample/pom.xml 2009-05-04 08:26:24 UTC (rev 1399=
6)
+++ tags/3.3.1.CR2/samples/panelbar-sample/pom.xml 2009-05-04 15:14:08 UTC =
(rev 14007)
@@ -2,7 +2,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
Modified: tags/3.3.1.CR2/samples/panelmenu-sample/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/panelmenu-sample/pom.xml 2009-05-04 08:26:24 UTC (rev 139=
96)
+++ tags/3.3.1.CR2/samples/panelmenu-sample/pom.xml 2009-05-04 15:14:08 UTC=
(rev 14007)
@@ -3,7 +3,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
Modified: tags/3.3.1.CR2/samples/pickList-sample/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/pickList-sample/pom.xml 2009-05-04 08:26:24 UTC (rev 1399=
6)
+++ tags/3.3.1.CR2/samples/pickList-sample/pom.xml 2009-05-04 15:14:08 UTC =
(rev 14007)
@@ -2,7 +2,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
Modified: tags/3.3.1.CR2/samples/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -1,502 +1,502 @@
-
-
-
- root
- org.richfaces
- 3.3.1-SNAPSHOT
-
- 4.0.0
- org.richfaces
- samples
- pom
- RichFaces Components Examples
- http://labs.jboss.com/jbossrichfaces/samples
-
-
-
-
-
-
-
- org.mortbay.jetty
- maven-jetty-plugin
-
- 6.1.5
-
- 10
-
-
- 8080
- 60000
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
-
- true
-
-
-
- surefire-it
- integration-test
-
- test
-
-
- false
-
-
-
-
-
-
-
-
-
- junit
- junit
- 3.8.1
- test
-
-
- org.richfaces.framework
- richfaces-impl
- ${project.version}
-
-
- com.sun.facelets
- jsf-facelets
- 1.1.14
-
-
- javax.servlet
- jstl
- 1.0
- runtime
-
-
- nekohtml
- nekohtml
- 0.9.5
- runtime
-
-
- xerces
- xerces
-
-
-
-
-
-
- jsf1_1
-
- false
-
- jsfVersion
- 1.1
-
-
-
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
-
- 1.4
- 1.4
-
-
-
-
-
-
- javax.el
- el-api
- 1.0
-
-
- el-impl
- el-impl
- 1.0
-
-
- javax.servlet
- servlet-api
- 2.4
- provided
-
-
- javax.servlet
- jsp-api
- 2.0
- provided
-
-
- javax.servlet
- jstl
- 1.0
-
-
-
-
- jsf1_2
-
- false
-
- jsfVersion
- 1.2
-
-
-
- jetty:run
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 2.0
-
- 1.5
- 1.5
-
-
-
-
-
-
- javax.servlet
- servlet-api
- 2.5
- provided
-
-
- javax.servlet.jsp
- jsp-api
- 2.1
- provided
-
-
- javax.faces
- jsf-api
- 1.2_12
-
-
- javax.faces
- jsf-impl
- 1.2_12
- runtime
-
-
-
-
- tomcat5
-
- false
-
-
- jetty:run
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 2.0
-
- 1.5
- 1.5
-
-
-
-
-
-
- javax.el
- el-api
- 1.0
-
-
- el-impl
- el-impl
- 1.0
-
-
- javax.servlet
- servlet-api
- 2.4
- provided
-
-
- javax.servlet.jsp
- jsp-api
- 2.0
- provided
-
-
- javax.faces
- jsf-api
- 1.2_12
-
-
- javax.faces
- jsf-impl
- 1.2_12
- runtime
-
-
-
-
- tomcat6
-
- true
-
-
- jetty:run
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 2.0
-
- 1.5
- 1.5
-
-
-
-
-
-
- javax.servlet
- servlet-api
- 2.5
- provided
-
-
- javax.servlet.jsp
- jsp-api
- 2.1
- provided
-
-
- javax.faces
- jsf-api
- 1.2_12
-
-
- javax.faces
- jsf-impl
- 1.2_12
- runtime
-
-
- javax.el
- el-api
- 1.0
- provided
-
-
- el-impl
- el-impl
- 1.0
- provided
-
-
-
-
- jboss42
-
- jetty:run
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 2.0
-
- 1.5
- 1.5
-
-
-
-
-
-
- javax.servlet
- servlet-api
- 2.4
- provided
-
-
- javax.servlet.jsp
- jsp-api
- 2.0
- provided
-
-
- javax.faces
- jsf-impl
- 1.2_12
- provided
-
-
- javax.faces
- jsf-api
- 1.2_12
- provided
-
-
-
-
- myfaces
-
- 1.2.5
- 1.1.7
-
-
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 2.0
-
- 1.5
- 1.5
-
-
-
-
-
-
- org.richfaces.framework
- richfaces-impl
- ${project.version}
-
-
- javax.faces
- jsf-api
-
-
- javax.faces
- jsf-impl
-
-
-
-
- org.apache.myfaces.core
- myfaces-api
- ${myfaces}
-
-
- org.apache.myfaces.core
- myfaces-impl
- ${myfaces}
- runtime
-
-
-
-
- seam
-
- seamEAR
- seamIntegration
-
-
-
- clover
-
-
-
- com.atlassian.maven.plugins
- maven-clover2-plugin
-
-
- false
-
-
- false
-
- 1.5
-
- **/*.java
-
-
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 2.0
-
- 1.5
- 1.5
-
-
-
-
-
-
- allSamples
-
- separator-sample
- panel-sample
- gmap-sample
- togglePanel-sample
- tabPanelDemo
- simpleTogglePanel-sample
- inputNumberSpinnerDemo
- inputNumberSliderDemo
- panelbar-sample
- toolBarDemo
- tree-demo
- dataFilterSliderDemo
- suggestionbox-sample
- dragDropDemo
- dataTableDemo
- modalpanel-sample
- datascroller-sample
- effect-sample
- dropdownmenu-sample
- tooltip-sample
- calendar-sample
- treeModelDemo
- local-value-demo
- panelmenu-sample
- rich-message-demo
- scrollableDataTableDemo
- richfaces-ear-demo
- contextMenuDemo
- orderingListDemo
- listShuttleDemo
- columnsDemo
- combobox-sample
- pickList-sample
- progressBarDemo
- jira-data
- stdcomponents-sample
- fileUploadDemo
- sortingFilteringDemo
- inplaceInput-sample
- inplaceSelect-sample
- functions-demo
- hotKey-sample
- beanValidatorSample
- state-sample
- extendedDataTable-sample
- queue-sample
- editor-sample
- editorSeam-sample
- colorPickerDemo
- layout-sample
-
-
-
-
- skins
- laguna
- glassX
- darkX
- richfaces-demo
- themes
-
+
+
+
+ root
+ org.richfaces
+ 3.3.1.CR2
+
+ 4.0.0
+ org.richfaces
+ samples
+ pom
+ RichFaces Components Examples
+ http://labs.jboss.com/jbossrichfaces/samples
+
+
+
+
+
+
+
+ org.mortbay.jetty
+ maven-jetty-plugin
+
+ 6.1.5
+
+ 10
+
+
+ 8080
+ 60000
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+ true
+
+
+
+ surefire-it
+ integration-test
+
+ test
+
+
+ false
+
+
+
+
+
+
+
+
+
+ junit
+ junit
+ 3.8.1
+ test
+
+
+ org.richfaces.framework
+ richfaces-impl
+ ${project.version}
+
+
+ com.sun.facelets
+ jsf-facelets
+ 1.1.14
+
+
+ javax.servlet
+ jstl
+ 1.0
+ runtime
+
+
+ nekohtml
+ nekohtml
+ 0.9.5
+ runtime
+
+
+ xerces
+ xerces
+
+
+
+
+
+
+ jsf1_1
+
+ false
+
+ jsfVersion
+ 1.1
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+
+ 1.4
+ 1.4
+
+
+
+
+
+
+ javax.el
+ el-api
+ 1.0
+
+
+ el-impl
+ el-impl
+ 1.0
+
+
+ javax.servlet
+ servlet-api
+ 2.4
+ provided
+
+
+ javax.servlet
+ jsp-api
+ 2.0
+ provided
+
+
+ javax.servlet
+ jstl
+ 1.0
+
+
+
+
+ jsf1_2
+
+ false
+
+ jsfVersion
+ 1.2
+
+
+
+ jetty:run
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 2.0
+
+ 1.5
+ 1.5
+
+
+
+
+
+
+ javax.servlet
+ servlet-api
+ 2.5
+ provided
+
+
+ javax.servlet.jsp
+ jsp-api
+ 2.1
+ provided
+
+
+ javax.faces
+ jsf-api
+ 1.2_12
+
+
+ javax.faces
+ jsf-impl
+ 1.2_12
+ runtime
+
+
+
+
+ tomcat5
+
+ false
+
+
+ jetty:run
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 2.0
+
+ 1.5
+ 1.5
+
+
+
+
+
+
+ javax.el
+ el-api
+ 1.0
+
+
+ el-impl
+ el-impl
+ 1.0
+
+
+ javax.servlet
+ servlet-api
+ 2.4
+ provided
+
+
+ javax.servlet.jsp
+ jsp-api
+ 2.0
+ provided
+
+
+ javax.faces
+ jsf-api
+ 1.2_12
+
+
+ javax.faces
+ jsf-impl
+ 1.2_12
+ runtime
+
+
+
+
+ tomcat6
+
+ true
+
+
+ jetty:run
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 2.0
+
+ 1.5
+ 1.5
+
+
+
+
+
+
+ javax.servlet
+ servlet-api
+ 2.5
+ provided
+
+
+ javax.servlet.jsp
+ jsp-api
+ 2.1
+ provided
+
+
+ javax.faces
+ jsf-api
+ 1.2_12
+
+
+ javax.faces
+ jsf-impl
+ 1.2_12
+ runtime
+
+
+ javax.el
+ el-api
+ 1.0
+ provided
+
+
+ el-impl
+ el-impl
+ 1.0
+ provided
+
+
+
+
+ jboss42
+
+ jetty:run
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 2.0
+
+ 1.5
+ 1.5
+
+
+
+
+
+
+ javax.servlet
+ servlet-api
+ 2.4
+ provided
+
+
+ javax.servlet.jsp
+ jsp-api
+ 2.0
+ provided
+
+
+ javax.faces
+ jsf-impl
+ 1.2_12
+ provided
+
+
+ javax.faces
+ jsf-api
+ 1.2_12
+ provided
+
+
+
+
+ myfaces
+
+ 1.2.5
+ 1.1.7
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 2.0
+
+ 1.5
+ 1.5
+
+
+
+
+
+
+ org.richfaces.framework
+ richfaces-impl
+ ${project.version}
+
+
+ javax.faces
+ jsf-api
+
+
+ javax.faces
+ jsf-impl
+
+
+
+
+ org.apache.myfaces.core
+ myfaces-api
+ ${myfaces}
+
+
+ org.apache.myfaces.core
+ myfaces-impl
+ ${myfaces}
+ runtime
+
+
+
+
+ seam
+
+ seamEAR
+ seamIntegration
+
+
+
+ clover
+
+
+
+ com.atlassian.maven.plugins
+ maven-clover2-plugin
+
+
+ false
+
+
+ false
+
+ 1.5
+
+ **/*.java
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 2.0
+
+ 1.5
+ 1.5
+
+
+
+
+
+
+ allSamples
+
+ separator-sample
+ panel-sample
+ gmap-sample
+ togglePanel-sample
+ tabPanelDemo
+ simpleTogglePanel-sample
+ inputNumberSpinnerDemo
+ inputNumberSliderDemo
+ panelbar-sample
+ toolBarDemo
+ tree-demo
+ dataFilterSliderDemo
+ suggestionbox-sample
+ dragDropDemo
+ dataTableDemo
+ modalpanel-sample
+ datascroller-sample
+ effect-sample
+ dropdownmenu-sample
+ tooltip-sample
+ calendar-sample
+ treeModelDemo
+ local-value-demo
+ panelmenu-sample
+ rich-message-demo
+ scrollableDataTableDemo
+ richfaces-ear-demo
+ contextMenuDemo
+ orderingListDemo
+ listShuttleDemo
+ columnsDemo
+ combobox-sample
+ pickList-sample
+ progressBarDemo
+ jira-data
+ stdcomponents-sample
+ fileUploadDemo
+ sortingFilteringDemo
+ inplaceInput-sample
+ inplaceSelect-sample
+ functions-demo
+ hotKey-sample
+ beanValidatorSample
+ state-sample
+ extendedDataTable-sample
+ queue-sample
+ editor-sample
+ editorSeam-sample
+ colorPickerDemo
+ layout-sample
+
+
+
+
+ skins
+ laguna
+ glassX
+ darkX
+ richfaces-demo
+ themes
+
\ No newline at end of file
Modified: tags/3.3.1.CR2/samples/progressBarDemo/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/progressBarDemo/pom.xml 2009-05-04 08:26:24 UTC (rev 1399=
6)
+++ tags/3.3.1.CR2/samples/progressBarDemo/pom.xml 2009-05-04 15:14:08 UTC =
(rev 14007)
@@ -2,7 +2,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
Modified: tags/3.3.1.CR2/samples/queue-sample/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/queue-sample/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/queue-sample/pom.xml 2009-05-04 15:14:08 UTC (re=
v 14007)
@@ -2,14 +2,14 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces
queue-sample
war
queue-sample Maven Webapp
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
queue-sample
Modified: tags/3.3.1.CR2/samples/rich-message-demo/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/rich-message-demo/pom.xml 2009-05-04 08:26:24 UTC (rev 13=
996)
+++ tags/3.3.1.CR2/samples/rich-message-demo/pom.xml 2009-05-04 15:14:08 UT=
C (rev 14007)
@@ -3,7 +3,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
Modified: tags/3.3.1.CR2/samples/richfaces-art-datatable/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/richfaces-art-datatable/pom.xml 2009-05-04 08:26:24 UTC (=
rev 13996)
+++ tags/3.3.1.CR2/samples/richfaces-art-datatable/pom.xml 2009-05-04 15:14=
:08 UTC (rev 14007)
@@ -3,7 +3,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
Modified: tags/3.3.1.CR2/samples/richfaces-demo/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/richfaces-demo/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/richfaces-demo/pom.xml 2009-05-04 15:14:08 UTC (=
rev 14007)
@@ -3,7 +3,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
=
4.0.0
@@ -209,22 +209,22 @@
org.richfaces.samples
laguna
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.samples
glassX
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.samples
darkX
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.ui
richfaces-ui
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
com.uwyn
@@ -314,7 +314,7 @@
org.richfaces.samples
themes
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
=
javax.persistence
Modified: tags/3.3.1.CR2/samples/richfaces-ear-demo/ejb/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/richfaces-ear-demo/ejb/pom.xml 2009-05-04 08:26:24 UTC (r=
ev 13996)
+++ tags/3.3.1.CR2/samples/richfaces-ear-demo/ejb/pom.xml 2009-05-04 15:14:=
08 UTC (rev 14007)
@@ -2,7 +2,7 @@
richfaces-ear-demo
org.richfaces.samples
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples.richfaces-ear-demo
Modified: tags/3.3.1.CR2/samples/richfaces-ear-demo/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/richfaces-ear-demo/pom.xml 2009-05-04 08:26:24 UTC (rev 1=
3996)
+++ tags/3.3.1.CR2/samples/richfaces-ear-demo/pom.xml 2009-05-04 15:14:08 U=
TC (rev 14007)
@@ -2,7 +2,7 @@
root
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
Modified: tags/3.3.1.CR2/samples/richfaces-ear-demo/richfacesEAR/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/richfaces-ear-demo/richfacesEAR/pom.xml 2009-05-04 08:26:=
24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/richfaces-ear-demo/richfacesEAR/pom.xml 2009-05-=
04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
richfaces-ear-demo
org.richfaces.samples
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples.richfaces-ear-demo
Modified: tags/3.3.1.CR2/samples/richfaces-ear-demo/webapp/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/richfaces-ear-demo/webapp/pom.xml 2009-05-04 08:26:24 UTC=
(rev 13996)
+++ tags/3.3.1.CR2/samples/richfaces-ear-demo/webapp/pom.xml 2009-05-04 15:=
14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
richfaces-ear-demo
org.richfaces.samples
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples.richfaces-ear-demo
Modified: tags/3.3.1.CR2/samples/scrollableDataTableDemo/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/scrollableDataTableDemo/pom.xml 2009-05-04 08:26:24 UTC (=
rev 13996)
+++ tags/3.3.1.CR2/samples/scrollableDataTableDemo/pom.xml 2009-05-04 15:14=
:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
scrollableDataTableDemo
Modified: tags/3.3.1.CR2/samples/seamEAR/ear/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/seamEAR/ear/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/seamEAR/ear/pom.xml 2009-05-04 15:14:08 UTC (rev=
14007)
@@ -7,7 +7,7 @@
org.richfaces.samples
seamEAR
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
Modified: tags/3.3.1.CR2/samples/seamEAR/ejbs/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/seamEAR/ejbs/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/seamEAR/ejbs/pom.xml 2009-05-04 15:14:08 UTC (re=
v 14007)
@@ -7,7 +7,7 @@
org.richfaces.samples
seamEAR
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
Modified: tags/3.3.1.CR2/samples/seamEAR/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/seamEAR/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/seamEAR/pom.xml 2009-05-04 15:14:08 UTC (rev 140=
07)
@@ -2,7 +2,7 @@
root
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
Modified: tags/3.3.1.CR2/samples/seamEAR/primary-source/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/seamEAR/primary-source/pom.xml 2009-05-04 08:26:24 UTC (r=
ev 13996)
+++ tags/3.3.1.CR2/samples/seamEAR/primary-source/pom.xml 2009-05-04 15:14:=
08 UTC (rev 14007)
@@ -7,7 +7,7 @@
org.richfaces.samples
seamEAR
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
Modified: tags/3.3.1.CR2/samples/seamEAR/projects/logging/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/seamEAR/projects/logging/pom.xml 2009-05-04 08:26:24 UTC =
(rev 13996)
+++ tags/3.3.1.CR2/samples/seamEAR/projects/logging/pom.xml 2009-05-04 15:1=
4:08 UTC (rev 14007)
@@ -7,6 +7,6 @@
org.richfaces.samples.seamEAR
projects
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
Modified: tags/3.3.1.CR2/samples/seamEAR/projects/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/seamEAR/projects/pom.xml 2009-05-04 08:26:24 UTC (rev 139=
96)
+++ tags/3.3.1.CR2/samples/seamEAR/projects/pom.xml 2009-05-04 15:14:08 UTC=
(rev 14007)
@@ -7,7 +7,7 @@
org.richfaces.samples
seamEAR
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
logging
Modified: tags/3.3.1.CR2/samples/seamEAR/wars/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/seamEAR/wars/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/seamEAR/wars/pom.xml 2009-05-04 15:14:08 UTC (re=
v 14007)
@@ -7,7 +7,7 @@
org.richfaces.samples
seamEAR
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
seamWebapp
Modified: tags/3.3.1.CR2/samples/seamEAR/wars/seamWebapp/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/seamEAR/wars/seamWebapp/pom.xml 2009-05-04 08:26:24 UTC (=
rev 13996)
+++ tags/3.3.1.CR2/samples/seamEAR/wars/seamWebapp/pom.xml 2009-05-04 15:14=
:08 UTC (rev 14007)
@@ -7,7 +7,7 @@
org.richfaces.samples.seamEAR
wars
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
seamWebapp
@@ -22,17 +22,17 @@
org.richfaces.framework
richfaces-impl
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.ui
richfaces-ui
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.framework
richfaces-api
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
provided
Modified: tags/3.3.1.CR2/samples/seamIntegration/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/seamIntegration/pom.xml 2009-05-04 08:26:24 UTC (rev 1399=
6)
+++ tags/3.3.1.CR2/samples/seamIntegration/pom.xml 2009-05-04 15:14:08 UTC =
(rev 14007)
@@ -5,7 +5,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
Modified: tags/3.3.1.CR2/samples/separator-sample/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/separator-sample/pom.xml 2009-05-04 08:26:24 UTC (rev 139=
96)
+++ tags/3.3.1.CR2/samples/separator-sample/pom.xml 2009-05-04 15:14:08 UTC=
(rev 14007)
@@ -2,7 +2,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
Modified: tags/3.3.1.CR2/samples/simpleTogglePanel-sample/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/simpleTogglePanel-sample/pom.xml 2009-05-04 08:26:24 UTC =
(rev 13996)
+++ tags/3.3.1.CR2/samples/simpleTogglePanel-sample/pom.xml 2009-05-04 15:1=
4:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
Modified: tags/3.3.1.CR2/samples/skins/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/skins/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/skins/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
Modified: tags/3.3.1.CR2/samples/sortingFilteringDemo/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/sortingFilteringDemo/pom.xml 2009-05-04 08:26:24 UTC (rev=
13996)
+++ tags/3.3.1.CR2/samples/sortingFilteringDemo/pom.xml 2009-05-04 15:14:08=
UTC (rev 14007)
@@ -2,7 +2,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
@@ -16,7 +16,7 @@
=
Modified: tags/3.3.1.CR2/samples/state-sample/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/state-sample/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/state-sample/pom.xml 2009-05-04 15:14:08 UTC (re=
v 14007)
@@ -2,7 +2,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces
@@ -16,17 +16,17 @@
org.richfaces.ui
state
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.ui
core
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
=
org.richfaces.samples
skins
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
\ No newline at end of file
Modified: tags/3.3.1.CR2/samples/stdcomponents-sample/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/stdcomponents-sample/pom.xml 2009-05-04 08:26:24 UTC (rev=
13996)
+++ tags/3.3.1.CR2/samples/stdcomponents-sample/pom.xml 2009-05-04 15:14:08=
UTC (rev 14007)
@@ -2,7 +2,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
Modified: tags/3.3.1.CR2/samples/suggestionbox-sample/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/suggestionbox-sample/pom.xml 2009-05-04 08:26:24 UTC (rev=
13996)
+++ tags/3.3.1.CR2/samples/suggestionbox-sample/pom.xml 2009-05-04 15:14:08=
UTC (rev 14007)
@@ -2,7 +2,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
Modified: tags/3.3.1.CR2/samples/tabPanelDemo/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/tabPanelDemo/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/tabPanelDemo/pom.xml 2009-05-04 15:14:08 UTC (re=
v 14007)
@@ -2,7 +2,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
Modified: tags/3.3.1.CR2/samples/themes/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/themes/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/themes/pom.xml 2009-05-04 15:14:08 UTC (rev 1400=
7)
@@ -1,44 +1,44 @@
-
-
- 4.0.0
-
- samples
- org.richfaces
- 3.3.1-SNAPSHOT
-
- org.richfaces.samples
- themes
- 3.3.1-SNAPSHOT
- themes
-
-
-
- org.richfaces.cdk
- maven-cdk-plugin
- 3.3.1-SNAPSHOT
-
-
- generate-sources
- generate-sources
-
- generate
-
-
-
-
-
-
-
-
- junit
- junit
- 3.8.1
- test
-
-
- org.richfaces.ui
- layout
- 3.3.1-SNAPSHOT
-
-
+
+
+ 4.0.0
+
+ samples
+ org.richfaces
+ 3.3.1.CR2
+
+ org.richfaces.samples
+ themes
+ 3.3.1.CR2
+ themes
+
+
+
+ org.richfaces.cdk
+ maven-cdk-plugin
+ 3.3.1.CR2
+
+
+ generate-sources
+ generate-sources
+
+ generate
+
+
+
+
+
+
+
+
+ junit
+ junit
+ 3.8.1
+ test
+
+
+ org.richfaces.ui
+ layout
+ 3.3.1.CR2
+
+
\ No newline at end of file
Modified: tags/3.3.1.CR2/samples/togglePanel-sample/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/togglePanel-sample/pom.xml 2009-05-04 08:26:24 UTC (rev 1=
3996)
+++ tags/3.3.1.CR2/samples/togglePanel-sample/pom.xml 2009-05-04 15:14:08 U=
TC (rev 14007)
@@ -2,7 +2,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
Modified: tags/3.3.1.CR2/samples/tomahawkCompability/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/tomahawkCompability/pom.xml 2009-05-04 08:26:24 UTC (rev =
13996)
+++ tags/3.3.1.CR2/samples/tomahawkCompability/pom.xml 2009-05-04 15:14:08 =
UTC (rev 14007)
@@ -3,7 +3,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
Modified: tags/3.3.1.CR2/samples/toolBarDemo/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/toolBarDemo/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/toolBarDemo/pom.xml 2009-05-04 15:14:08 UTC (rev=
14007)
@@ -2,7 +2,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
Modified: tags/3.3.1.CR2/samples/tooltip-sample/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/tooltip-sample/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/tooltip-sample/pom.xml 2009-05-04 15:14:08 UTC (=
rev 14007)
@@ -3,7 +3,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
Modified: tags/3.3.1.CR2/samples/tree-demo/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/tree-demo/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/tree-demo/pom.xml 2009-05-04 15:14:08 UTC (rev 1=
4007)
@@ -2,7 +2,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
Modified: tags/3.3.1.CR2/samples/treeModelDemo/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/treeModelDemo/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/treeModelDemo/pom.xml 2009-05-04 15:14:08 UTC (r=
ev 14007)
@@ -2,7 +2,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
Modified: tags/3.3.1.CR2/samples/virtualEarth-sample/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/virtualEarth-sample/pom.xml 2009-05-04 08:26:24 UTC (rev =
13996)
+++ tags/3.3.1.CR2/samples/virtualEarth-sample/pom.xml 2009-05-04 15:14:08 =
UTC (rev 14007)
@@ -4,7 +4,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
Modified: tags/3.3.1.CR2/sandbox/api/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/sandbox/api/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/sandbox/api/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,13 +2,13 @@
sandbox
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.sandbox
richfaces-sandbox-api
Richfaces Sandbox API =
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
@@ -25,12 +25,12 @@
org.richfaces.framework
richfaces-api
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.framework
richfaces-impl
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
javax.faces
Modified: tags/3.3.1.CR2/sandbox/cdk/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/sandbox/cdk/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/sandbox/cdk/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,12 +2,12 @@
root
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.sandbox
cdk
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
pom
JSF Components Development kit
Modified: tags/3.3.1.CR2/sandbox/impl/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/sandbox/impl/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/sandbox/impl/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,28 +2,28 @@
sandbox
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.sandbox
richfaces-sandbox-impl
Richfaces Sandbox Implementation =
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.sandbox
richfaces-sandbox-api
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.framework
richfaces-impl
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.framework
richfaces-test
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
javax.faces
Modified: tags/3.3.1.CR2/sandbox/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/sandbox/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/sandbox/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
root
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces
Modified: tags/3.3.1.CR2/sandbox/samples/dialog-window-sample/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/sandbox/samples/dialog-window-sample/pom.xml 2009-05-04 08:26:24 =
UTC (rev 13996)
+++ tags/3.3.1.CR2/sandbox/samples/dialog-window-sample/pom.xml 2009-05-04 =
15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
samples
org.richfaces.sandbox
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
=
4.0.0
Modified: tags/3.3.1.CR2/sandbox/samples/editorOld-sample/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/sandbox/samples/editorOld-sample/pom.xml 2009-05-04 08:26:24 UTC =
(rev 13996)
+++ tags/3.3.1.CR2/sandbox/samples/editorOld-sample/pom.xml 2009-05-04 15:1=
4:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
samples
org.richfaces.sandbox
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
=
4.0.0
Modified: tags/3.3.1.CR2/sandbox/samples/fileUploadPOC/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/sandbox/samples/fileUploadPOC/pom.xml 2009-05-04 08:26:24 UTC (re=
v 13996)
+++ tags/3.3.1.CR2/sandbox/samples/fileUploadPOC/pom.xml 2009-05-04 15:14:0=
8 UTC (rev 14007)
@@ -2,7 +2,7 @@
samples
org.richfaces.sandbox
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces
Modified: tags/3.3.1.CR2/sandbox/samples/maven-rd-plugin-sample/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/sandbox/samples/maven-rd-plugin-sample/pom.xml 2009-05-04 08:26:2=
4 UTC (rev 13996)
+++ tags/3.3.1.CR2/sandbox/samples/maven-rd-plugin-sample/pom.xml 2009-05-0=
4 15:14:08 UTC (rev 14007)
@@ -2,14 +2,14 @@
samples
org.richfaces.sandbox
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.cdk.sandbox
maven-rd-plugin-sample
war
maven-rd-plugin-sample Maven Webapp
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
maven-rd-plugin-sample
@@ -23,7 +23,7 @@
maven-resource-dependency-plugin
org.richfaces.cdk
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
${basedir}/src/main/webapp
=
@@ -72,7 +72,7 @@
org.richfaces.ui
richfaces-ui
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
\ No newline at end of file
Modified: tags/3.3.1.CR2/sandbox/samples/panel2-sample/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/sandbox/samples/panel2-sample/pom.xml 2009-05-04 08:26:24 UTC (re=
v 13996)
+++ tags/3.3.1.CR2/sandbox/samples/panel2-sample/pom.xml 2009-05-04 15:14:0=
8 UTC (rev 14007)
@@ -2,7 +2,7 @@
samples
org.richfaces.sandbox
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
=
4.0.0
Modified: tags/3.3.1.CR2/sandbox/samples/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/sandbox/samples/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/sandbox/samples/pom.xml 2009-05-04 15:14:08 UTC (rev 140=
07)
@@ -3,7 +3,7 @@
org.richfaces
samples
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
=
4.0.0
Modified: tags/3.3.1.CR2/sandbox/samples/rex-demo/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/sandbox/samples/rex-demo/pom.xml 2009-05-04 08:26:24 UTC (rev 139=
96)
+++ tags/3.3.1.CR2/sandbox/samples/rex-demo/pom.xml 2009-05-04 15:14:08 UTC=
(rev 14007)
@@ -2,7 +2,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.samples
@@ -178,7 +178,7 @@
org.richfaces.ui
richfaces-ui
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
com.uwyn
@@ -193,28 +193,28 @@
org.richfaces.sandbox.ui
rex-resizable
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.sandbox.ui
rex-button
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.sandbox.ui
rex-messageBox
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.ui
componentControl
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
=
org.richfaces.sandbox
richfaces-sandbox-impl
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
=
=
Modified: tags/3.3.1.CR2/sandbox/samples/simpleTogglePanel2-sample/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/sandbox/samples/simpleTogglePanel2-sample/pom.xml 2009-05-04 08:2=
6:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/sandbox/samples/simpleTogglePanel2-sample/pom.xml 2009-0=
5-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
samples
org.richfaces.sandbox
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces
Modified: tags/3.3.1.CR2/sandbox/ui/create.bat
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/sandbox/ui/create.bat 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/sandbox/ui/create.bat 2009-05-04 15:14:08 UTC (rev 14007)
@@ -1 +1 @@
-mvn archetype:create -DarchetypeGroupId=3Dorg.richfaces.cdk -DarchetypeArt=
ifactId=3Dmaven-archetype-jsf-component -DarchetypeVersion=3D3.3.1-SNAPSHOT=
-DgroupId=3Dorg.richfaces.ui -DartifactId=3D%1
\ No newline at end of file
+mvn archetype:create -DarchetypeGroupId=3Dorg.richfaces.cdk -DarchetypeArt=
ifactId=3Dmaven-archetype-jsf-component -DarchetypeVersion=3D3.3.1.CR2 -Dgr=
oupId=3Dorg.richfaces.ui -DartifactId=3D%1
\ No newline at end of file
Modified: tags/3.3.1.CR2/sandbox/ui/create.sh
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/sandbox/ui/create.sh 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/sandbox/ui/create.sh 2009-05-04 15:14:08 UTC (rev 14007)
@@ -1,2 +1,2 @@
#!/bin/sh
-mvn archetype:create -DarchetypeGroupId=3Dorg.richfaces.cdk -DarchetypeArt=
ifactId=3Dmaven-archetype-jsf-component -DarchetypeVersion=3D3.3.1-SNAPSHOT=
-DgroupId=3Dorg.richfaces.ui -DartifactId=3D${1}
\ No newline at end of file
+mvn archetype:create -DarchetypeGroupId=3Dorg.richfaces.cdk -DarchetypeArt=
ifactId=3Dmaven-archetype-jsf-component -DarchetypeVersion=3D3.3.1.CR2 -Dgr=
oupId=3Dorg.richfaces.ui -DartifactId=3D${1}
\ No newline at end of file
Modified: tags/3.3.1.CR2/sandbox/ui/dialog-window/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/sandbox/ui/dialog-window/pom.xml 2009-05-04 08:26:24 UTC (rev 139=
96)
+++ tags/3.3.1.CR2/sandbox/ui/dialog-window/pom.xml 2009-05-04 15:14:08 UTC=
(rev 14007)
@@ -2,7 +2,7 @@
ui
org.richfaces.sandbox
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.sandbox.ui
@@ -13,7 +13,7 @@
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
@@ -39,12 +39,12 @@
org.richfaces.framework
richfaces-impl
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.ui
core
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
provided
Modified: tags/3.3.1.CR2/sandbox/ui/editorOld/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/sandbox/ui/editorOld/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/sandbox/ui/editorOld/pom.xml 2009-05-04 15:14:08 UTC (re=
v 14007)
@@ -2,7 +2,7 @@
ui
org.richfaces.sandbox
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.sandbox.ui
@@ -13,7 +13,7 @@
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
@@ -45,7 +45,7 @@
org.richfaces.framework
richfaces-impl
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
\ No newline at end of file
Modified: tags/3.3.1.CR2/sandbox/ui/panel2/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/sandbox/ui/panel2/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/sandbox/ui/panel2/pom.xml 2009-05-04 15:14:08 UTC (rev 1=
4007)
@@ -2,7 +2,7 @@
ui
org.richfaces.sandbox
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.sandbox.ui
@@ -13,7 +13,7 @@
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
@@ -45,7 +45,7 @@
org.richfaces.framework
richfaces-impl
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
\ No newline at end of file
Modified: tags/3.3.1.CR2/sandbox/ui/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/sandbox/ui/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/sandbox/ui/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -3,7 +3,7 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.sandbox
Modified: tags/3.3.1.CR2/sandbox/ui/rex-button/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/sandbox/ui/rex-button/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/sandbox/ui/rex-button/pom.xml 2009-05-04 15:14:08 UTC (r=
ev 14007)
@@ -2,7 +2,7 @@
ui
org.richfaces.sandbox
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.sandbox.ui
@@ -13,7 +13,7 @@
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
@@ -43,7 +43,7 @@
org.richfaces.framework
richfaces-impl
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
\ No newline at end of file
Modified: tags/3.3.1.CR2/sandbox/ui/rex-messageBox/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/sandbox/ui/rex-messageBox/pom.xml 2009-05-04 08:26:24 UTC (rev 13=
996)
+++ tags/3.3.1.CR2/sandbox/ui/rex-messageBox/pom.xml 2009-05-04 15:14:08 UT=
C (rev 14007)
@@ -2,7 +2,7 @@
ui
org.richfaces.sandbox
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.sandbox.ui
@@ -13,7 +13,7 @@
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
@@ -43,7 +43,7 @@
org.richfaces.framework
richfaces-impl
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
\ No newline at end of file
Modified: tags/3.3.1.CR2/sandbox/ui/rex-resizable/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/sandbox/ui/rex-resizable/pom.xml 2009-05-04 08:26:24 UTC (rev 139=
96)
+++ tags/3.3.1.CR2/sandbox/ui/rex-resizable/pom.xml 2009-05-04 15:14:08 UTC=
(rev 14007)
@@ -2,7 +2,7 @@
ui
org.richfaces.sandbox
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.sandbox.ui
@@ -13,7 +13,7 @@
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
Modified: tags/3.3.1.CR2/sandbox/ui/simpleTogglePanel2/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/sandbox/ui/simpleTogglePanel2/pom.xml 2009-05-04 08:26:24 UTC (re=
v 13996)
+++ tags/3.3.1.CR2/sandbox/ui/simpleTogglePanel2/pom.xml 2009-05-04 15:14:0=
8 UTC (rev 14007)
@@ -2,7 +2,7 @@
ui
org.richfaces.sandbox
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.sandbox.ui
@@ -13,7 +13,7 @@
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
@@ -44,7 +44,7 @@
org.richfaces.framework
richfaces-impl
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
\ No newline at end of file
Modified: tags/3.3.1.CR2/sandbox/ui/sortableHeader/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/sandbox/ui/sortableHeader/pom.xml 2009-05-04 08:26:24 UTC (rev 13=
996)
+++ tags/3.3.1.CR2/sandbox/ui/sortableHeader/pom.xml 2009-05-04 15:14:08 UT=
C (rev 14007)
@@ -2,19 +2,19 @@
ui
org.richfaces.sandbox
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.sandbox.ui
sortableHeader
sortableHeader
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
@@ -52,17 +52,17 @@
org.richfaces.framework
richfaces-impl
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.ui
core
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.ui
dataTable
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
\ No newline at end of file
Modified: tags/3.3.1.CR2/sandbox/ui/treeTable/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/sandbox/ui/treeTable/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/sandbox/ui/treeTable/pom.xml 2009-05-04 15:14:08 UTC (re=
v 14007)
@@ -2,19 +2,19 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.sandbox
treeTable
treeTable
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
Modified: tags/3.3.1.CR2/test-applications/ajaxTest/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/test-applications/ajaxTest/pom.xml 2009-05-04 08:26:24 UTC (rev 1=
3996)
+++ tags/3.3.1.CR2/test-applications/ajaxTest/pom.xml 2009-05-04 15:14:08 U=
TC (rev 14007)
@@ -55,7 +55,7 @@
org.richfaces.framework
jsf-test
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
test
@@ -66,7 +66,7 @@
org.richfaces.ui
core
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
javax.el
Modified: tags/3.3.1.CR2/test-applications/automator/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/test-applications/automator/pom.xml 2009-05-04 08:26:24 UTC (rev =
13996)
+++ tags/3.3.1.CR2/test-applications/automator/pom.xml 2009-05-04 15:14:08 =
UTC (rev 14007)
@@ -2,7 +2,7 @@
test-applications
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
=
4.0.0
Modified: tags/3.3.1.CR2/test-applications/facelets/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/test-applications/facelets/pom.xml 2009-05-04 08:26:24 UTC (rev 1=
3996)
+++ tags/3.3.1.CR2/test-applications/facelets/pom.xml 2009-05-04 15:14:08 U=
TC (rev 14007)
@@ -2,7 +2,7 @@
test-applications
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
=
4.0.0
Modified: tags/3.3.1.CR2/test-applications/jsp/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/test-applications/jsp/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/test-applications/jsp/pom.xml 2009-05-04 15:14:08 UTC (r=
ev 14007)
@@ -2,7 +2,7 @@
test-applications
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
=
4.0.0
Modified: tags/3.3.1.CR2/test-applications/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/test-applications/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/test-applications/pom.xml 2009-05-04 15:14:08 UTC (rev 1=
4007)
@@ -2,7 +2,7 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
../samples
=
@@ -50,11 +50,11 @@
org.richfaces
test-applications
pom
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
RichFaces Test Applications
=
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
=
Modified: tags/3.3.1.CR2/test-applications/regressionArea/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/test-applications/regressionArea/pom.xml 2009-05-04 08:26:24 UTC =
(rev 13996)
+++ tags/3.3.1.CR2/test-applications/regressionArea/pom.xml 2009-05-04 15:1=
4:08 UTC (rev 14007)
@@ -4,12 +4,12 @@
org.richfaces.test-applications
regressionArea
pom
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
Regresion Area:Seam Application
@@ -60,7 +60,7 @@
regressionArea
regressionArea-ear
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
2.1.1.GA
1.2_11
C:/tmp/jboss-4.2.3.GA
Modified: tags/3.3.1.CR2/test-applications/regressionArea/regressionArea-ea=
r/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/test-applications/regressionArea/regressionArea-ear/pom.xml 2009-=
05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/test-applications/regressionArea/regressionArea-ear/pom.=
xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -6,9 +6,9 @@
org.richfaces.test-applications
regressionArea
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.test-applications.regressionArea
regressionArea-ear
Regression Area Ear Module
Modified: tags/3.3.1.CR2/test-applications/regressionArea/regressionArea-ej=
b/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/test-applications/regressionArea/regressionArea-ejb/pom.xml 2009-=
05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/test-applications/regressionArea/regressionArea-ejb/pom.=
xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -4,7 +4,7 @@
org.richfaces.test-applications
regressionArea
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.test-applications.regressionArea
regressionArea-ejb
Modified: tags/3.3.1.CR2/test-applications/regressionArea/regressionArea-te=
sts/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/test-applications/regressionArea/regressionArea-tests/pom.xml 200=
9-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/test-applications/regressionArea/regressionArea-tests/po=
m.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
regressionArea
org.richfaces.test-applications
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.test-applications.regressionArea
Modified: tags/3.3.1.CR2/test-applications/regressionArea/regressionArea-we=
b/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/test-applications/regressionArea/regressionArea-web/pom.xml 2009-=
05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/test-applications/regressionArea/regressionArea-web/pom.=
xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -4,7 +4,7 @@
org.richfaces.test-applications
regressionArea
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.test-applications.regressionArea
regressionArea-web
Modified: tags/3.3.1.CR2/test-applications/richfaces-docs/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/test-applications/richfaces-docs/pom.xml 2009-05-04 08:26:24 UTC =
(rev 13996)
+++ tags/3.3.1.CR2/test-applications/richfaces-docs/pom.xml 2009-05-04 15:1=
4:08 UTC (rev 14007)
@@ -8,7 +8,7 @@
richfaces-docs
richfaces-docs
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
2.0.1.GA
=
4.0.0
Modified: tags/3.3.1.CR2/test-applications/richfaces-docs/web/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/test-applications/richfaces-docs/web/pom.xml 2009-05-04 08:26:24 =
UTC (rev 13996)
+++ tags/3.3.1.CR2/test-applications/richfaces-docs/web/pom.xml 2009-05-04 =
15:14:08 UTC (rev 14007)
@@ -47,7 +47,7 @@
=
org.richfaces.ui
richfaces-ui
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
provided
=
Modified: tags/3.3.1.CR2/test-applications/seamApp/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/test-applications/seamApp/pom.xml 2009-05-04 08:26:24 UTC (rev 13=
996)
+++ tags/3.3.1.CR2/test-applications/seamApp/pom.xml 2009-05-04 15:14:08 UT=
C (rev 14007)
@@ -8,7 +8,7 @@
sample application
seamApp
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
2.1.0.SP1
http://downloads.sourceforge.net/jboss/jboss-4.2.2.GA.=
zip
jboss-4.2.2.GA/jboss-4.2.2.GA/server/default/
Modified: tags/3.3.1.CR2/test-applications/seleniumTest/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/test-applications/seleniumTest/pom.xml 2009-05-04 08:26:24 UTC (r=
ev 13996)
+++ tags/3.3.1.CR2/test-applications/seleniumTest/pom.xml 2009-05-04 15:14:=
08 UTC (rev 14007)
@@ -5,14 +5,14 @@
samples
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
seleniumTest
seleniumTest
pom
SeleniumTest
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
http://maven.apache.org
8085
@@ -227,7 +227,7 @@
org.richfaces.ui
richfaces-ui
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
javax.faces
Modified: tags/3.3.1.CR2/test-applications/seleniumTest/richfaces/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/test-applications/seleniumTest/richfaces/pom.xml 2009-05-04 08:26=
:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/test-applications/seleniumTest/richfaces/pom.xml 2009-05=
-04 15:14:08 UTC (rev 14007)
@@ -5,14 +5,14 @@
seleniumTest
seleniumTest
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
seleniumTest
richfaces
war
seleniumTest Maven Webapp
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
richfaces
Modified: tags/3.3.1.CR2/test-applications/seleniumTest/samples/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/test-applications/seleniumTest/samples/pom.xml 2009-05-04 08:26:2=
4 UTC (rev 13996)
+++ tags/3.3.1.CR2/test-applications/seleniumTest/samples/pom.xml 2009-05-0=
4 15:14:08 UTC (rev 14007)
@@ -5,13 +5,13 @@
seleniumTest
seleniumTest
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
seleniumTest
samples
Samples
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
seleniumTest
Modified: tags/3.3.1.CR2/ui/assembly/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/assembly/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/assembly/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.ui
@@ -15,7 +15,7 @@
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces
Modified: tags/3.3.1.CR2/ui/beanValidator/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/beanValidator/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/beanValidator/pom.xml 2009-05-04 15:14:08 UTC (rev 14=
007)
@@ -1,81 +1,81 @@
-
-
-
- ui
- org.richfaces
- 3.3.1-SNAPSHOT
-
- 4.0.0
- org.richfaces.ui
- beanValidator
- beanValidator
- 3.3.1-SNAPSHOT
-
-
-
- org.richfaces.cdk
- maven-cdk-plugin
- 3.3.1-SNAPSHOT
-
-
- generate-sources
-
- generate
-
-
-
-
-
- org.richfaces.ui
-
- beanValidator
-
-
-
-
-
-
-
-
- junit
- junit
- 3.8.1
- test
-
-
- org.richfaces.framework
- richfaces-impl
- 3.3.1-SNAPSHOT
-
-
- org.richfaces.ui
- message
- 3.3.1-SNAPSHOT
-
-
- org.hibernate
- hibernate-validator
- 3.1.0.GA
-
-
-
- true
-
-
- javax.validation
- validation-api
- 1.0.CR2
-
-
- org.slf4j
- slf4j-simple
- 1.4.2
- test
-
-
+
+
+
+ ui
+ org.richfaces
+ 3.3.1.CR2
+
+ 4.0.0
+ org.richfaces.ui
+ beanValidator
+ beanValidator
+ 3.3.1.CR2
+
+
+
+ org.richfaces.cdk
+ maven-cdk-plugin
+ 3.3.1.CR2
+
+
+ generate-sources
+
+ generate
+
+
+
+
+
+ org.richfaces.ui
+
+ beanValidator
+
+
+
+
+
+
+
+
+ junit
+ junit
+ 3.8.1
+ test
+
+
+ org.richfaces.framework
+ richfaces-impl
+ 3.3.1.CR2
+
+
+ org.richfaces.ui
+ message
+ 3.3.1.CR2
+
+
+ org.hibernate
+ hibernate-validator
+ 3.1.0.GA
+
+
+
+ true
+
+
+ javax.validation
+ validation-api
+ 1.0.CR2
+
+
+ org.slf4j
+ slf4j-simple
+ 1.4.2
+ test
+
+
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/calendar/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/calendar/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/calendar/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.ui
@@ -13,7 +13,7 @@
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
@@ -45,13 +45,13 @@
org.richfaces.framework
richfaces-impl
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
=
org.richfaces.ui
inputnumber-spinner
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/colorPicker/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/colorPicker/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/colorPicker/pom.xml 2009-05-04 15:14:08 UTC (rev 1400=
7)
@@ -1,55 +1,55 @@
-
-
- ui
- org.richfaces
- 3.3.1-SNAPSHOT
-
- 4.0.0
- org.richfaces.ui
- colorPicker
-
-
-
- org.richfaces.cdk
- maven-cdk-plugin
- 3.3.1-SNAPSHOT
-
-
- generate-sources
-
- generate
-
-
-
- generate-test-sources
- generate-test-sources
-
- generate-tests
-
-
-
-
-
- org.richfaces.ui
-
- colorPicker
-
-
-
-
-
-
-
-
- junit
- junit
- 3.8.1
- test
-
-
- org.richfaces.framework
- richfaces-impl
- ${project.version}
-
-
-
+
+
+ ui
+ org.richfaces
+ 3.3.1.CR2
+
+ 4.0.0
+ org.richfaces.ui
+ colorPicker
+
+
+
+ org.richfaces.cdk
+ maven-cdk-plugin
+ 3.3.1.CR2
+
+
+ generate-sources
+
+ generate
+
+
+
+ generate-test-sources
+ generate-test-sources
+
+ generate-tests
+
+
+
+
+
+ org.richfaces.ui
+
+ colorPicker
+
+
+
+
+
+
+
+
+ junit
+ junit
+ 3.8.1
+ test
+
+
+ org.richfaces.framework
+ richfaces-impl
+ ${project.version}
+
+
+
Modified: tags/3.3.1.CR2/ui/columns/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/columns/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/columns/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.ui
Modified: tags/3.3.1.CR2/ui/combobox/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/combobox/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/combobox/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,19 +2,19 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.ui
combobox
combobox
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
@@ -51,12 +51,12 @@
org.richfaces.framework
richfaces-impl
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.ui
suggestionbox
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
=
Modified: tags/3.3.1.CR2/ui/componentControl/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/componentControl/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/componentControl/pom.xml 2009-05-04 15:14:08 UTC (rev=
14007)
@@ -2,7 +2,7 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.ui
@@ -13,7 +13,7 @@
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
@@ -50,7 +50,7 @@
org.richfaces.framework
richfaces-impl
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/contextMenu/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/contextMenu/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/contextMenu/pom.xml 2009-05-04 15:14:08 UTC (rev 1400=
7)
@@ -2,19 +2,19 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.ui
contextMenu
contextMenu
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
@@ -51,12 +51,12 @@
org.richfaces.framework
richfaces-impl
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.ui
menu-components
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/core/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/core/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/core/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.ui
@@ -13,7 +13,7 @@
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
Modified: tags/3.3.1.CR2/ui/create.bat
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/create.bat 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/create.bat 2009-05-04 15:14:08 UTC (rev 14007)
@@ -1 +1 @@
-mvn archetype:create -DarchetypeGroupId=3Dorg.richfaces.cdk -DarchetypeArt=
ifactId=3Dmaven-archetype-jsf-component -DarchetypeVersion=3D3.3.1-SNAPSHOT=
-DgroupId=3Dorg.richfaces -DartifactId=3D%1
\ No newline at end of file
+mvn archetype:create -DarchetypeGroupId=3Dorg.richfaces.cdk -DarchetypeArt=
ifactId=3Dmaven-archetype-jsf-component -DarchetypeVersion=3D3.3.1.CR2 -Dgr=
oupId=3Dorg.richfaces -DartifactId=3D%1
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/dataFilterSlider/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/dataFilterSlider/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/dataFilterSlider/pom.xml 2009-05-04 15:14:08 UTC (rev=
14007)
@@ -2,7 +2,7 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.ui
@@ -14,7 +14,7 @@
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
@@ -45,7 +45,7 @@
org.richfaces.framework
richfaces-impl
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/dataTable/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/dataTable/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/dataTable/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.ui
@@ -13,7 +13,7 @@
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
@@ -45,7 +45,7 @@
org.richfaces.ui
richfaces-ui-core
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
-->
Modified: tags/3.3.1.CR2/ui/datascroller/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/datascroller/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/datascroller/pom.xml 2009-05-04 15:14:08 UTC (rev 140=
07)
@@ -2,7 +2,7 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.ui
@@ -13,7 +13,7 @@
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
@@ -44,7 +44,7 @@
org.richfaces.framework
richfaces-impl
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/drag-drop/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/drag-drop/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/drag-drop/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.ui
@@ -13,7 +13,7 @@
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
@@ -45,7 +45,7 @@
org.richfaces.ui
richfaces-ui-core
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
-->
Modified: tags/3.3.1.CR2/ui/dropdown-menu/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/dropdown-menu/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/dropdown-menu/pom.xml 2009-05-04 15:14:08 UTC (rev 14=
007)
@@ -2,7 +2,7 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.ui
@@ -13,7 +13,7 @@
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
@@ -44,12 +44,12 @@
org.richfaces.framework
richfaces-impl
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.ui
menu-components
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/editor/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/editor/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/editor/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.ui
@@ -13,7 +13,7 @@
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
@@ -62,7 +62,7 @@
org.richfaces.framework
richfaces-impl
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
antlr
Modified: tags/3.3.1.CR2/ui/effect/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/effect/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/effect/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.ui
@@ -13,7 +13,7 @@
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
Modified: tags/3.3.1.CR2/ui/extendedDataTable/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/extendedDataTable/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/extendedDataTable/pom.xml 2009-05-04 15:14:08 UTC (re=
v 14007)
@@ -1,35 +1,35 @@
-
+
ui
org.richfaces
- 3.3.1-SNAPSHOT
-
- 4.0.0
- org.richfaces.ui
- extendedDataTable
- extendedDataTable
-
-
-
- org.richfaces.cdk
- maven-cdk-plugin
- 3.3.1-SNAPSHOT
-
-
- generate-sources
-
- generate
-
-
-
-
-
- org.richfaces
-
- extendedDataTable
-
-
-
+ 3.3.1.CR2
+
+ 4.0.0
+ org.richfaces.ui
+ extendedDataTable
+ extendedDataTable
+
+
+
+ org.richfaces.cdk
+ maven-cdk-plugin
+ 3.3.1.CR2
+
+
+ generate-sources
+
+ generate
+
+
+
+
+
+ org.richfaces
+
+ extendedDataTable
+
+
+
=
@@ -57,52 +57,52 @@
=
- =
-
-
-
-
- org.richfaces.framework
- richfaces-impl
- 3.3.1-SNAPSHOT
-
-
- org.richfaces.ui
- drag-drop
- 3.3.1-SNAPSHOT
-
-
- org.richfaces.ui
- dataTable
- 3.3.1-SNAPSHOT
+ =
+
+
+
+
+ org.richfaces.framework
+ richfaces-impl
+ 3.3.1.CR2
-
- org.richfaces.ui
- menu-components
- 3.3.1-SNAPSHOT
-
-
- org.richfaces.ui
- contextMenu
- 3.3.1-SNAPSHOT
-
-
-
- org.richfaces.ui
- jQuery
- 3.3.1-SNAPSHOT
-
- =
-
- org.richfaces.ui
- componentControl
- 3.3.1-SNAPSHOT
-
-
-
- org.richfaces.ui
- scrollableDataTable
- 3.3.1-SNAPSHOT
-
-
+
+ org.richfaces.ui
+ drag-drop
+ 3.3.1.CR2
+
+
+ org.richfaces.ui
+ dataTable
+ 3.3.1.CR2
+
+
+ org.richfaces.ui
+ menu-components
+ 3.3.1.CR2
+
+
+ org.richfaces.ui
+ contextMenu
+ 3.3.1.CR2
+
+
+
+ org.richfaces.ui
+ jQuery
+ 3.3.1.CR2
+
+ =
+
+ org.richfaces.ui
+ componentControl
+ 3.3.1.CR2
+
+
+
+ org.richfaces.ui
+ scrollableDataTable
+ 3.3.1.CR2
+
+
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/fileUpload/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/fileUpload/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/fileUpload/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,19 +2,19 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.ui
fileUpload
fileUpload
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
@@ -51,12 +51,12 @@
org.richfaces.framework
richfaces-impl
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.ui
progressBar
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/functions/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/functions/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/functions/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.ui
@@ -13,7 +13,7 @@
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
Modified: tags/3.3.1.CR2/ui/gmap/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/gmap/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/gmap/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.ui
@@ -13,7 +13,7 @@
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
Modified: tags/3.3.1.CR2/ui/hotKey/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/hotKey/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/hotKey/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -1,56 +1,56 @@
-
-
- ui
- org.richfaces
- 3.3.1-SNAPSHOT
-
- 4.0.0
- org.richfaces.ui
- hotKey
- hotKey
-
-
-
- org.richfaces.cdk
- maven-cdk-plugin
- 3.3.1-SNAPSHOT
-
-
- generate-sources
-
- generate
-
-
-
- generate-test-sources
- generate-test-sources
-
- generate-tests
-
-
-
-
-
- org.richfaces
-
- hotKey
-
-
-
-
-
-
-
-
- junit
- junit
- 3.8.1
- test
-
-
- org.richfaces.framework
- richfaces-impl
- 3.3.1-SNAPSHOT
-
-
+
+
+ ui
+ org.richfaces
+ 3.3.1.CR2
+
+ 4.0.0
+ org.richfaces.ui
+ hotKey
+ hotKey
+
+
+
+ org.richfaces.cdk
+ maven-cdk-plugin
+ 3.3.1.CR2
+
+
+ generate-sources
+
+ generate
+
+
+
+ generate-test-sources
+ generate-test-sources
+
+ generate-tests
+
+
+
+
+
+ org.richfaces
+
+ hotKey
+
+
+
+
+
+
+
+
+ junit
+ junit
+ 3.8.1
+ test
+
+
+ org.richfaces.framework
+ richfaces-impl
+ 3.3.1.CR2
+
+
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/inplaceInput/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/inplaceInput/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/inplaceInput/pom.xml 2009-05-04 15:14:08 UTC (rev 140=
07)
@@ -2,19 +2,19 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.ui
inplaceInput
inplaceInput
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
@@ -51,17 +51,17 @@
org.richfaces.framework
richfaces-impl
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.ui
combobox
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.ui
core
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/inplaceSelect/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/inplaceSelect/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/inplaceSelect/pom.xml 2009-05-04 15:14:08 UTC (rev 14=
007)
@@ -2,19 +2,19 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.ui
inplaceSelect
inplaceSelect
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
@@ -51,22 +51,22 @@
org.richfaces.framework
richfaces-impl
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.framework
richfaces-api
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.ui
combobox
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.ui
inplaceInput
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
=
Modified: tags/3.3.1.CR2/ui/inputnumber-slider/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/inputnumber-slider/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/inputnumber-slider/pom.xml 2009-05-04 15:14:08 UTC (r=
ev 14007)
@@ -2,7 +2,7 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.ui
@@ -13,7 +13,7 @@
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
Modified: tags/3.3.1.CR2/ui/inputnumber-spinner/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/inputnumber-spinner/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/inputnumber-spinner/pom.xml 2009-05-04 15:14:08 UTC (=
rev 14007)
@@ -2,7 +2,7 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.ui
@@ -13,7 +13,7 @@
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
Modified: tags/3.3.1.CR2/ui/insert/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/insert/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/insert/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.ui
@@ -13,7 +13,7 @@
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
Modified: tags/3.3.1.CR2/ui/jQuery/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/jQuery/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/jQuery/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.ui
@@ -13,7 +13,7 @@
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
Modified: tags/3.3.1.CR2/ui/layout/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/layout/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/layout/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -1,54 +1,54 @@
-
-
- 4.0.0
-
- ui
- org.richfaces
- 3.3.1-SNAPSHOT
-
- org.richfaces.ui
- layout
- 3.3.1-SNAPSHOT
- layout
-
-
-
- org.richfaces.cdk
- maven-cdk-plugin
- 3.3.1-SNAPSHOT
-
-
- generate-sources
- generate-sources
-
- generate
-
-
-
- generate-test-sources
- generate-test-sources
-
- generate-tests
-
-
-
-
-
- org.richfaces
-
- http://richfaces.org/layout
- layout
-
-
-
-
-
-
-
-
- org.richfaces.framework
- richfaces-impl
- 3.3.1-SNAPSHOT
-
-
-
+
+
+ 4.0.0
+
+ ui
+ org.richfaces
+ 3.3.1.CR2
+
+ org.richfaces.ui
+ layout
+ 3.3.1.CR2
+ layout
+
+
+
+ org.richfaces.cdk
+ maven-cdk-plugin
+ 3.3.1.CR2
+
+
+ generate-sources
+ generate-sources
+
+ generate
+
+
+
+ generate-test-sources
+ generate-test-sources
+
+ generate-tests
+
+
+
+
+
+ org.richfaces
+
+ http://richfaces.org/layout
+ layout
+
+
+
+
+
+
+
+
+ org.richfaces.framework
+ richfaces-impl
+ 3.3.1.CR2
+
+
+
Modified: tags/3.3.1.CR2/ui/listShuttle/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/listShuttle/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/listShuttle/pom.xml 2009-05-04 15:14:08 UTC (rev 1400=
7)
@@ -2,7 +2,7 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.ui
Modified: tags/3.3.1.CR2/ui/menu-components/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/menu-components/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/menu-components/pom.xml 2009-05-04 15:14:08 UTC (rev =
14007)
@@ -2,7 +2,7 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.ui
@@ -13,7 +13,7 @@
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
@@ -44,7 +44,7 @@
org.richfaces.framework
richfaces-impl
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/message/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/message/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/message/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,19 +2,19 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.ui
message
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
Message =
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
@@ -45,7 +45,7 @@
org.richfaces.framework
richfaces-impl
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/modal-panel/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/modal-panel/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/modal-panel/pom.xml 2009-05-04 15:14:08 UTC (rev 1400=
7)
@@ -2,7 +2,7 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.ui
@@ -13,7 +13,7 @@
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
Modified: tags/3.3.1.CR2/ui/orderingList/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/orderingList/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/orderingList/pom.xml 2009-05-04 15:14:08 UTC (rev 140=
07)
@@ -2,7 +2,7 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.ui
@@ -13,7 +13,7 @@
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
Modified: tags/3.3.1.CR2/ui/paint2D/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/paint2D/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/paint2D/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.ui
@@ -13,7 +13,7 @@
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
Modified: tags/3.3.1.CR2/ui/panel/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/panel/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/panel/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.ui
@@ -13,7 +13,7 @@
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
@@ -45,7 +45,7 @@
org.richfaces.framework
richfaces-impl
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/panelbar/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/panelbar/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/panelbar/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.ui
@@ -13,7 +13,7 @@
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
Modified: tags/3.3.1.CR2/ui/panelmenu/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/panelmenu/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/panelmenu/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.ui
@@ -13,7 +13,7 @@
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
@@ -44,7 +44,7 @@
org.richfaces.framework
richfaces-impl
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/pickList/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/pickList/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/pickList/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,19 +2,19 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.ui
pickList
pickList
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
@@ -53,26 +53,26 @@
org.richfaces.framework
richfaces-impl
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
=
org.richfaces.framework
richfaces-api
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
=
=
org.richfaces.ui
listShuttle
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
=
org.richfaces.ui
orderingList
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
=
=
Modified: tags/3.3.1.CR2/ui/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
root
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces
@@ -138,12 +138,12 @@
org.richfaces.framework
richfaces-impl
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.framework
richfaces-test
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
test
Modified: tags/3.3.1.CR2/ui/progressBAR/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/progressBAR/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/progressBAR/pom.xml 2009-05-04 15:14:08 UTC (rev 1400=
7)
@@ -2,19 +2,19 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.ui
progressBar
progressBar
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
@@ -45,12 +45,12 @@
org.richfaces.framework
richfaces-impl
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.ui
core
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/scrollableDataTable/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/scrollableDataTable/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/scrollableDataTable/pom.xml 2009-05-04 15:14:08 UTC (=
rev 14007)
@@ -2,7 +2,7 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.ui
@@ -13,7 +13,7 @@
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
@@ -70,17 +70,17 @@
org.richfaces.framework
richfaces-impl
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.ui
dataTable
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.ui
core
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/separator/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/separator/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/separator/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.ui
@@ -13,7 +13,7 @@
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
Modified: tags/3.3.1.CR2/ui/simpleTogglePanel/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/simpleTogglePanel/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/simpleTogglePanel/pom.xml 2009-05-04 15:14:08 UTC (re=
v 14007)
@@ -2,7 +2,7 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.ui
@@ -13,7 +13,7 @@
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
@@ -44,7 +44,7 @@
org.richfaces.framework
richfaces-impl
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/spacer/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/spacer/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/spacer/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.ui
@@ -13,7 +13,7 @@
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
@@ -44,7 +44,7 @@
org.richfaces.framework
richfaces-impl
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/state/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/state/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/state/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -1,43 +1,43 @@
-
-
- ui
- org.richfaces
- 3.3.1-SNAPSHOT
-
- 4.0.0
- org.richfaces.ui
- state
- state
-
-
-
- org.richfaces.cdk
- maven-cdk-plugin
- 3.3.1-SNAPSHOT
-
-
- generate-sources
-
- generate
-
-
-
-
-
- org.richfaces.ui
-
- state
-
-
-
-
-
-
-
-
- org.richfaces.framework
- richfaces-impl
- 3.3.1-SNAPSHOT
-
-
+
+
+ ui
+ org.richfaces
+ 3.3.1.CR2
+
+ 4.0.0
+ org.richfaces.ui
+ state
+ state
+
+
+
+ org.richfaces.cdk
+ maven-cdk-plugin
+ 3.3.1.CR2
+
+
+ generate-sources
+
+ generate
+
+
+
+
+
+ org.richfaces.ui
+
+ state
+
+
+
+
+
+
+
+
+ org.richfaces.framework
+ richfaces-impl
+ 3.3.1.CR2
+
+
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/suggestionbox/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/suggestionbox/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/suggestionbox/pom.xml 2009-05-04 15:14:08 UTC (rev 14=
007)
@@ -2,7 +2,7 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.ui
@@ -13,7 +13,7 @@
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
@@ -44,7 +44,7 @@
org.richfaces.framework
richfaces-impl
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/tabPanel/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/tabPanel/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/tabPanel/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.ui
@@ -13,7 +13,7 @@
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
@@ -44,7 +44,7 @@
org.richfaces.framework
richfaces-impl
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/togglePanel/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/togglePanel/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/togglePanel/pom.xml 2009-05-04 15:14:08 UTC (rev 1400=
7)
@@ -2,7 +2,7 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.ui
@@ -13,7 +13,7 @@
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
@@ -44,7 +44,7 @@
org.richfaces.framework
richfaces-impl
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/toolBar/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/toolBar/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/toolBar/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.ui
@@ -13,7 +13,7 @@
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
@@ -44,7 +44,7 @@
org.richfaces.framework
richfaces-impl
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/tooltip/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/tooltip/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/tooltip/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.ui
@@ -13,7 +13,7 @@
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
@@ -44,7 +44,7 @@
org.richfaces.framework
richfaces-impl
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/tree/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/tree/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/tree/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.ui
@@ -13,7 +13,7 @@
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
@@ -45,7 +45,7 @@
org.richfaces.ui
drag-drop
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/treeModel/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/treeModel/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/treeModel/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.ui
@@ -13,7 +13,7 @@
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
@@ -45,12 +45,12 @@
org.richfaces.framework
richfaces-impl
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.ui
tree
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/treeTable/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/treeTable/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/treeTable/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,19 +2,19 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces
treeTable
treeTable
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
Modified: tags/3.3.1.CR2/ui/virtualEarth/pom.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/ui/virtualEarth/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/ui/virtualEarth/pom.xml 2009-05-04 15:14:08 UTC (rev 140=
07)
@@ -2,7 +2,7 @@
ui
org.richfaces
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
4.0.0
org.richfaces.ui
@@ -13,7 +13,7 @@
org.richfaces.cdk
maven-cdk-plugin
- 3.3.1-SNAPSHOT
+ 3.3.1.CR2
generate-sources
--===============7231492333188892132==--
From richfaces-svn-commits at lists.jboss.org Mon May 4 12:32:03 2009
Content-Type: multipart/mixed; boundary="===============8377616607640015701=="
MIME-Version: 1.0
From: richfaces-svn-commits at lists.jboss.org
To: richfaces-svn-commits at lists.jboss.org
Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r14009 -
trunk/framework/impl/src/main/java/org/ajax4jsf/request.
Date: Mon, 04 May 2009 12:29:31 -0400
Message-ID:
--===============8377616607640015701==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: nbelaevski
Date: 2009-05-04 12:29:31 -0400 (Mon, 04 May 2009)
New Revision: 14009
Modified:
trunk/framework/impl/src/main/java/org/ajax4jsf/request/MultipartRequest=
.java
Log:
Added additional call to setupProgressData() in parseRequest() - https://ji=
ra.jboss.org/jira/browse/RF-6947
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/request/Multipart=
Request.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/framework/impl/src/main/java/org/ajax4jsf/request/MultipartReques=
t.java 2009-05-04 15:23:57 UTC (rev 14008)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/request/MultipartReques=
t.java 2009-05-04 16:29:31 UTC (rev 14009)
@@ -610,6 +610,8 @@
public void parseRequest() {
canStop =3D true;
=
+ setupProgressData();
+ =
try {
initialize();
=
--===============8377616607640015701==--
From richfaces-svn-commits at lists.jboss.org Mon May 4 12:34:23 2009
Content-Type: multipart/mixed; boundary="===============8647208949772574772=="
MIME-Version: 1.0
From: richfaces-svn-commits at lists.jboss.org
To: richfaces-svn-commits at lists.jboss.org
Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r14010 - in
trunk/examples/photoalbum/tests/src/test/java/org/richfaces/photoalbum:
testng and 1 other directory.
Date: Mon, 04 May 2009 12:31:50 -0400
Message-ID:
--===============8647208949772574772==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: Alex.Kolonitsky
Date: 2009-05-04 12:31:50 -0400 (Mon, 04 May 2009)
New Revision: 14010
Added:
trunk/examples/photoalbum/tests/src/test/java/org/richfaces/photoalbum/t=
estng/ImageResizerTest.java
Modified:
trunk/examples/photoalbum/tests/src/test/java/org/richfaces/photoalbum/R=
ealWorldHelper.java
Log:
add ImageResizerTest
Modified: trunk/examples/photoalbum/tests/src/test/java/org/richfaces/photo=
album/RealWorldHelper.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/examples/photoalbum/tests/src/test/java/org/richfaces/photoalbum/=
RealWorldHelper.java 2009-05-04 16:29:31 UTC (rev 14009)
+++ trunk/examples/photoalbum/tests/src/test/java/org/richfaces/photoalbum/=
RealWorldHelper.java 2009-05-04 16:31:50 UTC (rev 14010)
@@ -123,6 +123,11 @@
=
}
=
+ public static interface ResizeSlider {
+ String TRACK_SLIDER =3D "//td[./div[@class=3D'dr-insldr-track rich-insl=
ider-track']]";
+ String SLIDER_INPUT =3D "//*[@class=3D'dr-insldr rich-slider']//input[@=
type=3D'hidden']";
+ }
+
public static interface Search {
String SEARCH_INPUT =3D "//*[@class=3D'search-input']";
String SEARCH_BUTTON =3D "//*[@class=3D'search-find-button']";
Added: trunk/examples/photoalbum/tests/src/test/java/org/richfaces/photoalb=
um/testng/ImageResizerTest.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/examples/photoalbum/tests/src/test/java/org/richfaces/photoalbum/=
testng/ImageResizerTest.java (rev 0)
+++ trunk/examples/photoalbum/tests/src/test/java/org/richfaces/photoalbum/=
testng/ImageResizerTest.java 2009-05-04 16:31:50 UTC (rev 14010)
@@ -0,0 +1,60 @@
+package org.richfaces.photoalbum.testng;
+
+import org.richfaces.photoalbum.SeleniumTestBase;
+import org.testng.annotations.Test;
+import org.testng.Assert;
+
+import static org.richfaces.photoalbum.RealWorldHelper.HtmlConstants.Resiz=
eSlider.*;
+
+/**
+ * @user: akolonitsky
+ * Date: May 4, 2009
+ */
+public class ImageResizerTest extends SeleniumTestBase {
+
+ private static final int LENGTH =3D 200;
+ =
+ private static final int VALUE_START =3D 80;
+ private static final int VALUE_STEP =3D 40;
+ private static final int VALUE_END =3D 200;
+
+ private static final int VALUE_DEFAULT =3D 120;
+
+ @Test
+ public void testResize() {
+ renderPage();
+
+ selenium.click("//*[@class=3D'album-cover-image'][1]");
+ waitForAjaxCompletion();
+
+ final int count =3D getImageCount(VALUE_DEFAULT);
+
+ for (int i =3D 0; i < (VALUE_END-VALUE_START)/VALUE_STEP; i++) {
+ testPosition(count, i);
+ }
+ }
+
+ private void testPosition(final int count, final int position) {
+ final int value =3D VALUE_START + position * VALUE_STEP;
+
+ clickSlider(position);
+ waitForAjaxCompletion();
+ Assert.assertEquals(value, getSliderValue());
+ Assert.assertEquals(count, getImageCount(value));
+ }
+
+ private int getImageCount(final int value) {
+ return selenium.getXpathCount("//*[@class=3D'preview_box_photo_"+value+"=
']").intValue();
+ }
+
+ private void clickSlider(int position) {
+ final String track =3D TRACK_SLIDER;
+ final String coords =3D (LENGTH * VALUE_STEP / (VALUE_END - VALUE_START)=
* position + 1) + ",1";
+ selenium.mouseDownAt(track, coords);
+ selenium.mouseUpAt(track, coords);
+ }
+
+ private int getSliderValue() {
+ return Integer.parseInt(selenium.getValue(SLIDER_INPUT));
+ }
+}
--===============8647208949772574772==--
From richfaces-svn-commits at lists.jboss.org Mon May 4 14:06:49 2009
Content-Type: multipart/mixed; boundary="===============1593472102031337522=="
MIME-Version: 1.0
From: richfaces-svn-commits at lists.jboss.org
To: richfaces-svn-commits at lists.jboss.org
Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r14011 - in
trunk/examples/photoalbum/source/web/src/main:
java/org/richfaces/photoalbum/util and 3 other directories.
Date: Mon, 04 May 2009 14:04:16 -0400
Message-ID:
--===============1593472102031337522==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: amarkhel
Date: 2009-05-04 14:04:16 -0400 (Mon, 04 May 2009)
New Revision: 14011
Removed:
trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoal=
bum/manager/TreeManager.java
Modified:
trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoal=
bum/manager/AlbumManager.java
trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoal=
bum/manager/Controller.java
trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoal=
bum/manager/DnDManager.java
trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoal=
bum/manager/ImageManager.java
trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoal=
bum/manager/NavigationEnum.java
trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoal=
bum/manager/ShelfManager.java
trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoal=
bum/util/SessionListener.java
trunk/examples/photoalbum/source/web/src/main/webapp/includes/album/crea=
teAlbum.xhtml
trunk/examples/photoalbum/source/web/src/main/webapp/includes/fileUpload=
/uploadResult.xhtml
trunk/examples/photoalbum/source/web/src/main/webapp/includes/index/tree=
.xhtml
Log:
Modified: trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/=
photoalbum/manager/AlbumManager.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoa=
lbum/manager/AlbumManager.java 2009-05-04 16:31:50 UTC (rev 14010)
+++ trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoa=
lbum/manager/AlbumManager.java 2009-05-04 18:04:16 UTC (rev 14011)
@@ -19,7 +19,11 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-130=
1 USA
*/
package org.richfaces.photoalbum.manager;
-
+/**
+ * Class encapsulated all functionality, related to working with album.
+ *
+ * @author Andrey Markhel
+ */
import java.io.Serializable;
=
import org.jboss.seam.ScopeType;
@@ -54,24 +58,39 @@
=
@In FacesMessages facesMessages;
=
+ /**
+ * Method, that invoked on creation of the new album. Only registered use=
rs can create new albums.
+ * @param album - new album
+ *
+ */
@Restrict("#{s:hasRole('admin')}")
public void addAlbum(Album album){
+ //Shelf must be not-null
if(album.getShelf() =3D=3D null){
facesMessages.addToControl(Constants.SHELF_ID, Constants.SHELF_MUST_BE_=
NOT_NULL_ERROR, null);
Contexts.getConversationContext().set(Constants.ALBUM_VARIABLE, album);
return;
}
+ //All data is valid
validationSuccess =3D true;
try{
+ //Save to DB
albumAction.addAlbum(album);
}catch(Exception e){
Events.instance().raiseEvent(Constants.ADD_ERROR_EVENT, Constants.ALBUM=
_SAVING_ERROR);
return;
}
+ //Reset 'album' component in conversation scope
Contexts.getConversationContext().set(Constants.ALBUM_VARIABLE, null);
+ //Raise 'albumAdded' event
Events.instance().raiseEvent(Constants.ALBUM_ADDED_EVENT, album);
}
=
+ /**
+ * Method, that invoked when user want to create new album. Only registe=
red users can create new albums.
+ * @param shelf - shelf, that will contain new album
+ *
+ */
@Restrict("#{s:hasRole('admin')}")
public void createAlbum(Shelf shelf){
Album album =3D new Album();
@@ -86,9 +105,15 @@
}
}
album.setShelf(shelf);
+ //Reset 'album' component in conversation scope
Contexts.getConversationContext().set(Constants.ALBUM_VARIABLE, album);
}
=
+ /**
+ * Method, that invoked when user click 'Edit album' button. Only registe=
red users can create new albums.
+ * @param album - edited album
+ *
+ */
@Restrict("#{s:hasRole('admin')}")
public void editAlbum(Album album){
try{
@@ -97,9 +122,15 @@
Events.instance().raiseEvent(Constants.ADD_ERROR_EVENT, Constants.ALBUM=
_SAVING_ERROR);
return;
}
+ //Reset 'album' component in conversation scope
Events.instance().raiseEvent(Constants.ALBUM_EDITED_EVENT, album);
}
=
+ /**
+ * Method, that invoked when user click 'Delete album' button. Only regis=
tered users can create new albums.
+ * @param album - album to delete
+ *
+ */
@Restrict("#{s:hasRole('admin')}")
public void deleteAlbum(Album album){
String pathToDelete =3D album.getPath();
@@ -109,6 +140,7 @@
Events.instance().raiseEvent(Constants.ADD_ERROR_EVENT, Constants.ALBUM=
_DELETING_ERROR);
return;
}
+ //Raise 'albumDeleted' event, parameter path - path of Directory to dele=
te
Events.instance().raiseEvent(Constants.ALBUM_DELETED_EVENT, album, pathT=
oDelete);
}
=
Modified: trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/=
photoalbum/manager/Controller.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoa=
lbum/manager/Controller.java 2009-05-04 16:31:50 UTC (rev 14010)
+++ trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoa=
lbum/manager/Controller.java 2009-05-04 18:04:16 UTC (rev 14011)
@@ -31,6 +31,7 @@
import org.jboss.seam.annotations.security.Restrict;
import org.jboss.seam.contexts.Contexts;
import org.jboss.seam.core.Events;
+import org.richfaces.component.UITree;
import org.richfaces.photoalbum.domain.Album;
import org.richfaces.photoalbum.domain.Image;
import org.richfaces.photoalbum.domain.MetaTag;
@@ -265,6 +266,15 @@
model.resetModel(NavigationEnum.ANONYM, user, null, null, null, null);
}
=
+ @SuppressWarnings("unchecked")
+ public Boolean adviseNodeSelected(UITree tree) {
+ Object currentNode =3D tree.getRowData();
+ if(currentNode.equals(model.getSelectedAlbum()) || currentNode.equals(mo=
del.getSelectedShelf())){
+ return true;
+ }
+ return false;
+ }
+ =
public Integer getPage(){
final Integer index =3D model.getSelectedAlbum().getIndex(model.getSelec=
tedImage());
return index / 5 + 1;
Modified: trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/=
photoalbum/manager/DnDManager.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoa=
lbum/manager/DnDManager.java 2009-05-04 16:31:50 UTC (rev 14010)
+++ trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoa=
lbum/manager/DnDManager.java 2009-05-04 18:04:16 UTC (rev 14011)
@@ -97,13 +97,13 @@
}
=
private void addTreeToRerender() {
- try {
- FacesContext fc =3D FacesContext.getCurrentInstance();
- AjaxContext ac =3D AjaxContext.getCurrentInstance();
- UIComponent destTree =3D fc.getViewRoot().findComponent(Constants.TRE=
E_ID);
- ac.addComponentToAjaxRender(destTree);
- } catch (Exception e) {
- System.err.print(e.getMessage());
+ try {
+ FacesContext fc =3D FacesContext.getCurrentInstance();
+ AjaxContext ac =3D AjaxContext.getCurrentInstance();
+ UIComponent destTree =3D fc.getViewRoot().findComponent(Constants.TREE_=
ID);
+ ac.addComponentToAjaxRender(destTree);
+ } catch (Exception e) {
+ System.err.print(e.getMessage());
+ }
}
}
-}
Modified: trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/=
photoalbum/manager/ImageManager.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoa=
lbum/manager/ImageManager.java 2009-05-04 16:31:50 UTC (rev 14010)
+++ trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoa=
lbum/manager/ImageManager.java 2009-05-04 18:04:16 UTC (rev 14011)
@@ -19,7 +19,11 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-130=
1 USA
*/
package org.richfaces.photoalbum.manager;
-
+/**
+ * Class encapsulated all functionality, related to working with image.
+ *
+ * @author Andrey Markhel
+ */
import java.util.Date;
import java.util.List;
=
@@ -52,6 +56,11 @@
=
@In User user;
=
+ /**
+ * Method, that invoked when user click 'Delete image' button. Only regis=
tered users can create new albums.
+ * @param image - image to delete
+ *
+ */
@Restrict("#{s:hasRole('admin')}")
public void deleteImage(Image image) {
String pathToDelete =3D image.getFullPath();
@@ -61,9 +70,15 @@
Events.instance().raiseEvent(Constants.ADD_ERROR_EVENT, Constants.IMAGE=
_DELETING_ERROR);
return;
}
+ //Raise 'imageDeleted' event, parameter path - path of file to delete
Events.instance().raiseEvent(Constants.IMAGE_DELETED_EVENT, image,=
pathToDelete);
}
=
+ /**
+ * Method, that invoked when user click 'Edit image' button. Only registe=
red users can create new albums.
+ * @param image - image to edit
+ *
+ */
@Restrict("#{s:hasRole('admin')}")
public void editImage(Image image, boolean metatagsChanged) {
try{
@@ -75,6 +90,12 @@
Events.instance().raiseEvent(Constants.UPDATE_MAIN_AREA_EVENT, Nav=
igationEnum.ALBUM_IMAGE_PREVIEW);
}
=
+ /**
+ * Method, that invoked when user add comment to image. Only registered u=
sers can create new albums.
+ * @param image - image
+ * @param message - comment text
+ *
+ */
@Restrict("#{s:hasRole('admin')}")
public void addComment(Image image, String message) {
if (null =3D=3D user.getLogin()) {
@@ -95,9 +116,15 @@
Events.instance().raiseEvent(Constants.ADD_ERROR_EVENT, Constants.SAVE_=
COMMENT_ERROR);
return;
}
+ //Clear rich:editor component
Events.instance().raiseEvent(Constants.CLEAR_EDITOR_EVENT, "");
}
=
+ /**
+ * Method, that invoked when user delete comment. Only registered users c=
an create new albums.
+ * @param comment - comment to delete
+ *
+ */
@Restrict("#{s:hasRole('admin')}")
public void deleteComment(Comment comment) {
try{
@@ -108,10 +135,21 @@
}
}
=
+ /**
+ * Method, that invoked to retrieve most popular metatags.
+ * @return List of most popular metatags
+ *
+ */
public List popularTags() {
return imageAction.getPopularTags();
}
=
+ /**
+ * Method, that used to autocomplete 'metatags' field while typing.
+ * @param suggest - text to autocomplete
+ * @return List of similar metatags
+ *
+ */
public List autoComplete(Object suggest) {
String temp =3D (String) suggest;
if (temp.trim().equals("")) {
@@ -120,6 +158,12 @@
return imageAction.getTagsLikeString((String)suggest);
}
=
+ /**
+ * Method, that invoked to retrieve direct link to image, to represent in=
UI.
+ * @param image - image to get direct link
+ * @return List of similar metatags
+ *
+ */
public String getImageDirectLink(Image image) {
String directLink =3D null;
=
@@ -142,12 +186,12 @@
=
}
=
- protected String createServerURL(HttpServletRequest request) {
+ private String createServerURL(HttpServletRequest request) {
StringBuffer url =3D new StringBuffer();
=
if(request !=3D null) {
String name =3D request.getServerName();
- String protocol =3D (request.getProtocol().split("/"))[0].toLowerCase();
+ String protocol =3D (request.getProtocol().split(Constants.SLASH))[0].t=
oLowerCase();
=
int port =3D request.getServerPort();
=
Modified: trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/=
photoalbum/manager/NavigationEnum.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoa=
lbum/manager/NavigationEnum.java 2009-05-04 16:31:50 UTC (rev 14010)
+++ trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoa=
lbum/manager/NavigationEnum.java 2009-05-04 18:04:16 UTC (rev 14011)
@@ -20,6 +20,12 @@
*/
package org.richfaces.photoalbum.manager;
=
+/**
+ * Class encapsulated all possible states, that can be applied to so calle=
d 'mainArea' area on the page.
+ *
+ * @author Andrey Markhel
+ */
+
public enum NavigationEnum {
ANONYM("includes/publicShelves.xhtml"),
FILE_UPLOAD("includes/fileUpload.xhtml"),
@@ -44,7 +50,9 @@
private NavigationEnum(String t){
template=3Dt;
}
+ =
private String template;
+ =
public String getTemplate() {
return template;
}
Modified: trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/=
photoalbum/manager/ShelfManager.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoa=
lbum/manager/ShelfManager.java 2009-05-04 16:31:50 UTC (rev 14010)
+++ trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoa=
lbum/manager/ShelfManager.java 2009-05-04 18:04:16 UTC (rev 14011)
@@ -20,6 +20,11 @@
*/
package org.richfaces.photoalbum.manager;
=
+/**
+ * Class encapsulated all functionality, related to working with shelf.
+ *
+ * @author Andrey Markhel
+ */
import java.io.Serializable;
import java.util.List;
=
@@ -51,12 +56,21 @@
=
@In User user;
=
+ /**
+ * Method, that invoked when user want to create new shelf. Only registe=
red users can create new albums.
+ *
+ */
@Restrict("#{s:hasRole('admin')}")
public void createShelf() {
Shelf shelf =3D new Shelf();
Contexts.getConversationContext().set(Constants.SHELF_VARIABLE, sh=
elf);
}
=
+ /**
+ * Method, that invoked on creation of the new shelf. Only registered use=
rs can create new albums.
+ * @param album - new album
+ *
+ */
@Restrict("#{s:hasRole('admin')}")
public void addShelf(Shelf shelf) {
validationSuccess =3D true;
@@ -69,10 +83,11 @@
Events.instance().raiseEvent(Constants.SHELF_ADDED_EVENT, shelf);
}
=
- public List getAvailableShelves(User user) {
- return user.getShelves();
- }
-
+ /**
+ * Method, that invoked when user click 'Edit shelf' button. Only registe=
red users can create new albums.
+ * @param shelf - shelf to edit
+ *
+ */
@Restrict("#{s:hasRole('admin')}")
public void editShelf(Shelf shelf) {
try{
@@ -84,6 +99,11 @@
Events.instance().raiseEvent(Constants.SHELF_EDITED_EVENT, shelf);
}
=
+ /**
+ * Method, that invoked when user click 'Delete shelf' button. Only regis=
tered users can create new albums.
+ * @param image - shelf to delete
+ *
+ */
@Restrict("#{s:hasRole('admin')}")
public void deleteShelf(Shelf shelf) {
String pathToDelete =3D shelf.getPath();
@@ -96,6 +116,12 @@
Events.instance().raiseEvent(Constants.SHELF_DELETED_EVENT, shelf,=
pathToDelete);
}
=
+ /**
+ * This method used to populate 'pre-defined shelves' tree
+ * =
+ * @return List of predefined shelfs
+ *
+ */
public List getPredefinedShelves() {
if (shelves =3D=3D null) {
shelves =3D shelfAction.getPredefinedShelves();
@@ -103,6 +129,12 @@
return shelves;
}
=
+ /**
+ * This method used to populate 'my shelves' tree
+ * =
+ * @return List of users shelfs
+ *
+ */
public List getUserShelves(){
return user.getShelves();
}
Deleted: trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/p=
hotoalbum/manager/TreeManager.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoa=
lbum/manager/TreeManager.java 2009-05-04 16:31:50 UTC (rev 14010)
+++ trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoa=
lbum/manager/TreeManager.java 2009-05-04 18:04:16 UTC (rev 14011)
@@ -1,27 +0,0 @@
-package org.richfaces.photoalbum.manager;
-
-import java.io.Serializable;
-
-import org.jboss.seam.ScopeType;
-import org.jboss.seam.annotations.In;
-import org.jboss.seam.annotations.Name;
-import org.jboss.seam.annotations.Scope;
-import org.richfaces.component.UITree;
-
-(a)Name("treeManager")
-(a)Scope(ScopeType.EVENT)
-public class TreeManager implements Serializable{
-
- @In Model model;
- =
- private static final long serialVersionUID =3D 5656562187249324512L;
- =
- @SuppressWarnings("unchecked")
- public Boolean adviseNodeSelected(UITree tree) {
- Object currentNode =3D tree.getRowData();
- if(currentNode.equals(model.getSelectedAlbum()) || currentNode.equals(mo=
del.getSelectedShelf())){
- return true;
- }
- return false;
- }
-}
Modified: trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/=
photoalbum/util/SessionListener.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoa=
lbum/util/SessionListener.java 2009-05-04 16:31:50 UTC (rev 14010)
+++ trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoa=
lbum/util/SessionListener.java 2009-05-04 18:04:16 UTC (rev 14011)
@@ -10,7 +10,9 @@
import org.jboss.seam.annotations.Scope;
import org.jboss.seam.annotations.Startup;
import org.jboss.seam.annotations.Transactional;
+import org.jboss.seam.core.Events;
import org.richfaces.photoalbum.domain.User;
+import org.richfaces.photoalbum.service.Constants;
=
@Scope(ScopeType.SESSION)
@Name("sessionListener")
@@ -23,11 +25,11 @@
=
@Destroy @Transactional @Observer("org.jboss.seam.sessionExpired")
public void onDestroy(){
- /*if(user.getId() !=3D null && !user.isPreDefined()){
+ if(user.getId() !=3D null && !user.isPreDefined()){
user =3D em.merge(user);
em.remove(user);
em.flush();
Events.instance().raiseEvent(Constants.USER_DELETED_EVENT, user);
- }*/
+ }
}
}
Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/alb=
um/createAlbum.xhtml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
(Binary files differ)
Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/fil=
eUpload/uploadResult.xhtml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
(Binary files differ)
Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/ind=
ex/tree.xhtml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
(Binary files differ)
--===============1593472102031337522==--
From richfaces-svn-commits at lists.jboss.org Mon May 4 14:06:56 2009
Content-Type: multipart/mixed; boundary="===============6204905355479126868=="
MIME-Version: 1.0
From: richfaces-svn-commits at lists.jboss.org
To: richfaces-svn-commits at lists.jboss.org
Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r14012 - in
trunk/examples/photoalbum/source/ejb/src/main/java/org/richfaces/photoalbum:
service and 1 other directory.
Date: Mon, 04 May 2009 14:04:24 -0400
Message-ID:
--===============6204905355479126868==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: amarkhel
Date: 2009-05-04 14:04:24 -0400 (Mon, 04 May 2009)
New Revision: 14012
Modified:
trunk/examples/photoalbum/source/ejb/src/main/java/org/richfaces/photoal=
bum/domain/Comment.java
trunk/examples/photoalbum/source/ejb/src/main/java/org/richfaces/photoal=
bum/service/AlbumAction.java
trunk/examples/photoalbum/source/ejb/src/main/java/org/richfaces/photoal=
bum/service/ImageAction.java
trunk/examples/photoalbum/source/ejb/src/main/java/org/richfaces/photoal=
bum/service/ShelfAction.java
Log:
Modified: trunk/examples/photoalbum/source/ejb/src/main/java/org/richfaces/=
photoalbum/domain/Comment.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/examples/photoalbum/source/ejb/src/main/java/org/richfaces/photoa=
lbum/domain/Comment.java 2009-05-04 18:04:16 UTC (rev 14011)
+++ trunk/examples/photoalbum/source/ejb/src/main/java/org/richfaces/photoa=
lbum/domain/Comment.java 2009-05-04 18:04:24 UTC (rev 14012)
@@ -20,15 +20,8 @@
*/
package org.richfaces.photoalbum.domain;
=
-import org.hibernate.validator.Length;
-import org.hibernate.validator.NotEmpty;
-import org.hibernate.validator.NotNull;
-import org.hibernate.annotations.OnDelete;
-import org.hibernate.annotations.OnDeleteAction;
-import org.hibernate.annotations.ForeignKey;
-import org.jboss.seam.ScopeType;
-import org.jboss.seam.annotations.Name;
-import org.jboss.seam.annotations.Scope;
+import java.io.Serializable;
+import java.util.Date;
=
import javax.persistence.CascadeType;
import javax.persistence.Column;
@@ -40,8 +33,15 @@
import javax.persistence.ManyToOne;
import javax.persistence.Temporal;
import javax.persistence.TemporalType;
-import java.io.Serializable;
-import java.util.Date;
+
+import org.hibernate.annotations.OnDelete;
+import org.hibernate.annotations.OnDeleteAction;
+import org.hibernate.validator.Length;
+import org.hibernate.validator.NotEmpty;
+import org.hibernate.validator.NotNull;
+import org.jboss.seam.ScopeType;
+import org.jboss.seam.annotations.Name;
+import org.jboss.seam.annotations.Scope;
/**
* Class for representing Comment Entity. EJB3 Entity Bean
*
@@ -64,7 +64,7 @@
@JoinColumn(nullable =3D false)
private Image image;
=
- @ManyToOne(fetch =3D FetchType.LAZY)
+ @ManyToOne(cascade =3D CascadeType.REMOVE, fetch =3D FetchType.LAZY)
@OnDelete(action =3D OnDeleteAction.CASCADE)
@JoinColumn(nullable =3D true)
private User author;
Modified: trunk/examples/photoalbum/source/ejb/src/main/java/org/richfaces/=
photoalbum/service/AlbumAction.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/examples/photoalbum/source/ejb/src/main/java/org/richfaces/photoa=
lbum/service/AlbumAction.java 2009-05-04 18:04:16 UTC (rev 14011)
+++ trunk/examples/photoalbum/source/ejb/src/main/java/org/richfaces/photoa=
lbum/service/AlbumAction.java 2009-05-04 18:04:24 UTC (rev 14012)
@@ -67,15 +67,18 @@
* @throws PhotoAlbumException
*/
public void deleteAlbum(Album album) throws PhotoAlbumException {
- final Shelf shelf =3D album.getShelf();
+ Shelf parentShelf =3D album.getShelf();
try {
+ if(parentShelf =3D=3D null){
+ return;
+ }
album.setCoveringImage(null);
-
+ //Remove from previous shelf =
+ parentShelf.removeAlbum(album);
em.remove(album);
em.flush();
-
- em.refresh(shelf);
} catch (Exception e) {
+ parentShelf.addAlbum(album);
throw new PhotoAlbumException(e.getMessage());
}
}
Modified: trunk/examples/photoalbum/source/ejb/src/main/java/org/richfaces/=
photoalbum/service/ImageAction.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/examples/photoalbum/source/ejb/src/main/java/org/richfaces/photoa=
lbum/service/ImageAction.java 2009-05-04 18:04:16 UTC (rev 14011)
+++ trunk/examples/photoalbum/source/ejb/src/main/java/org/richfaces/photoa=
lbum/service/ImageAction.java 2009-05-04 18:04:24 UTC (rev 14012)
@@ -32,6 +32,7 @@
import org.jboss.seam.annotations.AutoCreate;
import org.jboss.seam.annotations.In;
import org.jboss.seam.annotations.Name;
+import org.richfaces.photoalbum.domain.Album;
import org.richfaces.photoalbum.domain.Comment;
import org.richfaces.photoalbum.domain.Image;
import org.richfaces.photoalbum.domain.MetaTag;
@@ -55,13 +56,15 @@
* @throws PhotoAlbumException
*/
public void deleteImage(Image image) throws PhotoAlbumException {
+ Album parentAlbum =3D image.getAlbum();
try{
- image.getAlbum().removeImage(image);
+ parentAlbum.removeImage(image);
image.setImageTags(null);
=
em.remove(image);
em.flush();
} catch(Exception e){
+ parentAlbum.addImage(image);
throw new PhotoAlbumException(e.getMessage());
}
}
Modified: trunk/examples/photoalbum/source/ejb/src/main/java/org/richfaces/=
photoalbum/service/ShelfAction.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/examples/photoalbum/source/ejb/src/main/java/org/richfaces/photoa=
lbum/service/ShelfAction.java 2009-05-04 18:04:16 UTC (rev 14011)
+++ trunk/examples/photoalbum/source/ejb/src/main/java/org/richfaces/photoa=
lbum/service/ShelfAction.java 2009-05-04 18:04:24 UTC (rev 14012)
@@ -56,10 +56,10 @@
*/
public void addShelf(Shelf shelf) throws PhotoAlbumException {
try{
- em.persist(shelf);
- //Add reference to user
- user.addShelf(shelf);
- em.flush();
+ em.persist(shelf);
+ //Add reference to user
+ user.addShelf(shelf);
+ em.flush();
}
catch(Exception e){
throw new PhotoAlbumException(e.getMessage());
@@ -74,11 +74,12 @@
public void deleteShelf(Shelf shelf) throws PhotoAlbumException {
try{
//Remove reference from user
- user.removeShelf(shelf);
- em.remove(shelf);
- em.flush();
+ user.removeShelf(shelf);
+ em.remove(shelf);
+ em.flush();
}
catch(Exception e){
+ user.addShelf(shelf);
throw new PhotoAlbumException(e.getMessage());
}
}
@@ -90,7 +91,7 @@
*/
public void editShelf(Shelf shelf) throws PhotoAlbumException {
try{
- em.flush();
+ em.flush();
}
catch(Exception e){
throw new PhotoAlbumException(e.getMessage());
--===============6204905355479126868==--
From richfaces-svn-commits at lists.jboss.org Mon May 4 14:46:48 2009
Content-Type: multipart/mixed; boundary="===============0991341633126623447=="
MIME-Version: 1.0
From: richfaces-svn-commits at lists.jboss.org
To: richfaces-svn-commits at lists.jboss.org
Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r14013 -
trunk/cdk/maven-resource-dependency-plugin/src/main/java/org/richfaces/cdk/rd/mojo.
Date: Mon, 04 May 2009 14:13:39 -0400
Message-ID:
--===============0991341633126623447==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: abelevich
Date: 2009-05-04 14:13:39 -0400 (Mon, 04 May 2009)
New Revision: 14013
Modified:
trunk/cdk/maven-resource-dependency-plugin/src/main/java/org/richfaces/c=
dk/rd/mojo/ResourceDependencyMojo.java
Log:
fix jar resource resolve
Modified: trunk/cdk/maven-resource-dependency-plugin/src/main/java/org/rich=
faces/cdk/rd/mojo/ResourceDependencyMojo.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/cdk/maven-resource-dependency-plugin/src/main/java/org/richfaces/=
cdk/rd/mojo/ResourceDependencyMojo.java 2009-05-04 18:04:24 UTC (rev 14012)
+++ trunk/cdk/maven-resource-dependency-plugin/src/main/java/org/richfaces/=
cdk/rd/mojo/ResourceDependencyMojo.java 2009-05-04 18:13:39 UTC (rev 14013)
@@ -22,6 +22,7 @@
=
import java.io.File;
import java.net.MalformedURLException;
+import java.net.URI;
import java.net.URL;
import java.util.Collection;
import java.util.Collections;
@@ -402,10 +403,10 @@
}
=
File file =3D artifact.getFile();
- =
+
try {
FileSystemManager manager =3D VFS.getManager();
- jarFileObjects =3D manager.resolveFile("jar://" + file.getAbsolutePath=
());
+ jarFileObjects =3D manager.resolveFile("jar:" + file.getAbsolutePath()=
);
} catch (FileSystemException e) {
getLog().error("Error during processing file: " + file.getAbsolutePath=
()+ "\n" + e.getMessage(), e);
}
--===============0991341633126623447==--
From richfaces-svn-commits at lists.jboss.org Mon May 4 18:05:26 2009
Content-Type: multipart/mixed; boundary="===============6789346921413912708=="
MIME-Version: 1.0
From: richfaces-svn-commits at lists.jboss.org
To: richfaces-svn-commits at lists.jboss.org
Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r14014 - in
trunk/samples/richfaces-demo/src/main/webapp/richfaces: dataTable and 2 other
directories.
Date: Mon, 04 May 2009 18:02:51 -0400
Message-ID:
--===============6789346921413912708==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: smukhina
Date: 2009-05-04 18:02:51 -0400 (Mon, 04 May 2009)
New Revision: 14014
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/calendar/jsAPI.xh=
tml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/calendar/model.xh=
tml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/calendar/usage.xh=
tml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/dataTable/modifia=
bleModel.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/fileUpload/usage.=
xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/mediaOutput/usage=
.xhtml
Log:
https://jira.jboss.org/jira/browse/RF-5761 Language is checked for updated =
Live Demo components 3.3.1 =
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/calendar/j=
sAPI.xhtml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/calendar/jsAPI.x=
html 2009-05-04 18:13:39 UTC (rev 14013)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/calendar/jsAPI.x=
html 2009-05-04 22:02:51 UTC (rev 14014)
@@ -51,7 +51,7 @@
prevYear() navigates to the previous year
- render(), renderFooter(), renderOptionalFooter(), renderHeader(), re=
nderOptionalHeader() - functions to initiate cliend side rendering of t=
he calendar or additional elements.
+ render(), renderFooter(), renderOptionalFooter(), renderHeader(), re=
nderOptionalHeader() - functions to initiate client side rendering of t=
he calendar or additional elements.
=
@@ -65,7 +65,7 @@
showSelectedDate() switch calendar to show currently selected d=
ate.
- today(noUpdate, noHighlight) switch calendar to todayDate. If p=
arameters - true, request will not be fired to switch, and additional highl=
ighting will be off. =
+ today(noUpdate, noHighlight) switch calendar to todayDate. If p=
arameters are "true", request is not fired to switch, and additio=
nal highlighting is off. =
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/calendar/m=
odel.xhtml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/calendar/model.x=
html 2009-05-04 18:13:39 UTC (rev 14013)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/calendar/model.x=
html 2009-05-04 22:02:51 UTC (rev 14014)
@@ -25,18 +25,18 @@
CalendarDataModelItem provides the following methods:
- Boolean isEnabled() returns true if date is
- "selectable" on the calendar, the default implementation returns true=
li>
- String getStyleClass() returns String that is
+ Boolean isEnabled() returns "true" if date is
+ "selectable" on the calendar, the default implementation returns "=
;true"
+ String getStyleClass() returns "String" that is
appended to a style class for the date span. For example it may be
- "relevant holiday" that mean a class lools like "rich-cal-day
+ "relevant holiday" that means a class looks like "rich-cal-day
relevant holiday". The default implementation returns an empty string.<=
/li>
Object getData() returns any additional payload that
must be a JSON-serializable object. It may be used in the custom date
representation on the calendar (inside the custom facet).
- Boolean hasToolTip() returns true if the given date has
- an associated one with it tooltip data. The default implementation retu=
rns
- false.
+ Boolean hasToolTip() returns "true", if the given =
date has
+ a tooltip. The default implementation returns
+ "false".
Object getToolTip() returns tool tip data that is used in a =
"batch" tooltip loading mode.
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/calendar/u=
sage.xhtml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/calendar/usage.x=
html 2009-05-04 18:13:39 UTC (rev 14013)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/calendar/usage.x=
html 2009-05-04 22:02:51 UTC (rev 14014)
@@ -45,7 +45,7 @@
=
enableManualInput attribute allows to input the date in a text f=
ield manually.
- The default value is false. It means a user can only select the date fr=
om the calendar element.
+ The default value is false. It means a user can only select date from =
the calendar element.
=
=
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/dataTable/=
modifiableModel.xhtml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/dataTable/modifi=
ableModel.xhtml 2009-05-04 18:13:39 UTC (rev 14013)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/dataTable/modifi=
ableModel.xhtml 2009-05-04 22:02:51 UTC (rev 14014)
@@ -14,7 +14,7 @@
Model class should extend ExtendedDataTableModel and additional=
ly implement =
Modifiable interface . This interface defines modify meth=
od. This =
- method will be called with lists of sort and filter fields as paramete=
rs and should perform sorting and =
+ method is called with lists of sort and filter fields as parameters an=
d should perform sorting and =
filtering according to the fields. =
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/fileUpload=
/usage.xhtml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/fileUpload/usage=
.xhtml 2009-05-04 18:13:39 UTC (rev 14013)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/fileUpload/usage=
.xhtml 2009-05-04 22:02:51 UTC (rev 14014)
@@ -12,10 +12,10 @@
extends functionality of standard
input with
type=3Dfile =
. =
- Next example shows you File Upload which allows you to upload f=
iles to server. =
- Files count allowed to upload managed with maxFilesQuantity att=
ribute. =
- Every uploaded file should be managed through fileUploadListener =
b>which called after
- every single file upload finished.
+ The next example shows you File Upload which allows you to uplo=
ad files to the server. =
+ Files number allowed to upload is managed with maxFilesQuantity attribute. =
+ Every uploaded file should be managed with fileUploadListener w=
hich is called after
+ every single file upload is finished.
=
@@ -41,8 +41,8 @@
File upload could works in automatic upload mode. You should j=
ust define =
immediateUpload upload attribute as true (false by d=
efault ) and upload will be started =
- just after file added to list. But you could freely manage the list (=
add =
- or remove some files from list while upload performed) =
+ just after a file added to the list. But you could easily manage the =
list by adding =
+ or removing some files from the list during the upload. =
Also starting from 3.2.2 version File Upload could be configured to u=
se flash
@@ -66,7 +66,7 @@
- In this example file types restricted to jpg, gif, png and bmp files =
using acceptedTypes attribute. =
+ In this example file types are restricted to jpg, gif, png and bmp fi=
les with the help of acceptedTypes attribute. =
FileUpload uses two init parameters which should be defined in Filter=
definition
@@ -74,8 +74,8 @@
- createTempFiles boolean attribute which defines if the upload=
ed files
- will be stored in temporary files or available in listener just as b=
yte[] data
+ createTempFiles boolean attribute which defines whether the u=
ploaded files
+ are stored in temporary files or available in listener just as byte[=
] data
(false for this example).
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/mediaOutpu=
t/usage.xhtml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/mediaOutput/usag=
e.xhtml 2009-05-04 18:13:39 UTC (rev 14013)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/mediaOutput/usag=
e.xhtml 2009-05-04 22:02:51 UTC (rev 14014)
@@ -17,17 +17,17 @@
The second parameter is a reference to a 'value' attribute of the compo=
nent.
- value attribute references to data that can be used as a input d=
ata for a content
+ value attribute references to data that can be used as input dat=
a for a content
creator method. The data should be serializable because it is encoded t=
o the URL
- to the resource. =
+ of the resource. =
mimeType attribute defines the type of output content. It is use=
d to define =
the corresponded type in the header of an HTTP response. =
- cacheable attribute is a flag that defines the caching strategy.=
If 'cachable'
- is set to false, the request will be cached. If it is set to true, it w=
ill be cached =
+ cacheable attribute is a flag that defines the caching strategy.=
If 'cacheable'
+ is set to false, the response will not be cached. If it is set to true=
, it will be cached =
and the serialized value of 'value' attribute plays the role of a cache=
key.
--===============6789346921413912708==--
From richfaces-svn-commits at lists.jboss.org Mon May 4 20:27:20 2009
Content-Type: multipart/mixed; boundary="===============1702895255772213694=="
MIME-Version: 1.0
From: richfaces-svn-commits at lists.jboss.org
To: richfaces-svn-commits at lists.jboss.org
Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r14015 - in trunk:
samples/layout-sample/src/main/webapp/pages and 5 other directories.
Date: Mon, 04 May 2009 20:24:44 -0400
Message-ID:
--===============1702895255772213694==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: alexsmirnov
Date: 2009-05-04 20:24:43 -0400 (Mon, 04 May 2009)
New Revision: 14015
Added:
trunk/samples/layout-sample/src/main/webapp/pages/RF-6641.xhtml
trunk/ui/layout/src/main/java/org/richfaces/renderkit/AbstractLayoutPane=
lRenderer.java
Modified:
trunk/samples/layout-sample/src/main/java/org/richfaces/samples/LayoutBe=
an.java
trunk/samples/layout-sample/src/main/webapp/pages/layout.xhtml
trunk/ui/layout/src/main/config/component/layoutPanel.xml
trunk/ui/layout/src/main/java/org/richfaces/component/UILayoutPanel.java
trunk/ui/layout/src/main/java/org/richfaces/renderkit/AbstractLayoutRend=
erer.java
trunk/ui/layout/src/main/java/org/richfaces/taglib/PageTagHandler.java
trunk/ui/layout/src/main/templates/org/richfaces/htmlLayout.jspx
trunk/ui/layout/src/main/templates/org/richfaces/htmlLayoutPanel.jspx
Log:
Start moving layout panels from CSS to style attributes.
Modified: trunk/samples/layout-sample/src/main/java/org/richfaces/samples/L=
ayoutBean.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/layout-sample/src/main/java/org/richfaces/samples/LayoutB=
ean.java 2009-05-04 22:02:51 UTC (rev 14014)
+++ trunk/samples/layout-sample/src/main/java/org/richfaces/samples/LayoutB=
ean.java 2009-05-05 00:24:43 UTC (rev 14015)
@@ -22,7 +22,7 @@
=
private boolean rendered =3D true;
=
- private String width;
+ private float width;
=
/**
* @return the rendered
@@ -41,14 +41,14 @@
/**
* @return the width
*/
- public String getWidth() {
+ public float getWidth() {
return width;
}
=
/**
* @param width the width to set
*/
- public void setWidth(String width) {
+ public void setWidth(float width) {
this.width =3D width;
}
=
Added: trunk/samples/layout-sample/src/main/webapp/pages/RF-6641.xhtml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/samples/layout-sample/src/main/webapp/pages/RF-6641.xhtml =
(rev 0)
+++ trunk/samples/layout-sample/src/main/webapp/pages/RF-6641.xhtml 2009-05=
-05 00:24:43 UTC (rev 14015)
@@ -0,0 +1,40 @@
+
+
+
+
+
+