JBoss Rich Faces SVN: r14365 - branches/community/3.3.X/docs/userguide/en/src/main/docbook/modules.
by richfaces-svn-commits@lists.jboss.org
Author: smukhina
Date: 2009-05-27 08:29:13 -0400 (Wed, 27 May 2009)
New Revision: 14365
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml
Log:
https://jira.jboss.org/jira/browse/RF-7229 link to photo album demo with description is added to relevant resources section
Modified: branches/community/3.3.X/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml
===================================================================
--- branches/community/3.3.X/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml 2009-05-27 11:09:26 UTC (rev 14364)
+++ branches/community/3.3.X/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml 2009-05-27 12:29:13 UTC (rev 14365)
@@ -507,7 +507,8 @@
<!-- RELEVANT RESOURCES LINKS -->
<section id="RelevantResourcesLinks">
- <title>Relevant Resources Links</title>
+ <title>Relevant Resources Links</title>
+ <para><ulink url="http://livedemo.exadel.com/photoalbum">The Photo Album Application</ulink> is designed and developed with RichFaces.</para>
<para><ulink url="https://www.redhat.com/apps/store/developers/jboss_developer_studio.html">JBoss Developer Studio</ulink> comes with a tight integration with RichFaces component framework.
Following links might be useful for those who already use this IDE and RichFaces for developing applications and those who wish to improve their development process:</para>
<itemizedlist>
15 years, 7 months
JBoss Rich Faces SVN: r14364 - in branches/community/3.3.X/docs: cdkguide and 10 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: artdaw
Date: 2009-05-27 07:09:26 -0400 (Wed, 27 May 2009)
New Revision: 14364
Modified:
branches/community/3.3.X/docs/cdkguide/en/pom.xml
branches/community/3.3.X/docs/cdkguide/pom.xml
branches/community/3.3.X/docs/common-resources/en/pom.xml
branches/community/3.3.X/docs/common-resources/pom.xml
branches/community/3.3.X/docs/faq/en/pom.xml
branches/community/3.3.X/docs/faq/pom.xml
branches/community/3.3.X/docs/migrationguide/en/pom.xml
branches/community/3.3.X/docs/migrationguide/pom.xml
branches/community/3.3.X/docs/photo_album_app_guide/pom.xml
branches/community/3.3.X/docs/pom.xml
branches/community/3.3.X/docs/userguide/en/pom.xml
branches/community/3.3.X/docs/userguide/pom.xml
Log:
https://jira.jboss.org/jira/browse/RF-7129 - Guide build was fixed and checked on Windows, Linux with Maven 2.0.7 and 2.1.0
Modified: branches/community/3.3.X/docs/cdkguide/en/pom.xml
===================================================================
--- branches/community/3.3.X/docs/cdkguide/en/pom.xml 2009-05-27 10:57:48 UTC (rev 14363)
+++ branches/community/3.3.X/docs/cdkguide/en/pom.xml 2009-05-27 11:09:26 UTC (rev 14364)
@@ -37,14 +37,6 @@
<artifactId>maven-jdocbook-plugin</artifactId>
<extensions>true</extensions>
</plugin>
- <!--
- <plugin>
- <groupId>org.jboss.maven.plugins</groupId>
- <artifactId>maven-jdocbook-style-plugin</artifactId>
- <version>1.0.0</version>
- <extensions>true</extensions>
- </plugin>
- -->
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
Modified: branches/community/3.3.X/docs/cdkguide/pom.xml
===================================================================
--- branches/community/3.3.X/docs/cdkguide/pom.xml 2009-05-27 10:57:48 UTC (rev 14363)
+++ branches/community/3.3.X/docs/cdkguide/pom.xml 2009-05-27 11:09:26 UTC (rev 14364)
@@ -48,7 +48,7 @@
org.richfaces.docs.common-resources
</groupId>
<artifactId>
- ${project.translation}
+ ${translation}
</artifactId>
<version>
${project.version}
@@ -120,11 +120,11 @@
<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>net.sf.saxon</groupId>
+ <artifactId>saxon</artifactId>
+ <version>8.7</version>
+ </dependency>
</dependencies>
<configuration>
<sourceDirectory>
@@ -197,16 +197,6 @@
<xmlTransformerType>
saxon
</xmlTransformerType>
- <!--
- <transformerParameters>
- <property>
- <name>custom.titlepage.img</name>
- <value>
- ${basedir}/src/main/resources/shared/images/hibernate_logo_a.png
- </value>
- </property>
- </transformerParameters>
- -->
<docbookVersion>1.72.0</docbookVersion>
</options>
</configuration>
@@ -215,21 +205,6 @@
</plugins>
</pluginManagement>
</build>
-
- <!-- report plugin is currently hosed
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.jboss.maven.plugin</groupId>
- <artifactId>jboss-docbook-plugin</artifactId>
- </plugin>
- </plugins>
- </reporting>
- -->
- <properties>
- <masterTranslation>en</masterTranslation>
- </properties>
-
<modules>
<module>en</module>
</modules>
Modified: branches/community/3.3.X/docs/common-resources/en/pom.xml
===================================================================
--- branches/community/3.3.X/docs/common-resources/en/pom.xml 2009-05-27 10:57:48 UTC (rev 14363)
+++ branches/community/3.3.X/docs/common-resources/en/pom.xml 2009-05-27 11:09:26 UTC (rev 14364)
@@ -6,12 +6,12 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs.common-resources</groupId>
- <artifactId>en</artifactId>
+ <artifactId>${translation}</artifactId>
<version>3.3.2-SNAPSHOT</version>
<packaging>jar</packaging>
- <name>Documentation common resources (en)</name>
+ <name>Documentation common resources (${translation})</name>
<description>
- Documentation common resources for En-Us translation
+ Documentation common resources for ${translation} translation
</description>
<dependencies>
<dependency>
@@ -39,13 +39,5 @@
<targetPath>common-resources/images</targetPath>
</resource>
</resources>
- <!--plugins>
- <plugin>
- <groupId>org.jboss.maven.plugins</groupId>
- <artifactId>maven-jdocbook-style-plugin</artifactId>
- <version>1.0.0</version>
- <extensions>true</extensions>
- </plugin>
- </plugins-->
</build>
-</project>
\ No newline at end of file
+</project>
Modified: branches/community/3.3.X/docs/common-resources/pom.xml
===================================================================
--- branches/community/3.3.X/docs/common-resources/pom.xml 2009-05-27 10:57:48 UTC (rev 14363)
+++ branches/community/3.3.X/docs/common-resources/pom.xml 2009-05-27 11:09:26 UTC (rev 14364)
@@ -14,16 +14,4 @@
<modules>
<module>en</module>
</modules>
- <!--build>
-
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>2.0.2</version>
- </plugin>
- </plugins>
- </pluginManagement>
- </build-->
-</project>
\ No newline at end of file
+</project>
Modified: branches/community/3.3.X/docs/faq/en/pom.xml
===================================================================
--- branches/community/3.3.X/docs/faq/en/pom.xml 2009-05-27 10:57:48 UTC (rev 14363)
+++ branches/community/3.3.X/docs/faq/en/pom.xml 2009-05-27 11:09:26 UTC (rev 14364)
@@ -13,10 +13,6 @@
<version>3.3.2-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Richfaces Manual (${translation})</name>
-
- <properties>
- <translation>en</translation>
- </properties>
<build>
<finalName>
${project.parent.artifactId}_${translation}-${version}
@@ -37,19 +33,6 @@
<artifactId>maven-jdocbook-plugin</artifactId>
<extensions>true</extensions>
</plugin>
- <!--plugin>
- <groupId>org.jboss.maven.plugins</groupId>
- <artifactId>maven-spellChecker-plugin</artifactId>
- </plugin-->
-
- <!--
- <plugin>
- <groupId>org.jboss.maven.plugins</groupId>
- <artifactId>maven-jdocbook-style-plugin</artifactId>
- <version>1.0.0</version>
- <extensions>true</extensions>
- </plugin>
- -->
</plugins>
</build>
</project>
Modified: branches/community/3.3.X/docs/faq/pom.xml
===================================================================
--- branches/community/3.3.X/docs/faq/pom.xml 2009-05-27 10:57:48 UTC (rev 14363)
+++ branches/community/3.3.X/docs/faq/pom.xml 2009-05-27 11:09:26 UTC (rev 14364)
@@ -119,7 +119,7 @@
org.richfaces.docs.common-resources
</groupId>
<artifactId>
- ${project.translation}
+ ${translation}
</artifactId>
<version>
${project.version}
@@ -263,16 +263,6 @@
<xmlTransformerType>
saxon
</xmlTransformerType>
- <!--
- <transformerParameters>
- <property>
- <name>custom.titlepage.img</name>
- <value>
- ${basedir}/src/main/resources/shared/images/hibernate_logo_a.png
- </value>
- </property>
- </transformerParameters>
- -->
<docbookVersion>1.72.0</docbookVersion>
</options>
</configuration>
@@ -281,21 +271,6 @@
</plugins>
</pluginManagement>
</build>
-
- <!-- report plugin is currently hosed
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.jboss.maven.plugin</groupId>
- <artifactId>jboss-docbook-plugin</artifactId>
- </plugin>
- </plugins>
- </reporting>
- -->
- <properties>
- <masterTranslation>en</masterTranslation>
- </properties>
-
<modules>
<module>en</module>
</modules>
Modified: branches/community/3.3.X/docs/migrationguide/en/pom.xml
===================================================================
--- branches/community/3.3.X/docs/migrationguide/en/pom.xml 2009-05-27 10:57:48 UTC (rev 14363)
+++ branches/community/3.3.X/docs/migrationguide/en/pom.xml 2009-05-27 11:09:26 UTC (rev 14364)
@@ -13,10 +13,6 @@
<version>3.3.2-SNAPSHOT</version>
<packaging>jar</packaging>
<name>RichFaces Migration Guide (${translation})</name>
-
- <properties>
- <translation>en</translation>
- </properties>
<build>
<finalName>
${project.parent.artifactId}_${translation}-${version}
@@ -39,4 +35,4 @@
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
Modified: branches/community/3.3.X/docs/migrationguide/pom.xml
===================================================================
--- branches/community/3.3.X/docs/migrationguide/pom.xml 2009-05-27 10:57:48 UTC (rev 14363)
+++ branches/community/3.3.X/docs/migrationguide/pom.xml 2009-05-27 11:09:26 UTC (rev 14364)
@@ -46,7 +46,7 @@
org.richfaces.docs.common-resources
</groupId>
<artifactId>
- ${project.translation}
+ ${translation}
</artifactId>
<version>
${project.version}
@@ -176,12 +176,7 @@
</plugins>
</pluginManagement>
</build>
- <properties>
- <masterTranslation>en</masterTranslation>
- </properties>
-
<modules>
<module>en</module>
</modules>
-
</project>
Modified: branches/community/3.3.X/docs/photo_album_app_guide/pom.xml
===================================================================
--- branches/community/3.3.X/docs/photo_album_app_guide/pom.xml 2009-05-27 10:57:48 UTC (rev 14363)
+++ branches/community/3.3.X/docs/photo_album_app_guide/pom.xml 2009-05-27 11:09:26 UTC (rev 14364)
@@ -48,7 +48,7 @@
org.richfaces.docs.common-resources
</groupId>
<artifactId>
- ${project.translation}
+ ${translation}
</artifactId>
<version>
${project.version}
@@ -178,10 +178,6 @@
</plugins>
</pluginManagement>
</build>
- <properties>
- <masterTranslation>en</masterTranslation>
- </properties>
-
<modules>
<module>en</module>
</modules>
Modified: branches/community/3.3.X/docs/pom.xml
===================================================================
--- branches/community/3.3.X/docs/pom.xml 2009-05-27 10:57:48 UTC (rev 14363)
+++ branches/community/3.3.X/docs/pom.xml 2009-05-27 11:09:26 UTC (rev 14364)
@@ -105,6 +105,6 @@
<properties>
<xsl_html_single>classpath:/common-resources/xslt/xhtml-single.xsl</xsl_html_single>
<xsl_html>classpath:/common-resources/xslt/xhtml.xsl</xsl_html>
- <masterTranslation>en</masterTranslation>
+ <translation>en</translation>
</properties>
-</project>
\ No newline at end of file
+</project>
Modified: branches/community/3.3.X/docs/userguide/en/pom.xml
===================================================================
--- branches/community/3.3.X/docs/userguide/en/pom.xml 2009-05-27 10:57:48 UTC (rev 14363)
+++ branches/community/3.3.X/docs/userguide/en/pom.xml 2009-05-27 11:09:26 UTC (rev 14364)
@@ -9,7 +9,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.richfaces.docs.userguide</groupId>
- <artifactId>${masterTranslation}</artifactId>
+ <artifactId>${translation}</artifactId>
<version>3.3.2-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Richfaces Manual (${translation})</name>
@@ -37,14 +37,6 @@
<artifactId>maven-jdocbook-plugin</artifactId>
<extensions>true</extensions>
</plugin>
- <!--
- <plugin>
- <groupId>org.jboss.maven.plugins</groupId>
- <artifactId>maven-jdocbook-style-plugin</artifactId>
- <version>1.0.0</version>
- <extensions>true</extensions>
- </plugin>
- -->
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
Modified: branches/community/3.3.X/docs/userguide/pom.xml
===================================================================
--- branches/community/3.3.X/docs/userguide/pom.xml 2009-05-27 10:57:48 UTC (rev 14363)
+++ branches/community/3.3.X/docs/userguide/pom.xml 2009-05-27 11:09:26 UTC (rev 14364)
@@ -594,7 +594,7 @@
org.richfaces.docs.common-resources
</groupId>
<artifactId>
- ${masterTranslation}
+ ${translation}
</artifactId>
<version>
${project.version}
@@ -838,17 +838,11 @@
<version>${project.version}</version>
<type>jar</type>
</dependency>
- <!--dependency>
- <groupId>org.richfaces.docs.xslt</groupId>
- <artifactId>${translation}</artifactId>
- <version>${project.version}</version>
- <type>jar</type>
- </dependency-->
- <dependency>
- <groupId>org.apache.xmlgraphics</groupId>
- <artifactId>fop</artifactId>
- <version>0.95</version>
- </dependency>
+ <dependency>
+ <groupId>org.apache.xmlgraphics</groupId>
+ <artifactId>fop</artifactId>
+ <version>0.95</version>
+ </dependency>
</dependencies>
<configuration>
<sourceDirectory>
15 years, 7 months
JBoss Rich Faces SVN: r14363 - in branches/community/3.3.X/test-applications/regressionArea: regressionArea-ejb/src/main/java/org/richfaces/regressionarea/issues/rf5830 and 3 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: mvitenkov
Date: 2009-05-27 06:57:48 -0400 (Wed, 27 May 2009)
New Revision: 14363
Added:
branches/community/3.3.X/test-applications/regressionArea/regressionArea-ejb/src/main/java/org/richfaces/regressionarea/issues/rf5830/
branches/community/3.3.X/test-applications/regressionArea/regressionArea-ejb/src/main/java/org/richfaces/regressionarea/issues/rf5830/Bean.java
branches/community/3.3.X/test-applications/regressionArea/regressionArea-tests/src/test/java/org/richfaces/testng/rf5830/
branches/community/3.3.X/test-applications/regressionArea/regressionArea-tests/src/test/java/org/richfaces/testng/rf5830/Test.java
branches/community/3.3.X/test-applications/regressionArea/regressionArea-web/src/main/webapp/pages/rf5830.xhtml
Log:
RF-5830 selenium test was added.
Added: branches/community/3.3.X/test-applications/regressionArea/regressionArea-ejb/src/main/java/org/richfaces/regressionarea/issues/rf5830/Bean.java
===================================================================
--- branches/community/3.3.X/test-applications/regressionArea/regressionArea-ejb/src/main/java/org/richfaces/regressionarea/issues/rf5830/Bean.java (rev 0)
+++ branches/community/3.3.X/test-applications/regressionArea/regressionArea-ejb/src/main/java/org/richfaces/regressionarea/issues/rf5830/Bean.java 2009-05-27 10:57:48 UTC (rev 14363)
@@ -0,0 +1,20 @@
+package org.richfaces.regressionarea.issues.rf5830;
+
+import javax.faces.application.FacesMessage;
+import javax.faces.context.FacesContext;
+
+import org.jboss.seam.ScopeType;
+import org.jboss.seam.annotations.Name;
+import org.jboss.seam.annotations.Scope;
+
+@Name("rf5830")
+(a)Scope(ScopeType.SESSION)
+public class Bean {
+
+ public Bean(){
+
+ }
+ public void addMessage(){
+ FacesContext.getCurrentInstance().addMessage(null, new FacesMessage("message"));
+ }
+}
Added: branches/community/3.3.X/test-applications/regressionArea/regressionArea-tests/src/test/java/org/richfaces/testng/rf5830/Test.java
===================================================================
--- branches/community/3.3.X/test-applications/regressionArea/regressionArea-tests/src/test/java/org/richfaces/testng/rf5830/Test.java (rev 0)
+++ branches/community/3.3.X/test-applications/regressionArea/regressionArea-tests/src/test/java/org/richfaces/testng/rf5830/Test.java 2009-05-27 10:57:48 UTC (rev 14363)
@@ -0,0 +1,27 @@
+package org.richfaces.testng.rf5830;
+
+import org.richfaces.SeleniumTestBase;
+
+/**
+ * @author Mikhail Vitenkov
+ * @since 3.3.2
+ */
+public class Test extends SeleniumTestBase {
+
+ @org.testng.annotations.Test
+ public void testExecute() throws Exception {
+ renderPage();
+ clickAjaxCommandAndWait("form:link");
+
+ AssertTextEquals("//form[@id='form']//span[@class='rich-messages-label']", "message");
+
+ }
+
+
+ @Override
+ public String getTestUrl() {
+ return "pages/rf5830.xhtml";
+ }
+
+
+}
Added: branches/community/3.3.X/test-applications/regressionArea/regressionArea-web/src/main/webapp/pages/rf5830.xhtml
===================================================================
--- branches/community/3.3.X/test-applications/regressionArea/regressionArea-web/src/main/webapp/pages/rf5830.xhtml (rev 0)
+++ branches/community/3.3.X/test-applications/regressionArea/regressionArea-web/src/main/webapp/pages/rf5830.xhtml 2009-05-27 10:57:48 UTC (rev 14363)
@@ -0,0 +1,19 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:ui="http://java.sun.com/jsf/facelets"
+ xmlns:h="http://java.sun.com/jsf/html"
+ xmlns:f="http://java.sun.com/jsf/core"
+ xmlns:a4j="http://richfaces.org/a4j"
+ xmlns:rich="http://richfaces.org/rich">
+
+<ui:composition template="/layout/layout.xhtml">
+
+ <ui:define name="template">
+ <h:form id="form">
+ <rich:messages globalOnly="true"/>
+
+ <a4j:commandLink value="ReRender" action="#{rf5830.addMessage}" id="link"/>
+ </h:form>
+ </ui:define>
+</ui:composition>
+</html>
\ No newline at end of file
15 years, 7 months
JBoss Rich Faces SVN: r14362 - in branches/community/3.3.X/test-applications/regressionArea: regressionArea-ejb/src/main/java/org/richfaces/regressionarea/issues/rf5835 and 3 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: mvitenkov
Date: 2009-05-27 05:21:27 -0400 (Wed, 27 May 2009)
New Revision: 14362
Added:
branches/community/3.3.X/test-applications/regressionArea/regressionArea-ejb/src/main/java/org/richfaces/regressionarea/issues/rf5835/
branches/community/3.3.X/test-applications/regressionArea/regressionArea-ejb/src/main/java/org/richfaces/regressionarea/issues/rf5835/Bean.java
branches/community/3.3.X/test-applications/regressionArea/regressionArea-tests/src/test/java/org/richfaces/testng/rf5835/
branches/community/3.3.X/test-applications/regressionArea/regressionArea-tests/src/test/java/org/richfaces/testng/rf5835/Test.java
branches/community/3.3.X/test-applications/regressionArea/regressionArea-web/src/main/webapp/pages/rf5835.xhtml
Log:
add RF-5835 selenium test.
Added: branches/community/3.3.X/test-applications/regressionArea/regressionArea-ejb/src/main/java/org/richfaces/regressionarea/issues/rf5835/Bean.java
===================================================================
--- branches/community/3.3.X/test-applications/regressionArea/regressionArea-ejb/src/main/java/org/richfaces/regressionarea/issues/rf5835/Bean.java (rev 0)
+++ branches/community/3.3.X/test-applications/regressionArea/regressionArea-ejb/src/main/java/org/richfaces/regressionarea/issues/rf5835/Bean.java 2009-05-27 09:21:27 UTC (rev 14362)
@@ -0,0 +1,42 @@
+package org.richfaces.regressionarea.issues.rf5835;
+
+import org.jboss.seam.ScopeType;
+import org.jboss.seam.annotations.Name;
+import org.jboss.seam.annotations.Scope;
+import org.richfaces.model.TreeNode;
+import org.richfaces.model.TreeNodeImpl;
+
+@Name("treeBean")
+(a)Scope(ScopeType.SESSION)
+public class Bean {
+ private TreeNode data;
+
+
+ public TreeNode getData() {
+ return data;
+ }
+
+
+ public void setData(TreeNode data) {
+ this.data = data;
+ }
+
+
+ public Bean() {
+ TreeNodeImpl<String> n = new TreeNodeImpl<String>();
+ n.setData("rnode");
+ int i = 0;
+ for (i = 0; i < 10; i++) {
+ TreeNodeImpl<String> t = new TreeNodeImpl<String>();
+ t.setData("node-" + i);
+ n.addChild(Integer.valueOf(i), t);
+ }
+ data = new TreeNodeImpl<String>();
+ data.setData("data");
+ data.addChild(Integer.valueOf(i), n);
+
+ }
+
+
+
+}
Added: branches/community/3.3.X/test-applications/regressionArea/regressionArea-tests/src/test/java/org/richfaces/testng/rf5835/Test.java
===================================================================
--- branches/community/3.3.X/test-applications/regressionArea/regressionArea-tests/src/test/java/org/richfaces/testng/rf5835/Test.java (rev 0)
+++ branches/community/3.3.X/test-applications/regressionArea/regressionArea-tests/src/test/java/org/richfaces/testng/rf5835/Test.java 2009-05-27 09:21:27 UTC (rev 14362)
@@ -0,0 +1,32 @@
+package org.richfaces.testng.rf5835;
+
+import org.richfaces.SeleniumTestBase;
+
+public class Test extends SeleniumTestBase {
+
+ @org.testng.annotations.Test
+ public void testExecute() throws Exception {
+ renderPage();
+
+ clickAjaxCommandAndWait("form:tree:10::_defaultNodeFace:handle");
+
+ //check if line is present in expanded childs
+ Number childs = getHeightById("form:tree:10::_defaultNodeFace:childs");
+ Number child = selenium.getElementHeight("//div[@id='form:tree:10::_defaultNodeFace:childs']/table[1]");
+ int dif = 0;
+
+ if(!((dif=(10*child.intValue() - childs.intValue())) == 0)){
+ throw new AssertionError("white line is after the last child:" + dif);
+ }
+ //check if line is present after expanded childs
+ if((dif = getHeightById("form:tree").intValue() - getHeightById("form:tree:childs").intValue()) != 0){
+ throw new AssertionError("white line is after all childs:" + dif);
+ }
+
+ }
+
+ @Override
+ public String getTestUrl() {
+ return "pages/rf5835.xhtml";
+ }
+}
\ No newline at end of file
Added: branches/community/3.3.X/test-applications/regressionArea/regressionArea-web/src/main/webapp/pages/rf5835.xhtml
===================================================================
--- branches/community/3.3.X/test-applications/regressionArea/regressionArea-web/src/main/webapp/pages/rf5835.xhtml (rev 0)
+++ branches/community/3.3.X/test-applications/regressionArea/regressionArea-web/src/main/webapp/pages/rf5835.xhtml 2009-05-27 09:21:27 UTC (rev 14362)
@@ -0,0 +1,18 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:ui="http://java.sun.com/jsf/facelets"
+ xmlns:h="http://java.sun.com/jsf/html"
+ xmlns:f="http://java.sun.com/jsf/core"
+ xmlns:a4j="http://richfaces.org/a4j"
+ xmlns:rich="http://richfaces.org/rich">
+
+<ui:composition template="/layout/layout.xhtml">
+
+ <ui:define name="template">
+ <h:form style="margin: 0px; padding: 0px; border: 1px solid red;" id="form">
+ <rich:tree id="tree" switchType="ajax" value="#{treeBean.data}"
+ var="data" />
+ </h:form>
+ </ui:define>
+</ui:composition>
+</html>
\ No newline at end of file
15 years, 7 months
JBoss Rich Faces SVN: r14361 - branches/community/3.3.X/test-applications/jsp/src/main/java/util/event.
by richfaces-svn-commits@lists.jboss.org
Author: Vadim Mikovoz
Date: 2009-05-27 04:50:12 -0400 (Wed, 27 May 2009)
New Revision: 14361
Modified:
branches/community/3.3.X/test-applications/jsp/src/main/java/util/event/Event.java
Log:
Modified: branches/community/3.3.X/test-applications/jsp/src/main/java/util/event/Event.java
===================================================================
--- branches/community/3.3.X/test-applications/jsp/src/main/java/util/event/Event.java 2009-05-27 08:48:37 UTC (rev 14360)
+++ branches/community/3.3.X/test-applications/jsp/src/main/java/util/event/Event.java 2009-05-27 08:50:12 UTC (rev 14361)
@@ -52,6 +52,7 @@
private String onhide;
private String onshow;
private String onlistcall;
+ private String onlistclose;
private String onitemselected;
private String oninputblur;
private String oninputchange;
@@ -139,7 +140,16 @@
private String oncopyallclick;
private String onremoveclick;
private String onremoveallclick;
-
+ private String ontabchange;
+ private String onlabelclick;
+ private String onlabeldblclick;
+ private String onlabelmousedown;
+ private String onlabelmousemove;
+ private String onlabelmouseup;
+ private String onlabelkeydown;
+ private String onlabelkeypress;
+ private String onlabelkeyup;
+
public String getOnlistchanged() {
return onlistchanged;
}
@@ -148,6 +158,14 @@
this.onlistchanged = onlistchanged;
}
+ public String getOntabchange() {
+ return ontabchange;
+ }
+
+ public void setOntabchange(String ontabchange) {
+ this.ontabchange = ontabchange;
+ }
+
public String getOnlistchange() {
return onlistchange;
}
@@ -226,6 +244,15 @@
public Event() {
/* Events for toolBar */
onlistchanged = "showEvent('infoFormID:infoSubview:onlistchangedInputID', 'onlistchanged work!')";
+ onlabelclick = "showEvent('infoFormID:infoSubview:onlabelclickInputID', 'onlabelclick work!')";
+ onlabeldblclick = "showEvent('infoFormID:infoSubview:onlabeldblclickInputID', 'onlabeldblclick work!')";
+ onlabelmousedown = "showEvent('infoFormID:infoSubview:onlabelmousedownInputID', 'onlabelmousedown work!')";
+ onlabelmousemove = "showEvent('infoFormID:infoSubview:onlabelmousemoveInputID', 'onlabelmousemove work!')";
+ onlabelmouseup = "showEvent('infoFormID:infoSubview:onlabelmouseupInputID', 'onlabelmouseup work!')";
+ ontabchange = "showEvent('infoFormID:infoSubview:ontabchangeInputID', 'ontabchange work!')";
+ onlabelkeydown = "showEvent('infoFormID:infoSubview:onlabelkeydownInputID', 'onlabelkeydown work!')";
+ onlabelkeypress = "showEvent('infoFormID:infoSubview:onlabelkeypressInputID', 'onlabelkeypress work!')";
+ onlabelkeyup = "showEvent('infoFormID:infoSubview:onlabelkeyupInputID', 'onlabelkeyup work!')";
onlistchange = "showEvent('infoFormID:infoSubview:onlistchangeInputID', 'onlistchange work!')";
oncopyclick = "showEvent('infoFormID:infoSubview:oncopyclickInputID', 'oncopyclick work!')";
oncopyallclick = "showEvent('infoFormID:infoSubview:oncopyallclickInputID', 'oncopyallclick work!')";
@@ -304,6 +331,7 @@
onkeypress = "showEvent('infoFormID:infoSubview:onkeypressInputID', 'onkeypress work!')";
onkeyup = "showEvent('infoFormID:infoSubview:onkeyupInputID', 'onkeyup work!')";
onlistcall = "showEvent('infoFormID:infoSubview:onlistcallInputID', 'onlistcall work!')";
+ onlistclose = "showEvent('infoFormID:infoSubview:onlistcloseInputID', 'onlistclose work!')";
onmaskclick = "showEvent('infoFormID:infoSubview:onmaskclickInputID', 'onmaskclick work!')";
onmaskcontextmenu = "showEvent('infoFormID:infoSubview:onmaskcontextmenuInputID', 'onmaskcontextmenu work!')";
onmaskdblclick = "showEvent('infoFormID:infoSubview:onmaskdblclickInputID', 'onmaskdblclick work!')";
@@ -648,6 +676,10 @@
return getEvent("onlistcall");
}
+ public ArrayList<SelectItem> getOnlistcloseSI() {
+ return getEvent("onlistclose");
+ }
+
public ArrayList<SelectItem> getOnitemselectedSI() {
return getEvent("onitemselected");
}
@@ -1008,6 +1040,14 @@
this.onlistcall = onlistcall;
}
+ public String getOnlistclose() {
+ return onlistclose;
+ }
+
+ public void setOnlistclose(String onlistclose) {
+ this.onlistclose = onlistclose;
+ }
+
public String getOnitemselected() {
return onitemselected;
}
@@ -1543,4 +1583,70 @@
this.onunload = onunload;
}
+ public String getOnlabelclick() {
+ return onlabelclick;
+ }
+
+ public void setOnlabelclick(String onlabelclick) {
+ this.onlabelclick = onlabelclick;
+ }
+
+ public void setOnlabeldblclick(String onlabeldblclick) {
+ this.onlabeldblclick = onlabeldblclick;
+ }
+
+ public String getOnlabeldblclick() {
+ return onlabeldblclick;
+ }
+
+ public void setOnlabelmousedown(String onlabelmousedown) {
+ this.onlabelmousedown = onlabelmousedown;
+ }
+
+ public String getOnlabelmousedown() {
+ return onlabelmousedown;
+ }
+
+ public void setOnlabelmousemove(String onlabelmousemove) {
+ this.onlabelmousemove = onlabelmousemove;
+ }
+
+ public String getOnlabelmousemove() {
+ return onlabelmousemove;
+ }
+
+ public void setOnlabelmouseup(String onlabelmouseup) {
+ this.onlabelmouseup = onlabelmouseup;
+ }
+
+ public String getOnlabelmouseup() {
+ return onlabelmouseup;
+ }
+
+ public void setOnlabelkeydown(String onlabelkeydown) {
+ this.onlabelkeydown = onlabelkeydown;
+ }
+
+ public String getOnlabelkeydown() {
+ return onlabelkeydown;
+ }
+
+ public void setOnlabelkeypress(String onlabelkeypress) {
+ this.onlabelkeypress = onlabelkeypress;
+ }
+
+ public String getOnlabelkeypress() {
+ return onlabelkeypress;
+ }
+
+ public void setOnlabelkeyup(String onlabelkeyup) {
+ this.onlabelkeyup = onlabelkeyup;
+ }
+
+ public String getOnlabelkeyup() {
+ return onlabelkeyup;
+ }
+
+
+
}
\ No newline at end of file
15 years, 7 months
JBoss Rich Faces SVN: r14360 - branches/community/3.3.X/test-applications/jsp/src/main/webapp/TabPanel.
by richfaces-svn-commits@lists.jboss.org
Author: Vadim Mikovoz
Date: 2009-05-27 04:48:37 -0400 (Wed, 27 May 2009)
New Revision: 14360
Modified:
branches/community/3.3.X/test-applications/jsp/src/main/webapp/TabPanel/TabPanel.jsp
branches/community/3.3.X/test-applications/jsp/src/main/webapp/TabPanel/TabPanelProperty.jsp
Log:
Modified: branches/community/3.3.X/test-applications/jsp/src/main/webapp/TabPanel/TabPanel.jsp
===================================================================
--- branches/community/3.3.X/test-applications/jsp/src/main/webapp/TabPanel/TabPanel.jsp 2009-05-26 19:09:50 UTC (rev 14359)
+++ branches/community/3.3.X/test-applications/jsp/src/main/webapp/TabPanel/TabPanel.jsp 2009-05-27 08:48:37 UTC (rev 14360)
@@ -5,8 +5,9 @@
<f:subview id="tabPanelSubviewID">
<rich:tabPanel id="tabPanelId" binding="#{tabPanel.htmlTabPanel}"
- headerAlignment="#{tabPanel.headerAlignment}"
- width="#{tabPanel.width}" contentStyle="#{style.contentStyle}"
+ headerAlignment="#{tabPanel.headerAlignment}" label="TabPanel label"
+ width="#{tabPanel.width}" dir="#{tabPanel.direction}"
+ contentStyle="#{style.contentStyle}"
headerClass="#{style.headerClass}" style="#{style.style}"
styleClass="#{style.styleClass}" tabClass="#{style.tabClass}"
height="#{tabPanel.height}" rendered="#{tabPanel.rendered}"
@@ -17,25 +18,35 @@
disabledTabClass="#{tabPanel.disabledTabStyle}"
inactiveTabClass="#{tabPanel.inactiveTabStyle}"
contentClass="#{tabPanel.contentStyle}" onclick="#{event.onclick}"
- ondblclick="#{event.ondblclick}" onkeydown="#{event.onkeydown}"
- onkeypress="#{event.onkeypress}" onkeyup="#{event.onkeyup}"
- onmousedown="#{event.onmousedown}" onmousemove="#{event.onmousemove}"
- onmouseout="#{event.onmouseout}" onmouseover="#{event.onmouseover}"
- onmouseup="#{event.onmouseup}">
+ ondblclick="#{event.ondblclick}" onmousedown="#{event.onmousedown}"
+ onmousemove="#{event.onmousemove}" onmouseout="#{event.onmouseout}"
+ onmouseover="#{event.onmouseover}" onmouseup="#{event.onmouseup}">
- <rich:tab id="tabOne" binding="#{tabPanel.htmlTab}" labelWidth="#{tabPanel.labelWidth}"
- label="#{tabPanel.label}" onclick="#{event.onclick}"
+ <rich:tab id="tabOne" binding="#{tabPanel.htmlTab}"
+ labelWidth="#{tabPanel.labelWidth}" onclick="#{event.onclick}"
oncomplete="#{event.oncomplete}" ondblclick="#{event.ondblclick}"
onkeydown="#{event.onkeydown}" onkeypress="#{event.onkeypress}"
onkeyup="#{event.onkeyup}" onmousemove="#{event.onmousemove}"
onmouseout="#{event.onmouseout}" onmouseover="#{event.onmouseover}"
onmouseup="#{event.onmouseup}" ontabenter="#{event.ontabenter}"
- ontableave="#{event.ontableave}">
+ ontableave="#{event.ontableave}" onlabelclick="#{event.onlabelclick}"
+ onlabeldblclick="#{event.onlabeldblclick}"
+ onlabelmousedown="#{event.onlabelmousedown}"
+ onlabelmousemove="#{event.onlabelmousemove}"
+ onlabelmouseup="#{event.onlabelmouseup}"
+ onbeforedomupdate="#{event.onbeforedomupdate}"
+ onlabelkeydown="#{event.onlabelkeydown}"
+ onlabelkeypress="#{event.onlabelkeypress}"
+ onlabelkeyup="#{event.onlabelkeyup}">
+ <f:facet name="label">
+ <h:inputText value="" />
+ </f:facet>
<h:outputText value="This is tab panel test example"
styleClass="text1"></h:outputText>
<h:outputLink value="http://www.jboss.com/">
<f:verbatim>Link</f:verbatim>
</h:outputLink>
+ <h:inputText value="" />
</rich:tab>
<rich:tab id="tabTwo" label="Tab with image"
disabled="#{tabPanel.disabledTab}" onclick="#{event.onclick}"
@@ -68,7 +79,7 @@
Some text... Some text... Some text... Some text... Some text... Some text... Some text... Some text..." />
</rich:tab>
</rich:tabPanel>
-
+ <rich:colorPicker></rich:colorPicker>
<rich:spacer height="20px"></rich:spacer>
<rich:tabPanel switchType="ajax" id="test">
Modified: branches/community/3.3.X/test-applications/jsp/src/main/webapp/TabPanel/TabPanelProperty.jsp
===================================================================
--- branches/community/3.3.X/test-applications/jsp/src/main/webapp/TabPanel/TabPanelProperty.jsp 2009-05-26 19:09:50 UTC (rev 14359)
+++ branches/community/3.3.X/test-applications/jsp/src/main/webapp/TabPanel/TabPanelProperty.jsp 2009-05-27 08:48:37 UTC (rev 14360)
@@ -4,7 +4,7 @@
<%@ taglib uri="http://richfaces.org/rich" prefix="rich"%>
<f:subview id="tabPanelStraightforwardSubviewID">
-<h:commandButton value="add test" action="#{tabPanel.addHtmlTabPanel}"></h:commandButton>
+ <h:commandButton value="add test" action="#{tabPanel.addHtmlTabPanel}"></h:commandButton>
<h:panelGrid columns="2" cellspacing="10px">
<h:outputText value="Width (px or %):"></h:outputText>
<h:inputText value="#{tabPanel.width}" onchange="submit();" />
@@ -20,6 +20,12 @@
<h:outputText value="LabelWidth:"></h:outputText>
<h:inputText value="#{tabPanel.labelWidth}" onchange="submit();" />
+ <h:outputText value="Direction:"></h:outputText>
+ <h:selectOneRadio value="#{tabPanel.direction}">
+ <f:selectItem itemLabel="LTR" itemValue="LTR" />
+ <f:selectItem itemLabel="RTL" itemValue="RTL" />
+ <a4j:support event="onchange" reRender="tabPanelId"></a4j:support>
+ </h:selectOneRadio>
<h:outputText value="SwitchType:"></h:outputText>
<h:selectOneRadio value="#{tabPanel.switchType}">
<f:selectItem itemLabel="client" itemValue="client" />
@@ -62,6 +68,13 @@
<h:selectBooleanCheckbox value="#{tabPanel.disabledTab}"
onclick="submit()">
</h:selectBooleanCheckbox>
+ <h:commandButton actionListener="#{tabPanel.checkBinding}"
+ value="Binding">
+ <a4j:support event="onclick" reRender="bindLabelID"></a4j:support>
+ </h:commandButton>
+ <h:outputText value="#{tabPanel.bindLabel}" id="bindLabelID" />
+ <a4j:commandButton value="rerender" reRender="tabPanelId" />
+ <br />
<h:outputText value="Switch Styles:" />
<h:commandButton action="#{tabPanel.doStyles}"
value="#{tabPanel.btnLabel}" />
15 years, 7 months
JBoss Rich Faces SVN: r14359 - branches/archive.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2009-05-26 15:09:50 -0400 (Tue, 26 May 2009)
New Revision: 14359
Removed:
branches/archive/refactor1/
Log:
"refactor1" branch deleted
15 years, 7 months
JBoss Rich Faces SVN: r14358 - branches.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2009-05-26 15:09:19 -0400 (Tue, 26 May 2009)
New Revision: 14358
Added:
branches/sandbox/
Log:
"sandbox" branch directory created
15 years, 7 months
JBoss Rich Faces SVN: r14357 - branches/community/3.3.X/ui/hotKey/src/main/resources/org/richfaces/renderkit/html/scripts.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2009-05-26 14:11:42 -0400 (Tue, 26 May 2009)
New Revision: 14357
Modified:
branches/community/3.3.X/ui/hotKey/src/main/resources/org/richfaces/renderkit/html/scripts/jquery.hotkeys.js
Log:
https://jira.jboss.org/jira/browse/RF-7182
Modified: branches/community/3.3.X/ui/hotKey/src/main/resources/org/richfaces/renderkit/html/scripts/jquery.hotkeys.js
===================================================================
--- branches/community/3.3.X/ui/hotKey/src/main/resources/org/richfaces/renderkit/html/scripts/jquery.hotkeys.js 2009-05-26 17:06:31 UTC (rev 14356)
+++ branches/community/3.3.X/ui/hotKey/src/main/resources/org/richfaces/renderkit/html/scripts/jquery.hotkeys.js 2009-05-26 18:11:42 UTC (rev 14357)
@@ -28,7 +28,7 @@
var hack;
(function (jQuery){
this.version = '(beta)(0.0.3)';
- this.all = {};
+
this.special_keys = {
27: 'esc', 9: 'tab', 32:'space', 13: 'return', 8:'backspace', 145: 'scroll', 20: 'capslock',
144: 'numlock', 19:'pause', 45:'insert', 36:'home', 46:'del',35:'end', 33: 'pageup',
@@ -39,24 +39,8 @@
"8":"*", "9":"(", "0":")", "-":"_", "=":"+", ";":":", "'":"\"", ",":"<",
".":">", "/":"?", "\\":"|" };
- this._uniqueIDIndex = 1;
+ this.HOTKEYS_DATA = "jQuery.hotkeys." + (+new Date());
- this._uniqueIDExpando = "_jQuery_hotKeys";
-
- this._uniqueID = function(node) {
- var id = node[this._uniqueIDExpando];
-
- if (!id) {
- id = node[this._uniqueIDExpando] = this._uniqueIDIndex++;
- }
-
- return id;
- };
-
- this._checkUniqueID = function(node) {
- return node[this._uniqueIDExpando];
- };
-
this.buttonInputTypes = /^(submit|button|reset)$/i;
this.add = function(combi, options, callback) {
@@ -163,16 +147,19 @@
// for example: 'keydown' might be associated with HtmlBodyElement
// or the element where you last clicked with your mouse.
- if (that.all[that._checkUniqueID(element)]) {
- var cbMap = that.all[that._checkUniqueID(element)].events[type].callbackMap;
+ var elementData = jQuery.data(element, that.HOTKEYS_DATA);
+
+ if (elementData) {
+ var cbMap = elementData.events[type].callbackMap;
mapPoint = validateMapPoint(element, type, special, character,cbMap);
}
if (jQuery.browser.opera || jQuery.browser.safari || opt.checkParent){
- while ((element && element.parentNode && !that.all[that._checkUniqueID(element)]) || (!mapPoint && element.parentNode)){
+ while ((element && element.parentNode && !(elementData = jQuery.data(element, that.HOTKEYS_DATA))) || (!mapPoint && element.parentNode)){
element = element.parentNode;
- if (that.all[that._checkUniqueID(element)]) {
- var cbMap = that.all[that._checkUniqueID(element)].events[type].callbackMap;
+ elementData = jQuery.data(element, that.HOTKEYS_DATA);
+ if (elementData) {
+ var cbMap = elementData.events[type].callbackMap;
mapPoint = validateMapPoint(element, type, special, character,cbMap);
}
}
@@ -188,29 +175,38 @@
}
};
- var targetData = this._uniqueID(opt.target);
+ var target = opt.target;
+ var targetData = jQuery.data(target, this.HOTKEYS_DATA);
// first hook for this element
- if (!this.all[targetData]){
- this.all[targetData] = {events:{}};
+ if (!targetData){
+ targetData = {events:{}};
+ jQuery.data(target, this.HOTKEYS_DATA, targetData);
}
- if (!this.all[targetData].events[opt.type]){
- this.all[targetData].events[opt.type] = {callbackMap: {}}
- jQuery.event.add(opt.target, opt.type, inspector);
+ if (!targetData.events[opt.type]){
+ targetData.events[opt.type] = {callbackMap: {}, inspector: inspector};
+ jQuery.event.add(target, opt.type, inspector);
}
- this.all[targetData].events[opt.type].callbackMap[combi] = {cb: callback, propagate:opt.propagate};
+ targetData.events[opt.type].callbackMap[combi] = {cb: callback, propagate:opt.propagate};
+
return jQuery;
};
- this._deleteEmptyProperty = function(object, property) {
- var nestedObject = object[property];
-
+ this._isEmpty = function(object, skipList) {
var name = "";
- for (name in nestedObject) {
- break;
+ for (name in object) {
+ if (!skipList || !(name in skipList)) {
+ break;
+ } else {
+ name = "";
+ }
}
- if (!name) {
+ return !name;
+ };
+
+ this._deleteEmptyProperty = function(object, property, skipList) {
+ if (this._isEmpty(object[property], skipList)) {
delete object[property];
}
};
@@ -221,24 +217,30 @@
type = opt.type || 'keydown';
exp = exp.toLowerCase();
- var uniqueId = this._checkUniqueID(target);
- if (uniqueId) {
- var element = this.all[uniqueId];
- if (element) {
- var events = element['events'];
- if (events) {
- var event = events[type];
- var callbackMap = event['callbackMap'];
-
- delete callbackMap[exp];
+ var element = jQuery.data(target, this.HOTKEYS_DATA);
+ if (element) {
+ var events = element['events'];
+ if (events) {
+ var event = events[type];
+ var callbackMap = event['callbackMap'];
- this._deleteEmptyProperty(event, 'callbackMap');
- this._deleteEmptyProperty(events, type);
- this._deleteEmptyProperty(element, 'events');
+ delete callbackMap[exp];
+
+ this._deleteEmptyProperty(event, 'callbackMap');
+
+ var inspector = events[type].inspector;
+ this._deleteEmptyProperty(events, type, {inspector: true});
+
+ if (!events[type] && inspector) {
+ jQuery.event.remove(target, type, inspector);
}
- this._deleteEmptyProperty(this.all, uniqueId);
+ this._deleteEmptyProperty(element, 'events');
}
+
+ if (this._isEmpty(element)) {
+ jQuery.removeData(target, this.HOTKEYS_DATA);
+ }
}
return jQuery;
15 years, 7 months
JBoss Rich Faces SVN: r14356 - branches/community/3.3.X/docs/userguide.
by richfaces-svn-commits@lists.jboss.org
Author: artdaw
Date: 2009-05-26 13:06:31 -0400 (Tue, 26 May 2009)
New Revision: 14356
Modified:
branches/community/3.3.X/docs/userguide/pom.xml
Log:
https://jira.jboss.org/jira/browse/RF-7129 - Guide build was fixed and checked on Windows, Linux with Maven 2.0.7 and 2.1.0
Modified: branches/community/3.3.X/docs/userguide/pom.xml
===================================================================
--- branches/community/3.3.X/docs/userguide/pom.xml 2009-05-26 17:02:38 UTC (rev 14355)
+++ branches/community/3.3.X/docs/userguide/pom.xml 2009-05-26 17:06:31 UTC (rev 14356)
@@ -54,9 +54,6 @@
</goals>
<configuration>
<artifactItems>
-
-
-
<artifactItem>
<groupId>
org.richfaces.ui
@@ -66,7 +63,6 @@
${project.version}
</version>
</artifactItem>
-
<artifactItem>
<groupId>
org.richfaces.ui
@@ -78,12 +74,6 @@
${project.version}
</version>
</artifactItem>
-
-
-
-
-
-
<artifactItem>
<groupId>
org.richfaces.ui
@@ -170,7 +160,6 @@
${project.version}
</version>
</artifactItem>
-
<artifactItem>
<groupId>
org.richfaces.ui
@@ -182,7 +171,6 @@
${project.version}
</version>
</artifactItem>
-
<artifactItem>
<groupId>
org.richfaces.ui
@@ -194,8 +182,6 @@
${project.version}
</version>
</artifactItem>
-
-
<artifactItem>
<groupId>
org.richfaces.ui
@@ -207,7 +193,6 @@
${project.version}
</version>
</artifactItem>
-
<artifactItem>
<groupId>
org.richfaces.ui
@@ -219,7 +204,6 @@
${project.version}
</version>
</artifactItem>
-
<artifactItem>
<groupId>
org.richfaces.ui
@@ -231,8 +215,6 @@
${project.version}
</version>
</artifactItem>
-
-
<artifactItem>
<groupId>
org.richfaces.ui
@@ -244,8 +226,6 @@
${project.version}
</version>
</artifactItem>
-
-
<artifactItem>
<groupId>
org.richfaces.ui
@@ -290,7 +270,6 @@
${project.version}
</version>
</artifactItem>
-
<artifactItem>
<groupId>
org.richfaces.ui
@@ -302,7 +281,6 @@
${project.version}
</version>
</artifactItem>
-
<artifactItem>
<groupId>
org.richfaces.ui
@@ -312,7 +290,6 @@
${project.version}
</version>
</artifactItem>
-
<artifactItem>
<groupId>
org.richfaces.ui
@@ -391,7 +368,6 @@
${project.version}
</version>
</artifactItem>
-
<artifactItem>
<groupId>
org.richfaces.ui
@@ -586,8 +562,6 @@
${project.version}
</version>
</artifactItem>
-
-
<artifactItem>
<groupId>
org.richfaces.ui
@@ -664,15 +638,15 @@
<artifactId>saxon</artifactId>
<version>8.7</version>
</dependency>
- <dependency>
+ <!--dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop</artifactId>
<version>0.95</version>
- </dependency>
+ </dependency-->
</dependencies>
<configuration>
<transformationSets>
- <transformationSet>
+ <!--transformationSet>
<dir>
${project.build.directory}/library/org/richfaces/renderkit/html/css
</dir>
@@ -711,7 +685,7 @@
<value>${file.separator}</value>
</parameter>
</parameters>
- </transformationSet>
+ </transformationSet-->
<transformationSet>
<dir>
${project.build.directory}/library/META-INF
@@ -723,10 +697,10 @@
<exclude>a4j.*</exclude>
</excludes>
<outputDir>
- ${project.build.directory}/generated/
+ ${project.build.directory}${file.separator}generated
</outputDir>
<stylesheet>
- ${project.build.directory}/common-resources/xslt/f.xsl
+ ${project.build.directory}${file.separator}common-resources${file.separator}xslt${file.separator}f.xsl
</stylesheet>
<fileMappers>
<fileMapper implementation="org.codehaus.plexus.components.io.filemappers.FileExtensionMapper">
@@ -757,16 +731,16 @@
<parameter>
<name>xcssPath</name>
<value>..${file.separator}..${file.separator}generated${file.separator}xcss</value>
- </parameter>
- <parameter>
+ </parameter>
+ <parameter>
<name>outputDir</name>
- <value>${project.build.directory}${file.separator}generated${file.separator}</value>
+ <value>${project.build.directory}${file.separator}generated${file.separator}</value>
</parameter>
</parameters>
</transformationSet>
<transformationSet>
<dir>
- ${project.build.directory}/library/META-INF
+ ${project.build.directory}${file.separator}library${file.separator}META-INF
</dir>
<includes>
<include>a4j.*</include>
@@ -775,10 +749,10 @@
<exclude>*.xml</exclude>
</excludes>
<outputDir>
- ${project.build.directory}/generated/
+ ${project.build.directory}${file.separator}generated${file.separator}
</outputDir>
<stylesheet>
- ${project.build.directory}/common-resources/xslt/f.xsl
+ ${project.build.directory}${file.separator}common-resources${file.separator}xslt${file.separator}f.xsl
</stylesheet>
<fileMappers>
<fileMapper implementation="org.codehaus.plexus.components.io.filemappers.FileExtensionMapper">
@@ -809,17 +783,16 @@
<parameter>
<name>xcssPath</name>
<value>..${file.separator}..${file.separator}generated${file.separator}xcss</value>
- </parameter>
- <parameter>
+ </parameter>
+ <parameter>
<name>outputDir</name>
- <value>${project.build.directory}${file.separator}generated${file.separator}</value>
+ <value>${project.build.directory}${file.separator}generated${file.separator}</value>
</parameter>
</parameters>
</transformationSet>
</transformationSets>
</configuration>
</plugin>
-
<plugin>
<groupId>org.jboss.maven.plugins</groupId>
<artifactId>maven-jdocbook-plugin</artifactId>
@@ -895,7 +868,6 @@
master.xml
</sourceDocumentName>
<formats>
-
<format>
<formatName>pdf</formatName>
<stylesheetResource>
@@ -921,7 +893,6 @@
false
</imagePathSettingRequired>
</format>
-
<format>
<formatName>html_single</formatName>
<stylesheetResource>
@@ -960,8 +931,8 @@
<docbookVersion>1.72.0</docbookVersion>
</options>
</configuration>
-
</plugin>
+
</plugins>
</pluginManagement>
</build>
15 years, 7 months