JBoss Rich Faces SVN: r21802 - in trunk: ui/input/ui/src/main/config and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: alexsmirnov
Date: 2011-02-20 01:24:15 -0500 (Sun, 20 Feb 2011)
New Revision: 21802
Modified:
trunk/cdk/attributes/src/main/resources/META-INF/cdk/attributes/focus-props.xml
trunk/cdk/attributes/src/main/resources/META-INF/cdk/attributes/input-props.xml
trunk/ui/input/ui/src/main/config/faces-config.xml
Log:
RESOLVED - issue RF-9947: Taglib: spinner and slider missing attribute rendered
https://issues.jboss.org/browse/RF-9947
Modified: trunk/cdk/attributes/src/main/resources/META-INF/cdk/attributes/focus-props.xml
===================================================================
--- trunk/cdk/attributes/src/main/resources/META-INF/cdk/attributes/focus-props.xml 2011-02-19 15:37:44 UTC (rev 21801)
+++ trunk/cdk/attributes/src/main/resources/META-INF/cdk/attributes/focus-props.xml 2011-02-20 06:24:15 UTC (rev 21802)
@@ -42,7 +42,7 @@
<property-class>java.lang.String</property-class>
<property-extension>
<cdk:pass-through>true</cdk:pass-through>
- <cdk:event-name />
+ <cdk:event-name>blur</cdk:event-name>
</property-extension>
</property>
@@ -56,7 +56,7 @@
<property-class>java.lang.String</property-class>
<property-extension>
<cdk:pass-through>true</cdk:pass-through>
- <cdk:event-name />
+ <cdk:event-name>focus</cdk:event-name>
</property-extension>
</property>
Modified: trunk/cdk/attributes/src/main/resources/META-INF/cdk/attributes/input-props.xml
===================================================================
--- trunk/cdk/attributes/src/main/resources/META-INF/cdk/attributes/input-props.xml 2011-02-19 15:37:44 UTC (rev 21801)
+++ trunk/cdk/attributes/src/main/resources/META-INF/cdk/attributes/input-props.xml 2011-02-20 06:24:15 UTC (rev 21802)
@@ -45,7 +45,7 @@
<property-class>java.lang.String</property-class>
<property-extension>
<cdk:pass-through>false</cdk:pass-through>
- <cdk:event-name />
+ <cdk:event-name>change</cdk:event-name>
<cdk:event-name>valueChange</cdk:event-name>
<default-behavior>true</default-behavior>
</property-extension>
@@ -62,7 +62,7 @@
<property-class>java.lang.String</property-class>
<property-extension>
<cdk:pass-through>true</cdk:pass-through>
- <cdk:event-name />
+ <cdk:event-name>select</cdk:event-name>
</property-extension>
</property>
@@ -92,7 +92,7 @@
<property-name>label</property-name>
<property-class>java.lang.String</property-class>
<property-extension>
- <renderer-attribute-ignore>true</renderer-attribute-ignore>
+ <cdk:pass-through>false</cdk:pass-through>
</property-extension>
</property>
</cdk:properties>
Modified: trunk/ui/input/ui/src/main/config/faces-config.xml
===================================================================
--- trunk/ui/input/ui/src/main/config/faces-config.xml 2011-02-19 15:37:44 UTC (rev 21801)
+++ trunk/ui/input/ui/src/main/config/faces-config.xml 2011-02-20 06:24:15 UTC (rev 21802)
@@ -19,17 +19,29 @@
<component>
<component-type>org.richfaces.InputNumberSlider</component-type>
<component-class>org.richfaces.component.html.HtmlInputNumberSlider</component-class>
+ <xi:include
+ xpointer="xmlns(cdk=http://jboss.org/schema/richfaces/cdk/extensions)xpointer(/cdk:..."
+ href="urn:attributes:events-props.xml" />
+ <xi:include
+ xpointer="xmlns(cdk=http://jboss.org/schema/richfaces/cdk/extensions)xpointer(/cdk:..."
+ href="urn:attributes:base-props.xml" />
+ <xi:include
+ xpointer="xmlns(cdk=http://jboss.org/schema/richfaces/cdk/extensions)xpointer(/cdk:..."
+ href="urn:attributes:core-props.xml" />
+ <xi:include
+ xpointer="xmlns(cdk=http://jboss.org/schema/richfaces/cdk/extensions)xpointer(/cdk:..."
+ href="urn:attributes:input-props.xml" />
+ <xi:include
+ xpointer="xmlns(cdk=http://jboss.org/schema/richfaces/cdk/extensions)xpointer(/cdk:..."
+ href="urn:attributes:focus-props.xml" />
+ <xi:include
+ xpointer="xmlns(cdk=http://jboss.org/schema/richfaces/cdk/extensions)xpointer(/cdk:..."
+ href="urn:attributes:i18n-props.xml" />
<property>
- <property-name>accesskey</property-name>
- <property-class>java.lang.String</property-class>
- <property-extension>
- <cdk:generate>true</cdk:generate>
- </property-extension>
- </property>
- <property>
<property-name>decreaseClass</property-name>
<property-class>java.lang.String</property-class>
<property-extension>
+ <cdk:pass-through>true</cdk:pass-through>
<cdk:generate>true</cdk:generate>
</property-extension>
</property>
@@ -37,6 +49,7 @@
<property-name>decreaseSelectedClass</property-name>
<property-class>java.lang.String</property-class>
<property-extension>
+ <cdk:pass-through>true</cdk:pass-through>
<cdk:generate>true</cdk:generate>
</property-extension>
</property>
@@ -68,6 +81,7 @@
<property-name>handleClass</property-name>
<property-class>java.lang.String</property-class>
<property-extension>
+ <cdk:pass-through>true</cdk:pass-through>
<cdk:generate>true</cdk:generate>
</property-extension>
</property>
@@ -75,6 +89,7 @@
<property-name>handleSelectedClass</property-name>
<property-class>java.lang.String</property-class>
<property-extension>
+ <cdk:pass-through>true</cdk:pass-through>
<cdk:generate>true</cdk:generate>
</property-extension>
</property>
@@ -82,6 +97,7 @@
<property-name>increaseClass</property-name>
<property-class>java.lang.String</property-class>
<property-extension>
+ <cdk:pass-through>true</cdk:pass-through>
<cdk:generate>true</cdk:generate>
</property-extension>
</property>
@@ -89,6 +105,7 @@
<property-name>increaseSelectedClass</property-name>
<property-class>java.lang.String</property-class>
<property-extension>
+ <cdk:pass-through>true</cdk:pass-through>
<cdk:generate>true</cdk:generate>
</property-extension>
</property>
@@ -96,6 +113,7 @@
<property-name>inputClass</property-name>
<property-class>java.lang.String</property-class>
<property-extension>
+ <cdk:pass-through>true</cdk:pass-through>
<cdk:generate>true</cdk:generate>
</property-extension>
</property>
@@ -140,14 +158,6 @@
</property-extension>
</property>
<property>
- <property-name>onchange</property-name>
- <property-class>java.lang.String</property-class>
- <property-extension>
- <cdk:generate>true</cdk:generate>
- <cdk:event-name default="true">change</cdk:event-name>
- </property-extension>
- </property>
- <property>
<property-name>showArrows</property-name>
<property-class>boolean</property-class>
<default-value>false</default-value>
@@ -188,31 +198,10 @@
</property-extension>
</property>
<property>
- <property-name>style</property-name>
- <property-class>java.lang.String</property-class>
- <property-extension>
- <cdk:generate>true</cdk:generate>
- </property-extension>
- </property>
- <property>
- <property-name>styleClass</property-name>
- <property-class>java.lang.String</property-class>
- <property-extension>
- <cdk:generate>true</cdk:generate>
- </property-extension>
- </property>
- <property>
- <property-name>tabindex</property-name>
- <property-class>int</property-class>
- <default-value>Integer.MIN_VALUE</default-value>
- <property-extension>
- <cdk:generate>true</cdk:generate>
- </property-extension>
- </property>
- <property>
<property-name>tooltipClass</property-name>
<property-class>java.lang.String</property-class>
<property-extension>
+ <cdk:pass-through>true</cdk:pass-through>
<cdk:generate>true</cdk:generate>
</property-extension>
</property>
@@ -220,6 +209,7 @@
<property-name>trackClass</property-name>
<property-class>java.lang.String</property-class>
<property-extension>
+ <cdk:pass-through>true</cdk:pass-through>
<cdk:generate>true</cdk:generate>
</property-extension>
</property>
@@ -237,14 +227,25 @@
<component>
<component-type>org.richfaces.InputNumberSpinner</component-type>
<component-class>org.richfaces.component.html.HtmlInputNumberSpinner</component-class>
+ <xi:include
+ xpointer="xmlns(cdk=http://jboss.org/schema/richfaces/cdk/extensions)xpointer(/cdk:..."
+ href="urn:attributes:events-props.xml" />
+ <xi:include
+ xpointer="xmlns(cdk=http://jboss.org/schema/richfaces/cdk/extensions)xpointer(/cdk:..."
+ href="urn:attributes:base-props.xml" />
+ <xi:include
+ xpointer="xmlns(cdk=http://jboss.org/schema/richfaces/cdk/extensions)xpointer(/cdk:..."
+ href="urn:attributes:core-props.xml" />
+ <xi:include
+ xpointer="xmlns(cdk=http://jboss.org/schema/richfaces/cdk/extensions)xpointer(/cdk:..."
+ href="urn:attributes:input-props.xml" />
+ <xi:include
+ xpointer="xmlns(cdk=http://jboss.org/schema/richfaces/cdk/extensions)xpointer(/cdk:..."
+ href="urn:attributes:focus-props.xml" />
+ <xi:include
+ xpointer="xmlns(cdk=http://jboss.org/schema/richfaces/cdk/extensions)xpointer(/cdk:..."
+ href="urn:attributes:i18n-props.xml" />
<property>
- <property-name>accesskey</property-name>
- <property-class>java.lang.String</property-class>
- <property-extension>
- <cdk:generate>true</cdk:generate>
- </property-extension>
- </property>
- <property>
<property-name>disabled</property-name>
<property-class>boolean</property-class>
<default-value>false</default-value>
@@ -300,54 +301,6 @@
</property-extension>
</property>
<property>
- <property-name>onblur</property-name>
- <property-class>java.lang.String</property-class>
- <property-extension>
- <cdk:generate>true</cdk:generate>
- <cdk:event-name>blur</cdk:event-name>
- </property-extension>
- </property>
- <property>
- <property-name>onchange</property-name>
- <property-class>java.lang.String</property-class>
- <property-extension>
- <cdk:generate>true</cdk:generate>
- <cdk:event-name default="true">change</cdk:event-name>
- </property-extension>
- </property>
- <property>
- <property-name>onclick</property-name>
- <property-class>java.lang.String</property-class>
- <property-extension>
- <cdk:generate>true</cdk:generate>
- <cdk:event-name>click</cdk:event-name>
- </property-extension>
- </property>
- <property>
- <property-name>ondblclick</property-name>
- <property-class>java.lang.String</property-class>
- <property-extension>
- <cdk:generate>true</cdk:generate>
- <cdk:event-name>dblclick</cdk:event-name>
- </property-extension>
- </property>
- <property>
- <property-name>ondownclick</property-name>
- <property-class>java.lang.String</property-class>
- <property-extension>
- <cdk:generate>true</cdk:generate>
- <cdk:event-name>downclick</cdk:event-name>
- </property-extension>
- </property>
- <property>
- <property-name>onfocus</property-name>
- <property-class>java.lang.String</property-class>
- <property-extension>
- <cdk:generate>true</cdk:generate>
- <cdk:event-name>focus</cdk:event-name>
- </property-extension>
- </property>
- <property>
<property-name>oninputclick</property-name>
<property-class>java.lang.String</property-class>
<property-extension>
@@ -428,46 +381,6 @@
</property-extension>
</property>
<property>
- <property-name>onmousedown</property-name>
- <property-class>java.lang.String</property-class>
- <property-extension>
- <cdk:generate>true</cdk:generate>
- <cdk:event-name>mousedown</cdk:event-name>
- </property-extension>
- </property>
- <property>
- <property-name>onmousemove</property-name>
- <property-class>java.lang.String</property-class>
- <property-extension>
- <cdk:generate>true</cdk:generate>
- <cdk:event-name>mousemove</cdk:event-name>
- </property-extension>
- </property>
- <property>
- <property-name>onmouseout</property-name>
- <property-class>java.lang.String</property-class>
- <property-extension>
- <cdk:generate>true</cdk:generate>
- <cdk:event-name>mouseout</cdk:event-name>
- </property-extension>
- </property>
- <property>
- <property-name>onmouseover</property-name>
- <property-class>java.lang.String</property-class>
- <property-extension>
- <cdk:generate>true</cdk:generate>
- <cdk:event-name>mouseover</cdk:event-name>
- </property-extension>
- </property>
- <property>
- <property-name>onmouseup</property-name>
- <property-class>java.lang.String</property-class>
- <property-extension>
- <cdk:generate>true</cdk:generate>
- <cdk:event-name>mouseup</cdk:event-name>
- </property-extension>
- </property>
- <property>
<property-name>onselect</property-name>
<property-class>java.lang.String</property-class>
<property-extension>
@@ -491,28 +404,6 @@
<cdk:generate>true</cdk:generate>
</property-extension>
</property>
- <property>
- <property-name>style</property-name>
- <property-class>java.lang.String</property-class>
- <property-extension>
- <cdk:generate>true</cdk:generate>
- </property-extension>
- </property>
- <property>
- <property-name>styleClass</property-name>
- <property-class>java.lang.String</property-class>
- <property-extension>
- <cdk:generate>true</cdk:generate>
- </property-extension>
- </property>
- <property>
- <property-name>tabindex</property-name>
- <property-class>int</property-class>
- <default-value>Integer.MIN_VALUE</default-value>
- <property-extension>
- <cdk:generate>true</cdk:generate>
- </property-extension>
- </property>
<component-extension>
<cdk:generate>true</cdk:generate>
<cdk:base-class>org.richfaces.component.UIInputNumber</cdk:base-class>
14 years, 10 months
JBoss Rich Faces SVN: r21801 - in trunk: archetypes/richfaces-components-aggregator/src/main/resources/archetype-resources/trunk/dist/api and 4 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: jbalunas(a)redhat.com
Date: 2011-02-19 10:37:44 -0500 (Sat, 19 Feb 2011)
New Revision: 21801
Modified:
trunk/
trunk/archetypes/richfaces-components-aggregator/src/main/resources/archetype-resources/trunk/dist/api/pom.xml
trunk/archetypes/richfaces-components-aggregator/src/main/resources/archetype-resources/trunk/dist/impl/pom.xml
trunk/archetypes/richfaces-components-aggregator/src/main/resources/archetype-resources/trunk/dist/ui/pom.xml
trunk/svn.externals
trunk/ui/dist/richfaces-components-api/pom.xml
trunk/ui/dist/richfaces-components-ui/pom.xml
Log:
RFPL-1140 - updated for new release of the shade plugin
Property changes on: trunk
___________________________________________________________________
Modified: svn:externals
- build/parent http://anonsvn.jboss.org/repos/richfaces/modules/build/parent/tags/richfa...
build/checkstyle http://anonsvn.jboss.org/repos/richfaces/modules/build/resources/tags/ric...
build/faces-shade-transformers https://svn.jboss.org/repos/richfaces/modules/build/resources/tags/richfa...
+ build/parent http://anonsvn.jboss.org/repos/richfaces/modules/build/parent/tags/richfa...
build/checkstyle http://anonsvn.jboss.org/repos/richfaces/modules/build/resources/tags/ric...
build/faces-shade-transformers https://svn.jboss.org/repos/richfaces/modules/build/resources/tags/richfa...
Modified: trunk/archetypes/richfaces-components-aggregator/src/main/resources/archetype-resources/trunk/dist/api/pom.xml
===================================================================
--- trunk/archetypes/richfaces-components-aggregator/src/main/resources/archetype-resources/trunk/dist/api/pom.xml 2011-02-19 15:34:32 UTC (rev 21800)
+++ trunk/archetypes/richfaces-components-aggregator/src/main/resources/archetype-resources/trunk/dist/api/pom.xml 2011-02-19 15:37:44 UTC (rev 21801)
@@ -33,7 +33,7 @@
<properties>
<assembly.projects.group>${groupId}.${category}</assembly.projects.group>
- <faces-shade-transformers.version>3</faces-shade-transformers.version>
+ <faces-shade-transformers.version>4</faces-shade-transformers.version>
</properties>
<dependencyManagement>
Modified: trunk/archetypes/richfaces-components-aggregator/src/main/resources/archetype-resources/trunk/dist/impl/pom.xml
===================================================================
--- trunk/archetypes/richfaces-components-aggregator/src/main/resources/archetype-resources/trunk/dist/impl/pom.xml 2011-02-19 15:34:32 UTC (rev 21800)
+++ trunk/archetypes/richfaces-components-aggregator/src/main/resources/archetype-resources/trunk/dist/impl/pom.xml 2011-02-19 15:37:44 UTC (rev 21801)
@@ -33,7 +33,7 @@
<properties>
<assembly.projects.group>${groupId}.${category}</assembly.projects.group>
- <faces-shade-transformers.version>3</faces-shade-transformers.version>
+ <faces-shade-transformers.version>4</faces-shade-transformers.version>
</properties>
<dependencyManagement>
Modified: trunk/archetypes/richfaces-components-aggregator/src/main/resources/archetype-resources/trunk/dist/ui/pom.xml
===================================================================
--- trunk/archetypes/richfaces-components-aggregator/src/main/resources/archetype-resources/trunk/dist/ui/pom.xml 2011-02-19 15:34:32 UTC (rev 21800)
+++ trunk/archetypes/richfaces-components-aggregator/src/main/resources/archetype-resources/trunk/dist/ui/pom.xml 2011-02-19 15:37:44 UTC (rev 21801)
@@ -34,7 +34,7 @@
<properties>
<assembly.projects.group>${groupId}.${category}</assembly.projects.group>
- <faces-shade-transformers.version>3</faces-shade-transformers.version>
+ <faces-shade-transformers.version>4</faces-shade-transformers.version>
</properties>
<dependencyManagement>
Modified: trunk/svn.externals
===================================================================
--- trunk/svn.externals 2011-02-19 15:34:32 UTC (rev 21800)
+++ trunk/svn.externals 2011-02-19 15:37:44 UTC (rev 21801)
@@ -1,3 +1,3 @@
build/parent http://anonsvn.jboss.org/repos/richfaces/modules/build/parent/tags/richfa...
build/checkstyle http://anonsvn.jboss.org/repos/richfaces/modules/build/resources/tags/ric...
-build/faces-shade-transformers https://svn.jboss.org/repos/richfaces/modules/build/resources/tags/richfa...
\ No newline at end of file
+build/faces-shade-transformers https://svn.jboss.org/repos/richfaces/modules/build/resources/tags/richfa...
Modified: trunk/ui/dist/richfaces-components-api/pom.xml
===================================================================
--- trunk/ui/dist/richfaces-components-api/pom.xml 2011-02-19 15:34:32 UTC (rev 21800)
+++ trunk/ui/dist/richfaces-components-api/pom.xml 2011-02-19 15:37:44 UTC (rev 21801)
@@ -36,7 +36,7 @@
<properties>
<assembly.projects.group>org.richfaces.ui</assembly.projects.group>
- <faces-shade-transformers.version>3</faces-shade-transformers.version>
+ <faces-shade-transformers.version>4</faces-shade-transformers.version>
</properties>
<dependencies>
Modified: trunk/ui/dist/richfaces-components-ui/pom.xml
===================================================================
--- trunk/ui/dist/richfaces-components-ui/pom.xml 2011-02-19 15:34:32 UTC (rev 21800)
+++ trunk/ui/dist/richfaces-components-ui/pom.xml 2011-02-19 15:37:44 UTC (rev 21801)
@@ -35,7 +35,7 @@
<name>Richfaces UI Components UI</name>
<properties>
- <faces-shade-transformers.version>3</faces-shade-transformers.version>
+ <faces-shade-transformers.version>4</faces-shade-transformers.version>
<assembly.projects.group>org.richfaces.ui</assembly.projects.group>
</properties>
14 years, 10 months
JBoss Rich Faces SVN: r21800 - trunk/ui/output/ui/src/main/java/org/richfaces/component.
by richfaces-svn-commits@lists.jboss.org
Author: jbalunas(a)redhat.com
Date: 2011-02-19 10:34:32 -0500 (Sat, 19 Feb 2011)
New Revision: 21800
Modified:
trunk/ui/output/ui/src/main/java/org/richfaces/component/AbstractPanelMenuGroup.java
Log:
RF-8362 fixed build errors caused by the cdk updates
Modified: trunk/ui/output/ui/src/main/java/org/richfaces/component/AbstractPanelMenuGroup.java
===================================================================
--- trunk/ui/output/ui/src/main/java/org/richfaces/component/AbstractPanelMenuGroup.java 2011-02-19 15:34:04 UTC (rev 21799)
+++ trunk/ui/output/ui/src/main/java/org/richfaces/component/AbstractPanelMenuGroup.java 2011-02-19 15:34:32 UTC (rev 21800)
@@ -262,11 +262,14 @@
public void setDisabledClass(String disabledClass) {
getStateHelper().put(Properties.disabledClass, disabledClass);
}
-
+
+ @Attribute
public abstract String getHoverClass();
-
+
+ @Attribute
public abstract String getLeftIconClass();
-
+
+ @Attribute
public abstract String getRightIconClass();
@Attribute(hidden = true)
14 years, 10 months
JBoss Rich Faces SVN: r21799 - trunk/ui/input/ui/src/main/java/org/richfaces/component.
by richfaces-svn-commits@lists.jboss.org
Author: jbalunas(a)redhat.com
Date: 2011-02-19 10:34:04 -0500 (Sat, 19 Feb 2011)
New Revision: 21799
Modified:
trunk/ui/input/ui/src/main/java/org/richfaces/component/AbstractAutocomplete.java
trunk/ui/input/ui/src/main/java/org/richfaces/component/AbstractInplaceInput.java
trunk/ui/input/ui/src/main/java/org/richfaces/component/AbstractInplaceSelect.java
Log:
RF-8362 fixed build errors caused by the cdk updates
Modified: trunk/ui/input/ui/src/main/java/org/richfaces/component/AbstractAutocomplete.java
===================================================================
--- trunk/ui/input/ui/src/main/java/org/richfaces/component/AbstractAutocomplete.java 2011-02-19 13:41:28 UTC (rev 21798)
+++ trunk/ui/input/ui/src/main/java/org/richfaces/component/AbstractAutocomplete.java 2011-02-19 15:34:04 UTC (rev 21799)
@@ -57,6 +57,7 @@
public static final String COMPONENT_FAMILY = UIInput.COMPONENT_FAMILY;
// TODO nick - change to Object - https://jira.jboss.org/browse/RF-8897
+ @Attribute()
public abstract Object getAutocompleteList();
@Attribute(signature = @Signature(returnType = Object.class, parameters = {FacesContext.class, UIComponent.class, String.class}))
Modified: trunk/ui/input/ui/src/main/java/org/richfaces/component/AbstractInplaceInput.java
===================================================================
--- trunk/ui/input/ui/src/main/java/org/richfaces/component/AbstractInplaceInput.java 2011-02-19 13:41:28 UTC (rev 21798)
+++ trunk/ui/input/ui/src/main/java/org/richfaces/component/AbstractInplaceInput.java 2011-02-19 15:34:04 UTC (rev 21799)
@@ -56,6 +56,7 @@
@Attribute(defaultValue="true")
public abstract boolean isSaveOnBlur();
+ @Attribute(hidden=true)
public abstract InplaceState getState();
@Attribute
Modified: trunk/ui/input/ui/src/main/java/org/richfaces/component/AbstractInplaceSelect.java
===================================================================
--- trunk/ui/input/ui/src/main/java/org/richfaces/component/AbstractInplaceSelect.java 2011-02-19 13:41:28 UTC (rev 21798)
+++ trunk/ui/input/ui/src/main/java/org/richfaces/component/AbstractInplaceSelect.java 2011-02-19 15:34:04 UTC (rev 21799)
@@ -51,6 +51,7 @@
@Attribute
public abstract String getInputWidth();
+ @Attribute(hidden=true)
public abstract InplaceState getState();
@Attribute
@@ -98,9 +99,15 @@
@Attribute
public abstract String getReadyStateClass();
+ @Attribute
+ public abstract String getNoneClass();
+
@Attribute()
public abstract String getEditEvent();
-
+
+ @Attribute
+ public abstract String getEditClass();
+
@Attribute(events=@EventName("inputclick"))
public abstract String getOninputclick();
14 years, 10 months
JBoss Rich Faces SVN: r21797 - modules/build/resources/tags.
by richfaces-svn-commits@lists.jboss.org
Author: jbalunas(a)redhat.com
Date: 2011-02-19 08:41:24 -0500 (Sat, 19 Feb 2011)
New Revision: 21797
Added:
modules/build/resources/tags/richfaces-shade-transformers-4/
Log:
[maven-scm] copy for tag richfaces-shade-transformers-4
14 years, 10 months
JBoss Rich Faces SVN: r21795 - in trunk/examples: richfaces-showcase and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: jbalunas(a)redhat.com
Date: 2011-02-19 08:09:37 -0500 (Sat, 19 Feb 2011)
New Revision: 21795
Modified:
trunk/examples/parent/pom.xml
trunk/examples/richfaces-showcase/readme.txt
Log:
RF-10083 Updated examples to ignore SNAPSHOT of the resource plugin
Modified: trunk/examples/parent/pom.xml
===================================================================
--- trunk/examples/parent/pom.xml 2011-02-19 01:15:30 UTC (rev 21794)
+++ trunk/examples/parent/pom.xml 2011-02-19 13:09:37 UTC (rev 21795)
@@ -137,6 +137,19 @@
</connectors>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <configuration>
+ <rules>
+ <requirePluginVersions>
+ <!-- During development SNAPSHOT versions of the CDK plugins are used.
+ This setting ignores the no SNAPSHOT rule for the CDK plugins -->
+ <unCheckedPluginList>org.richfaces.cdk:maven-resources-plugin</unCheckedPluginList>
+ </requirePluginVersions>
+ </rules>
+ </configuration>
+ </plugin>
</plugins>
</pluginManagement>
</build>
Modified: trunk/examples/richfaces-showcase/readme.txt
===================================================================
--- trunk/examples/richfaces-showcase/readme.txt 2011-02-19 01:15:30 UTC (rev 21794)
+++ trunk/examples/richfaces-showcase/readme.txt 2011-02-19 13:09:37 UTC (rev 21795)
@@ -44,9 +44,7 @@
--) Build using:
-mvn clean package -Pgae -Denforcer.skip=true
-
-note: The enforcer.skip property is only needed if building from SNAPSHOT sources
+mvn clean package -Pgae
--) Use GAE SDK and the appcfg script just as you would for any other GAE application.
14 years, 10 months
JBoss Rich Faces SVN: r21794 - trunk/ui/parent.
by richfaces-svn-commits@lists.jboss.org
Author: jbalunas(a)redhat.com
Date: 2011-02-18 20:15:30 -0500 (Fri, 18 Feb 2011)
New Revision: 21794
Modified:
trunk/ui/parent/pom.xml
Log:
RF-10083 add exclusion for CDK plugin enforcers
Modified: trunk/ui/parent/pom.xml
===================================================================
--- trunk/ui/parent/pom.xml 2011-02-19 01:13:05 UTC (rev 21793)
+++ trunk/ui/parent/pom.xml 2011-02-19 01:15:30 UTC (rev 21794)
@@ -69,16 +69,19 @@
</pluginManagement>
<plugins>
- <!-- Trigger checkstyle checking for this module -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
- <version>1.0-beta-1</version>
<configuration>
- <fail>false</fail>
+ <rules>
+ <requirePluginVersions>
+ <!-- During development SNAPSHOT versions of the CDK plugin are used.
+ This setting ignores the no SNAPSHOT rule for the CDK -->
+ <unCheckedPluginList>org.richfaces.cdk:maven-cdk-plugin</unCheckedPluginList>
+ </requirePluginVersions>
+ </rules>
</configuration>
</plugin>
-
</plugins>
</build>
14 years, 10 months