Author: Alex.Kolonitsky
Date: 2010-07-31 03:55:00 -0400 (Sat, 31 Jul 2010)
New Revision: 18307
Added:
root/sandbox/cdk-sandbox/
root/sandbox/examples/backwardCompatibility/
root/sandbox/examples/components/
root/sandbox/examples/javascripts-draft/
root/sandbox/examples/pom.xml
root/sandbox/examples/richfaces-showcase-gae/
root/sandbox/examples/testapps/
root/trunk/core/commons/
root/trunk/examples/
root/trunk/examples/core-demo/
root/trunk/examples/dist/
root/trunk/examples/iteration-demo/
root/trunk/examples/iteration/
root/trunk/examples/misc-demo/
root/trunk/examples/misc/
root/trunk/examples/output-demo/
root/trunk/examples/pom.xml
root/trunk/examples/repeater-demo/
root/trunk/examples/richfaces-showcase/
Removed:
root/archetypes/
root/cdk-sandbox/
root/cdk/
root/commons/trunk/
root/core/
root/examples-sandbox/trunk/backwardCompatibility/
root/examples-sandbox/trunk/components/
root/examples-sandbox/trunk/javascripts-draft/
root/examples-sandbox/trunk/pom.xml
root/examples-sandbox/trunk/richfaces-showcase-gae/
root/examples-sandbox/trunk/testapps/
root/examples/core-demo/trunk/
root/examples/dist/trunk/
root/examples/iteration-demo/
root/examples/misc-demo/
root/examples/output-demo/trunk/
root/examples/pom.xml
root/examples/repeater-demo/trunk/
root/examples/richfaces-showcase/trunk/
root/sandbox/cdk/
root/trunk/examples/iteration-demo/trunk/
root/trunk/examples/misc-demo/trunk/
root/trunk/ui/core/
root/trunk/ui/dist/
root/trunk/ui/iteration/
root/trunk/ui/misc/
root/trunk/ui/output/
root/ui-sandbox/common/
root/ui-sandbox/core/
root/ui-sandbox/datafilterslider/
root/ui-sandbox/drag-drop/
root/ui-sandbox/fileupload/
root/ui-sandbox/inputs/
root/ui-sandbox/notify/
root/ui-sandbox/panels/
root/ui-sandbox/schedule/
root/ui-sandbox/selects/
root/ui-sandbox/togglepanels/
root/ui-sandbox/tree-model/
root/ui-sandbox/tree/
Log:
Richfaces 4.0 change svn structure
continue moving trunks
Deleted: root/examples/pom.xml
===================================================================
--- root/examples/pom.xml 2010-07-31 07:30:14 UTC (rev 18306)
+++ root/examples/pom.xml 2010-07-31 07:55:00 UTC (rev 18307)
@@ -1,49 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- JBoss, Home of Professional Open Source Copyright 2010, Red Hat,
- Inc. and individual contributors by the @authors tag. See the
- copyright.txt in the distribution for a full listing of
- individual contributors. This is free software; you can
- redistribute it and/or modify it under the terms of the GNU
- Lesser General Public License as published by the Free Software
- Foundation; either version 2.1 of the License, or (at your
- option) any later version. This software is distributed in the
- hope that it will be useful, but WITHOUT ANY WARRANTY; without
- even the implied warranty of MERCHANTABILITY or FITNESS FOR A
- PARTICULAR PURPOSE. See the GNU Lesser General Public License
- for more details. You should have received a copy of the GNU
- Lesser General Public License along with this software; if not,
- write to the Free Software Foundation, Inc., 51 Franklin St,
- Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
-
http://www.fsf.org.
--->
-<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/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
-
- <!-- This aggregator pom, is not released, and is only used to make it easy to
build all of the
- examples at once from trunk. -->
-
- <parent>
- <groupId>org.richfaces</groupId>
- <artifactId>richfaces-parent</artifactId>
- <version>7</version>
- </parent>
-
- <groupId>org.richfaces.examples</groupId>
- <artifactId>examples-aggregator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
- <packaging>pom</packaging>
- <name>RichFaces Examples: Aggregator</name>
-
- <modules>
- <module>core-demo/trunk</module>
- <module>misc-demo/trunk</module>
- <module>repeater-demo/trunk</module>
- <module>iteration-demo/trunk</module>
- <module>richfaces-showcase/trunk</module>
- <!--<module>dist/trunk</module>-->
- </modules>
-
-</project>
\ No newline at end of file
Deleted: root/examples-sandbox/trunk/pom.xml
===================================================================
--- root/examples-sandbox/trunk/pom.xml 2010-07-31 07:30:14 UTC (rev 18306)
+++ root/examples-sandbox/trunk/pom.xml 2010-07-31 07:55:00 UTC (rev 18307)
@@ -1,64 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- JBoss, Home of Professional Open Source Copyright 2010, Red Hat,
- Inc. and individual contributors by the @authors tag. See the
- copyright.txt in the distribution for a full listing of
- individual contributors. This is free software; you can
- redistribute it and/or modify it under the terms of the GNU
- Lesser General Public License as published by the Free Software
- Foundation; either version 2.1 of the License, or (at your
- option) any later version. This software is distributed in the
- hope that it will be useful, but WITHOUT ANY WARRANTY; without
- even the implied warranty of MERCHANTABILITY or FITNESS FOR A
- PARTICULAR PURPOSE. See the GNU Lesser General Public License
- for more details. You should have received a copy of the GNU
- Lesser General Public License along with this software; if not,
- write to the Free Software Foundation, Inc., 51 Franklin St,
- Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
-
http://www.fsf.org.
--->
-<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/xsd/maven-4.0.0.xsd">
-
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.richfaces</groupId>
- <artifactId>richfaces-parent</artifactId>
- <version>7</version>
- </parent>
-
- <groupId>org.richfaces</groupId>
- <artifactId>examples-sandbox</artifactId>
- <version>4.0.0-SNAPSHOT</version>
- <packaging>pom</packaging>
- <name>Richfaces Sandbox Components Examples</name>
-
- <modules>
- <module>components</module>
- </modules>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.mortbay.jetty</groupId>
- <artifactId>maven-jetty-plugin</artifactId>
- <version>6.1.18</version>
- <configuration>
- <scanIntervalSeconds>10</scanIntervalSeconds>
- <connectors>
- <connector
implementation="org.mortbay.jetty.nio.SelectChannelConnector">
- <port>${jetty.port}</port>
- <maxIdleTime>60000</maxIdleTime>
- </connector>
- </connectors>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- <properties>
- <jetty.port>8080</jetty.port>
- </properties>
-</project>
\ No newline at end of file
Copied: root/sandbox/cdk-sandbox (from rev 18306, root/cdk-sandbox)
Copied: root/sandbox/examples/backwardCompatibility (from rev 18306,
root/examples-sandbox/trunk/backwardCompatibility)
Copied: root/sandbox/examples/components (from rev 18306,
root/examples-sandbox/trunk/components)
Copied: root/sandbox/examples/javascripts-draft (from rev 18306,
root/examples-sandbox/trunk/javascripts-draft)
Copied: root/sandbox/examples/pom.xml (from rev 18306,
root/examples-sandbox/trunk/pom.xml)
===================================================================
--- root/sandbox/examples/pom.xml (rev 0)
+++ root/sandbox/examples/pom.xml 2010-07-31 07:55:00 UTC (rev 18307)
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ JBoss, Home of Professional Open Source Copyright 2010, Red Hat,
+ Inc. and individual contributors by the @authors tag. See the
+ copyright.txt in the distribution for a full listing of
+ individual contributors. This is free software; you can
+ redistribute it and/or modify it under the terms of the GNU
+ Lesser General Public License as published by the Free Software
+ Foundation; either version 2.1 of the License, or (at your
+ option) any later version. This software is distributed in the
+ hope that it will be useful, but WITHOUT ANY WARRANTY; without
+ even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ PARTICULAR PURPOSE. See the GNU Lesser General Public License
+ for more details. You should have received a copy of the GNU
+ Lesser General Public License along with this software; if not,
+ write to the Free Software Foundation, Inc., 51 Franklin St,
+ Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
+
http://www.fsf.org.
+-->
+<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/xsd/maven-4.0.0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.richfaces</groupId>
+ <artifactId>richfaces-parent</artifactId>
+ <version>7</version>
+ </parent>
+
+ <groupId>org.richfaces</groupId>
+ <artifactId>examples-sandbox</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <name>Richfaces Sandbox Components Examples</name>
+
+ <modules>
+ <module>components</module>
+ </modules>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>maven-jetty-plugin</artifactId>
+ <version>6.1.18</version>
+ <configuration>
+ <scanIntervalSeconds>10</scanIntervalSeconds>
+ <connectors>
+ <connector
implementation="org.mortbay.jetty.nio.SelectChannelConnector">
+ <port>${jetty.port}</port>
+ <maxIdleTime>60000</maxIdleTime>
+ </connector>
+ </connectors>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <properties>
+ <jetty.port>8080</jetty.port>
+ </properties>
+</project>
\ No newline at end of file
Copied: root/sandbox/examples/richfaces-showcase-gae (from rev 18306,
root/examples-sandbox/trunk/richfaces-showcase-gae)
Copied: root/sandbox/examples/testapps (from rev 18306,
root/examples-sandbox/trunk/testapps)
Copied: root/trunk/core/commons (from rev 18306, root/commons/trunk)
Copied: root/trunk/examples/core-demo (from rev 18306, root/examples/core-demo/trunk)
Copied: root/trunk/examples/dist (from rev 18306, root/examples/dist/trunk)
Copied: root/trunk/examples/iteration (from rev 18306,
root/examples/iteration-demo/trunk)
Copied: root/trunk/examples/iteration-demo (from rev 18306, root/examples/iteration-demo)
Copied: root/trunk/examples/misc (from rev 18306, root/examples/misc-demo/trunk)
Copied: root/trunk/examples/misc-demo (from rev 18306, root/examples/misc-demo)
Copied: root/trunk/examples/output-demo (from rev 18306, root/examples/output-demo/trunk)
Copied: root/trunk/examples/pom.xml (from rev 18306, root/examples/pom.xml)
===================================================================
--- root/trunk/examples/pom.xml (rev 0)
+++ root/trunk/examples/pom.xml 2010-07-31 07:55:00 UTC (rev 18307)
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ JBoss, Home of Professional Open Source Copyright 2010, Red Hat,
+ Inc. and individual contributors by the @authors tag. See the
+ copyright.txt in the distribution for a full listing of
+ individual contributors. This is free software; you can
+ redistribute it and/or modify it under the terms of the GNU
+ Lesser General Public License as published by the Free Software
+ Foundation; either version 2.1 of the License, or (at your
+ option) any later version. This software is distributed in the
+ hope that it will be useful, but WITHOUT ANY WARRANTY; without
+ even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ PARTICULAR PURPOSE. See the GNU Lesser General Public License
+ for more details. You should have received a copy of the GNU
+ Lesser General Public License along with this software; if not,
+ write to the Free Software Foundation, Inc., 51 Franklin St,
+ Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
+
http://www.fsf.org.
+-->
+<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/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <!-- This aggregator pom, is not released, and is only used to make it easy to
build all of the
+ examples at once from trunk. -->
+
+ <parent>
+ <groupId>org.richfaces</groupId>
+ <artifactId>richfaces-parent</artifactId>
+ <version>7</version>
+ </parent>
+
+ <groupId>org.richfaces.examples</groupId>
+ <artifactId>examples-aggregator</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <name>RichFaces Examples: Aggregator</name>
+
+ <modules>
+ <module>core-demo/trunk</module>
+ <module>misc-demo/trunk</module>
+ <module>repeater-demo/trunk</module>
+ <module>iteration-demo/trunk</module>
+ <module>richfaces-showcase/trunk</module>
+ <!--<module>dist/trunk</module>-->
+ </modules>
+
+</project>
\ No newline at end of file
Copied: root/trunk/examples/repeater-demo (from rev 18306,
root/examples/repeater-demo/trunk)
Copied: root/trunk/examples/richfaces-showcase (from rev 18306,
root/examples/richfaces-showcase/trunk)