JBoss Rich Faces SVN: r14014 - in trunk/samples/richfaces-demo/src/main/webapp/richfaces: dataTable and 2 other directories.
by richfaces-svn-commits@lists.jboss.org
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.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/calendar/model.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/calendar/usage.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/dataTable/modifiableModel.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/jsAPI.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/calendar/jsAPI.xhtml 2009-05-04 18:13:39 UTC (rev 14013)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/calendar/jsAPI.xhtml 2009-05-04 22:02:51 UTC (rev 14014)
@@ -51,7 +51,7 @@
<b>prevYear()</b> navigates to the previous year
</li>
<li>
- <b>render(), renderFooter(), renderOptionalFooter(), renderHeader(), renderOptionalHeader()</b> - functions to initiate cliend side rendering of the calendar or additional elements.
+ <b>render(), renderFooter(), renderOptionalFooter(), renderHeader(), renderOptionalHeader()</b> - functions to initiate client side rendering of the calendar or additional elements.
</li>
<li>
@@ -65,7 +65,7 @@
<b>showSelectedDate()</b> switch calendar to show currently selected date.
</li>
<li>
- <b>today(noUpdate, noHighlight)</b> switch calendar to todayDate. If parameters - true, request will not be fired to switch, and additional highlighting will be off.
+ <b>today(noUpdate, noHighlight)</b> switch calendar to todayDate. If parameters are "true", request is not fired to switch, and additional highlighting is off.
</li>
</ul>
</p>
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/calendar/model.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/calendar/model.xhtml 2009-05-04 18:13:39 UTC (rev 14013)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/calendar/model.xhtml 2009-05-04 22:02:51 UTC (rev 14014)
@@ -25,18 +25,18 @@
</p>
<p>CalendarDataModelItem provides the following methods:
<ul>
- <li><b>Boolean isEnabled()</b> returns true if date is
- "selectable" on the calendar, the default implementation returns true</li>
- <li><b>String getStyleClass()</b> returns String that is
+ <li><b>Boolean isEnabled()</b> returns "true" if date is
+ "selectable" on the calendar, the default implementation returns "true"</li>
+ <li><b>String getStyleClass()</b> 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>
<li><b>Object getData()</b> 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).</li>
- <li><b>Boolean hasToolTip()</b> returns true if the given date has
- an associated one with it tooltip data. The default implementation returns
- false.</li>
+ <li><b>Boolean hasToolTip()</b> returns "true", if the given date has
+ a tooltip. The default implementation returns
+ "false".</li>
<li><b>Object getToolTip()</b> returns tool tip data that is used in a "batch" tooltip loading mode.</li>
</ul>
</p>
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/calendar/usage.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/calendar/usage.xhtml 2009-05-04 18:13:39 UTC (rev 14013)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/calendar/usage.xhtml 2009-05-04 22:02:51 UTC (rev 14014)
@@ -45,7 +45,7 @@
<p>
<b>enableManualInput</b> attribute allows to input the date in a text field manually.
- The default value is false. It means a user can only select the date from the calendar element.
+ The default value is false. It means a user can only select date from the calendar element.
</p>
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/dataTable/modifiableModel.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/dataTable/modifiableModel.xhtml 2009-05-04 18:13:39 UTC (rev 14013)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/dataTable/modifiableModel.xhtml 2009-05-04 22:02:51 UTC (rev 14014)
@@ -14,7 +14,7 @@
<p>
Model class should extend <b>ExtendedDataTableModel</b> and additionally implement
<b>Modifiable interface</b>. This interface defines <b>modify</b> method. This
- method will be called with lists of sort and filter fields as parameters and should perform sorting and
+ method is called with lists of sort and filter fields as parameters and should perform sorting and
filtering according to the fields.
</p>
<div class="sample-container" >
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/fileUpload/usage.xhtml
===================================================================
--- 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 <i>input </i>with <i>type=file</i>.
</p>
<p>
- Next example shows you <b>File Upload</b> which allows you to upload files to server.
- Files count allowed to upload managed with <b>maxFilesQuantity </b>attribute.
- Every uploaded file should be managed through <b>fileUploadListener </b>which called after
- every single file upload finished.
+ The next example shows you <b>File Upload</b> which allows you to upload files to the server.
+ Files number allowed to upload is managed with <b>maxFilesQuantity </b>attribute.
+ Every uploaded file should be managed with <b>fileUploadListener </b>which is called after
+ every single file upload is finished.
</p>
<fieldset class="demo_fieldset">
@@ -41,8 +41,8 @@
<p>
File upload could works in <b>automatic upload</b> mode. You should just define
<b>immediateUpload </b>upload attribute as <b>true </b>(<i>false by default</i>) 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.
</p>
<p>
Also starting from 3.2.2 version File Upload could be configured to use flash
@@ -66,7 +66,7 @@
</h:panelGrid>
</h:form>
<p>
- In this example file types restricted to jpg, gif, png and bmp files using <b>acceptedTypes </b>attribute.
+ In this example file types are restricted to jpg, gif, png and bmp files with the help of <b>acceptedTypes </b>attribute.
</p>
<p>
FileUpload uses two init parameters which should be defined in Filter definition
@@ -74,8 +74,8 @@
</p>
<ul>
<li>
- <b>createTempFiles</b> boolean attribute which defines if the uploaded files
- will be stored in temporary files or available in listener just as byte[] data
+ <b>createTempFiles</b> boolean attribute which defines whether the uploaded files
+ are stored in temporary files or available in listener just as byte[] data
(false for this example).
</li>
<li>
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/mediaOutput/usage.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/mediaOutput/usage.xhtml 2009-05-04 18:13:39 UTC (rev 14013)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/mediaOutput/usage.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 component.
</p>
<p>
- <b>value</b> attribute references to data that can be used as a input data for a content
+ <b>value</b> attribute references to data that can be used as input data for a content
creator method. The data should be serializable because it is encoded to the URL
- to the resource.
+ of the resource.
</p>
<p>
<b>mimeType</b> attribute defines the type of output content. It is used to define
the corresponded type in the header of an HTTP response.
</p>
<p>
- <b>cacheable</b> 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 will be cached
+ <b>cacheable</b> 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.
</p>
<fieldset class="demo_fieldset">
15 years, 8 months
JBoss Rich Faces SVN: r14013 - trunk/cdk/maven-resource-dependency-plugin/src/main/java/org/richfaces/cdk/rd/mojo.
by richfaces-svn-commits@lists.jboss.org
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/cdk/rd/mojo/ResourceDependencyMojo.java
Log:
fix jar resource resolve
Modified: trunk/cdk/maven-resource-dependency-plugin/src/main/java/org/richfaces/cdk/rd/mojo/ResourceDependencyMojo.java
===================================================================
--- 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 = artifact.getFile();
-
+
try {
FileSystemManager manager = VFS.getManager();
- jarFileObjects = manager.resolveFile("jar://" + file.getAbsolutePath());
+ jarFileObjects = manager.resolveFile("jar:" + file.getAbsolutePath());
} catch (FileSystemException e) {
getLog().error("Error during processing file: " + file.getAbsolutePath()+ "\n" + e.getMessage(), e);
}
15 years, 8 months
JBoss Rich Faces SVN: r14012 - in trunk/examples/photoalbum/source/ejb/src/main/java/org/richfaces/photoalbum: service and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
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/photoalbum/domain/Comment.java
trunk/examples/photoalbum/source/ejb/src/main/java/org/richfaces/photoalbum/service/AlbumAction.java
trunk/examples/photoalbum/source/ejb/src/main/java/org/richfaces/photoalbum/service/ImageAction.java
trunk/examples/photoalbum/source/ejb/src/main/java/org/richfaces/photoalbum/service/ShelfAction.java
Log:
Modified: trunk/examples/photoalbum/source/ejb/src/main/java/org/richfaces/photoalbum/domain/Comment.java
===================================================================
--- trunk/examples/photoalbum/source/ejb/src/main/java/org/richfaces/photoalbum/domain/Comment.java 2009-05-04 18:04:16 UTC (rev 14011)
+++ trunk/examples/photoalbum/source/ejb/src/main/java/org/richfaces/photoalbum/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 = false)
private Image image;
- @ManyToOne(fetch = FetchType.LAZY)
+ @ManyToOne(cascade = CascadeType.REMOVE, fetch = FetchType.LAZY)
@OnDelete(action = OnDeleteAction.CASCADE)
@JoinColumn(nullable = true)
private User author;
Modified: trunk/examples/photoalbum/source/ejb/src/main/java/org/richfaces/photoalbum/service/AlbumAction.java
===================================================================
--- trunk/examples/photoalbum/source/ejb/src/main/java/org/richfaces/photoalbum/service/AlbumAction.java 2009-05-04 18:04:16 UTC (rev 14011)
+++ trunk/examples/photoalbum/source/ejb/src/main/java/org/richfaces/photoalbum/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 = album.getShelf();
+ Shelf parentShelf = album.getShelf();
try {
+ if(parentShelf == 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
===================================================================
--- trunk/examples/photoalbum/source/ejb/src/main/java/org/richfaces/photoalbum/service/ImageAction.java 2009-05-04 18:04:16 UTC (rev 14011)
+++ trunk/examples/photoalbum/source/ejb/src/main/java/org/richfaces/photoalbum/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 = 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
===================================================================
--- trunk/examples/photoalbum/source/ejb/src/main/java/org/richfaces/photoalbum/service/ShelfAction.java 2009-05-04 18:04:16 UTC (rev 14011)
+++ trunk/examples/photoalbum/source/ejb/src/main/java/org/richfaces/photoalbum/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());
15 years, 8 months
JBoss Rich Faces SVN: r14011 - in trunk/examples/photoalbum/source/web/src/main: java/org/richfaces/photoalbum/util and 3 other directories.
by richfaces-svn-commits@lists.jboss.org
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/photoalbum/manager/TreeManager.java
Modified:
trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/manager/AlbumManager.java
trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/manager/Controller.java
trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/manager/DnDManager.java
trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/manager/ImageManager.java
trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/manager/NavigationEnum.java
trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/manager/ShelfManager.java
trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/util/SessionListener.java
trunk/examples/photoalbum/source/web/src/main/webapp/includes/album/createAlbum.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
===================================================================
--- trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/manager/AlbumManager.java 2009-05-04 16:31:50 UTC (rev 14010)
+++ trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/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-1301 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 users 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() == 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 = 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 registered users can create new albums.
+ * @param shelf - shelf, that will contain new album
+ *
+ */
@Restrict("#{s:hasRole('admin')}")
public void createAlbum(Shelf shelf){
Album album = 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 registered 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 registered users can create new albums.
+ * @param album - album to delete
+ *
+ */
@Restrict("#{s:hasRole('admin')}")
public void deleteAlbum(Album album){
String pathToDelete = 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 delete
Events.instance().raiseEvent(Constants.ALBUM_DELETED_EVENT, album, pathToDelete);
}
Modified: trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/manager/Controller.java
===================================================================
--- trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/manager/Controller.java 2009-05-04 16:31:50 UTC (rev 14010)
+++ trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/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 = tree.getRowData();
+ if(currentNode.equals(model.getSelectedAlbum()) || currentNode.equals(model.getSelectedShelf())){
+ return true;
+ }
+ return false;
+ }
+
public Integer getPage(){
final Integer index = model.getSelectedAlbum().getIndex(model.getSelectedImage());
return index / 5 + 1;
Modified: trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/manager/DnDManager.java
===================================================================
--- trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/manager/DnDManager.java 2009-05-04 16:31:50 UTC (rev 14010)
+++ trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/manager/DnDManager.java 2009-05-04 18:04:16 UTC (rev 14011)
@@ -97,13 +97,13 @@
}
private void addTreeToRerender() {
- try {
- FacesContext fc = FacesContext.getCurrentInstance();
- AjaxContext ac = AjaxContext.getCurrentInstance();
- UIComponent destTree = fc.getViewRoot().findComponent(Constants.TREE_ID);
- ac.addComponentToAjaxRender(destTree);
- } catch (Exception e) {
- System.err.print(e.getMessage());
+ try {
+ FacesContext fc = FacesContext.getCurrentInstance();
+ AjaxContext ac = AjaxContext.getCurrentInstance();
+ UIComponent destTree = 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
===================================================================
--- trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/manager/ImageManager.java 2009-05-04 16:31:50 UTC (rev 14010)
+++ trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/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-1301 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 registered users can create new albums.
+ * @param image - image to delete
+ *
+ */
@Restrict("#{s:hasRole('admin')}")
public void deleteImage(Image image) {
String pathToDelete = 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 registered 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, NavigationEnum.ALBUM_IMAGE_PREVIEW);
}
+ /**
+ * Method, that invoked when user add comment to image. Only registered users can create new albums.
+ * @param image - image
+ * @param message - comment text
+ *
+ */
@Restrict("#{s:hasRole('admin')}")
public void addComment(Image image, String message) {
if (null == 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 can 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<MetaTag> 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<MetaTag> autoComplete(Object suggest) {
String temp = (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 = null;
@@ -142,12 +186,12 @@
}
- protected String createServerURL(HttpServletRequest request) {
+ private String createServerURL(HttpServletRequest request) {
StringBuffer url = new StringBuffer();
if(request != null) {
String name = request.getServerName();
- String protocol = (request.getProtocol().split("/"))[0].toLowerCase();
+ String protocol = (request.getProtocol().split(Constants.SLASH))[0].toLowerCase();
int port = request.getServerPort();
Modified: trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/manager/NavigationEnum.java
===================================================================
--- trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/manager/NavigationEnum.java 2009-05-04 16:31:50 UTC (rev 14010)
+++ trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/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 called '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=t;
}
+
private String template;
+
public String getTemplate() {
return template;
}
Modified: trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/manager/ShelfManager.java
===================================================================
--- trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/manager/ShelfManager.java 2009-05-04 16:31:50 UTC (rev 14010)
+++ trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/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 registered users can create new albums.
+ *
+ */
@Restrict("#{s:hasRole('admin')}")
public void createShelf() {
Shelf shelf = new Shelf();
Contexts.getConversationContext().set(Constants.SHELF_VARIABLE, shelf);
}
+ /**
+ * Method, that invoked on creation of the new shelf. Only registered users can create new albums.
+ * @param album - new album
+ *
+ */
@Restrict("#{s:hasRole('admin')}")
public void addShelf(Shelf shelf) {
validationSuccess = true;
@@ -69,10 +83,11 @@
Events.instance().raiseEvent(Constants.SHELF_ADDED_EVENT, shelf);
}
- public List<Shelf> getAvailableShelves(User user) {
- return user.getShelves();
- }
-
+ /**
+ * Method, that invoked when user click 'Edit shelf' button. Only registered 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 registered users can create new albums.
+ * @param image - shelf to delete
+ *
+ */
@Restrict("#{s:hasRole('admin')}")
public void deleteShelf(Shelf shelf) {
String pathToDelete = 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<Shelf> getPredefinedShelves() {
if (shelves == null) {
shelves = shelfAction.getPredefinedShelves();
@@ -103,6 +129,12 @@
return shelves;
}
+ /**
+ * This method used to populate 'my shelves' tree
+ *
+ * @return List of users shelfs
+ *
+ */
public List<Shelf> getUserShelves(){
return user.getShelves();
}
Deleted: trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/manager/TreeManager.java
===================================================================
--- trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/manager/TreeManager.java 2009-05-04 16:31:50 UTC (rev 14010)
+++ trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/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;
-
-@Name("treeManager")
-(a)Scope(ScopeType.EVENT)
-public class TreeManager implements Serializable{
-
- @In Model model;
-
- private static final long serialVersionUID = 5656562187249324512L;
-
- @SuppressWarnings("unchecked")
- public Boolean adviseNodeSelected(UITree tree) {
- Object currentNode = tree.getRowData();
- if(currentNode.equals(model.getSelectedAlbum()) || currentNode.equals(model.getSelectedShelf())){
- return true;
- }
- return false;
- }
-}
Modified: trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/util/SessionListener.java
===================================================================
--- trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/util/SessionListener.java 2009-05-04 16:31:50 UTC (rev 14010)
+++ trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/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() != null && !user.isPreDefined()){
+ if(user.getId() != null && !user.isPreDefined()){
user = 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/album/createAlbum.xhtml
===================================================================
(Binary files differ)
Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/fileUpload/uploadResult.xhtml
===================================================================
(Binary files differ)
Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/index/tree.xhtml
===================================================================
(Binary files differ)
15 years, 8 months
JBoss Rich Faces SVN: r14010 - in trunk/examples/photoalbum/tests/src/test/java/org/richfaces/photoalbum: testng and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
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/testng/ImageResizerTest.java
Modified:
trunk/examples/photoalbum/tests/src/test/java/org/richfaces/photoalbum/RealWorldHelper.java
Log:
add ImageResizerTest
Modified: trunk/examples/photoalbum/tests/src/test/java/org/richfaces/photoalbum/RealWorldHelper.java
===================================================================
--- 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 = "//td[./div[@class='dr-insldr-track rich-inslider-track']]";
+ String SLIDER_INPUT = "//*[@class='dr-insldr rich-slider']//input[@type='hidden']";
+ }
+
public static interface Search {
String SEARCH_INPUT = "//*[@class='search-input']";
String SEARCH_BUTTON = "//*[@class='search-find-button']";
Added: trunk/examples/photoalbum/tests/src/test/java/org/richfaces/photoalbum/testng/ImageResizerTest.java
===================================================================
--- 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.ResizeSlider.*;
+
+/**
+ * @user: akolonitsky
+ * Date: May 4, 2009
+ */
+public class ImageResizerTest extends SeleniumTestBase {
+
+ private static final int LENGTH = 200;
+
+ private static final int VALUE_START = 80;
+ private static final int VALUE_STEP = 40;
+ private static final int VALUE_END = 200;
+
+ private static final int VALUE_DEFAULT = 120;
+
+ @Test
+ public void testResize() {
+ renderPage();
+
+ selenium.click("//*[@class='album-cover-image'][1]");
+ waitForAjaxCompletion();
+
+ final int count = getImageCount(VALUE_DEFAULT);
+
+ for (int i = 0; i < (VALUE_END-VALUE_START)/VALUE_STEP; i++) {
+ testPosition(count, i);
+ }
+ }
+
+ private void testPosition(final int count, final int position) {
+ final int value = 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='preview_box_photo_"+value+"']").intValue();
+ }
+
+ private void clickSlider(int position) {
+ final String track = TRACK_SLIDER;
+ final String coords = (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));
+ }
+}
15 years, 8 months
JBoss Rich Faces SVN: r14009 - trunk/framework/impl/src/main/java/org/ajax4jsf/request.
by richfaces-svn-commits@lists.jboss.org
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://jira.jboss.org/jira/browse/RF-6947
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/request/MultipartRequest.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/request/MultipartRequest.java 2009-05-04 15:23:57 UTC (rev 14008)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/request/MultipartRequest.java 2009-05-04 16:29:31 UTC (rev 14009)
@@ -610,6 +610,8 @@
public void parseRequest() {
canStop = true;
+ setupProgressData();
+
try {
initialize();
15 years, 8 months
JBoss Rich Faces SVN: r14008 - trunk/ui/contextMenu/src/main/java/org/richfaces/component.
by richfaces-svn-commits@lists.jboss.org
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/UIContextMenu.java
===================================================================
--- trunk/ui/contextMenu/src/main/java/org/richfaces/component/UIContextMenu.java 2009-05-04 15:14:08 UTC (rev 14007)
+++ trunk/ui/contextMenu/src/main/java/org/richfaces/component/UIContextMenu.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 = getValueExpression(DISABLE_DEFAULT_MENU);
@@ -72,7 +72,7 @@
}
}
- return this.disableDefaultMenu;
+ return ON_CONTEXT_MENU.equalsIgnoreCase(getEvent());
}
public void setDisableDefaultMenu(boolean disableDefault) {
15 years, 8 months
JBoss Rich Faces SVN: r14007 - in tags: 3.3.1.CR2 and 212 other directories.
by richfaces-svn-commits@lists.jboss.org
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/archetype-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/archetype-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/archetype-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-resources/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_archetype/pom.xml
tags/3.3.1.CR2/docs/common-resources/en/src/main/archetypes/richfaces_archetype/src/main/resources/archetype-resources/en/pom.xml
tags/3.3.1.CR2/docs/common-resources/en/src/main/archetypes/richfaces_archetype/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/RFCGettingStarted.xml
tags/3.3.1.CR2/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.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.java
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.xml
tags/3.3.1.CR2/test-applications/regressionArea/regressionArea-ejb/pom.xml
tags/3.3.1.CR2/test-applications/regressionArea/regressionArea-tests/pom.xml
tags/3.3.1.CR2/test-applications/regressionArea/regressionArea-web/pom.xml
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
===================================================================
--- 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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <parent>
- <artifactId>cdk</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces.cdk</groupId>
- <artifactId>generator</artifactId>
- <version>3.3.1-SNAPSHOT</version>
- <name>Java Server Faces component generator</name>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <inherited>true</inherited>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>ant</groupId>
- <artifactId>ant</artifactId>
- <version>1.6.5</version>
- </dependency>
- <dependency>
- <groupId>velocity</groupId>
- <artifactId>velocity-dep</artifactId>
- <version>1.4</version>
- </dependency>
- <dependency>
- <groupId>commons-beanutils</groupId>
- <artifactId>commons-beanutils</artifactId>
- <version>1.6</version>
- </dependency>
- <dependency>
- <groupId>commons-digester</groupId>
- <artifactId>commons-digester</artifactId>
- <version>1.5</version>
- </dependency>
- <dependency>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-api</artifactId>
- <version>1.2_12</version>
- </dependency>
- <dependency>
- <groupId>javax.servlet.jsp</groupId>
- <artifactId>jsp-api</artifactId>
- <version>2.1</version>
- </dependency>
- <dependency>
- <groupId>javax.el</groupId>
- <artifactId>el-api</artifactId>
- <version>1.0</version>
- </dependency>
- <dependency>
- <groupId>el-impl</groupId>
- <artifactId>el-impl</artifactId>
- <version>1.0</version>
- </dependency>
- <dependency>
- <groupId>qdox</groupId>
- <artifactId>qdox</artifactId>
- <version>1.6</version>
- </dependency>
- <dependency>
- <groupId>cglib</groupId>
- <artifactId>cglib</artifactId>
- <version>2.1_3</version>
- </dependency>
- <dependency>
- <groupId>wutka</groupId>
- <artifactId>dtdparser</artifactId>
- <version>1.21</version>
- </dependency>
- <dependency>
- <groupId>xerces</groupId>
- <artifactId>xercesImpl</artifactId>
- <version>2.8.1</version>
- </dependency>
- </dependencies>
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>cdk</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.1.CR2</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>generator</artifactId>
+ <version>3.3.1.CR2</version>
+ <name>Java Server Faces component generator</name>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <inherited>true</inherited>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>ant</groupId>
+ <artifactId>ant</artifactId>
+ <version>1.6.5</version>
+ </dependency>
+ <dependency>
+ <groupId>velocity</groupId>
+ <artifactId>velocity-dep</artifactId>
+ <version>1.4</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-beanutils</groupId>
+ <artifactId>commons-beanutils</artifactId>
+ <version>1.6</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-digester</groupId>
+ <artifactId>commons-digester</artifactId>
+ <version>1.5</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <version>1.2_12</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet.jsp</groupId>
+ <artifactId>jsp-api</artifactId>
+ <version>2.1</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>el-impl</groupId>
+ <artifactId>el-impl</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>qdox</groupId>
+ <artifactId>qdox</artifactId>
+ <version>1.6</version>
+ </dependency>
+ <dependency>
+ <groupId>cglib</groupId>
+ <artifactId>cglib</artifactId>
+ <version>2.1_3</version>
+ </dependency>
+ <dependency>
+ <groupId>wutka</groupId>
+ <artifactId>dtdparser</artifactId>
+ <version>1.21</version>
+ </dependency>
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <version>2.8.1</version>
+ </dependency>
+ </dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.CR2/cdk/maven-archetype-jsf-component/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>cdk</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-archetype-jsf-component</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<name>Archetype - maven-archetype-jsf-component</name>
</project>
\ No newline at end of file
Modified: tags/3.3.1.CR2/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml
===================================================================
--- trunk/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -11,7 +11,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<configuration>
<library>
<prefix>${groupId}</prefix>
@@ -41,7 +41,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
</dependencies>
</project>
Modified: tags/3.3.1.CR2/cdk/maven-archetype-jsfwebapp/pom.xml
===================================================================
--- trunk/cdk/maven-archetype-jsfwebapp/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/cdk/maven-archetype-jsfwebapp/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,11 +2,11 @@
<parent>
<artifactId>cdk</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-archetype-jsfwebapp</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<name>Archetype for jsf webapp project</name>
</project>
\ No newline at end of file
Modified: tags/3.3.1.CR2/cdk/maven-archetype-jsfwebapp/src/main/resources/archetype-resources/pom.xml
===================================================================
--- trunk/cdk/maven-archetype-jsfwebapp/src/main/resources/archetype-resources/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/cdk/maven-archetype-jsfwebapp/src/main/resources/archetype-resources/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -30,7 +30,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
</dependencies>
</project>
Modified: tags/3.3.1.CR2/cdk/maven-archetype-plug-n-skin/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>cdk</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-archetype-plug-n-skin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<name>Archetype - maven-archetype-plug-n-skin</name>
Modified: tags/3.3.1.CR2/cdk/maven-archetype-plug-n-skin/src/main/resources/archetype-resources/pom.xml
===================================================================
--- trunk/cdk/maven-archetype-plug-n-skin/src/main/resources/archetype-resources/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/archetype-resources/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -10,7 +10,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Modified: tags/3.3.1.CR2/cdk/maven-archetype-seam-app/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>cdk</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-archetype-seam-app</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<name>Archetype - maven-archetype-seam-app</name>
</project>
\ No newline at end of file
Modified: tags/3.3.1.CR2/cdk/maven-archetype-seam-app/src/main/resources/archetype-resources/pom.xml
===================================================================
--- trunk/cdk/maven-archetype-seam-app/src/main/resources/archetype-resources/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/cdk/maven-archetype-seam-app/src/main/resources/archetype-resources/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -8,7 +8,7 @@
<name>sample application</name>
<properties>
<projectName>${artifactId}</projectName>
- <richfacesVersion>3.3.1-SNAPSHOT</richfacesVersion>
+ <richfacesVersion>3.3.1.CR2</richfacesVersion>
<seamVersion>2.0.1.GA</seamVersion>
<jbossDownloadURL>http://downloads.sourceforge.net/jboss/jboss-4.2.3.GA.zip</jbossDownloadURL>
<jbossDeployDir>jboss-4.2.3.GA/jboss-4.2.3.GA/server/default/</jbossDeployDir>
Modified: tags/3.3.1.CR2/cdk/maven-archetype-theme/pom.xml
===================================================================
--- trunk/cdk/maven-archetype-theme/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/cdk/maven-archetype-theme/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -1,30 +1,30 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project>
- <parent>
- <artifactId>cdk</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces.cdk</groupId>
- <artifactId>maven-archetype-theme</artifactId>
- <version>3.3.1-SNAPSHOT</version>
- <packaging>maven-archetype</packaging>
- <name>maven-archetype-theme</name>
- <build>
- <extensions>
- <extension>
- <groupId>org.apache.maven.archetype</groupId>
- <artifactId>archetype-packaging</artifactId>
- <version>2.0-alpha-4</version>
- </extension>
- </extensions>
- <plugins>
- <plugin>
- <artifactId>maven-archetype-plugin</artifactId>
- <version>2.0-alpha-4</version>
- <extensions>true</extensions>
- </plugin>
- </plugins>
- </build>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>cdk</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.1.CR2</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-archetype-theme</artifactId>
+ <version>3.3.1.CR2</version>
+ <packaging>maven-archetype</packaging>
+ <name>maven-archetype-theme</name>
+ <build>
+ <extensions>
+ <extension>
+ <groupId>org.apache.maven.archetype</groupId>
+ <artifactId>archetype-packaging</artifactId>
+ <version>2.0-alpha-4</version>
+ </extension>
+ </extensions>
+ <plugins>
+ <plugin>
+ <artifactId>maven-archetype-plugin</artifactId>
+ <version>2.0-alpha-4</version>
+ <extensions>true</extensions>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Modified: tags/3.3.1.CR2/cdk/maven-archetype-theme/src/main/resources/archetype-resources/pom.xml
===================================================================
--- 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-resources/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -10,7 +10,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -41,12 +41,12 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<!-- Required for JSF -->
Modified: tags/3.3.1.CR2/cdk/maven-cdk-plugin/pom.xml
===================================================================
--- 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 (rev 14007)
@@ -2,12 +2,12 @@
<parent>
<artifactId>cdk</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<packaging>maven-plugin</packaging>
<name>Maven plugin for JSF components code generation</name>
<dependencies>
@@ -55,7 +55,7 @@
<dependency>
<groupId>org.richfaces.cdk</groupId>
<artifactId>generator</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
</dependencies>
<build>
Modified: tags/3.3.1.CR2/cdk/maven-javascript-plugin/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>cdk</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-javascript-plugin</artifactId>
Modified: tags/3.3.1.CR2/cdk/maven-resource-dependency-plugin/pom.xml
===================================================================
--- 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 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <artifactId>cdk</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
-
- <groupId>org.richfaces.cdk</groupId>
-
- <artifactId>maven-resource-dependency-plugin</artifactId>
- <packaging>maven-plugin</packaging>
- <version>3.3.1-SNAPSHOT</version>
- <name>maven-resource-dependency-plugin</name>
-
-
- <dependencies>
-
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>commons-vfs</groupId>
- <artifactId>commons-vfs</artifactId>
- <version>1.0</version>
- </dependency>
-
- <dependency>
- <groupId>commons-digester</groupId>
- <artifactId>commons-digester</artifactId>
- <version>2.0</version>
- </dependency>
-
- <dependency>
- <groupId>org.richfaces.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
- </dependency>
-
- </dependencies>
-</project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>cdk</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.1.CR2</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <groupId>org.richfaces.cdk</groupId>
+
+ <artifactId>maven-resource-dependency-plugin</artifactId>
+ <packaging>maven-plugin</packaging>
+ <version>3.3.1.CR2</version>
+ <name>maven-resource-dependency-plugin</name>
+
+
+ <dependencies>
+
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-vfs</groupId>
+ <artifactId>commons-vfs</artifactId>
+ <version>1.0</version>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-digester</groupId>
+ <artifactId>commons-digester</artifactId>
+ <version>2.0</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-cdk-plugin</artifactId>
+ <version>3.3.1.CR2</version>
+ </dependency>
+
+ </dependencies>
+</project>
Modified: tags/3.3.1.CR2/cdk/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>cdk</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<packaging>pom</packaging>
<name>JSF Components Development kit</name>
<dependencies />
Modified: tags/3.3.1.CR2/docs/cdkguide/en/pom.xml
===================================================================
--- 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 14007)
@@ -5,12 +5,12 @@
<parent>
<groupId>org.richfaces.docs</groupId>
<artifactId>cdkguide</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.richfaces.docs.cdkguide</groupId>
<artifactId>${translation}</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<packaging>jar</packaging>
<name>Richfaces CDK Developer Guide (${translation})</name>
Modified: tags/3.3.1.CR2/docs/cdkguide/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>docs</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs</groupId>
<artifactId>cdkguide</artifactId>
<packaging>pom</packaging>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<name>cdkguide</name>
<description>Richfaces CDK Developer Guide</description>
<pluginRepositories>
@@ -119,11 +119,11 @@
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop</artifactId>
<version>0.95</version>
- </dependency>
- <dependency>
- <groupId>org.apache.servicemix.bundles</groupId>
- <artifactId>org.apache.servicemix.bundles.saxon</artifactId>
- <version>9.1.0.1_1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.servicemix.bundles</groupId>
+ <artifactId>org.apache.servicemix.bundles.saxon</artifactId>
+ <version>9.1.0.1_1</version>
</dependency>
</dependencies>
<configuration>
@@ -234,4 +234,4 @@
<module>en</module>
</modules>
-</project>
+</project>
Modified: tags/3.3.1.CR2/docs/common-resources/en/pom.xml
===================================================================
--- trunk/docs/common-resources/en/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/docs/common-resources/en/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,12 +2,12 @@
<parent>
<artifactId>common-resources</artifactId>
<groupId>org.richfaces.docs</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs.common-resources</groupId>
<artifactId>en</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<packaging>jar</packaging>
<name>Documentation common resources (en)</name>
<description>
@@ -17,7 +17,7 @@
<dependency>
<groupId>org.richfaces.docs</groupId>
<artifactId>highlight</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
</dependencies>
<build>
Modified: tags/3.3.1.CR2/docs/common-resources/en/src/main/archetypes/richfaces_archetype/pom.xml
===================================================================
--- 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_archetype/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -4,7 +4,7 @@
<artifactId>richfacesguide-archetype</artifactId>
<packaging>maven-archetype</packaging>
<name>richfacesguide-archetype</name>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<build>
<extensions>
<extension>
Modified: tags/3.3.1.CR2/docs/common-resources/en/src/main/archetypes/richfaces_archetype/src/main/resources/archetype-resources/en/pom.xml
===================================================================
--- 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_archetype/src/main/resources/archetype-resources/en/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -5,12 +5,12 @@
<parent>
<groupId>org.richfaces.docs</groupId>
<artifactId>richfacesguide</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.richfaces.docs.richfacesguide</groupId>
<artifactId>${translation}</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<packaging>jar</packaging>
<name>Richfaces Guide Template</name>
Modified: tags/3.3.1.CR2/docs/common-resources/en/src/main/archetypes/richfaces_archetype/src/main/resources/archetype-resources/pom.xml
===================================================================
--- 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_archetype/src/main/resources/archetype-resources/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,13 +2,13 @@
<parent>
<artifactId>docs</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs</groupId>
<artifactId>richfacesguide</artifactId>
<packaging>pom</packaging>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<name>richfacesguide</name>
<description>Richfaces Guide Template</description>
<pluginRepositories>
Modified: tags/3.3.1.CR2/docs/common-resources/pom.xml
===================================================================
--- 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 (rev 14007)
@@ -2,12 +2,12 @@
<parent>
<artifactId>docs</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs</groupId>
<artifactId>common-resources</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<packaging>pom</packaging>
<name>Documentation common resources</name>
<description>Common resources</description>
Modified: tags/3.3.1.CR2/docs/faq/en/pom.xml
===================================================================
--- 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 @@
<parent>
<groupId>org.richfaces.docs</groupId>
<artifactId>faq</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.richfaces.docs.faq</groupId>
<artifactId>${translation}</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<packaging>jar</packaging>
<name>Richfaces Manual (${translation})</name>
@@ -52,4 +52,4 @@
-->
</plugins>
</build>
-</project>
+</project>
Modified: tags/3.3.1.CR2/docs/faq/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>docs</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs</groupId>
<artifactId>faq</artifactId>
<packaging>pom</packaging>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<name>FAQ</name>
<description>Frequently asked questions</description>
<!--repositories>
Modified: tags/3.3.1.CR2/docs/highlight/pom.xml
===================================================================
--- trunk/docs/highlight/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/docs/highlight/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,12 +2,12 @@
<parent>
<artifactId>docs</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs</groupId>
<artifactId>highlight</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<name>RichFaces Code Highlighting</name>
<dependencyManagement>
Modified: tags/3.3.1.CR2/docs/migrationguide/en/pom.xml
===================================================================
--- trunk/docs/migrationguide/en/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/docs/migrationguide/en/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -5,12 +5,12 @@
<parent>
<groupId>org.richfaces.docs</groupId>
<artifactId>migration</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.richfaces.docs.migration</groupId>
<artifactId>${translation}</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<packaging>jar</packaging>
<name>RichFaces Migration Guide (${translation})</name>
Modified: tags/3.3.1.CR2/docs/migrationguide/pom.xml
===================================================================
--- trunk/docs/migrationguide/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/docs/migrationguide/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,13 +2,13 @@
<parent>
<artifactId>docs</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs</groupId>
<artifactId>migration</artifactId>
<packaging>pom</packaging>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<name>Migration Guide</name>
<description>RichFaces Migration Guide from 3.1.* to 3.2.0 version</description>
<pluginRepositories>
@@ -184,4 +184,4 @@
<module>en</module>
</modules>
-</project>
+</project>
Modified: tags/3.3.1.CR2/docs/pom.xml
===================================================================
--- trunk/docs/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/docs/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,12 +2,12 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>docs</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<name>Project documentation</name>
<packaging>pom</packaging>
<!-- setup repositories, to build documentation separate from Java projects -->
Modified: tags/3.3.1.CR2/docs/realworld_app_guide/en/pom.xml
===================================================================
--- 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 @@
<parent>
<groupId>org.richfaces.docs</groupId>
<artifactId>realworld</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.richfaces.docs.realworld</groupId>
<artifactId>${translation}</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<packaging>jar</packaging>
<name>RichFaces Realworld application Guide (${translation})</name>
Modified: tags/3.3.1.CR2/docs/realworld_app_guide/pom.xml
===================================================================
--- trunk/docs/realworld_app_guide/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/docs/realworld_app_guide/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -1,16 +1,14 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>docs</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs</groupId>
<artifactId>realworld</artifactId>
<packaging>pom</packaging>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<name>RichFaces Realworld application Guide</name>
<description>RichFaces Migration Guide from 3.1.* to 3.2.0 version</description>
<pluginRepositories>
@@ -186,4 +184,4 @@
<module>en</module>
</modules>
-</project>
+</project>
Modified: tags/3.3.1.CR2/docs/userguide/en/pom.xml
===================================================================
--- 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 14007)
@@ -5,12 +5,12 @@
<parent>
<groupId>org.richfaces.docs</groupId>
<artifactId>userguide</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.richfaces.docs.userguide</groupId>
<artifactId>${translation}</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<packaging>jar</packaging>
<name>Richfaces Manual (${translation})</name>
Modified: tags/3.3.1.CR2/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml
===================================================================
--- 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/RFCGettingStarted.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -327,7 +327,7 @@
<para>Now you have everything to create the project using the "maven-archetype-jsfwebapp" archetype. Create a folder that will house your project and run the this command in it:</para>
<programlisting role="XML" ><![CDATA[...
-mvn archetype:generate -DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsfwebapp -DarchetypeVersion=3.3.1-SNAPSHOT -DgroupId=org.docs.richfaces -DartifactId=jsf-app
+mvn archetype:generate -DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsfwebapp -DarchetypeVersion=3.3.1.CR2 -DgroupId=org.docs.richfaces -DartifactId=jsf-app
...]]></programlisting>
@@ -453,17 +453,17 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
</dependencies>
...]]></programlisting>
Modified: tags/3.3.1.CR2/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -3238,7 +3238,7 @@
<listitem>
<para>
<code>archetypeVersion</code> indicates the RichFaces version. For example,
- <code>"3.3.1-SNAPSHOT"</code>
+ <code>"3.3.1.CR2"</code>
</para>
</listitem>
<listitem>
@@ -3482,7 +3482,7 @@
mvn archetype:create
-DarchetypeGroupId=org.richfaces.cdk
-DarchetypeArtifactId=maven-archetype-plug-n-skin
--DarchetypeVersion=3.3.1-SNAPSHOT
+-DarchetypeVersion=3.3.1.CR2
-DartifactId=P-n-S
-DgroupId=GROUPID
-Dversion=1.0.-SNAPSHOT
Modified: tags/3.3.1.CR2/docs/userguide/pom.xml
===================================================================
--- 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 14007)
@@ -2,13 +2,13 @@
<parent>
<artifactId>docs</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs</groupId>
<artifactId>userguide</artifactId>
<packaging>pom</packaging>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<name>User guide</name>
<description>RichFaces user guide</description>
<pluginRepositories>
Modified: tags/3.3.1.CR2/examples/photoalbum/pom.xml
===================================================================
--- 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 @@
<properties>
<projectName>photoalbum</projectName>
- <richfacesVersion>3.3.1-SNAPSHOT</richfacesVersion>
+ <richfacesVersion>3.3.1.CR2</richfacesVersion>
<seamVersion>2.1.1.GA</seamVersion>
<faceletsVersion>1.1.15.B1</faceletsVersion>
<jbosshome>${project.basedir}/target/installs/jboss-4.2.3.GA/jboss-4.2.3.GA</jbosshome>
Modified: tags/3.3.1.CR2/examples/photoalbum/source/ear/maven-build.xml
===================================================================
--- trunk/examples/photoalbum/source/ear/maven-build.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/examples/photoalbum/source/ear/maven-build.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -45,7 +45,7 @@
<path id="build.classpath">
<fileset dir="${maven.repo.local}">
- <include name="org/richfaces/framework/richfaces-api/3.3.1-SNAPSHOT/richfaces-api-3.3.1-SNAPSHOT.jar"/>
+ <include name="org/richfaces/framework/richfaces-api/3.3.1.CR2/richfaces-api-3.3.1.CR2.jar"/>
<include name="commons-collections/commons-collections/3.2/commons-collections-3.2.jar"/>
<include name="commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar"/>
<include name="org/richfaces/photoalbum-ejb/1.0-SNAPSHOT/photoalbum-ejb-1.0-SNAPSHOT.jar"/>
@@ -56,7 +56,7 @@
</path>
<path id="build.test.classpath">
<fileset dir="${maven.repo.local}">
- <include name="org/richfaces/framework/richfaces-api/3.3.1-SNAPSHOT/richfaces-api-3.3.1-SNAPSHOT.jar"/>
+ <include name="org/richfaces/framework/richfaces-api/3.3.1.CR2/richfaces-api-3.3.1.CR2.jar"/>
<include name="commons-collections/commons-collections/3.2/commons-collections-3.2.jar"/>
<include name="commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar"/>
<include name="org/richfaces/photoalbum-ejb/1.0-SNAPSHOT/photoalbum-ejb-1.0-SNAPSHOT.jar"/>
@@ -144,7 +144,7 @@
<mkdir dir="${maven.build.dir}/${maven.build.finalName}"/>
<copy file="C:\Documents and Settings\akolonotsky\.m2\repository\org\richfaces\photoalbum-web\1.0-SNAPSHOT\photoalbum-web-1.0-SNAPSHOT.war"
todir="${maven.build.dir}/${maven.build.finalName}"/>
- <copy file="C:\Documents and Settings\akolonotsky\.m2\repository\org\richfaces\framework\richfaces-api\3.3.1-SNAPSHOT\richfaces-api-3.3.1-SNAPSHOT.jar"
+ <copy file="C:\Documents and Settings\akolonotsky\.m2\repository\org\richfaces\framework\richfaces-api\3.3.1.CR2\richfaces-api-3.3.1.CR2.jar"
todir="${maven.build.dir}/${maven.build.finalName}"/>
<copy file="C:\Documents and Settings\akolonotsky\.m2\repository\org\richfaces\photoalbum-ejb\1.0-SNAPSHOT\photoalbum-ejb-1.0-SNAPSHOT.jar"
todir="${maven.build.dir}/${maven.build.finalName}"/>
@@ -179,21 +179,21 @@
description="Download all dependencies"
unless="maven.mode.offline">
<mkdir dir="${maven.repo.local}"/>
- <mkdir dir="${maven.repo.local}/org/richfaces/framework/richfaces-api/3.3.1-SNAPSHOT"/>
- <get src="http://repository.jboss.com/maven2//org/richfaces/framework/richfaces-api..."
- dest="${maven.repo.local}/org/richfaces/framework/richfaces-api/3.3.1-SNAPSHOT/richfaces-api-3.3.1-SNAPSHOT.jar"
+ <mkdir dir="${maven.repo.local}/org/richfaces/framework/richfaces-api/3.3.1.CR2"/>
+ <get src="http://repository.jboss.com/maven2//org/richfaces/framework/richfaces-api..."
+ dest="${maven.repo.local}/org/richfaces/framework/richfaces-api/3.3.1.CR2/richfaces-api-3.3.1.CR2.jar"
usetimestamp="false"
ignoreerrors="true"/>
- <get src="http://repository.jboss.org/maven2//org/richfaces/framework/richfaces-api..."
- dest="${maven.repo.local}/org/richfaces/framework/richfaces-api/3.3.1-SNAPSHOT/richfaces-api-3.3.1-SNAPSHOT.jar"
+ <get src="http://repository.jboss.org/maven2//org/richfaces/framework/richfaces-api..."
+ dest="${maven.repo.local}/org/richfaces/framework/richfaces-api/3.3.1.CR2/richfaces-api-3.3.1.CR2.jar"
usetimestamp="false"
ignoreerrors="true"/>
- <get src="http://snapshots.jboss.org/maven2/org/richfaces/framework/richfaces-api/3..."
- dest="${maven.repo.local}/org/richfaces/framework/richfaces-api/3.3.1-SNAPSHOT/richfaces-api-3.3.1-SNAPSHOT.jar"
+ <get src="http://snapshots.jboss.org/maven2/org/richfaces/framework/richfaces-api/3..."
+ dest="${maven.repo.local}/org/richfaces/framework/richfaces-api/3.3.1.CR2/richfaces-api-3.3.1.CR2.jar"
usetimestamp="false"
ignoreerrors="true"/>
- <get src="http://repo1.maven.org/maven2/org/richfaces/framework/richfaces-api/3.3.1..."
- dest="${maven.repo.local}/org/richfaces/framework/richfaces-api/3.3.1-SNAPSHOT/richfaces-api-3.3.1-SNAPSHOT.jar"
+ <get src="http://repo1.maven.org/maven2/org/richfaces/framework/richfaces-api/3.3.1..."
+ dest="${maven.repo.local}/org/richfaces/framework/richfaces-api/3.3.1.CR2/richfaces-api-3.3.1.CR2.jar"
usetimestamp="false"
ignoreerrors="true"/>
<mkdir dir="${maven.repo.local}/commons-collections/commons-collections/3.2"/>
Modified: tags/3.3.1.CR2/examples/photoalbum/source/pom.xml
===================================================================
--- trunk/examples/photoalbum/source/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/examples/photoalbum/source/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -14,7 +14,7 @@
<properties>
<projectName>photoalbum</projectName>
- <richfacesVersion>3.3.1-SNAPSHOT</richfacesVersion>
+ <richfacesVersion>3.3.1.CR2</richfacesVersion>
<seamVersion>2.1.1.GA</seamVersion>
<faceletsVersion>1.1.15.B1</faceletsVersion>
<jbosshome>${project.basedir}/target/installs/jboss-4.2.3.GA/jboss-4.2.3.GA</jbosshome>
Modified: tags/3.3.1.CR2/examples/photoalbum/source/web/maven-build.xml
===================================================================
--- trunk/examples/photoalbum/source/web/maven-build.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/examples/photoalbum/source/web/maven-build.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -71,11 +71,11 @@
<include name="org/jboss/seam/jboss-seam-jul/2.1.1.GA/jboss-seam-jul-2.1.1.GA.jar"/>
<include name="org/jboss/seam/jboss-seam-debug/2.1.1.GA/jboss-seam-debug-2.1.1.GA.jar"/>
<include name="com/sun/facelets/jsf-facelets/1.1.15.B1/jsf-facelets-1.1.15.B1.jar"/>
- <include name="org/richfaces/framework/richfaces-impl/3.3.1-SNAPSHOT/richfaces-impl-3.3.1-SNAPSHOT.jar"/>
+ <include name="org/richfaces/framework/richfaces-impl/3.3.1.CR2/richfaces-impl-3.3.1.CR2.jar"/>
<include name="commons-digester/commons-digester/2.0/commons-digester-2.0.jar"/>
<include name="commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar"/>
- <include name="org/richfaces/ui/richfaces-ui/3.3.1-SNAPSHOT/richfaces-ui-3.3.1-SNAPSHOT.jar"/>
- <include name="org/richfaces/framework/richfaces-api/3.3.1-SNAPSHOT/richfaces-api-3.3.1-SNAPSHOT.jar"/>
+ <include name="org/richfaces/ui/richfaces-ui/3.3.1.CR2/richfaces-ui-3.3.1.CR2.jar"/>
+ <include name="org/richfaces/framework/richfaces-api/3.3.1.CR2/richfaces-api-3.3.1.CR2.jar"/>
<include name="commons-collections/commons-collections/3.2/commons-collections-3.2.jar"/>
<include name="org/richfaces/photoalbum-ejb/1.0-SNAPSHOT/photoalbum-ejb-1.0-SNAPSHOT.jar"/>
</fileset>
@@ -107,11 +107,11 @@
<include name="org/jboss/seam/jboss-seam-jul/2.1.1.GA/jboss-seam-jul-2.1.1.GA.jar"/>
<include name="org/jboss/seam/jboss-seam-debug/2.1.1.GA/jboss-seam-debug-2.1.1.GA.jar"/>
<include name="com/sun/facelets/jsf-facelets/1.1.15.B1/jsf-facelets-1.1.15.B1.jar"/>
- <include name="org/richfaces/framework/richfaces-impl/3.3.1-SNAPSHOT/richfaces-impl-3.3.1-SNAPSHOT.jar"/>
+ <include name="org/richfaces/framework/richfaces-impl/3.3.1.CR2/richfaces-impl-3.3.1.CR2.jar"/>
<include name="commons-digester/commons-digester/2.0/commons-digester-2.0.jar"/>
<include name="commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar"/>
- <include name="org/richfaces/ui/richfaces-ui/3.3.1-SNAPSHOT/richfaces-ui-3.3.1-SNAPSHOT.jar"/>
- <include name="org/richfaces/framework/richfaces-api/3.3.1-SNAPSHOT/richfaces-api-3.3.1-SNAPSHOT.jar"/>
+ <include name="org/richfaces/ui/richfaces-ui/3.3.1.CR2/richfaces-ui-3.3.1.CR2.jar"/>
+ <include name="org/richfaces/framework/richfaces-api/3.3.1.CR2/richfaces-api-3.3.1.CR2.jar"/>
<include name="commons-collections/commons-collections/3.2/commons-collections-3.2.jar"/>
<include name="org/richfaces/photoalbum-ejb/1.0-SNAPSHOT/photoalbum-ejb-1.0-SNAPSHOT.jar"/>
</fileset>
@@ -249,9 +249,9 @@
todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
<copy file="C:\Documents and Settings\akolonotsky\.m2\repository\com\sun\facelets\jsf-facelets\1.1.15.B1\jsf-facelets-1.1.15.B1.jar"
todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
- <copy file="C:\Documents and Settings\akolonotsky\.m2\repository\org\richfaces\framework\richfaces-impl\3.3.1-SNAPSHOT\richfaces-impl-3.3.1-SNAPSHOT.jar"
+ <copy file="C:\Documents and Settings\akolonotsky\.m2\repository\org\richfaces\framework\richfaces-impl\3.3.1.CR2\richfaces-impl-3.3.1.CR2.jar"
todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
- <copy file="C:\Documents and Settings\akolonotsky\.m2\repository\org\richfaces\ui\richfaces-ui\3.3.1-SNAPSHOT\richfaces-ui-3.3.1-SNAPSHOT.jar"
+ <copy file="C:\Documents and Settings\akolonotsky\.m2\repository\org\richfaces\ui\richfaces-ui\3.3.1.CR2\richfaces-ui-3.3.1.CR2.jar"
todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
<war destfile="${maven.build.dir}/${maven.build.finalName}.war"
basedir="${maven.build.outputDir}"
@@ -711,21 +711,21 @@
dest="${maven.repo.local}/com/sun/facelets/jsf-facelets/1.1.15.B1/jsf-facelets-1.1.15.B1.jar"
usetimestamp="false"
ignoreerrors="true"/>
- <mkdir dir="${maven.repo.local}/org/richfaces/framework/richfaces-impl/3.3.1-SNAPSHOT"/>
- <get src="http://repository.jboss.com/maven2//org/richfaces/framework/richfaces-imp..."
- dest="${maven.repo.local}/org/richfaces/framework/richfaces-impl/3.3.1-SNAPSHOT/richfaces-impl-3.3.1-SNAPSHOT.jar"
+ <mkdir dir="${maven.repo.local}/org/richfaces/framework/richfaces-impl/3.3.1.CR2"/>
+ <get src="http://repository.jboss.com/maven2//org/richfaces/framework/richfaces-imp..."
+ dest="${maven.repo.local}/org/richfaces/framework/richfaces-impl/3.3.1.CR2/richfaces-impl-3.3.1.CR2.jar"
usetimestamp="false"
ignoreerrors="true"/>
- <get src="http://repository.jboss.org/maven2//org/richfaces/framework/richfaces-imp..."
- dest="${maven.repo.local}/org/richfaces/framework/richfaces-impl/3.3.1-SNAPSHOT/richfaces-impl-3.3.1-SNAPSHOT.jar"
+ <get src="http://repository.jboss.org/maven2//org/richfaces/framework/richfaces-imp..."
+ dest="${maven.repo.local}/org/richfaces/framework/richfaces-impl/3.3.1.CR2/richfaces-impl-3.3.1.CR2.jar"
usetimestamp="false"
ignoreerrors="true"/>
- <get src="http://snapshots.jboss.org/maven2/org/richfaces/framework/richfaces-impl/..."
- dest="${maven.repo.local}/org/richfaces/framework/richfaces-impl/3.3.1-SNAPSHOT/richfaces-impl-3.3.1-SNAPSHOT.jar"
+ <get src="http://snapshots.jboss.org/maven2/org/richfaces/framework/richfaces-impl/..."
+ dest="${maven.repo.local}/org/richfaces/framework/richfaces-impl/3.3.1.CR2/richfaces-impl-3.3.1.CR2.jar"
usetimestamp="false"
ignoreerrors="true"/>
- <get src="http://repo1.maven.org/maven2/org/richfaces/framework/richfaces-impl/3.3...."
- dest="${maven.repo.local}/org/richfaces/framework/richfaces-impl/3.3.1-SNAPSHOT/richfaces-impl-3.3.1-SNAPSHOT.jar"
+ <get src="http://repo1.maven.org/maven2/org/richfaces/framework/richfaces-impl/3.3...."
+ dest="${maven.repo.local}/org/richfaces/framework/richfaces-impl/3.3.1.CR2/richfaces-impl-3.3.1.CR2.jar"
usetimestamp="false"
ignoreerrors="true"/>
<mkdir dir="${maven.repo.local}/commons-digester/commons-digester/2.0"/>
@@ -762,38 +762,38 @@
dest="${maven.repo.local}/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar"
usetimestamp="false"
ignoreerrors="true"/>
- <mkdir dir="${maven.repo.local}/org/richfaces/ui/richfaces-ui/3.3.1-SNAPSHOT"/>
- <get src="http://repository.jboss.com/maven2//org/richfaces/ui/richfaces-ui/3.3.1-S..."
- dest="${maven.repo.local}/org/richfaces/ui/richfaces-ui/3.3.1-SNAPSHOT/richfaces-ui-3.3.1-SNAPSHOT.jar"
+ <mkdir dir="${maven.repo.local}/org/richfaces/ui/richfaces-ui/3.3.1.CR2"/>
+ <get src="http://repository.jboss.com/maven2//org/richfaces/ui/richfaces-ui/3.3.1.C..."
+ dest="${maven.repo.local}/org/richfaces/ui/richfaces-ui/3.3.1.CR2/richfaces-ui-3.3.1.CR2.jar"
usetimestamp="false"
ignoreerrors="true"/>
- <get src="http://repository.jboss.org/maven2//org/richfaces/ui/richfaces-ui/3.3.1-S..."
- dest="${maven.repo.local}/org/richfaces/ui/richfaces-ui/3.3.1-SNAPSHOT/richfaces-ui-3.3.1-SNAPSHOT.jar"
+ <get src="http://repository.jboss.org/maven2//org/richfaces/ui/richfaces-ui/3.3.1.C..."
+ dest="${maven.repo.local}/org/richfaces/ui/richfaces-ui/3.3.1.CR2/richfaces-ui-3.3.1.CR2.jar"
usetimestamp="false"
ignoreerrors="true"/>
- <get src="http://snapshots.jboss.org/maven2/org/richfaces/ui/richfaces-ui/3.3.1-SNA..."
- dest="${maven.repo.local}/org/richfaces/ui/richfaces-ui/3.3.1-SNAPSHOT/richfaces-ui-3.3.1-SNAPSHOT.jar"
+ <get src="http://snapshots.jboss.org/maven2/org/richfaces/ui/richfaces-ui/3.3.1.CR2..."
+ dest="${maven.repo.local}/org/richfaces/ui/richfaces-ui/3.3.1.CR2/richfaces-ui-3.3.1.CR2.jar"
usetimestamp="false"
ignoreerrors="true"/>
- <get src="http://repo1.maven.org/maven2/org/richfaces/ui/richfaces-ui/3.3.1-SNAPSHO..."
- dest="${maven.repo.local}/org/richfaces/ui/richfaces-ui/3.3.1-SNAPSHOT/richfaces-ui-3.3.1-SNAPSHOT.jar"
+ <get src="http://repo1.maven.org/maven2/org/richfaces/ui/richfaces-ui/3.3.1.CR2/ric..."
+ dest="${maven.repo.local}/org/richfaces/ui/richfaces-ui/3.3.1.CR2/richfaces-ui-3.3.1.CR2.jar"
usetimestamp="false"
ignoreerrors="true"/>
- <mkdir dir="${maven.repo.local}/org/richfaces/framework/richfaces-api/3.3.1-SNAPSHOT"/>
- <get src="http://repository.jboss.com/maven2//org/richfaces/framework/richfaces-api..."
- dest="${maven.repo.local}/org/richfaces/framework/richfaces-api/3.3.1-SNAPSHOT/richfaces-api-3.3.1-SNAPSHOT.jar"
+ <mkdir dir="${maven.repo.local}/org/richfaces/framework/richfaces-api/3.3.1.CR2"/>
+ <get src="http://repository.jboss.com/maven2//org/richfaces/framework/richfaces-api..."
+ dest="${maven.repo.local}/org/richfaces/framework/richfaces-api/3.3.1.CR2/richfaces-api-3.3.1.CR2.jar"
usetimestamp="false"
ignoreerrors="true"/>
- <get src="http://repository.jboss.org/maven2//org/richfaces/framework/richfaces-api..."
- dest="${maven.repo.local}/org/richfaces/framework/richfaces-api/3.3.1-SNAPSHOT/richfaces-api-3.3.1-SNAPSHOT.jar"
+ <get src="http://repository.jboss.org/maven2//org/richfaces/framework/richfaces-api..."
+ dest="${maven.repo.local}/org/richfaces/framework/richfaces-api/3.3.1.CR2/richfaces-api-3.3.1.CR2.jar"
usetimestamp="false"
ignoreerrors="true"/>
- <get src="http://snapshots.jboss.org/maven2/org/richfaces/framework/richfaces-api/3..."
- dest="${maven.repo.local}/org/richfaces/framework/richfaces-api/3.3.1-SNAPSHOT/richfaces-api-3.3.1-SNAPSHOT.jar"
+ <get src="http://snapshots.jboss.org/maven2/org/richfaces/framework/richfaces-api/3..."
+ dest="${maven.repo.local}/org/richfaces/framework/richfaces-api/3.3.1.CR2/richfaces-api-3.3.1.CR2.jar"
usetimestamp="false"
ignoreerrors="true"/>
- <get src="http://repo1.maven.org/maven2/org/richfaces/framework/richfaces-api/3.3.1..."
- dest="${maven.repo.local}/org/richfaces/framework/richfaces-api/3.3.1-SNAPSHOT/richfaces-api-3.3.1-SNAPSHOT.jar"
+ <get src="http://repo1.maven.org/maven2/org/richfaces/framework/richfaces-api/3.3.1..."
+ dest="${maven.repo.local}/org/richfaces/framework/richfaces-api/3.3.1.CR2/richfaces-api-3.3.1.CR2.jar"
usetimestamp="false"
ignoreerrors="true"/>
<mkdir dir="${maven.repo.local}/commons-collections/commons-collections/3.2"/>
Modified: tags/3.3.1.CR2/extensions/gwt/pom.xml
===================================================================
--- 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 14007)
@@ -3,7 +3,7 @@
<parent>
<artifactId>extensions</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
@@ -99,7 +99,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>com.sun.facelets</groupId>
Modified: tags/3.3.1.CR2/extensions/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>extensions</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<name>Richfaces extensions for a different environments</name>
<packaging>pom</packaging>
<modules>
Modified: tags/3.3.1.CR2/extensions/seam/pom.xml
===================================================================
--- 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 14007)
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>ajax4jsf</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>jboss</groupId>
Modified: tags/3.3.1.CR2/extensions/trinidad/pom.xml
===================================================================
--- 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 @@
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>ajax4jsf</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>org.apache.myfaces.trinidad</groupId>
Modified: tags/3.3.1.CR2/framework/api/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>framework</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
<name>Java Server Faces AJAX framework API</name>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<dependencies>
<dependency>
<groupId>commons-collections</groupId>
Modified: tags/3.3.1.CR2/framework/impl/pom.xml
===================================================================
--- 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 14007)
@@ -1,15 +1,14 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>framework</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
<name>Java Server Faces AJAX framework implementation</name>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<build>
<resources>
<resource>
@@ -161,7 +160,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.CR2/framework/impl/src/main/java/org/richfaces/VersionBean.java
===================================================================
--- 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.java 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 = "1-SNAPSHOT" ;
+ public static final String REVISION = "1.CR2" ;
public static final String SCM_REVISION = " SVN $Revision$ $Date$";//$Revision$ $Date$";
public static final Version _version = new Version();
Modified: tags/3.3.1.CR2/framework/jsf-test/pom.xml
===================================================================
--- 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 @@
-<?xml version="1.0"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <artifactId>framework</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>jsf-test</artifactId>
- <name>jsf-test</name>
- <version>3.3.1-SNAPSHOT</version>
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.5</version>
- </dependency>
- <dependency>
- <groupId>net.sourceforge.htmlunit</groupId>
- <artifactId>htmlunit</artifactId>
- <version>2.4</version>
- </dependency>
- <dependency>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-impl</artifactId>
- <version>1.2_12</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>el-impl</groupId>
- <artifactId>el-impl</artifactId>
- <version>1.0</version>
- </dependency>
- <dependency>
- <groupId>commons-httpclient</groupId>
- <artifactId>commons-httpclient</artifactId>
- <version>3.1</version>
- </dependency>
- <dependency>
- <groupId>net.sourceforge.htmlunit</groupId>
- <artifactId>htmlunit-core-js</artifactId>
- <version>2.4</version>
- </dependency>
- <dependency>
- <groupId>net.sourceforge.cssparser</groupId>
- <artifactId>cssparser</artifactId>
- <version>0.9.5</version>
- </dependency>
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- <version>1.4</version>
- </dependency>
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>2.4</version>
- </dependency>
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <version>3.2.1</version>
- </dependency>
- <dependency>
- <groupId>net.sourceforge.nekohtml</groupId>
- <artifactId>nekohtml</artifactId>
- <version>1.9.11</version>
- <exclusions>
- <exclusion>
- <groupId>xml-apis</groupId>
- <artifactId>xml-apis</artifactId>
- </exclusion>
- <!--
- <exclusion> <groupId>xerces</groupId>
- <artifactId>xercesImpl</artifactId> </exclusion>
- -->
- </exclusions>
- </dependency>
- <dependency>
- <groupId>javax.el</groupId>
- <artifactId>el-api</artifactId>
- <version>1.0</version>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <version>2.5</version>
- </dependency>
- <dependency>
- <groupId>javax.servlet.jsp</groupId>
- <artifactId>jsp-api</artifactId>
- <version>2.1</version>
- </dependency>
- <dependency>
- <groupId>jstl</groupId>
- <artifactId>jstl</artifactId>
- <version>1.2</version>
- </dependency>
- <dependency>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-api</artifactId>
- <version>1.2_12</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.annotation</groupId>
- <artifactId>jsr250-api</artifactId>
- <version>1.0</version>
- </dependency>
- <dependency>
- <groupId>xalan</groupId>
- <artifactId>xalan</artifactId>
- <version>2.7.1</version>
- <exclusions>
- <exclusion>
- <groupId>xml-apis</groupId>
- <artifactId>xml-apis</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>de.berlios.jsunit</groupId>
- <artifactId>jsunit</artifactId>
- <version>1.3</version>
- <exclusions>
- <exclusion>
- <groupId>rhino</groupId>
- <artifactId>js</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- </dependencies>
+<?xml version="1.0"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>framework</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.1.CR2</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>jsf-test</artifactId>
+ <name>jsf-test</name>
+ <version>3.3.1.CR2</version>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.5</version>
+ </dependency>
+ <dependency>
+ <groupId>net.sourceforge.htmlunit</groupId>
+ <artifactId>htmlunit</artifactId>
+ <version>2.4</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <version>1.2_12</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>el-impl</groupId>
+ <artifactId>el-impl</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-httpclient</groupId>
+ <artifactId>commons-httpclient</artifactId>
+ <version>3.1</version>
+ </dependency>
+ <dependency>
+ <groupId>net.sourceforge.htmlunit</groupId>
+ <artifactId>htmlunit-core-js</artifactId>
+ <version>2.4</version>
+ </dependency>
+ <dependency>
+ <groupId>net.sourceforge.cssparser</groupId>
+ <artifactId>cssparser</artifactId>
+ <version>0.9.5</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>1.4</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ <version>2.4</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ <version>3.2.1</version>
+ </dependency>
+ <dependency>
+ <groupId>net.sourceforge.nekohtml</groupId>
+ <artifactId>nekohtml</artifactId>
+ <version>1.9.11</version>
+ <exclusions>
+ <exclusion>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ </exclusion>
+ <!--
+ <exclusion> <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId> </exclusion>
+ -->
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.5</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet.jsp</groupId>
+ <artifactId>jsp-api</artifactId>
+ <version>2.1</version>
+ </dependency>
+ <dependency>
+ <groupId>jstl</groupId>
+ <artifactId>jstl</artifactId>
+ <version>1.2</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <version>1.2_12</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.annotation</groupId>
+ <artifactId>jsr250-api</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>xalan</groupId>
+ <artifactId>xalan</artifactId>
+ <version>2.7.1</version>
+ <exclusions>
+ <exclusion>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>de.berlios.jsunit</groupId>
+ <artifactId>jsunit</artifactId>
+ <version>1.3</version>
+ <exclusions>
+ <exclusion>
+ <groupId>rhino</groupId>
+ <artifactId>js</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ </dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.CR2/framework/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>framework</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<packaging>pom</packaging>
<name>Java Server Faces AJAX framework</name>
<build>
Modified: tags/3.3.1.CR2/framework/test/pom.xml
===================================================================
--- 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 14007)
@@ -2,12 +2,12 @@
<parent>
<artifactId>framework</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-test</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<name>Ajax4Jsf test framework</name>
<url>https://ajax4jsf.dev.java.net</url>
<dependencies>
@@ -42,7 +42,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
Modified: tags/3.3.1.CR2/pom.xml
===================================================================
--- 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 @@
<artifactId>root</artifactId>
<packaging>pom</packaging>
<name>Jboss RichFaces project</name>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<url>http://labs.jboss.com/jbossrichfaces</url>
<properties>
<snapshotRepository>
@@ -217,9 +217,9 @@
</license>
</licenses>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk</developerConnection>
- <url>https://svn.jboss.org/repos/richfaces/trunk</url>
+ <connection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/3.3.1.CR2</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/3.3.1.CR2</developerConnection>
+ <url>https://svn.jboss.org/repos/richfaces/branches/3.3.1.CR2</url>
</scm>
<profiles>
<profile>
@@ -242,9 +242,9 @@
.settings/org.eclipse.jdt.ui.prefs
</name>
<content>
- <![CDATA[
- eclipse.preferences.version=1
- org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates><template autoinsert\="false" context\="typecomment_context" deleted\="false" description\="Comment for created types" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.typecomment" name\="typecomment">/**\r\n * $${tags}\r\n * <br /><br />\r\n * \r\n * Created $${date}\r\n * @author $${user}\r\n * @since ${project.artifact.selectedVersion.majorVersion}.${project.artifact.selectedVersion.minorVersion}\r\n */\r\n</template><template autoinsert\="false" context\="filecomment_context" deleted\="false" description\="Comment for created Java files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.filecomment" name\="filecomment">/**\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 library 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 * License 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 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\r\n * Lesser General 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 Street, Fifth Floor, Boston, MA 02110-1301 USA\r\n */\r\n</template></templates>
+ <![CDATA[
+ eclipse.preferences.version=1
+ org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates><template autoinsert\="false" context\="typecomment_context" deleted\="false" description\="Comment for created types" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.typecomment" name\="typecomment">/**\r\n * $${tags}\r\n * <br /><br />\r\n * \r\n * Created $${date}\r\n * @author $${user}\r\n * @since ${project.artifact.selectedVersion.majorVersion}.${project.artifact.selectedVersion.minorVersion}\r\n */\r\n</template><template autoinsert\="false" context\="filecomment_context" deleted\="false" description\="Comment for created Java files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.filecomment" name\="filecomment">/**\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 library 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 * License 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 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\r\n * Lesser General 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 Street, Fifth Floor, Boston, MA 02110-1301 USA\r\n */\r\n</template></templates>
]]>
</content>
</file>
Modified: tags/3.3.1.CR2/samples/beanValidatorSample/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>beanValidatorSample</artifactId>
<packaging>war</packaging>
<name>beanValidatorSample Maven Webapp</name>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<build>
<finalName>richfaces-validator</finalName>
<plugins>
@@ -52,7 +52,7 @@
<!--
<dependency> <groupId>org.richfaces.ui</groupId>
<artifactId>beanValidator</artifactId>
- <version>3.3.1-SNAPSHOT</version> </dependency>
+ <version>3.3.1.CR2</version> </dependency>
-->
<dependency>
<groupId>org.hibernate</groupId>
@@ -75,7 +75,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>com.uwyn</groupId>
Modified: tags/3.3.1.CR2/samples/calendar-sample/pom.xml
===================================================================
--- trunk/samples/calendar-sample/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/calendar-sample/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -3,7 +3,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.CR2/samples/colorPickerDemo/pom.xml
===================================================================
--- trunk/samples/colorPickerDemo/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/colorPickerDemo/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -3,7 +3,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
@@ -35,7 +35,7 @@
<groupId>org.richfaces.framework
</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples
@@ -46,17 +46,17 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>dataTable</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>colorPicker</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
</dependencies>
</project>
Modified: tags/3.3.1.CR2/samples/columnsDemo/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.CR2/samples/combobox-sample/pom.xml
===================================================================
--- trunk/samples/combobox-sample/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/combobox-sample/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.CR2/samples/contextMenuDemo/pom.xml
===================================================================
--- trunk/samples/contextMenuDemo/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/contextMenuDemo/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.CR2/samples/createProject.sh
===================================================================
--- 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 14007)
@@ -1,3 +1,3 @@
#!/bin/sh
mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsfwebapp \
- -DarchetypeVersion=3.3.1-SNAPSHOT -Dversion=3.3.1-SNAPSHOT -DgroupId=org.richfaces.samples -DartifactId=$1
+ -DarchetypeVersion=3.3.1.CR2 -Dversion=3.3.1.CR2 -DgroupId=org.richfaces.samples -DartifactId=$1
Modified: tags/3.3.1.CR2/samples/darkX/pom.xml
===================================================================
--- 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 @@
-<?xml version="1.0"?><project>
- <parent>
- <artifactId>samples</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces.samples</groupId>
- <artifactId>darkX</artifactId>
- <name>darkX</name>
- <build>
- <plugins>
- <plugin>
- <groupId>org.richfaces.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
- <executions>
- <execution>
- <phase>generate-sources</phase>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
+<?xml version="1.0"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>samples</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.1.CR2</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.samples</groupId>
+ <artifactId>darkX</artifactId>
+ <name>darkX</name>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-cdk-plugin</artifactId>
+ <version>3.3.1.CR2</version>
+ <executions>
+ <execution>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ <version>3.3.1.CR2</version>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.CR2/samples/dataFilterSliderDemo/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.CR2/samples/dataTableDemo/pom.xml
===================================================================
--- 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 (rev 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.CR2/samples/datascroller-sample/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.CR2/samples/dragDropDemo/pom.xml
===================================================================
--- 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 (rev 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.CR2/samples/dropdownmenu-sample/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.CR2/samples/editor-sample/pom.xml
===================================================================
--- 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 (rev 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tags/3.3.1.CR2/samples/editorSeam-sample/pom.xml
===================================================================
--- trunk/samples/editorSeam-sample/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/editorSeam-sample/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -5,7 +5,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tags/3.3.1.CR2/samples/effect-sample/pom.xml
===================================================================
--- 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 (rev 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.CR2/samples/extendedDataTable-sample/pom.xml
===================================================================
--- 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:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: tags/3.3.1.CR2/samples/fileUploadDemo/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.CR2/samples/functions-demo/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.CR2/samples/glassX/pom.xml
===================================================================
--- 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 14007)
@@ -1,49 +1,49 @@
-<?xml version="1.0"?><project>
- <parent>
- <artifactId>samples</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces.samples</groupId>
- <artifactId>glassX</artifactId>
- <name>glassX</name>
- <version>3.3.1-SNAPSHOT</version>
- <build>
- <plugins>
- <plugin>
- <groupId>org.richfaces.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
- <executions>
- <execution>
- <phase>generate-sources</phase>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
+<?xml version="1.0"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>samples</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.1.CR2</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.samples</groupId>
+ <artifactId>glassX</artifactId>
+ <name>glassX</name>
+ <version>3.3.1.CR2</version>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-cdk-plugin</artifactId>
+ <version>3.3.1.CR2</version>
+ <executions>
+ <execution>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ <version>3.3.1.CR2</version>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.CR2/samples/gmap-sample/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.CR2/samples/hotKey-sample/pom.xml
===================================================================
--- 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 (rev 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: tags/3.3.1.CR2/samples/inplaceInput-sample/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.CR2/samples/inplaceSelect-sample/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.CR2/samples/inputNumberSliderDemo/pom.xml
===================================================================
--- trunk/samples/inputNumberSliderDemo/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/inputNumberSliderDemo/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.CR2/samples/inputNumberSpinnerDemo/pom.xml
===================================================================
--- trunk/samples/inputNumberSpinnerDemo/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/inputNumberSpinnerDemo/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.CR2/samples/jQuery-sample/pom.xml
===================================================================
--- 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 (rev 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.CR2/samples/jira-data/pom.xml
===================================================================
--- 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 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.CR2/samples/laguna/pom.xml
===================================================================
--- 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 14007)
@@ -4,7 +4,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<groupId>org.richfaces.samples</groupId>
@@ -16,7 +16,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<configuration>
<name>org.richfaces.laguna</name>
</configuration>
Modified: tags/3.3.1.CR2/samples/layout-sample/pom.xml
===================================================================
--- 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 (rev 14007)
@@ -4,14 +4,14 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>layout-sample</artifactId>
<packaging>war</packaging>
<name>layout Maven Webapp</name>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<build>
<finalName>layout-sample</finalName>
<plugins>
@@ -34,22 +34,22 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>themes</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<exclusions>
<exclusion>
<groupId>org.richfaces.ui</groupId>
Modified: tags/3.3.1.CR2/samples/listShuttleDemo/pom.xml
===================================================================
--- trunk/samples/listShuttleDemo/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/listShuttleDemo/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.CR2/samples/local-value-demo/pom.xml
===================================================================
--- trunk/samples/local-value-demo/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/local-value-demo/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.CR2/samples/modalpanel-sample/pom.xml
===================================================================
--- trunk/samples/modalpanel-sample/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/modalpanel-sample/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.CR2/samples/orderingListDemo/pom.xml
===================================================================
--- trunk/samples/orderingListDemo/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/orderingListDemo/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.CR2/samples/panel-sample/pom.xml
===================================================================
--- 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 (rev 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.CR2/samples/panelbar-sample/pom.xml
===================================================================
--- trunk/samples/panelbar-sample/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/panelbar-sample/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.CR2/samples/panelmenu-sample/pom.xml
===================================================================
--- trunk/samples/panelmenu-sample/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/panelmenu-sample/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -3,7 +3,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.CR2/samples/pickList-sample/pom.xml
===================================================================
--- trunk/samples/pickList-sample/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/pickList-sample/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.CR2/samples/pom.xml
===================================================================
--- 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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <artifactId>root</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>samples</artifactId>
- <packaging>pom</packaging>
- <name>RichFaces Components Examples</name>
- <url>http://labs.jboss.com/jbossrichfaces/samples</url>
- <properties>
- <!-- -->
- </properties>
- <!-- Profile to run jetty, so the tomcat jars are included in the bundle. They are not included by default -->
- <build>
- <plugins>
- <plugin>
- <groupId>org.mortbay.jetty</groupId>
- <artifactId>maven-jetty-plugin</artifactId>
- <!--
- -->
- <version>6.1.5</version>
- <configuration>
- <scanIntervalSeconds>10</scanIntervalSeconds>
- <connectors>
- <connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
- <port>8080</port>
- <maxIdleTime>60000</maxIdleTime>
- </connector>
- </connectors>
- </configuration>
-
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- <executions>
- <execution>
- <id>surefire-it</id>
- <phase>integration-test</phase>
- <goals>
- <goal>test</goal>
- </goals>
- <configuration>
- <skip>false</skip>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.sun.facelets</groupId>
- <artifactId>jsf-facelets</artifactId>
- <version>1.1.14</version>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>jstl</artifactId>
- <version>1.0</version>
- <scope>runtime</scope>
- </dependency>
- <dependency>
- <groupId>nekohtml</groupId>
- <artifactId>nekohtml</artifactId>
- <version>0.9.5</version>
- <scope>runtime</scope>
- <exclusions>
- <exclusion>
- <artifactId>xerces</artifactId>
- <groupId>xerces</groupId>
- </exclusion>
- </exclusions>
- </dependency>
- </dependencies>
- <profiles>
- <profile>
- <id>jsf1_1</id>
- <activation>
- <activeByDefault>false</activeByDefault>
- <property>
- <name>jsfVersion</name>
- <value>1.1</value>
- </property>
- </activation>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.4</source>
- <target>1.4</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>javax.el</groupId>
- <artifactId>el-api</artifactId>
- <version>1.0</version>
- </dependency>
- <dependency>
- <groupId>el-impl</groupId>
- <artifactId>el-impl</artifactId>
- <version>1.0</version>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <version>2.4</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>jsp-api</artifactId>
- <version>2.0</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>jstl</artifactId>
- <version>1.0</version>
- </dependency>
- </dependencies>
- </profile>
- <profile>
- <id>jsf1_2</id>
- <activation>
- <activeByDefault>false</activeByDefault>
- <property>
- <name>jsfVersion</name>
- <value>1.2</value>
- </property>
- </activation>
- <build>
- <defaultGoal>jetty:run</defaultGoal>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>2.0</version>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <version>2.5</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.servlet.jsp</groupId>
- <artifactId>jsp-api</artifactId>
- <version>2.1</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-api</artifactId>
- <version>1.2_12</version>
- </dependency>
- <dependency>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-impl</artifactId>
- <version>1.2_12</version>
- <scope>runtime</scope>
- </dependency>
- </dependencies>
- </profile>
- <profile>
- <id>tomcat5</id>
- <activation>
- <activeByDefault>false</activeByDefault>
- </activation>
- <build>
- <defaultGoal>jetty:run</defaultGoal>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>2.0</version>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>javax.el</groupId>
- <artifactId>el-api</artifactId>
- <version>1.0</version>
- </dependency>
- <dependency>
- <groupId>el-impl</groupId>
- <artifactId>el-impl</artifactId>
- <version>1.0</version>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <version>2.4</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.servlet.jsp</groupId>
- <artifactId>jsp-api</artifactId>
- <version>2.0</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-api</artifactId>
- <version>1.2_12</version>
- </dependency>
- <dependency>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-impl</artifactId>
- <version>1.2_12</version>
- <scope>runtime</scope>
- </dependency>
- </dependencies>
- </profile>
- <profile>
- <id>tomcat6</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- <build>
- <defaultGoal>jetty:run</defaultGoal>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>2.0</version>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <version>2.5</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.servlet.jsp</groupId>
- <artifactId>jsp-api</artifactId>
- <version>2.1</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-api</artifactId>
- <version>1.2_12</version>
- </dependency>
- <dependency>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-impl</artifactId>
- <version>1.2_12</version>
- <scope>runtime</scope>
- </dependency>
- <dependency>
- <groupId>javax.el</groupId>
- <artifactId>el-api</artifactId>
- <version>1.0</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>el-impl</groupId>
- <artifactId>el-impl</artifactId>
- <version>1.0</version>
- <scope>provided</scope>
- </dependency>
- </dependencies>
- </profile>
- <profile>
- <id>jboss42</id>
- <build>
- <defaultGoal>jetty:run</defaultGoal>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>2.0</version>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <version>2.4</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.servlet.jsp</groupId>
- <artifactId>jsp-api</artifactId>
- <version>2.0</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-impl</artifactId>
- <version>1.2_12</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-api</artifactId>
- <version>1.2_12</version>
- <scope>provided</scope>
- </dependency>
- </dependencies>
- </profile>
- <profile>
- <id>myfaces</id>
- <properties>
- <myfaces>1.2.5</myfaces>
- <tomahawk>1.1.7</tomahawk>
- </properties>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>2.0</version>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>${project.version}</version>
- <exclusions>
- <exclusion>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-api</artifactId>
- </exclusion>
- <exclusion>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-impl</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.apache.myfaces.core</groupId>
- <artifactId>myfaces-api</artifactId>
- <version>${myfaces}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.myfaces.core</groupId>
- <artifactId>myfaces-impl</artifactId>
- <version>${myfaces}</version>
- <scope>runtime</scope>
- </dependency>
- </dependencies>
- </profile>
- <profile>
- <id>seam</id>
- <modules>
- <module>seamEAR</module>
- <module>seamIntegration</module>
- </modules>
- </profile>
- <profile>
- <id>clover</id>
- <build>
- <plugins>
- <plugin>
- <groupId>com.atlassian.maven.plugins</groupId>
- <artifactId>maven-clover2-plugin</artifactId>
- <configuration>
- <includesAllSourceRoots>
- false
- </includesAllSourceRoots>
- <includesTestSourceRoots>
- false
- </includesTestSourceRoots>
- <jdk>1.5</jdk>
- <excludes>
- <exclude>**/*.java</exclude>
- </excludes>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>2.0</version>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- <profile>
- <id>allSamples</id>
- <modules>
- <module>separator-sample</module>
- <module>panel-sample</module>
- <module>gmap-sample</module>
- <module>togglePanel-sample</module>
- <module>tabPanelDemo</module>
- <module>simpleTogglePanel-sample</module>
- <module>inputNumberSpinnerDemo</module>
- <module>inputNumberSliderDemo</module>
- <module>panelbar-sample</module>
- <module>toolBarDemo</module>
- <module>tree-demo</module>
- <module>dataFilterSliderDemo</module>
- <module>suggestionbox-sample</module>
- <module>dragDropDemo</module>
- <module>dataTableDemo</module>
- <module>modalpanel-sample</module>
- <module>datascroller-sample</module>
- <module>effect-sample</module>
- <module>dropdownmenu-sample</module>
- <module>tooltip-sample</module>
- <module>calendar-sample</module>
- <module>treeModelDemo</module>
- <module>local-value-demo</module>
- <module>panelmenu-sample</module>
- <module>rich-message-demo</module>
- <module>scrollableDataTableDemo</module>
- <module>richfaces-ear-demo</module>
- <module>contextMenuDemo</module>
- <module>orderingListDemo</module>
- <module>listShuttleDemo</module>
- <module>columnsDemo</module>
- <module>combobox-sample</module>
- <module>pickList-sample</module>
- <module>progressBarDemo</module>
- <module>jira-data</module>
- <module>stdcomponents-sample</module>
- <module>fileUploadDemo</module>
- <module>sortingFilteringDemo</module>
- <module>inplaceInput-sample</module>
- <module>inplaceSelect-sample</module>
- <module>functions-demo</module>
- <module>hotKey-sample</module>
- <module>beanValidatorSample</module>
- <module>state-sample</module>
- <module>extendedDataTable-sample</module>
- <module>queue-sample</module>
- <module>editor-sample</module>
- <module>editorSeam-sample</module>
- <module>colorPickerDemo</module>
- <module>layout-sample</module>
- </modules>
- </profile>
- </profiles>
- <modules>
- <module>skins</module>
- <module>laguna</module>
- <module>glassX</module>
- <module>darkX</module>
- <module>richfaces-demo</module>
- <module>themes</module>
- </modules>
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>root</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.1.CR2</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces</groupId>
+ <artifactId>samples</artifactId>
+ <packaging>pom</packaging>
+ <name>RichFaces Components Examples</name>
+ <url>http://labs.jboss.com/jbossrichfaces/samples</url>
+ <properties>
+ <!-- -->
+ </properties>
+ <!-- Profile to run jetty, so the tomcat jars are included in the bundle. They are not included by default -->
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>maven-jetty-plugin</artifactId>
+ <!--
+ -->
+ <version>6.1.5</version>
+ <configuration>
+ <scanIntervalSeconds>10</scanIntervalSeconds>
+ <connectors>
+ <connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
+ <port>8080</port>
+ <maxIdleTime>60000</maxIdleTime>
+ </connector>
+ </connectors>
+ </configuration>
+
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ <executions>
+ <execution>
+ <id>surefire-it</id>
+ <phase>integration-test</phase>
+ <goals>
+ <goal>test</goal>
+ </goals>
+ <configuration>
+ <skip>false</skip>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.facelets</groupId>
+ <artifactId>jsf-facelets</artifactId>
+ <version>1.1.14</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>jstl</artifactId>
+ <version>1.0</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>nekohtml</groupId>
+ <artifactId>nekohtml</artifactId>
+ <version>0.9.5</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>xerces</artifactId>
+ <groupId>xerces</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ </dependencies>
+ <profiles>
+ <profile>
+ <id>jsf1_1</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ <property>
+ <name>jsfVersion</name>
+ <value>1.1</value>
+ </property>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.4</source>
+ <target>1.4</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>el-impl</groupId>
+ <artifactId>el-impl</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.4</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>jsp-api</artifactId>
+ <version>2.0</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>jstl</artifactId>
+ <version>1.0</version>
+ </dependency>
+ </dependencies>
+ </profile>
+ <profile>
+ <id>jsf1_2</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ <property>
+ <name>jsfVersion</name>
+ <value>1.2</value>
+ </property>
+ </activation>
+ <build>
+ <defaultGoal>jetty:run</defaultGoal>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0</version>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.5</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet.jsp</groupId>
+ <artifactId>jsp-api</artifactId>
+ <version>2.1</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <version>1.2_12</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <version>1.2_12</version>
+ <scope>runtime</scope>
+ </dependency>
+ </dependencies>
+ </profile>
+ <profile>
+ <id>tomcat5</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <build>
+ <defaultGoal>jetty:run</defaultGoal>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0</version>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>el-impl</groupId>
+ <artifactId>el-impl</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.4</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet.jsp</groupId>
+ <artifactId>jsp-api</artifactId>
+ <version>2.0</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <version>1.2_12</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <version>1.2_12</version>
+ <scope>runtime</scope>
+ </dependency>
+ </dependencies>
+ </profile>
+ <profile>
+ <id>tomcat6</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <build>
+ <defaultGoal>jetty:run</defaultGoal>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0</version>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.5</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet.jsp</groupId>
+ <artifactId>jsp-api</artifactId>
+ <version>2.1</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <version>1.2_12</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <version>1.2_12</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ <version>1.0</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>el-impl</groupId>
+ <artifactId>el-impl</artifactId>
+ <version>1.0</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ </profile>
+ <profile>
+ <id>jboss42</id>
+ <build>
+ <defaultGoal>jetty:run</defaultGoal>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0</version>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.4</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet.jsp</groupId>
+ <artifactId>jsp-api</artifactId>
+ <version>2.0</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <version>1.2_12</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <version>1.2_12</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ </profile>
+ <profile>
+ <id>myfaces</id>
+ <properties>
+ <myfaces>1.2.5</myfaces>
+ <tomahawk>1.1.7</tomahawk>
+ </properties>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0</version>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ <version>${project.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.myfaces.core</groupId>
+ <artifactId>myfaces-api</artifactId>
+ <version>${myfaces}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.myfaces.core</groupId>
+ <artifactId>myfaces-impl</artifactId>
+ <version>${myfaces}</version>
+ <scope>runtime</scope>
+ </dependency>
+ </dependencies>
+ </profile>
+ <profile>
+ <id>seam</id>
+ <modules>
+ <module>seamEAR</module>
+ <module>seamIntegration</module>
+ </modules>
+ </profile>
+ <profile>
+ <id>clover</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>com.atlassian.maven.plugins</groupId>
+ <artifactId>maven-clover2-plugin</artifactId>
+ <configuration>
+ <includesAllSourceRoots>
+ false
+ </includesAllSourceRoots>
+ <includesTestSourceRoots>
+ false
+ </includesTestSourceRoots>
+ <jdk>1.5</jdk>
+ <excludes>
+ <exclude>**/*.java</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0</version>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ <profile>
+ <id>allSamples</id>
+ <modules>
+ <module>separator-sample</module>
+ <module>panel-sample</module>
+ <module>gmap-sample</module>
+ <module>togglePanel-sample</module>
+ <module>tabPanelDemo</module>
+ <module>simpleTogglePanel-sample</module>
+ <module>inputNumberSpinnerDemo</module>
+ <module>inputNumberSliderDemo</module>
+ <module>panelbar-sample</module>
+ <module>toolBarDemo</module>
+ <module>tree-demo</module>
+ <module>dataFilterSliderDemo</module>
+ <module>suggestionbox-sample</module>
+ <module>dragDropDemo</module>
+ <module>dataTableDemo</module>
+ <module>modalpanel-sample</module>
+ <module>datascroller-sample</module>
+ <module>effect-sample</module>
+ <module>dropdownmenu-sample</module>
+ <module>tooltip-sample</module>
+ <module>calendar-sample</module>
+ <module>treeModelDemo</module>
+ <module>local-value-demo</module>
+ <module>panelmenu-sample</module>
+ <module>rich-message-demo</module>
+ <module>scrollableDataTableDemo</module>
+ <module>richfaces-ear-demo</module>
+ <module>contextMenuDemo</module>
+ <module>orderingListDemo</module>
+ <module>listShuttleDemo</module>
+ <module>columnsDemo</module>
+ <module>combobox-sample</module>
+ <module>pickList-sample</module>
+ <module>progressBarDemo</module>
+ <module>jira-data</module>
+ <module>stdcomponents-sample</module>
+ <module>fileUploadDemo</module>
+ <module>sortingFilteringDemo</module>
+ <module>inplaceInput-sample</module>
+ <module>inplaceSelect-sample</module>
+ <module>functions-demo</module>
+ <module>hotKey-sample</module>
+ <module>beanValidatorSample</module>
+ <module>state-sample</module>
+ <module>extendedDataTable-sample</module>
+ <module>queue-sample</module>
+ <module>editor-sample</module>
+ <module>editorSeam-sample</module>
+ <module>colorPickerDemo</module>
+ <module>layout-sample</module>
+ </modules>
+ </profile>
+ </profiles>
+ <modules>
+ <module>skins</module>
+ <module>laguna</module>
+ <module>glassX</module>
+ <module>darkX</module>
+ <module>richfaces-demo</module>
+ <module>themes</module>
+ </modules>
</project>
\ No newline at end of file
Modified: tags/3.3.1.CR2/samples/progressBarDemo/pom.xml
===================================================================
--- trunk/samples/progressBarDemo/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/progressBarDemo/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.CR2/samples/queue-sample/pom.xml
===================================================================
--- 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 (rev 14007)
@@ -2,14 +2,14 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>queue-sample</artifactId>
<packaging>war</packaging>
<name>queue-sample Maven Webapp</name>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<build>
<finalName>queue-sample</finalName>
<plugins>
Modified: tags/3.3.1.CR2/samples/rich-message-demo/pom.xml
===================================================================
--- trunk/samples/rich-message-demo/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/rich-message-demo/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -3,7 +3,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.CR2/samples/richfaces-art-datatable/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.CR2/samples/richfaces-demo/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -209,22 +209,22 @@
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>laguna</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>glassX</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>darkX</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>com.uwyn</groupId>
@@ -314,7 +314,7 @@
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>themes</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>javax.persistence</groupId>
Modified: tags/3.3.1.CR2/samples/richfaces-ear-demo/ejb/pom.xml
===================================================================
--- trunk/samples/richfaces-ear-demo/ejb/pom.xml 2009-05-04 08:26:24 UTC (rev 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 @@
<parent>
<artifactId>richfaces-ear-demo</artifactId>
<groupId>org.richfaces.samples</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
Modified: tags/3.3.1.CR2/samples/richfaces-ear-demo/pom.xml
===================================================================
--- trunk/samples/richfaces-ear-demo/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/richfaces-ear-demo/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.CR2/samples/richfaces-ear-demo/richfacesEAR/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>richfaces-ear-demo</artifactId>
<groupId>org.richfaces.samples</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
Modified: tags/3.3.1.CR2/samples/richfaces-ear-demo/webapp/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>richfaces-ear-demo</artifactId>
<groupId>org.richfaces.samples</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
Modified: tags/3.3.1.CR2/samples/scrollableDataTableDemo/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>scrollableDataTableDemo</artifactId>
Modified: tags/3.3.1.CR2/samples/seamEAR/ear/pom.xml
===================================================================
--- 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 @@
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<dependencies>
<dependency>
Modified: tags/3.3.1.CR2/samples/seamEAR/ejbs/pom.xml
===================================================================
--- 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 (rev 14007)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<dependencies>
<dependency>
Modified: tags/3.3.1.CR2/samples/seamEAR/pom.xml
===================================================================
--- 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 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.CR2/samples/seamEAR/primary-source/pom.xml
===================================================================
--- trunk/samples/seamEAR/primary-source/pom.xml 2009-05-04 08:26:24 UTC (rev 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 @@
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<dependencies>
<dependency>
Modified: tags/3.3.1.CR2/samples/seamEAR/projects/logging/pom.xml
===================================================================
--- 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:14:08 UTC (rev 14007)
@@ -7,6 +7,6 @@
<parent>
<groupId>org.richfaces.samples.seamEAR</groupId>
<artifactId>projects</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
</project>
Modified: tags/3.3.1.CR2/samples/seamEAR/projects/pom.xml
===================================================================
--- trunk/samples/seamEAR/projects/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/seamEAR/projects/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modules>
<module>logging</module>
Modified: tags/3.3.1.CR2/samples/seamEAR/wars/pom.xml
===================================================================
--- 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 (rev 14007)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modules>
<module>seamWebapp</module>
Modified: tags/3.3.1.CR2/samples/seamEAR/wars/seamWebapp/pom.xml
===================================================================
--- 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 @@
<parent>
<groupId>org.richfaces.samples.seamEAR</groupId>
<artifactId>wars</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<build>
<finalName>seamWebapp</finalName>
@@ -22,17 +22,17 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<scope>provided</scope>
</dependency>
<dependency>
Modified: tags/3.3.1.CR2/samples/seamIntegration/pom.xml
===================================================================
--- trunk/samples/seamIntegration/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/seamIntegration/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -5,7 +5,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.CR2/samples/separator-sample/pom.xml
===================================================================
--- trunk/samples/separator-sample/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/separator-sample/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.CR2/samples/simpleTogglePanel-sample/pom.xml
===================================================================
--- 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:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.CR2/samples/skins/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.CR2/samples/sortingFilteringDemo/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
@@ -16,7 +16,7 @@
<!--dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>sortableHeader</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency-->
<dependency>
Modified: tags/3.3.1.CR2/samples/state-sample/pom.xml
===================================================================
--- 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 (rev 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
@@ -16,17 +16,17 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>state</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.CR2/samples/stdcomponents-sample/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.CR2/samples/suggestionbox-sample/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.CR2/samples/tabPanelDemo/pom.xml
===================================================================
--- 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 (rev 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.CR2/samples/themes/pom.xml
===================================================================
--- 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 14007)
@@ -1,44 +1,44 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <artifactId>samples</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
- </parent>
- <groupId>org.richfaces.samples</groupId>
- <artifactId>themes</artifactId>
- <version>3.3.1-SNAPSHOT</version>
- <name>themes</name>
- <build>
- <plugins>
- <plugin>
- <groupId>org.richfaces.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
- <executions>
- <execution>
- <id>generate-sources</id>
- <phase>generate-sources</phase>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>layout</artifactId>
- <version>3.3.1-SNAPSHOT</version>
- </dependency>
- </dependencies>
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>samples</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.1.CR2</version>
+ </parent>
+ <groupId>org.richfaces.samples</groupId>
+ <artifactId>themes</artifactId>
+ <version>3.3.1.CR2</version>
+ <name>themes</name>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-cdk-plugin</artifactId>
+ <version>3.3.1.CR2</version>
+ <executions>
+ <execution>
+ <id>generate-sources</id>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>layout</artifactId>
+ <version>3.3.1.CR2</version>
+ </dependency>
+ </dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.CR2/samples/togglePanel-sample/pom.xml
===================================================================
--- trunk/samples/togglePanel-sample/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/samples/togglePanel-sample/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.CR2/samples/tomahawkCompability/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.CR2/samples/toolBarDemo/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.CR2/samples/tooltip-sample/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.CR2/samples/tree-demo/pom.xml
===================================================================
--- 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 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.CR2/samples/treeModelDemo/pom.xml
===================================================================
--- 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 (rev 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.CR2/samples/virtualEarth-sample/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.CR2/sandbox/api/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>sandbox</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox</groupId>
<artifactId>richfaces-sandbox-api</artifactId>
<name>Richfaces Sandbox API</name>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<build>
<plugins>
<plugin>
@@ -25,12 +25,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
Modified: tags/3.3.1.CR2/sandbox/cdk/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox</groupId>
<artifactId>cdk</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<packaging>pom</packaging>
<name>JSF Components Development kit</name>
<dependencies />
Modified: tags/3.3.1.CR2/sandbox/impl/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>sandbox</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox</groupId>
<artifactId>richfaces-sandbox-impl</artifactId>
<name>Richfaces Sandbox Implementation</name>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<dependencies>
<dependency>
<groupId>org.richfaces.sandbox</groupId>
<artifactId>richfaces-sandbox-api</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-test</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
Modified: tags/3.3.1.CR2/sandbox/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: tags/3.3.1.CR2/sandbox/samples/dialog-window-sample/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tags/3.3.1.CR2/sandbox/samples/editorOld-sample/pom.xml
===================================================================
--- 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:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tags/3.3.1.CR2/sandbox/samples/fileUploadPOC/pom.xml
===================================================================
--- trunk/sandbox/samples/fileUploadPOC/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/sandbox/samples/fileUploadPOC/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: tags/3.3.1.CR2/sandbox/samples/maven-rd-plugin-sample/pom.xml
===================================================================
--- trunk/sandbox/samples/maven-rd-plugin-sample/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/sandbox/samples/maven-rd-plugin-sample/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,14 +2,14 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk.sandbox</groupId>
<artifactId>maven-rd-plugin-sample</artifactId>
<packaging>war</packaging>
<name>maven-rd-plugin-sample Maven Webapp</name>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<build>
<finalName>maven-rd-plugin-sample</finalName>
<plugins>
@@ -23,7 +23,7 @@
<plugin>
<artifactId>maven-resource-dependency-plugin</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<configuration>
<webSourceDirectory>${basedir}/src/main/webapp</webSourceDirectory>
@@ -72,7 +72,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.CR2/sandbox/samples/panel2-sample/pom.xml
===================================================================
--- trunk/sandbox/samples/panel2-sample/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/sandbox/samples/panel2-sample/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tags/3.3.1.CR2/sandbox/samples/pom.xml
===================================================================
--- 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 14007)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>samples</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tags/3.3.1.CR2/sandbox/samples/rex-demo/pom.xml
===================================================================
--- trunk/sandbox/samples/rex-demo/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/sandbox/samples/rex-demo/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
@@ -178,7 +178,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>com.uwyn</groupId>
@@ -193,28 +193,28 @@
<dependency>
<groupId>org.richfaces.sandbox.ui</groupId>
<artifactId>rex-resizable</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>org.richfaces.sandbox.ui</groupId>
<artifactId>rex-button</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>org.richfaces.sandbox.ui</groupId>
<artifactId>rex-messageBox</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>componentControl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>org.richfaces.sandbox</groupId>
<artifactId>richfaces-sandbox-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
Modified: tags/3.3.1.CR2/sandbox/samples/simpleTogglePanel2-sample/pom.xml
===================================================================
--- trunk/sandbox/samples/simpleTogglePanel2-sample/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/sandbox/samples/simpleTogglePanel2-sample/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: tags/3.3.1.CR2/sandbox/ui/create.bat
===================================================================
--- 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=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsf-component -DarchetypeVersion=3.3.1-SNAPSHOT -DgroupId=org.richfaces.ui -DartifactId=%1
\ No newline at end of file
+mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsf-component -DarchetypeVersion=3.3.1.CR2 -DgroupId=org.richfaces.ui -DartifactId=%1
\ No newline at end of file
Modified: tags/3.3.1.CR2/sandbox/ui/create.sh
===================================================================
--- 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=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsf-component -DarchetypeVersion=3.3.1-SNAPSHOT -DgroupId=org.richfaces.ui -DartifactId=${1}
\ No newline at end of file
+mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsf-component -DarchetypeVersion=3.3.1.CR2 -DgroupId=org.richfaces.ui -DartifactId=${1}
\ No newline at end of file
Modified: tags/3.3.1.CR2/sandbox/ui/dialog-window/pom.xml
===================================================================
--- trunk/sandbox/ui/dialog-window/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/sandbox/ui/dialog-window/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -39,12 +39,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<scope>provided</scope>
</dependency>
</dependencies>
Modified: tags/3.3.1.CR2/sandbox/ui/editorOld/pom.xml
===================================================================
--- 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 (rev 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.CR2/sandbox/ui/panel2/pom.xml
===================================================================
--- 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 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.CR2/sandbox/ui/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox</groupId>
Modified: tags/3.3.1.CR2/sandbox/ui/rex-button/pom.xml
===================================================================
--- 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 (rev 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -43,7 +43,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.CR2/sandbox/ui/rex-messageBox/pom.xml
===================================================================
--- trunk/sandbox/ui/rex-messageBox/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/sandbox/ui/rex-messageBox/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -43,7 +43,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.CR2/sandbox/ui/rex-resizable/pom.xml
===================================================================
--- trunk/sandbox/ui/rex-resizable/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/sandbox/ui/rex-resizable/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.3.1.CR2/sandbox/ui/simpleTogglePanel2/pom.xml
===================================================================
--- trunk/sandbox/ui/simpleTogglePanel2/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/sandbox/ui/simpleTogglePanel2/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.CR2/sandbox/ui/sortableHeader/pom.xml
===================================================================
--- trunk/sandbox/ui/sortableHeader/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/sandbox/ui/sortableHeader/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox.ui</groupId>
<artifactId>sortableHeader</artifactId>
<name>sortableHeader</name>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -52,17 +52,17 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>dataTable</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.CR2/sandbox/ui/treeTable/pom.xml
===================================================================
--- 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 (rev 14007)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox</groupId>
<artifactId>treeTable</artifactId>
<name>treeTable</name>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.3.1.CR2/test-applications/ajaxTest/pom.xml
===================================================================
--- trunk/test-applications/ajaxTest/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/test-applications/ajaxTest/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -55,7 +55,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>jsf-test</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -66,7 +66,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>javax.el</groupId>
Modified: tags/3.3.1.CR2/test-applications/automator/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>test-applications</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tags/3.3.1.CR2/test-applications/facelets/pom.xml
===================================================================
--- trunk/test-applications/facelets/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/test-applications/facelets/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>test-applications</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tags/3.3.1.CR2/test-applications/jsp/pom.xml
===================================================================
--- 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 (rev 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>test-applications</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tags/3.3.1.CR2/test-applications/pom.xml
===================================================================
--- 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 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<relativePath>../samples</relativePath>
</parent>
@@ -50,11 +50,11 @@
<groupId>org.richfaces</groupId>
<artifactId>test-applications</artifactId>
<packaging>pom</packaging>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<name>RichFaces Test Applications</name>
<properties>
- <rfVersion>3.3.1-SNAPSHOT</rfVersion>
+ <rfVersion>3.3.1.CR2</rfVersion>
</properties>
<modules>
Modified: tags/3.3.1.CR2/test-applications/regressionArea/pom.xml
===================================================================
--- 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:14:08 UTC (rev 14007)
@@ -4,12 +4,12 @@
<!--parent>
<groupId>org.richfaces</groupId>
<artifactId>samples</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent-->
<groupId>org.richfaces.test-applications</groupId>
<artifactId>regressionArea</artifactId>
<packaging>pom</packaging>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<name>Regresion Area:Seam Application</name>
<repositories>
<repository>
@@ -60,7 +60,7 @@
<properties>
<contextroot>regressionArea</contextroot>
<earname>regressionArea-ear</earname>
- <richversion>3.3.1-SNAPSHOT</richversion>
+ <richversion>3.3.1.CR2</richversion>
<seamversion>2.1.1.GA</seamversion>
<jsfversion>1.2_11</jsfversion>
<jbosshome>C:/tmp/jboss-4.2.3.GA</jbosshome>
Modified: tags/3.3.1.CR2/test-applications/regressionArea/regressionArea-ear/pom.xml
===================================================================
--- 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 @@
<parent>
<groupId>org.richfaces.test-applications</groupId>
<artifactId>regressionArea</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<groupId>org.richfaces.test-applications.regressionArea</groupId>
<artifactId>regressionArea-ear</artifactId>
<name>Regression Area Ear Module</name>
Modified: tags/3.3.1.CR2/test-applications/regressionArea/regressionArea-ejb/pom.xml
===================================================================
--- 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 @@
<parent>
<groupId>org.richfaces.test-applications</groupId>
<artifactId>regressionArea</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<groupId>org.richfaces.test-applications.regressionArea</groupId>
<artifactId>regressionArea-ejb</artifactId>
Modified: tags/3.3.1.CR2/test-applications/regressionArea/regressionArea-tests/pom.xml
===================================================================
--- trunk/test-applications/regressionArea/regressionArea-tests/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/test-applications/regressionArea/regressionArea-tests/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>regressionArea</artifactId>
<groupId>org.richfaces.test-applications</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.test-applications.regressionArea</groupId>
Modified: tags/3.3.1.CR2/test-applications/regressionArea/regressionArea-web/pom.xml
===================================================================
--- 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 @@
<parent>
<groupId>org.richfaces.test-applications</groupId>
<artifactId>regressionArea</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<groupId>org.richfaces.test-applications.regressionArea</groupId>
<artifactId>regressionArea-web</artifactId>
Modified: tags/3.3.1.CR2/test-applications/richfaces-docs/pom.xml
===================================================================
--- 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:14:08 UTC (rev 14007)
@@ -8,7 +8,7 @@
<name>richfaces-docs</name>
<properties>
<projectName>richfaces-docs</projectName>
- <richfacesVersion>3.3.1-SNAPSHOT</richfacesVersion>
+ <richfacesVersion>3.3.1.CR2</richfacesVersion>
<seamVersion>2.0.1.GA</seamVersion>
<droolsVersion>4.0.0</droolsVersion>
Modified: tags/3.3.1.CR2/test-applications/richfaces-docs/web/pom.xml
===================================================================
--- 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 @@
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<scope>provided</scope>
</dependency>
Modified: tags/3.3.1.CR2/test-applications/seamApp/pom.xml
===================================================================
--- trunk/test-applications/seamApp/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/test-applications/seamApp/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -8,7 +8,7 @@
<name>sample application</name>
<properties>
<projectName>seamApp</projectName>
- <rfVersion>3.3.1-SNAPSHOT</rfVersion>
+ <rfVersion>3.3.1.CR2</rfVersion>
<seamVersion>2.1.0.SP1</seamVersion>
<jbossDownloadURL>http://downloads.sourceforge.net/jboss/jboss-4.2.2.GA.zip</jbossDownloadURL>
<jbossDeployDir>jboss-4.2.2.GA/jboss-4.2.2.GA/server/default/</jbossDeployDir>
Modified: tags/3.3.1.CR2/test-applications/seleniumTest/pom.xml
===================================================================
--- trunk/test-applications/seleniumTest/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/test-applications/seleniumTest/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -5,14 +5,14 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>seleniumTest</groupId>
<artifactId>seleniumTest</artifactId>
<packaging>pom</packaging>
<name>SeleniumTest</name>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<url>http://maven.apache.org</url>
<properties>
<http.port>8085</http.port>
@@ -227,7 +227,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
Modified: tags/3.3.1.CR2/test-applications/seleniumTest/richfaces/pom.xml
===================================================================
--- 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 @@
<parent>
<groupId>seleniumTest</groupId>
<artifactId>seleniumTest</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>seleniumTest</groupId>
<artifactId>richfaces</artifactId>
<packaging>war</packaging>
<name>seleniumTest Maven Webapp</name>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<build>
<finalName>richfaces</finalName>
</build>
Modified: tags/3.3.1.CR2/test-applications/seleniumTest/samples/pom.xml
===================================================================
--- trunk/test-applications/seleniumTest/samples/pom.xml 2009-05-04 08:26:24 UTC (rev 13996)
+++ tags/3.3.1.CR2/test-applications/seleniumTest/samples/pom.xml 2009-05-04 15:14:08 UTC (rev 14007)
@@ -5,13 +5,13 @@
<parent>
<groupId>seleniumTest</groupId>
<artifactId>seleniumTest</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>seleniumTest</groupId>
<artifactId>samples</artifactId>
<name>Samples</name>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<build>
<finalName>seleniumTest</finalName>
<plugins>
Modified: tags/3.3.1.CR2/ui/assembly/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -15,7 +15,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<configuration>
<library>
<prefix>org.richfaces</prefix>
Modified: tags/3.3.1.CR2/ui/beanValidator/pom.xml
===================================================================
--- 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 14007)
@@ -1,81 +1,81 @@
-<?xml version="1.0"?>
-<project>
- <parent>
- <artifactId>ui</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>beanValidator</artifactId>
- <name>beanValidator</name>
- <version>3.3.1-SNAPSHOT</version>
- <build>
- <plugins>
- <plugin>
- <groupId>org.richfaces.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
- <executions>
- <execution>
- <phase>generate-sources</phase>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <library>
- <prefix>org.richfaces.ui</prefix>
- <taglib>
- <shortName>beanValidator</shortName>
- </taglib>
- </library>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>message</artifactId>
- <version>3.3.1-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-validator</artifactId>
- <version>3.1.0.GA</version>
- <exclusions>
- <!--
- <exclusion> <artifactId>hibernate-core</artifactId>
- <groupId>org.hibernate</groupId> </exclusion> <exclusion>
- <artifactId>slf4j-api</artifactId> <groupId>org.slf4j</groupId>
- </exclusion>
- -->
- </exclusions>
- <optional>true</optional>
- </dependency>
- <dependency>
- <groupId>javax.validation</groupId>
- <artifactId>validation-api</artifactId>
- <version>1.0.CR2</version>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-simple</artifactId>
- <version>1.4.2</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
+<?xml version="1.0"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>ui</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.1.CR2</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>beanValidator</artifactId>
+ <name>beanValidator</name>
+ <version>3.3.1.CR2</version>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-cdk-plugin</artifactId>
+ <version>3.3.1.CR2</version>
+ <executions>
+ <execution>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <library>
+ <prefix>org.richfaces.ui</prefix>
+ <taglib>
+ <shortName>beanValidator</shortName>
+ </taglib>
+ </library>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ <version>3.3.1.CR2</version>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>message</artifactId>
+ <version>3.3.1.CR2</version>
+ </dependency>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-validator</artifactId>
+ <version>3.1.0.GA</version>
+ <exclusions>
+ <!--
+ <exclusion> <artifactId>hibernate-core</artifactId>
+ <groupId>org.hibernate</groupId> </exclusion> <exclusion>
+ <artifactId>slf4j-api</artifactId> <groupId>org.slf4j</groupId>
+ </exclusion>
+ -->
+ </exclusions>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>javax.validation</groupId>
+ <artifactId>validation-api</artifactId>
+ <version>1.0.CR2</version>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-simple</artifactId>
+ <version>1.4.2</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/calendar/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -45,13 +45,13 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>inputnumber-spinner</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/colorPicker/pom.xml
===================================================================
--- 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 14007)
@@ -1,55 +1,55 @@
-<?xml version="1.0"?><project>
- <parent>
- <artifactId>ui</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>colorPicker</artifactId>
- <build>
- <plugins>
- <plugin>
- <groupId>org.richfaces.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
- <executions>
- <execution>
- <phase>generate-sources</phase>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- <execution>
- <id>generate-test-sources</id>
- <phase>generate-test-sources</phase>
- <goals>
- <goal>generate-tests</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <library>
- <prefix>org.richfaces.ui</prefix>
- <taglib>
- <shortName>colorPicker</shortName>
- </taglib>
- </library>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
-</project>
+<?xml version="1.0"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>ui</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.1.CR2</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>colorPicker</artifactId>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-cdk-plugin</artifactId>
+ <version>3.3.1.CR2</version>
+ <executions>
+ <execution>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ </execution>
+ <execution>
+ <id>generate-test-sources</id>
+ <phase>generate-test-sources</phase>
+ <goals>
+ <goal>generate-tests</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <library>
+ <prefix>org.richfaces.ui</prefix>
+ <taglib>
+ <shortName>colorPicker</shortName>
+ </taglib>
+ </library>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ </dependencies>
+</project>
Modified: tags/3.3.1.CR2/ui/columns/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
Modified: tags/3.3.1.CR2/ui/combobox/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
<artifactId>combobox</artifactId>
<name>combobox</name>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -51,12 +51,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>suggestionbox</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
</dependencies>
Modified: tags/3.3.1.CR2/ui/componentControl/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -50,7 +50,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/contextMenu/pom.xml
===================================================================
--- 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 14007)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
<artifactId>contextMenu</artifactId>
<name>contextMenu</name>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -51,12 +51,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>menu-components</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/core/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.3.1.CR2/ui/create.bat
===================================================================
--- 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=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsf-component -DarchetypeVersion=3.3.1-SNAPSHOT -DgroupId=org.richfaces -DartifactId=%1
\ No newline at end of file
+mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsf-component -DarchetypeVersion=3.3.1.CR2 -DgroupId=org.richfaces -DartifactId=%1
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/dataFilterSlider/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -14,7 +14,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/dataTable/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-core</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
-->
</dependencies>
Modified: tags/3.3.1.CR2/ui/datascroller/pom.xml
===================================================================
--- 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 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/drag-drop/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-core</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
-->
</dependencies>
Modified: tags/3.3.1.CR2/ui/dropdown-menu/pom.xml
===================================================================
--- 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 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,12 +44,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>menu-components</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/editor/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -62,7 +62,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>antlr</groupId>
Modified: tags/3.3.1.CR2/ui/effect/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.3.1.CR2/ui/extendedDataTable/pom.xml
===================================================================
--- 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 (rev 14007)
@@ -1,35 +1,35 @@
-<?xml version="1.0"?><project>
+<?xml version="1.0"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>extendedDataTable</artifactId>
- <name>extendedDataTable</name>
- <build>
- <plugins>
- <plugin>
- <groupId>org.richfaces.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
- <executions>
- <execution>
- <phase>generate-sources</phase>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <library>
- <prefix>org.richfaces</prefix>
- <taglib>
- <shortName>extendedDataTable</shortName>
- </taglib>
- </library>
- </configuration>
+ <version>3.3.1.CR2</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>extendedDataTable</artifactId>
+ <name>extendedDataTable</name>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-cdk-plugin</artifactId>
+ <version>3.3.1.CR2</version>
+ <executions>
+ <execution>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <library>
+ <prefix>org.richfaces</prefix>
+ <taglib>
+ <shortName>extendedDataTable</shortName>
+ </taglib>
+ </library>
+ </configuration>
</plugin>
<plugin>
@@ -57,52 +57,52 @@
</execution>
</executions>
</plugin>
-
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>drag-drop</artifactId>
- <version>3.3.1-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>dataTable</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ <version>3.3.1.CR2</version>
</dependency>
- <dependency>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>menu-components</artifactId>
- <version>3.3.1-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>contextMenu</artifactId>
- <version>3.3.1-SNAPSHOT</version>
- </dependency>
-
- <dependency>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>jQuery</artifactId>
- <version>3.3.1-SNAPSHOT</version>
- </dependency>
-
- <dependency>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>componentControl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
- </dependency>
-
- <dependency>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>scrollableDataTable</artifactId>
- <version>3.3.1-SNAPSHOT</version>
- </dependency>
- </dependencies>
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>drag-drop</artifactId>
+ <version>3.3.1.CR2</version>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>dataTable</artifactId>
+ <version>3.3.1.CR2</version>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>menu-components</artifactId>
+ <version>3.3.1.CR2</version>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>contextMenu</artifactId>
+ <version>3.3.1.CR2</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>jQuery</artifactId>
+ <version>3.3.1.CR2</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>componentControl</artifactId>
+ <version>3.3.1.CR2</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>scrollableDataTable</artifactId>
+ <version>3.3.1.CR2</version>
+ </dependency>
+ </dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/fileUpload/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
<artifactId>fileUpload</artifactId>
<name>fileUpload</name>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -51,12 +51,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>progressBar</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/functions/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.3.1.CR2/ui/gmap/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.3.1.CR2/ui/hotKey/pom.xml
===================================================================
--- 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 @@
-<?xml version="1.0"?><project>
- <parent>
- <artifactId>ui</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>hotKey</artifactId>
- <name>hotKey</name>
- <build>
- <plugins>
- <plugin>
- <groupId>org.richfaces.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
- <executions>
- <execution>
- <phase>generate-sources</phase>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- <execution>
- <id>generate-test-sources</id>
- <phase>generate-test-sources</phase>
- <goals>
- <goal>generate-tests</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <library>
- <prefix>org.richfaces</prefix>
- <taglib>
- <shortName>hotKey</shortName>
- </taglib>
- </library>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
- </dependency>
- </dependencies>
+<?xml version="1.0"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>ui</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.1.CR2</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>hotKey</artifactId>
+ <name>hotKey</name>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-cdk-plugin</artifactId>
+ <version>3.3.1.CR2</version>
+ <executions>
+ <execution>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ </execution>
+ <execution>
+ <id>generate-test-sources</id>
+ <phase>generate-test-sources</phase>
+ <goals>
+ <goal>generate-tests</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <library>
+ <prefix>org.richfaces</prefix>
+ <taglib>
+ <shortName>hotKey</shortName>
+ </taglib>
+ </library>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ <version>3.3.1.CR2</version>
+ </dependency>
+ </dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/inplaceInput/pom.xml
===================================================================
--- 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 14007)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
<artifactId>inplaceInput</artifactId>
<name>inplaceInput</name>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -51,17 +51,17 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>combobox</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/inplaceSelect/pom.xml
===================================================================
--- 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 14007)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
<artifactId>inplaceSelect</artifactId>
<name>inplaceSelect</name>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -51,22 +51,22 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>combobox</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>inplaceInput</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
</dependencies>
Modified: tags/3.3.1.CR2/ui/inputnumber-slider/pom.xml
===================================================================
--- 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 (rev 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.3.1.CR2/ui/inputnumber-spinner/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<id>generate-sources</id>
Modified: tags/3.3.1.CR2/ui/insert/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.3.1.CR2/ui/jQuery/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.3.1.CR2/ui/layout/pom.xml
===================================================================
--- 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 @@
-<?xml version="1.0"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <artifactId>ui</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
- </parent>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>layout</artifactId>
- <version>3.3.1-SNAPSHOT</version>
- <name>layout</name>
- <build>
- <plugins>
- <plugin>
- <groupId>org.richfaces.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
- <executions>
- <execution>
- <id>generate-sources</id>
- <phase>generate-sources</phase>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- <execution>
- <id>generate-test-sources</id>
- <phase>generate-test-sources</phase>
- <goals>
- <goal>generate-tests</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <library>
- <prefix>org.richfaces</prefix>
- <taglib>
- <uri>http://richfaces.org/layout</uri>
- <shortName>layout</shortName>
- </taglib>
- </library>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
- </dependency>
- </dependencies>
-</project>
+<?xml version="1.0"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>ui</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.1.CR2</version>
+ </parent>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>layout</artifactId>
+ <version>3.3.1.CR2</version>
+ <name>layout</name>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-cdk-plugin</artifactId>
+ <version>3.3.1.CR2</version>
+ <executions>
+ <execution>
+ <id>generate-sources</id>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ </execution>
+ <execution>
+ <id>generate-test-sources</id>
+ <phase>generate-test-sources</phase>
+ <goals>
+ <goal>generate-tests</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <library>
+ <prefix>org.richfaces</prefix>
+ <taglib>
+ <uri>http://richfaces.org/layout</uri>
+ <shortName>layout</shortName>
+ </taglib>
+ </library>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ <version>3.3.1.CR2</version>
+ </dependency>
+ </dependencies>
+</project>
Modified: tags/3.3.1.CR2/ui/listShuttle/pom.xml
===================================================================
--- 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 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
Modified: tags/3.3.1.CR2/ui/menu-components/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/message/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
<artifactId>message</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<name>Message</name>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/modal-panel/pom.xml
===================================================================
--- 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 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.3.1.CR2/ui/orderingList/pom.xml
===================================================================
--- 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 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.3.1.CR2/ui/paint2D/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.3.1.CR2/ui/panel/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/panelbar/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.3.1.CR2/ui/panelmenu/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/pickList/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
<artifactId>pickList</artifactId>
<name>pickList</name>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -53,26 +53,26 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>listShuttle</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>orderingList</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
</dependencies>
Modified: tags/3.3.1.CR2/ui/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
@@ -138,12 +138,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-test</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<scope>test</scope>
</dependency>
<dependency>
Modified: tags/3.3.1.CR2/ui/progressBAR/pom.xml
===================================================================
--- 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 14007)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
<artifactId>progressBar</artifactId>
<name>progressBar</name>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -45,12 +45,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/scrollableDataTable/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -70,17 +70,17 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>dataTable</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/separator/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<id>generate-sources</id>
Modified: tags/3.3.1.CR2/ui/simpleTogglePanel/pom.xml
===================================================================
--- 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 (rev 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/spacer/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/state/pom.xml
===================================================================
--- 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 @@
-<?xml version="1.0"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <artifactId>ui</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>state</artifactId>
- <name>state</name>
- <build>
- <plugins>
- <plugin>
- <groupId>org.richfaces.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
- <executions>
- <execution>
- <phase>generate-sources</phase>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <library>
- <prefix>org.richfaces.ui</prefix>
- <taglib>
- <shortName>state</shortName>
- </taglib>
- </library>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
- </dependency>
- </dependencies>
+<?xml version="1.0"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>ui</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.1.CR2</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>state</artifactId>
+ <name>state</name>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-cdk-plugin</artifactId>
+ <version>3.3.1.CR2</version>
+ <executions>
+ <execution>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <library>
+ <prefix>org.richfaces.ui</prefix>
+ <taglib>
+ <shortName>state</shortName>
+ </taglib>
+ </library>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ <version>3.3.1.CR2</version>
+ </dependency>
+ </dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/suggestionbox/pom.xml
===================================================================
--- 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 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/tabPanel/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/togglePanel/pom.xml
===================================================================
--- 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 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/toolBar/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/tooltip/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/tree/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>drag-drop</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/treeModel/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -45,12 +45,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>tree</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.CR2/ui/treeTable/pom.xml
===================================================================
--- 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 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>treeTable</artifactId>
<name>treeTable</name>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.3.1.CR2/ui/virtualEarth/pom.xml
===================================================================
--- 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 14007)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1.CR2</version>
<executions>
<execution>
<phase>generate-sources</phase>
15 years, 8 months
JBoss Rich Faces SVN: r14006 - in trunk/examples/photoalbum: tests/src/test/java/org/richfaces/photoalbum and 1 other directories.
by richfaces-svn-commits@lists.jboss.org
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/testng/SearchTest.java
Modified:
trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/manager/Controller.java
trunk/examples/photoalbum/tests/src/test/java/org/richfaces/photoalbum/RealWorldHelper.java
Log:
add search test
Modified: trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/manager/Controller.java
===================================================================
--- trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/manager/Controller.java 2009-05-04 14:49:24 UTC (rev 14005)
+++ trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/manager/Controller.java 2009-05-04 15:08:55 UTC (rev 14006)
@@ -290,11 +290,11 @@
}
private boolean canViewAlbum(Album album) {
- return album != null && album.getShelf() != null && album.getShelf().isShared() || album.isOwner(user);
+ return album != null && album.getShelf() != null && (album.getShelf().isShared() || album.isOwner(user));
}
private boolean canViewImage(Image image) {
- return image != null && image.getAlbum() != null && image.getAlbum().getShelf() != null && image.getAlbum().getShelf().isShared() || image.isOwner(user);
+ return image != null && image.getAlbum() != null && image.getAlbum().getShelf() != null && (image.getAlbum().getShelf().isShared() || image.isOwner(user));
}
private void pushEvent(String type, Object... parameters) {
Modified: trunk/examples/photoalbum/tests/src/test/java/org/richfaces/photoalbum/RealWorldHelper.java
===================================================================
--- 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 = IndexPage.MAIN_FORM_ID + ":fileUpload";
}
-
+
public static interface TreeArea {
-
+
}
+
+ public static interface Search {
+ String SEARCH_INPUT = "//*[@class='search-input']";
+ String SEARCH_BUTTON = "//*[@class='search-find-button']";
+ String SEARCH_OPTION = "//*[@class='search-option-link']";
+
+ String INACTIVE_TAB = "//*[@class='dr-tbpnl-tb rich-tab-header dr-tbpnl-tb-inact rich-tab-inactive']";
+ String ACTIVE_TAB = "//*[@class='dr-tbpnl-tbcell-act rich-tabhdr-cell-active']";
+
+ String SEARCH_CRITERIA_KEYWORDS = "//*[@class='search-criteria'][2]";
+ String SEARCH_CRITERIA_OBJECTS = "//*[@class='search-criteria'][1]/strong";
+ String OBJECTS_MY = "//*[@class='search-options-div1']/input[1]";
+ String OBJECTS_SHARED = "//*[@class='search-options-div1']/input[2]";
+
+ String OBJETCS_SHELVES = "//*[@class='search-options-div2']//span[contains(. , 'Shelves')]/input";
+ String OBJETCS_ALBUMS = "//*[@class='search-options-div2']//span[contains(. , 'Albums')]/input";
+ String OBJETCS_IMAGES = "//*[@class='search-options-div2']//span[contains(. , 'Images')]/input";
+ String OBJETCS_USERS = "//*[@class='search-options-div2']//span[contains(. , 'Users')]/input";
+ String OBJETCS_TAGS = "//*[@class='search-options-div2']//span[contains(. , 'Tags')]/input";
+
+ }
}
public static void login(Selenium selenium) {
Added: trunk/examples/photoalbum/tests/src/test/java/org/richfaces/photoalbum/testng/SearchTest.java
===================================================================
--- 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.Search.*;
+
+/**
+ * @user: akolonitsky
+ * Date: Apr 29, 2009
+ */
+public class SearchTest extends SeleniumTestBase {
+ private static final String NATURE = "nature";
+ private static final String SPORT = "sport";
+
+ private static final String OBJECTS_ALL = "Shelves,Albums,Images,Users,Tag";
+ private static final String OBJECT_TAG = "Tag";
+
+ private static final String SHELF_HEADER = "//*[@class='shelf-header-table']";
+ private static final String KEYWORDS = "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='dr-tbpnl-cntnt 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_OBJECTS).trim());
+ Assert.assertEquals(KEYWORDS + searchValue, selenium.getText(SEARCH_CRITERIA_KEYWORDS).trim());
+
+ Assert.assertEquals(shelfCount, selenium.getXpathCount(SHELF_HEADER));
+ Assert.assertEquals(inactiveTabCount, selenium.getXpathCount(INACTIVE_TAB));
+ }
+
+
+// @Test
+// public void testClickOnFirstAlbum() {
+
+// renderPage();
+//
+// RealWorldHelper.login(selenium);
+//
+//// final String natureShelf = "//table[//p[contains(. , 'Nature')] and //*[@class='shelf-header-table']]";
+// final String natuteAlbumsXPath = "//div[@class='preview_box_album_120' and ../" + getShelfHeaderCondition("Nature") + "]";
+// Assert.assertEquals(selenium.getXpathCount(natuteAlbumsXPath).intValue(), 2);
+//
+// final String albumContainer = "//div[@class='preview_box_album_120']";
+// final String firstAlbumXPath = albumContainer + "[1]//a";
+// final String sportShelfOnTreeXPath = "//*[@id='treeform:tree']//span[span[contains(text(), 'Sport')]]";
+//
+//// ajaxClick(sportShelfOnTreeXPath);
+//
+// String compId = "treeform:j_id146";
+//
+// selenium.click("//*[@id='"+ compId + ":childs']/table[1]/tbody/tr/td[1]/div/a/img[2]");
+//
+// String britneyAlbumXpath = "//*[@id='"+ compId + ":childs']/div[1]/table/tbody/tr/td[3]";
+// String britney1stSongXpath = "//*[@id='"+ compId + ":childs']/div[1]/div/table/tbody/tr/td[3]";
+//
+// String natureShelfXpath = "//*[@id='"+ compId + ":childs']/table[1]/tbody/tr/td[3]";
+// String natureAlbumXpath = "//*[@id='"+ compId + ":childs']/div[1]/table[1]/tbody/tr/td[3]";
+// int natureAlbumsCount = selenium.getXpathCount("//*[@id='"+ compId + ":childs']/div[1]/table").intValue();
+//
+// selenium.click("//*[@id='"+ compId + ":childs']/table[2]/tbody/tr/td[1]/div/a/img[2]");
+// String sportShelfXpath = "//*[@id='"+ compId + ":childs']/table[2]/tbody/tr/td[3]";
+// String sportAlbumXpath = "//*[@id='"+ compId + ":childs']/div[2]/table[1]/tbody/tr/td[3]";
+// int sportAlbumsCount = selenium.getXpathCount("//*[@id='"+ compId + ":childs']/div[2]/table").intValue();
+//
+// selenium.dragAndDropToObject(natureAlbumXpath, sportShelfXpath);
+// waitForAjaxCompletion();
+// assertChildNodesCount(natureAlbumsCount - 1, "//*[@id='"+ compId + ":childs']/div[1]/table", "Song is not dragged");
+// assertChildNodesCount(sportAlbumsCount - 1, "//*[@id='"+ compId + ":childs']/div[2]/table", "Song is not dropped");
+//
+// selenium.dragAndDropToObject(sportAlbumXpath, natureShelfXpath);
+// waitForAjaxCompletion();
+// assertChildNodesCount(natureAlbumsCount, "//*[@id='"+ compId + ":childs']/div[1]/table", "Song is not dragged back");
+// assertChildNodesCount(sportAlbumsCount, "//*[@id='"+ compId + ":childs']/div[2]/table", "Song is not dropped back");
+//
+//
+//// selenium.getXpathCount("//*[@id='treeform:tree']//*[@class='dr-tree-full-width rich-tree-node rich-cm-attached'][last()]/tbody/tr/td[3]");
+// selenium.dragAndDropToObject("//*[@id='mainform:shelves:0:userAlbums:0:img']", "//*[@id='treeform:j_id146:childs']");
+//// selenium.dragAndDrop(firstAlbumXPath, sportShelfOnTreeXPath);
+// waitForAjaxCompletion();
+//
+// Assert.assertEquals(selenium.getXpathCount(natuteAlbumsXPath).intValue(), 1);
+// }
+//
+}
15 years, 8 months
JBoss Rich Faces SVN: r14005 - in trunk/framework: api/src/main/java/org/richfaces/skin and 2 other directories.
by richfaces-svn-commits@lists.jboss.org
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/ThemeNotFoundException.java
Modified:
trunk/framework/api/src/main/java/org/ajax4jsf/Messages.java
trunk/framework/impl/src/main/java/org/richfaces/skin/SkinFactoryImpl.java
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
===================================================================
--- 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 = "DEFAULT_PROPERTIES_NOT_FOUND_ERROR";
public static final String SKIN_PROPERTIES_IO_ERROR = "SKIN_PROPERTIES_IO_ERROR";
public static final String SKIN_NOT_FOUND_ERROR = "SKIN_NOT_FOUND_ERROR";
+ public static final String THEME_NOT_FOUND_ERROR = "THEME_NOT_FOUND_ERROR";
public static final String ACESSING_SKIN_PROPERTY_AS_ARRAY_ERROR = "ACESSING_SKIN_PROPERTY_AS_ARRAY_ERROR";
public static final String ACESSING_SKIN_PROPERTY_ERROR = "ACESSING_SKIN_PROPERTY_ERROR";
public static final String SKIN_PROPERTIES_READ_ONLY_ERROR = "SKIN_PROPERTIES_READ_ONLY_ERROR";
@@ -364,7 +365,7 @@
public static final String DATASCROLLER_PAGE_MISSING = "DATASCROLLER_PAGE_MISSING";
public static final String DATASCROLLER_PAGES_DIFFERENT = "DATASCROLLER_PAGES_DIFFERENT";
public static final String COMPONENT_CONVERSION_ERROR = "COMPONENT_CONVERSION_ERROR";
-
+
public static void main(String[] args) {
String m = getMessage(INVALID_ATTRIBUTE_VALUE, "A", "B");
System.out.println(m);
Added: trunk/framework/api/src/main/java/org/richfaces/skin/ThemeNotFoundException.java
===================================================================
--- trunk/framework/api/src/main/java/org/richfaces/skin/ThemeNotFoundException.java (rev 0)
+++ trunk/framework/api/src/main/java/org/richfaces/skin/ThemeNotFoundException.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-1301 USA
+ */
+
+package org.richfaces.skin;
+
+import javax.faces.FacesException;
+
+public class ThemeNotFoundException extends FacesException {
+
+ /**
+ *
+ */
+ private static final long serialVersionUID = 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/SkinFactoryImpl.java
===================================================================
--- trunk/framework/impl/src/main/java/org/richfaces/skin/SkinFactoryImpl.java 2009-05-04 13:39:21 UTC (rev 14004)
+++ trunk/framework/impl/src/main/java/org/richfaces/skin/SkinFactoryImpl.java 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 = themes.get(name);
if(null == theme){
- Properties properties = loadProperties(name, THEME_PATHS);
+ Properties properties;
+ try {
+ properties = loadProperties(name, THEME_PATHS);
+ } catch (SkinNotFoundException e) {
+ throw new ThemeNotFoundException(Messages.getMessage(
+ Messages.THEME_NOT_FOUND_ERROR, name), e.getCause());
+ }
processProperties(facesContext, properties);
theme = new ThemeImpl(properties);
themes.put(name, theme);
Modified: trunk/framework/impl/src/main/resources/org/ajax4jsf/messages.properties
===================================================================
--- trunk/framework/impl/src/main/resources/org/ajax4jsf/messages.properties 2009-05-04 13:39:21 UTC (rev 14004)
+++ trunk/framework/impl/src/main/resources/org/ajax4jsf/messages.properties 2009-05-04 14:49:24 UTC (rev 14005)
@@ -180,8 +180,9 @@
NULL_SKIN_NAME_ERROR=Name for current Skin calculated as null
CREATE_SKIN_INFO=Create new Skin instance for name {0}
DEFAULT_PROPERTIES_NOT_FOUND_ERROR=Default properties for skin not found in {0}
-SKIN_PROPERTIES_IO_ERROR=Attempt to load Skin property file caused IOError
+SKIN_PROPERTIES_IO_ERROR=Attempt to load property file caused IOError
SKIN_NOT_FOUND_ERROR=Skin with name {0} not found
+THEME_NOT_FOUND_ERROR=Theme with name {0} not found
ACESSING_SKIN_PROPERTY_AS_ARRAY_ERROR=Attempt to access to skin property as array
ACESSING_SKIN_PROPERTY_ERROR=Attempt to access to skin property not as string parameter
SKIN_PROPERTIES_READ_ONLY_ERROR=Skin properties is read-only
@@ -258,4 +259,4 @@
INVALID_VALUE="Component {0} has invalid value expression {1}"
DATASCROLLER_PAGE_MISSING=Datascroller {0}: The requested page #{1} isn''t found in the model containing {2} pages. Paging is reset to page #{3}
DATASCROLLER_PAGES_DIFFERENT=Datascroller components attached to component\: {0} have different values of ''page'' attribute \: {1}
-COMPONENT_CONVERSION_ERROR=Component {0}: conversion error occurred for value {1}
\ No newline at end of file
+COMPONENT_CONVERSION_ERROR=Component {0}\: conversion error occurred for value {1}
\ No newline at end of file
15 years, 8 months