Author: alexsmirnov
Date: 2007-06-28 19:33:52 -0400 (Thu, 28 Jun 2007)
New Revision: 1404
Removed:
branches/refactor1/pom.xml.prev
branches/refactor1/samples/dataFilterSliderDemo/pom.xml.prev
branches/refactor1/samples/dataTableDemo/pom.xml.prev
branches/refactor1/samples/datascroller-sample/pom.xml.prev
branches/refactor1/samples/dragDropDemo/pom.xml.prev
branches/refactor1/samples/gmap-sample/pom.xml.prev
branches/refactor1/samples/inputNumberSliderDemo/pom.xml.prev
branches/refactor1/samples/inputNumberSpinnerDemo/pom.xml.prev
branches/refactor1/samples/modalpanel-sample/pom.xml.prev
branches/refactor1/samples/panel-sample/pom.xml.prev
branches/refactor1/samples/panelbar-sample/pom.xml.prev
branches/refactor1/samples/separator-sample/pom.xml.prev
branches/refactor1/samples/simpleTogglePanel-sample/pom.xml.prev
branches/refactor1/samples/skins/pom.xml.prev
branches/refactor1/samples/suggestionbox-sample/pom.xml.prev
branches/refactor1/samples/tabPanelDemo/pom.xml.prev
branches/refactor1/samples/togglePanel-sample/pom.xml.prev
branches/refactor1/samples/toolBarDemo/pom.xml.prev
branches/refactor1/samples/tree-demo/pom.xml.prev
branches/refactor1/sandbox/samples/simpleTogglePanel2-sample/pom.xml.prev
branches/refactor1/sandbox/ui/panel2/pom.xml.prev
branches/refactor1/sandbox/ui/simpleTogglePanel2/pom.xml.prev
branches/refactor1/ui/assembly/pom.xml.prev
branches/refactor1/ui/dataFilterSlider/pom.xml.prev
branches/refactor1/ui/dataTable/pom.xml.prev
branches/refactor1/ui/datascroller/pom.xml.prev
branches/refactor1/ui/drag-drop/pom.xml.prev
branches/refactor1/ui/gmap/pom.xml.prev
branches/refactor1/ui/inputnumber-slider/pom.xml.prev
branches/refactor1/ui/inputnumber-spinner/pom.xml.prev
branches/refactor1/ui/modal-panel/pom.xml.prev
branches/refactor1/ui/paint2D/pom.xml.prev
branches/refactor1/ui/panel/pom.xml.prev
branches/refactor1/ui/panelbar/pom.xml.prev
branches/refactor1/ui/pom.xml.prev
branches/refactor1/ui/separator/pom.xml.prev
branches/refactor1/ui/simpleTogglePanel/pom.xml.prev
branches/refactor1/ui/spacer/pom.xml.prev
branches/refactor1/ui/suggestionbox/pom.xml.prev
branches/refactor1/ui/tabPanel/pom.xml.prev
branches/refactor1/ui/togglePanel/pom.xml.prev
branches/refactor1/ui/toolBar/pom.xml.prev
branches/refactor1/ui/tree/pom.xml.prev
Modified:
branches/refactor1/docs/docbook/pom.xml
branches/refactor1/ui/core/pom.xml
Log:
continue refactoring
Modified: branches/refactor1/docs/docbook/pom.xml
===================================================================
--- branches/refactor1/docs/docbook/pom.xml 2007-06-28 23:23:03 UTC (rev 1403)
+++ branches/refactor1/docs/docbook/pom.xml 2007-06-28 23:33:52 UTC (rev 1404)
@@ -7,11 +7,11 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>docs</artifactId>
- <groupId>org.ajax4jsf</groupId>
- <version>1.1.2-SNAPSHOT</version>
+ <groupId>org.richfaces</groupId>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
- <groupId>org.ajax4jsf.docs</groupId>
+ <groupId>org.richfaces.docs</groupId>
<artifactId>docbook</artifactId>
<packaging>jar</packaging>
Deleted: branches/refactor1/pom.xml.prev
===================================================================
--- branches/refactor1/pom.xml.prev 2007-06-28 23:23:03 UTC (rev 1403)
+++ branches/refactor1/pom.xml.prev 2007-06-28 23:33:52 UTC (rev 1404)
@@ -1,37 +0,0 @@
-<?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>
- <groupId>org.richfaces</groupId>
- <artifactId>master</artifactId>
- <packaging>pom</packaging>
- <name>RichFaces Components Examples</name>
- <version>3.0.0-SNAPSHOT</version>
- <
url>http://richfaces.ajax4jsf.org/samples</url>
- <dependencies />
- <modules>
- <module>richfaces</module>
- <module>richfaces-samples</module>
- <!--
- <module>sandbox</module>
- -->
- <module>richfaces/assembly</module>
- </modules>
- <distributionManagement>
- <downloadUrl>
-
https://maven2-repository.dev.java.net/nonav/repository
- </downloadUrl>
- <repository>
- <id>releases-repository</id>
- <uniqueVersion>false</uniqueVersion>
- <url>${m2-repo.java.net}</url>
- </repository>
- <snapshotRepository>
- <id>snap-repository</id>
- <uniqueVersion>true</uniqueVersion>
- <url>${snapshotRepository}</url>
- </snapshotRepository>
- </distributionManagement>
-
-</project>
\ No newline at end of file
Deleted: branches/refactor1/samples/dataFilterSliderDemo/pom.xml.prev
===================================================================
--- branches/refactor1/samples/dataFilterSliderDemo/pom.xml.prev 2007-06-28 23:23:03 UTC
(rev 1403)
+++ branches/refactor1/samples/dataFilterSliderDemo/pom.xml.prev 2007-06-28 23:33:52 UTC
(rev 1404)
@@ -1,40 +0,0 @@
-<?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>richfaces-samples</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.0.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>dataFilterSliderDemo</artifactId>
- <packaging>war</packaging>
- <name>dataFilterSliderDemo Maven Webapp</name>
- <dependencies>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>common</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>dataFilterSlider</artifactId>
- <version>1.0-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <version>2.4</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>skins</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
- <build>
- <finalName>dataFilterSliderDemo</finalName>
- </build>
-</project>
-
Deleted: branches/refactor1/samples/dataTableDemo/pom.xml.prev
===================================================================
--- branches/refactor1/samples/dataTableDemo/pom.xml.prev 2007-06-28 23:23:03 UTC (rev
1403)
+++ branches/refactor1/samples/dataTableDemo/pom.xml.prev 2007-06-28 23:33:52 UTC (rev
1404)
@@ -1,33 +0,0 @@
-<?xml version="1.0"?><project>
- <parent>
- <artifactId>richfaces-samples</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.0.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>dataTableDemo</artifactId>
- <packaging>war</packaging>
- <name>webapp Maven Webapp</name>
- <url>http://maven.apache.org</url>
- <build>
- <finalName>webapp</finalName>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>dataTable</artifactId>
- <version>3.0.0-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>common</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>skins</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
-</project>
\ No newline at end of file
Deleted: branches/refactor1/samples/datascroller-sample/pom.xml.prev
===================================================================
--- branches/refactor1/samples/datascroller-sample/pom.xml.prev 2007-06-28 23:23:03 UTC
(rev 1403)
+++ branches/refactor1/samples/datascroller-sample/pom.xml.prev 2007-06-28 23:33:52 UTC
(rev 1404)
@@ -1,32 +0,0 @@
-<?xml version="1.0"?><project>
- <parent>
- <artifactId>richfaces-samples</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.0.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>datascroller-sample</artifactId>
- <packaging>war</packaging>
- <name>webapp Maven Webapp</name>
- <build>
- <finalName>datascroller-sample</finalName>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>datascroller</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>common</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>skins</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
-</project>
\ No newline at end of file
Deleted: branches/refactor1/samples/dragDropDemo/pom.xml.prev
===================================================================
--- branches/refactor1/samples/dragDropDemo/pom.xml.prev 2007-06-28 23:23:03 UTC (rev
1403)
+++ branches/refactor1/samples/dragDropDemo/pom.xml.prev 2007-06-28 23:33:52 UTC (rev
1404)
@@ -1,32 +0,0 @@
-<?xml version="1.0"?><project>
- <parent>
- <artifactId>richfaces-samples</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.0.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>dragDropDemo</artifactId>
- <packaging>war</packaging>
- <name>Drag/Drop demo app</name>
- <build>
- <finalName>dragDropDemo</finalName>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>drag-drop</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>common</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>skins</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
-</project>
Deleted: branches/refactor1/samples/gmap-sample/pom.xml.prev
===================================================================
--- branches/refactor1/samples/gmap-sample/pom.xml.prev 2007-06-28 23:23:03 UTC (rev
1403)
+++ branches/refactor1/samples/gmap-sample/pom.xml.prev 2007-06-28 23:33:52 UTC (rev
1404)
@@ -1,23 +0,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>richfaces-samples</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.0.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>gmap-sample</artifactId>
- <packaging>war</packaging>
- <name>gmap-sample Maven Webapp</name>
- <dependencies>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>gmap</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
- <build>
- <finalName>gmap-sample</finalName>
- </build>
-</project>
Deleted: branches/refactor1/samples/inputNumberSliderDemo/pom.xml.prev
===================================================================
--- branches/refactor1/samples/inputNumberSliderDemo/pom.xml.prev 2007-06-28 23:23:03 UTC
(rev 1403)
+++ branches/refactor1/samples/inputNumberSliderDemo/pom.xml.prev 2007-06-28 23:33:52 UTC
(rev 1404)
@@ -1,32 +0,0 @@
-<?xml version="1.0"?><project>
- <parent>
- <artifactId>richfaces-samples</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.0.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>inputNumberSliderDemo</artifactId>
- <packaging>war</packaging>
- <name>webapp Maven Webapp</name>
- <build>
- <finalName>inputNumberSliderDemo</finalName>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>common</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>inputnumber-slider</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>skins</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
-</project>
\ No newline at end of file
Deleted: branches/refactor1/samples/inputNumberSpinnerDemo/pom.xml.prev
===================================================================
--- branches/refactor1/samples/inputNumberSpinnerDemo/pom.xml.prev 2007-06-28 23:23:03 UTC
(rev 1403)
+++ branches/refactor1/samples/inputNumberSpinnerDemo/pom.xml.prev 2007-06-28 23:33:52 UTC
(rev 1404)
@@ -1,32 +0,0 @@
-<?xml version="1.0"?><project>
- <parent>
- <artifactId>richfaces-samples</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.0.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>inputNumberSpinnerDemo</artifactId>
- <packaging>war</packaging>
- <name>webapp Maven Webapp</name>
- <build>
- <finalName>inputNumberSpinnerDemo</finalName>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>common</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>inputnumber-spinner</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>skins</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
-</project>
\ No newline at end of file
Deleted: branches/refactor1/samples/modalpanel-sample/pom.xml.prev
===================================================================
--- branches/refactor1/samples/modalpanel-sample/pom.xml.prev 2007-06-28 23:23:03 UTC (rev
1403)
+++ branches/refactor1/samples/modalpanel-sample/pom.xml.prev 2007-06-28 23:33:52 UTC (rev
1404)
@@ -1,33 +0,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>richfaces-samples</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.0.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>modalpanel-sample</artifactId>
- <packaging>war</packaging>
- <name>modalpanel-sample Maven Webapp</name>
- <dependencies>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>common</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>modal-panel</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>skins</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
- <build>
- <finalName>modalpanel-sample</finalName>
- </build>
-</project>
Deleted: branches/refactor1/samples/panel-sample/pom.xml.prev
===================================================================
--- branches/refactor1/samples/panel-sample/pom.xml.prev 2007-06-28 23:23:03 UTC (rev
1403)
+++ branches/refactor1/samples/panel-sample/pom.xml.prev 2007-06-28 23:33:52 UTC (rev
1404)
@@ -1,33 +0,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>richfaces-samples</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.0.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>panel-sample</artifactId>
- <packaging>war</packaging>
- <name>panel-sample Maven Webapp</name>
- <dependencies>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>common</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>panel</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>skins</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
- <build>
- <finalName>panel-sample</finalName>
- </build>
-</project>
Deleted: branches/refactor1/samples/panelbar-sample/pom.xml.prev
===================================================================
--- branches/refactor1/samples/panelbar-sample/pom.xml.prev 2007-06-28 23:23:03 UTC (rev
1403)
+++ branches/refactor1/samples/panelbar-sample/pom.xml.prev 2007-06-28 23:33:52 UTC (rev
1404)
@@ -1,27 +0,0 @@
-<?xml version="1.0"?><project>
- <parent>
- <artifactId>richfaces-samples</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.0.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>panelbar-sample</artifactId>
- <packaging>war</packaging>
- <name>webapp Maven Webapp</name>
- <build>
- <finalName>panelbar-sample</finalName>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>panelbar</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>skins</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
-</project>
\ No newline at end of file
Deleted: branches/refactor1/samples/separator-sample/pom.xml.prev
===================================================================
--- branches/refactor1/samples/separator-sample/pom.xml.prev 2007-06-28 23:23:03 UTC (rev
1403)
+++ branches/refactor1/samples/separator-sample/pom.xml.prev 2007-06-28 23:33:52 UTC (rev
1404)
@@ -1,32 +0,0 @@
-<?xml version="1.0"?><project>
- <parent>
- <artifactId>richfaces-samples</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.0.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>separator-sample</artifactId>
- <packaging>war</packaging>
- <name>webapp Maven Webapp</name>
- <build>
- <finalName>separator-sample</finalName>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>separator</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>common</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>skins</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
-</project>
\ No newline at end of file
Deleted: branches/refactor1/samples/simpleTogglePanel-sample/pom.xml.prev
===================================================================
--- branches/refactor1/samples/simpleTogglePanel-sample/pom.xml.prev 2007-06-28 23:23:03
UTC (rev 1403)
+++ branches/refactor1/samples/simpleTogglePanel-sample/pom.xml.prev 2007-06-28 23:33:52
UTC (rev 1404)
@@ -1,32 +0,0 @@
-<?xml version="1.0"?><project>
- <parent>
- <artifactId>richfaces-samples</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.0.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>simpleTogglePanel-sample</artifactId>
- <packaging>war</packaging>
- <name>webapp Maven Webapp</name>
- <build>
- <finalName>simpleTogglePanel-sample</finalName>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>simpleTogglePanel</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>common</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>skins</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
-</project>
\ No newline at end of file
Deleted: branches/refactor1/samples/skins/pom.xml.prev
===================================================================
--- branches/refactor1/samples/skins/pom.xml.prev 2007-06-28 23:23:03 UTC (rev 1403)
+++ branches/refactor1/samples/skins/pom.xml.prev 2007-06-28 23:33:52 UTC (rev 1404)
@@ -1,13 +0,0 @@
-<?xml version="1.0"?><project>
- <parent>
- <artifactId>richfaces-samples</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.0.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>skins</artifactId>
- <name>skins</name>
- <dependencies>
- </dependencies>
-</project>
\ No newline at end of file
Deleted: branches/refactor1/samples/suggestionbox-sample/pom.xml.prev
===================================================================
--- branches/refactor1/samples/suggestionbox-sample/pom.xml.prev 2007-06-28 23:23:03 UTC
(rev 1403)
+++ branches/refactor1/samples/suggestionbox-sample/pom.xml.prev 2007-06-28 23:33:52 UTC
(rev 1404)
@@ -1,38 +0,0 @@
-<?xml version="1.0"?>
-<project>
- <parent>
- <artifactId>richfaces-samples</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.0.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>suggestionbox-sample</artifactId>
- <packaging>war</packaging>
- <name>suggestionbox-sample Maven Webapp</name>
- <build>
- <finalName>suggestionbox-sample</finalName>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>suggestionbox</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>common</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>skins</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>jstl</artifactId>
- <version>1.1.2</version>
- </dependency>
- </dependencies>
-</project>
\ No newline at end of file
Deleted: branches/refactor1/samples/tabPanelDemo/pom.xml.prev
===================================================================
--- branches/refactor1/samples/tabPanelDemo/pom.xml.prev 2007-06-28 23:23:03 UTC (rev
1403)
+++ branches/refactor1/samples/tabPanelDemo/pom.xml.prev 2007-06-28 23:33:52 UTC (rev
1404)
@@ -1,33 +0,0 @@
-<?xml version="1.0"?>
-<project>
- <parent>
- <artifactId>richfaces-samples</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.0.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>tabPanelDemo</artifactId>
- <packaging>war</packaging>
- <name>webapp Maven Webapp</name>
- <build>
- <finalName>tabPanelDemo</finalName>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>common</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>tabPanel</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>skins</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
-</project>
\ No newline at end of file
Deleted: branches/refactor1/samples/togglePanel-sample/pom.xml.prev
===================================================================
--- branches/refactor1/samples/togglePanel-sample/pom.xml.prev 2007-06-28 23:23:03 UTC
(rev 1403)
+++ branches/refactor1/samples/togglePanel-sample/pom.xml.prev 2007-06-28 23:33:52 UTC
(rev 1404)
@@ -1,37 +0,0 @@
-<?xml version="1.0"?><project>
- <parent>
- <artifactId>richfaces-samples</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.0.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>togglePanel-sample</artifactId>
- <packaging>war</packaging>
- <name>webapp Maven Webapp</name>
- <build>
- <finalName>togglePanel-sample</finalName>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>togglePanel</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>panel</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>common</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>skins</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
-</project>
\ No newline at end of file
Deleted: branches/refactor1/samples/toolBarDemo/pom.xml.prev
===================================================================
--- branches/refactor1/samples/toolBarDemo/pom.xml.prev 2007-06-28 23:23:03 UTC (rev
1403)
+++ branches/refactor1/samples/toolBarDemo/pom.xml.prev 2007-06-28 23:33:52 UTC (rev
1404)
@@ -1,32 +0,0 @@
-<?xml version="1.0"?><project>
- <parent>
- <artifactId>richfaces-samples</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.0.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>toolBarDemo</artifactId>
- <packaging>war</packaging>
- <name>webapp Maven Webapp</name>
- <build>
- <finalName>toolBarDemo</finalName>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>toolBar</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>common</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>skins</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
-</project>
\ No newline at end of file
Deleted: branches/refactor1/samples/tree-demo/pom.xml.prev
===================================================================
--- branches/refactor1/samples/tree-demo/pom.xml.prev 2007-06-28 23:23:03 UTC (rev 1403)
+++ branches/refactor1/samples/tree-demo/pom.xml.prev 2007-06-28 23:33:52 UTC (rev 1404)
@@ -1,39 +0,0 @@
-<?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>richfaces-samples</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.0.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>tree-demo</artifactId>
- <packaging>war</packaging>
- <name>tree-demo Maven Webapp</name>
- <dependencies>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>common</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>skins</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>tree</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>drag-drop</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
- <build>
- <finalName>tree-demo</finalName>
- </build>
-</project>
\ No newline at end of file
Deleted: branches/refactor1/sandbox/samples/simpleTogglePanel2-sample/pom.xml.prev
===================================================================
--- branches/refactor1/sandbox/samples/simpleTogglePanel2-sample/pom.xml.prev 2007-06-28
23:23:03 UTC (rev 1403)
+++ branches/refactor1/sandbox/samples/simpleTogglePanel2-sample/pom.xml.prev 2007-06-28
23:33:52 UTC (rev 1404)
@@ -1,32 +0,0 @@
-<?xml version="1.0"?><project>
- <parent>
- <artifactId>richfaces-samples</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.0.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>simpleTogglePanel-sample</artifactId>
- <packaging>war</packaging>
- <name>webapp Maven Webapp</name>
- <build>
- <finalName>simpleTogglePanel-sample</finalName>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>simpleTogglePanel</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>common</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>skins</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
-</project>
\ No newline at end of file
Deleted: branches/refactor1/sandbox/ui/panel2/pom.xml.prev
===================================================================
--- branches/refactor1/sandbox/ui/panel2/pom.xml.prev 2007-06-28 23:23:03 UTC (rev 1403)
+++ branches/refactor1/sandbox/ui/panel2/pom.xml.prev 2007-06-28 23:33:52 UTC (rev 1404)
@@ -1,43 +0,0 @@
-<?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>richfaces-parent</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.0.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>panel</artifactId>
- <build>
- <plugins>
- <plugin>
- <groupId>org.ajax4jsf.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- <version>1.1.0</version>
- <executions>
- <execution>
- <phase>generate-sources</phase>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <library>
- <prefix>org.richfaces</prefix>
- <taglib>
- <shortName>panel</shortName>
- </taglib>
- </library>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>common</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
-</project>
\ No newline at end of file
Deleted: branches/refactor1/sandbox/ui/simpleTogglePanel2/pom.xml.prev
===================================================================
--- branches/refactor1/sandbox/ui/simpleTogglePanel2/pom.xml.prev 2007-06-28 23:23:03 UTC
(rev 1403)
+++ branches/refactor1/sandbox/ui/simpleTogglePanel2/pom.xml.prev 2007-06-28 23:33:52 UTC
(rev 1404)
@@ -1,42 +0,0 @@
-<?xml version="1.0"?><project>
- <parent>
- <artifactId>richfaces-parent</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.0.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>simpleTogglePanel</artifactId>
- <build>
- <plugins>
- <plugin>
- <groupId>org.ajax4jsf.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- <version>1.1.0</version>
- <executions>
- <execution>
- <phase>generate-sources</phase>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <library>
- <prefix>org.richfaces</prefix>
- <taglib>
- <shortName>simpleTogglePanel</shortName>
- </taglib>
- </library>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>common</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
-</project>
\ No newline at end of file
Deleted: branches/refactor1/ui/assembly/pom.xml.prev
===================================================================
--- branches/refactor1/ui/assembly/pom.xml.prev 2007-06-28 23:23:03 UTC (rev 1403)
+++ branches/refactor1/ui/assembly/pom.xml.prev 2007-06-28 23:33:52 UTC (rev 1404)
@@ -1,129 +0,0 @@
-<?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>richfaces-parent</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.0.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>richfaces</artifactId>
- <name>RichFaces JSF components library</name>
- <packaging>jar</packaging>
- <build>
- <plugins>
- <plugin>
- <groupId>org.ajax4jsf.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- <version>1.1.0</version>
- <configuration>
- <library>
- <prefix>org.richfaces</prefix>
- <taglib>
- <shortName>rich</shortName>
- <taglib>richfaces</taglib>
- <uri>
-
http://richfaces.ajax4jsf.org/rich
- </uri>
- </taglib>
- </library>
- </configuration>
- <executions>
- <execution>
- <goals>
- <goal>assembly</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <!-- append extracted sources , for pack with library -->
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>build-helper-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>add-source</id>
- <phase>process-sources</phase>
- <goals>
- <goal>add-source</goal>
- </goals>
- <configuration>
- <sources>
- <source>
- ${project.build.directory}/src
- </source>
- </sources>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>net.sourceforge.maven-taglib</groupId>
- <artifactId>maven-taglib-plugin</artifactId>
- <configuration>
- <taglib.src.dir>
- ${project.build.outputDirectory}/META-INF
- </taglib.src.dir>
- <tldDocDir>
- ${project.build.directory}/tlddoc
- </tldDocDir>
- </configuration>
-
- <executions>
- <execution>
- <id>attach-javadoc</id>
- <phase>process-resources</phase>
- <goals>
- <goal>taglibdoc</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <artifactId>maven-javadoc-plugin</artifactId>
- <executions>
- <execution>
- <id>attach-javadoc</id>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <configuration>
- <outputDirectory>${project.build.directory}/dist</outputDirectory>
- <descriptors>
- <descriptor>src/main/assembly/richfaces.xml</descriptor>
- </descriptors>
- </configuration>
- <executions>
- <execution>
- <id>make-assembly</id>
- <phase>package</phase> <!-- append to the packaging phase.
-->
- <goals>
- <goal>attached</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <artifactId>maven-jar-plugin</artifactId>
- <configuration>
- <outputDirectory>${project.build.directory}/dist</outputDirectory>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <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: branches/refactor1/ui/core/pom.xml
===================================================================
--- branches/refactor1/ui/core/pom.xml 2007-06-28 23:23:03 UTC (rev 1403)
+++ branches/refactor1/ui/core/pom.xml 2007-06-28 23:33:52 UTC (rev 1404)
@@ -10,11 +10,38 @@
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
<name>Java Server Faces AJAX framework</name>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-cdk-plugin</artifactId>
+ <version>3.1.0-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>dataFilterSlider</shortName>
+ </taglib>
+ </library>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
<dependencies>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>impl</artifactId>
- <version>${project.version}</version>
- </dependency>
</dependencies>
</project>
\ No newline at end of file
Deleted: branches/refactor1/ui/dataFilterSlider/pom.xml.prev
===================================================================
--- branches/refactor1/ui/dataFilterSlider/pom.xml.prev 2007-06-28 23:23:03 UTC (rev
1403)
+++ branches/refactor1/ui/dataFilterSlider/pom.xml.prev 2007-06-28 23:33:52 UTC (rev
1404)
@@ -1,78 +0,0 @@
-<?xml version="1.0"?><project>
- <parent>
- <artifactId>richfaces-parent</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.0.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>dataFilterSlider</artifactId>
- <version>1.0-SNAPSHOT</version>
- <build>
- <plugins>
-
- <plugin>
- <groupId>org.ajax4jsf.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- <version>1.1.0</version>
- <executions>
- <execution>
- <phase>generate-sources</phase>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <library>
- <prefix>org.richfaces</prefix>
- <taglib>
- <shortName>dataFilterSlider</shortName>
- </taglib>
- </library>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <repositories>
- <repository>
- <releases />
- <snapshots />
- <id>maven2-repository.dev.java.net</id>
- <
name>Java.net Repository for Maven</name>
- <
url>https://maven2-repository.dev.java.net/nonav/repository</url>
- </repository>
- </repositories>
- <pluginRepositories>
- <pluginRepository>
- <releases />
- <snapshots />
- <id>maven2-repository.dev.java.net</id>
- <
name>Java.net Repository for Maven</name>
- <
url>https://maven2-repository.dev.java.net/nonav/repository</url>
- </pluginRepository>
- </pluginRepositories>
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>com.sun.facelets</groupId>
- <artifactId>jsf-facelets</artifactId>
- <version>1.1.6</version>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <version>2.4</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>common</artifactId>
- <version>${project.parent.version}</version>
- </dependency>
- </dependencies>
-</project>
\ No newline at end of file
Deleted: branches/refactor1/ui/dataTable/pom.xml.prev
===================================================================
--- branches/refactor1/ui/dataTable/pom.xml.prev 2007-06-28 23:23:03 UTC (rev 1403)
+++ branches/refactor1/ui/dataTable/pom.xml.prev 2007-06-28 23:33:52 UTC (rev 1404)
@@ -1,51 +0,0 @@
-<?xml version="1.0"?><project>
- <parent>
- <artifactId>richfaces-parent</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.0.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>dataTable</artifactId>
- <build>
- <plugins>
- <plugin>
- <groupId>org.ajax4jsf.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- <version>1.1.0</version>
- <executions>
- <execution>
- <phase>generate-sources</phase>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <library>
- <prefix>org.richfaces</prefix>
- <taglib>
- <shortName>dataTable</shortName>
- </taglib>
- </library>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- <pluginRepositories>
- <pluginRepository>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <updatePolicy>always</updatePolicy>
- </snapshots>
- <id>maven2-snapshots.ajax4jsf.org</id>
- <name>Ajax4jsf Repository for Maven Snapshots</name>
- <
url>https://ajax4jsf.dev.java.net/nonav/snapshots</url>
- </pluginRepository>
- </pluginRepositories>
- <dependencies>
- </dependencies>
-</project>
\ No newline at end of file
Deleted: branches/refactor1/ui/datascroller/pom.xml.prev
===================================================================
--- branches/refactor1/ui/datascroller/pom.xml.prev 2007-06-28 23:23:03 UTC (rev 1403)
+++ branches/refactor1/ui/datascroller/pom.xml.prev 2007-06-28 23:33:52 UTC (rev 1404)
@@ -1,42 +0,0 @@
-<?xml version="1.0"?><project>
- <parent>
- <artifactId>richfaces-parent</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.0.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>datascroller</artifactId>
- <build>
- <plugins>
- <plugin>
- <groupId>org.ajax4jsf.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- <version>1.1.0</version>
- <executions>
- <execution>
- <phase>generate-sources</phase>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <library>
- <prefix>org.richfaces</prefix>
- <taglib>
- <shortName>datascroller</shortName>
- </taglib>
- </library>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>common</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
-</project>
\ No newline at end of file
Deleted: branches/refactor1/ui/drag-drop/pom.xml.prev
===================================================================
--- branches/refactor1/ui/drag-drop/pom.xml.prev 2007-06-28 23:23:03 UTC (rev 1403)
+++ branches/refactor1/ui/drag-drop/pom.xml.prev 2007-06-28 23:33:52 UTC (rev 1404)
@@ -1,44 +0,0 @@
-<?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>richfaces-parent</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.0.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>drag-drop</artifactId>
- <build>
- <plugins>
- <plugin>
- <groupId>org.ajax4jsf.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- <version>1.1.0</version>
- <executions>
- <execution>
- <phase>generate-sources</phase>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <library>
- <prefix>org.richfaces</prefix>
- <taglib>
- <shortName>dnd</shortName>
- </taglib>
- </library>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>common</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
-</project>
-
Deleted: branches/refactor1/ui/gmap/pom.xml.prev
===================================================================
--- branches/refactor1/ui/gmap/pom.xml.prev 2007-06-28 23:23:03 UTC (rev 1403)
+++ branches/refactor1/ui/gmap/pom.xml.prev 2007-06-28 23:33:52 UTC (rev 1404)
@@ -1,37 +0,0 @@
-<?xml version="1.0"?><project>
- <parent>
- <artifactId>richfaces-parent</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.0.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>gmap</artifactId>
- <build>
- <plugins>
- <plugin>
- <groupId>org.ajax4jsf.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- <version>1.1.0</version>
- <executions>
- <execution>
- <phase>generate-sources</phase>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <library>
- <prefix>org.richfaces</prefix>
- <taglib>
- <shortName>gmap</shortName>
- </taglib>
- </library>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- </dependencies>
-</project>
\ No newline at end of file
Deleted: branches/refactor1/ui/inputnumber-slider/pom.xml.prev
===================================================================
--- branches/refactor1/ui/inputnumber-slider/pom.xml.prev 2007-06-28 23:23:03 UTC (rev
1403)
+++ branches/refactor1/ui/inputnumber-slider/pom.xml.prev 2007-06-28 23:33:52 UTC (rev
1404)
@@ -1,42 +0,0 @@
-<?xml version="1.0"?><project>
- <parent>
- <artifactId>richfaces-parent</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.0.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>inputnumber-slider</artifactId>
- <build>
- <plugins>
- <plugin>
- <groupId>org.ajax4jsf.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- <version>1.1.0</version>
- <executions>
- <execution>
- <phase>generate-sources</phase>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <library>
- <prefix>org.richfaces</prefix>
- <taglib>
- <shortName>inputnumber-slider</shortName>
- </taglib>
- </library>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>common</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
-</project>
\ No newline at end of file
Deleted: branches/refactor1/ui/inputnumber-spinner/pom.xml.prev
===================================================================
--- branches/refactor1/ui/inputnumber-spinner/pom.xml.prev 2007-06-28 23:23:03 UTC (rev
1403)
+++ branches/refactor1/ui/inputnumber-spinner/pom.xml.prev 2007-06-28 23:33:52 UTC (rev
1404)
@@ -1,42 +0,0 @@
-<?xml version="1.0"?><project>
- <parent>
- <artifactId>richfaces-parent</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.0.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>inputnumber-spinner</artifactId>
- <build>
- <plugins>
- <plugin>
- <groupId>org.ajax4jsf.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- <version>1.1.0</version>
- <executions>
- <execution>
- <phase>generate-sources</phase>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <library>
- <prefix>org.richfaces</prefix>
- <taglib>
- <shortName>inputnumber-spinner</shortName>
- </taglib>
- </library>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>common</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
-</project>
\ No newline at end of file
Deleted: branches/refactor1/ui/modal-panel/pom.xml.prev
===================================================================
--- branches/refactor1/ui/modal-panel/pom.xml.prev 2007-06-28 23:23:03 UTC (rev 1403)
+++ branches/refactor1/ui/modal-panel/pom.xml.prev 2007-06-28 23:33:52 UTC (rev 1404)
@@ -1,42 +0,0 @@
-<?xml version="1.0"?><project>
- <parent>
- <artifactId>richfaces-parent</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.0.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>modal-panel</artifactId>
- <build>
- <plugins>
- <plugin>
- <groupId>org.ajax4jsf.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- <version>1.1.0</version>
- <executions>
- <execution>
- <phase>generate-sources</phase>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <library>
- <prefix>org.richfaces</prefix>
- <taglib>
- <shortName>modal-panel</shortName>
- </taglib>
- </library>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>common</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
-</project>
\ No newline at end of file
Deleted: branches/refactor1/ui/paint2D/pom.xml.prev
===================================================================
--- branches/refactor1/ui/paint2D/pom.xml.prev 2007-06-28 23:23:03 UTC (rev 1403)
+++ branches/refactor1/ui/paint2D/pom.xml.prev 2007-06-28 23:33:52 UTC (rev 1404)
@@ -1,50 +0,0 @@
-<?xml version="1.0"?><project>
- <parent>
- <artifactId>richfaces-parent</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.0.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>paint2D</artifactId>
- <build>
- <plugins>
- <plugin>
- <groupId>org.ajax4jsf.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- <version>1.1.0</version>
- <executions>
- <execution>
- <phase>generate-sources</phase>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <library>
- <prefix>org.richfaces</prefix>
- <taglib>
- <shortName>paint2D</shortName>
- </taglib>
- </library>
- </configuration>
- </plugin>
- <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>commons-logging</groupId>
- <artifactId>commons-logging-api</artifactId>
- <version>1.0.4</version>
- </dependency>
- </dependencies>
-</project>
\ No newline at end of file
Deleted: branches/refactor1/ui/panel/pom.xml.prev
===================================================================
--- branches/refactor1/ui/panel/pom.xml.prev 2007-06-28 23:23:03 UTC (rev 1403)
+++ branches/refactor1/ui/panel/pom.xml.prev 2007-06-28 23:33:52 UTC (rev 1404)
@@ -1,43 +0,0 @@
-<?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>richfaces-parent</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.0.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>panel</artifactId>
- <build>
- <plugins>
- <plugin>
- <groupId>org.ajax4jsf.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- <version>1.1.0</version>
- <executions>
- <execution>
- <phase>generate-sources</phase>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <library>
- <prefix>org.richfaces</prefix>
- <taglib>
- <shortName>panel</shortName>
- </taglib>
- </library>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>common</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
-</project>
\ No newline at end of file
Deleted: branches/refactor1/ui/panelbar/pom.xml.prev
===================================================================
--- branches/refactor1/ui/panelbar/pom.xml.prev 2007-06-28 23:23:03 UTC (rev 1403)
+++ branches/refactor1/ui/panelbar/pom.xml.prev 2007-06-28 23:33:52 UTC (rev 1404)
@@ -1,42 +0,0 @@
-<?xml version="1.0"?><project>
- <parent>
- <artifactId>richfaces-parent</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.0.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>panelbar</artifactId>
- <build>
- <plugins>
- <plugin>
- <groupId>org.ajax4jsf.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- <version>1.1.0</version>
- <executions>
- <execution>
- <phase>generate-sources</phase>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <library>
- <prefix>org.richfaces</prefix>
- <taglib>
- <shortName>panelbar</shortName>
- </taglib>
- </library>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>common</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
-</project>
\ No newline at end of file
Deleted: branches/refactor1/ui/pom.xml.prev
===================================================================
--- branches/refactor1/ui/pom.xml.prev 2007-06-28 23:23:03 UTC (rev 1403)
+++ branches/refactor1/ui/pom.xml.prev 2007-06-28 23:33:52 UTC (rev 1404)
@@ -1,255 +0,0 @@
-<?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>
- <groupId>org.richfaces</groupId>
- <artifactId>richfaces-parent</artifactId>
- <packaging>pom</packaging>
- <name>RichFaces Components</name>
- <version>3.0.0-SNAPSHOT</version>
- <url>http://richfaces.ajax4jsf.org</url>
- <licenses>
- <license>
- <name>LGPL 2.1</name>
- <
url>http://www.gnu.org/licenses/lgpl.html</url>
- <distribution>repo</distribution>
- <comments>
- GNU LESSER GENERAL PUBLIC LICENSE
- Version 2.1
- </comments>
- </license>
- </licenses>
- <issueManagement>
- <system>JIRA</system>
- <
url>http://jira.jboss.org/jira/browse/RF</url>
- </issueManagement>
- <developers>
- <developer>
- <id>alexsmirnov</id>
- <name>Alexander Smirnov</name>
- <email>alexsmirnov(a)exadel.com</email>
- <organization>Exadel Inc.</organization>
- <organizationUrl>http://www.exadel.com</organizationUrl>
- <roles>
- <role>architect</role>
- <role>developer</role>
- </roles>
- <timezone>-3</timezone>
- </developer>
- <developer>
- <id>ishabalov</id>
- <name>Igor Shabalov</name>
- <email>ishabalov(a)exadel.com</email>
- <organization>Exadel Inc.</organization>
- <organizationUrl>http://www.exadel.com</organizationUrl>
- <roles>
- <role>architect</role>
- <role>developer</role>
- </roles>
- <timezone>+8</timezone>
- </developer>
- <developer>
- <id>sergeysmirnov</id>
- <name>Sergey Smirnov</name>
- <email>sergeysmirnov(a)exadel.com</email>
- <organization>Exadel Inc.</organization>
- <organizationUrl>http://www.exadel.com</organizationUrl>
- <roles>
- <role>architect</role>
- <role>developer</role>
- </roles>
- <timezone>+8</timezone>
- </developer>
- <developer>
- <id>nbelayevsky</id>
- <name>Nik Belyaevsky</name>
- <email>nbelayevsky(a)exadel.com</email>
- <organization>Exadel Inc.</organization>
- <organizationUrl>http://www.exadel.com</organizationUrl>
- <roles>
- <role>architect</role>
- <role>developer</role>
- </roles>
- <timezone>-2</timezone>
- </developer>
- </developers>
- <distributionManagement>
- <downloadUrl>
-
https://maven2-repository.dev.java.net/nonav/repository
- </downloadUrl>
- <repository>
- <id>releases-repository</id>
- <uniqueVersion>false</uniqueVersion>
- <url>${m2-repo.java.net}</url>
- </repository>
- <snapshotRepository>
- <id>snap-repository</id>
- <uniqueVersion>true</uniqueVersion>
- <url>${snapshotRepository}</url>
- </snapshotRepository>
- </distributionManagement>
- <pluginRepositories>
- <pluginRepository>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- <updatePolicy>always</updatePolicy>
- </snapshots>
- <id>maven2-snapshots.ajax4jsf.org</id>
- <name>Ajax4jsf Repository for Maven Snapshots</name>
- <
url>https://ajax4jsf.dev.java.net/nonav/snapshots</url>
- </pluginRepository>
- </pluginRepositories>
- <repositories>
- <repository>
- <releases />
- <snapshots>
- <enabled>false</enabled>
- <updatePolicy>never</updatePolicy>
- </snapshots>
- <id>maven-repository.dev.java.net</id>
- <
name>Java.net Repository for Maven</name>
- <url>
-
https://maven-repository.dev.java.net/nonav/repository
- </url>
- <layout>legacy</layout>
- </repository>
- <repository>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- <updatePolicy>always</updatePolicy>
- </snapshots>
- <id>maven2-snapshots.ajax4jsf.org</id>
- <name>Ajax4jsf Repository for Maven Snapshots</name>
- <
url>https://ajax4jsf.dev.java.net/nonav/snapshots</url>
- </repository>
- </repositories>
-
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-source-plugin</artifactId>
- <executions>
- <execution>
- <id>attach-source</id>
- <goals>
- <goal>jar</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>javax.faces</groupId>
- <artifactId>jsf-api</artifactId>
- <version>1.1_02</version>
- <exclusions>
- <!-- No longer presented in any repo -->
- <exclusion>
- <groupId>javax.servlet.jsp</groupId>
- <artifactId>jsp-api</artifactId>
- </exclusion>
- <exclusion>
- <groupId>javax.servlet.jsp.jstl</groupId>
- <artifactId>jstl</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-impl</artifactId>
- <version>1.1_02</version>
- <scope>runtime</scope>
- <exclusions>
- <!-- No longer presented in any repo -->
- <exclusion>
- <groupId>javax.servlet.jsp</groupId>
- <artifactId>jsp-api</artifactId>
- </exclusion>
- <exclusion>
- <groupId>javax.servlet.jsp.jstl</groupId>
- <artifactId>jstl</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.ajax4jsf</groupId>
- <artifactId>ajax4jsf</artifactId>
- <version>1.1.0</version>
- </dependency>
- <dependency>
- <groupId>org.ajax4jsf</groupId>
- <artifactId>test</artifactId>
- <version>1.1.0</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>com.sun.facelets</groupId>
- <artifactId>jsf-facelets</artifactId>
- <version>1.1.11</version>
- <optional>true</optional>
- </dependency>
- <dependency>
- <groupId>javax.el</groupId>
- <artifactId>el-api</artifactId>
- <version>1.0</version>
- <scope>provided</scope>
- <optional>true</optional>
- </dependency>
- <dependency>
- <groupId>el-impl</groupId>
- <artifactId>el-impl</artifactId>
- <version>1.0</version>
- <scope>provided</scope>
- <optional>true</optional>
- </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>
- </dependencies>
- <modules>
- <module>common</module>
- <module>drag-drop</module>
- <module>panel</module>
- <module>panelbar</module>
- <module>dataFilterSlider</module>
- <module>gmap</module>
- <module>separator</module>
- <module>spacer</module>
- <module>paint2D</module>
- <module>togglePanel</module>
- <module>tabPanel</module>
- <module>simpleTogglePanel</module>
- <module>toolBar</module>
- <module>inputnumber-slider</module>
- <module>inputnumber-spinner</module>
- <module>tree</module>
- <module>suggestionbox</module>
- <module>dataTable</module>
- <module>modal-panel</module>
- <module>datascroller</module>
- </modules>
-</project>
\ No newline at end of file
Deleted: branches/refactor1/ui/separator/pom.xml.prev
===================================================================
--- branches/refactor1/ui/separator/pom.xml.prev 2007-06-28 23:23:03 UTC (rev 1403)
+++ branches/refactor1/ui/separator/pom.xml.prev 2007-06-28 23:33:52 UTC (rev 1404)
@@ -1,42 +0,0 @@
-<?xml version="1.0"?><project>
- <parent>
- <artifactId>richfaces-parent</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.0.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>separator</artifactId>
- <build>
- <plugins>
- <plugin>
- <groupId>org.ajax4jsf.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- <version>1.1.0</version>
- <executions>
- <execution>
- <phase>generate-sources</phase>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <library>
- <prefix>org.richfaces</prefix>
- <taglib>
- <shortName>separator</shortName>
- </taglib>
- </library>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>common</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
-</project>
\ No newline at end of file
Deleted: branches/refactor1/ui/simpleTogglePanel/pom.xml.prev
===================================================================
--- branches/refactor1/ui/simpleTogglePanel/pom.xml.prev 2007-06-28 23:23:03 UTC (rev
1403)
+++ branches/refactor1/ui/simpleTogglePanel/pom.xml.prev 2007-06-28 23:33:52 UTC (rev
1404)
@@ -1,42 +0,0 @@
-<?xml version="1.0"?><project>
- <parent>
- <artifactId>richfaces-parent</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.0.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>simpleTogglePanel</artifactId>
- <build>
- <plugins>
- <plugin>
- <groupId>org.ajax4jsf.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- <version>1.1.0</version>
- <executions>
- <execution>
- <phase>generate-sources</phase>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <library>
- <prefix>org.richfaces</prefix>
- <taglib>
- <shortName>simpleTogglePanel</shortName>
- </taglib>
- </library>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>common</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
-</project>
\ No newline at end of file
Deleted: branches/refactor1/ui/spacer/pom.xml.prev
===================================================================
--- branches/refactor1/ui/spacer/pom.xml.prev 2007-06-28 23:23:03 UTC (rev 1403)
+++ branches/refactor1/ui/spacer/pom.xml.prev 2007-06-28 23:33:52 UTC (rev 1404)
@@ -1,42 +0,0 @@
-<?xml version="1.0"?><project>
- <parent>
- <artifactId>richfaces-parent</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.0.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>spacer</artifactId>
- <build>
- <plugins>
- <plugin>
- <groupId>org.ajax4jsf.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- <version>1.1.0</version>
- <executions>
- <execution>
- <phase>generate-sources</phase>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <library>
- <prefix>org.richfaces</prefix>
- <taglib>
- <shortName>spacer</shortName>
- </taglib>
- </library>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>common</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
-</project>
\ No newline at end of file
Deleted: branches/refactor1/ui/suggestionbox/pom.xml.prev
===================================================================
--- branches/refactor1/ui/suggestionbox/pom.xml.prev 2007-06-28 23:23:03 UTC (rev 1403)
+++ branches/refactor1/ui/suggestionbox/pom.xml.prev 2007-06-28 23:33:52 UTC (rev 1404)
@@ -1,43 +0,0 @@
-<?xml version="1.0"?>
-<project>
- <parent>
- <artifactId>richfaces-parent</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.0.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>suggestionbox</artifactId>
- <build>
- <plugins>
- <plugin>
- <groupId>org.ajax4jsf.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- <version>1.1.0</version>
- <executions>
- <execution>
- <phase>generate-sources</phase>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <library>
- <prefix>org.richfaces</prefix>
- <taglib>
- <shortName>suggestionbox</shortName>
- </taglib>
- </library>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>common</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
-</project>
\ No newline at end of file
Deleted: branches/refactor1/ui/tabPanel/pom.xml.prev
===================================================================
--- branches/refactor1/ui/tabPanel/pom.xml.prev 2007-06-28 23:23:03 UTC (rev 1403)
+++ branches/refactor1/ui/tabPanel/pom.xml.prev 2007-06-28 23:33:52 UTC (rev 1404)
@@ -1,42 +0,0 @@
-<?xml version="1.0"?><project>
- <parent>
- <artifactId>richfaces-parent</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.0.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>tabPanel</artifactId>
- <build>
- <plugins>
- <plugin>
- <groupId>org.ajax4jsf.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- <version>1.1.0</version>
- <executions>
- <execution>
- <phase>generate-sources</phase>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <library>
- <prefix>org.richfaces</prefix>
- <taglib>
- <shortName>tabPanel</shortName>
- </taglib>
- </library>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>common</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
-</project>
\ No newline at end of file
Deleted: branches/refactor1/ui/togglePanel/pom.xml.prev
===================================================================
--- branches/refactor1/ui/togglePanel/pom.xml.prev 2007-06-28 23:23:03 UTC (rev 1403)
+++ branches/refactor1/ui/togglePanel/pom.xml.prev 2007-06-28 23:33:52 UTC (rev 1404)
@@ -1,42 +0,0 @@
-<?xml version="1.0"?><project>
- <parent>
- <artifactId>richfaces-parent</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.0.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>togglePanel</artifactId>
- <build>
- <plugins>
- <plugin>
- <groupId>org.ajax4jsf.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- <version>1.1.0</version>
- <executions>
- <execution>
- <phase>generate-sources</phase>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <library>
- <prefix>org.richfaces</prefix>
- <taglib>
- <shortName>togglePanel</shortName>
- </taglib>
- </library>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>common</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
-</project>
\ No newline at end of file
Deleted: branches/refactor1/ui/toolBar/pom.xml.prev
===================================================================
--- branches/refactor1/ui/toolBar/pom.xml.prev 2007-06-28 23:23:03 UTC (rev 1403)
+++ branches/refactor1/ui/toolBar/pom.xml.prev 2007-06-28 23:33:52 UTC (rev 1404)
@@ -1,42 +0,0 @@
-<?xml version="1.0"?><project>
- <parent>
- <artifactId>richfaces-parent</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.0.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>toolBar</artifactId>
- <build>
- <plugins>
- <plugin>
- <groupId>org.ajax4jsf.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- <version>1.1.0</version>
- <executions>
- <execution>
- <phase>generate-sources</phase>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <library>
- <prefix>org.richfaces</prefix>
- <taglib>
- <shortName>toolBar</shortName>
- </taglib>
- </library>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>common</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
-</project>
\ No newline at end of file
Deleted: branches/refactor1/ui/tree/pom.xml.prev
===================================================================
--- branches/refactor1/ui/tree/pom.xml.prev 2007-06-28 23:23:03 UTC (rev 1403)
+++ branches/refactor1/ui/tree/pom.xml.prev 2007-06-28 23:33:52 UTC (rev 1404)
@@ -1,49 +0,0 @@
-<?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>richfaces-parent</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.0.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>tree</artifactId>
- <build>
- <plugins>
- <plugin>
- <groupId>org.ajax4jsf.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- <version>1.1.0</version>
- <executions>
- <execution>
- <phase>generate-sources</phase>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <library>
- <prefix>org.richfaces</prefix>
- <taglib>
- <shortName>tree</shortName>
- </taglib>
- </library>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>common</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>drag-drop</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
-</project>
\ No newline at end of file