JBoss Rich Faces SVN: r18315 - root/trunk/examples.
by richfaces-svn-commits@lists.jboss.org
Author: Alex.Kolonitsky
Date: 2010-07-31 08:31:36 -0400 (Sat, 31 Jul 2010)
New Revision: 18315
Added:
root/trunk/examples/iteration-demo/
root/trunk/examples/misc-demo/
Removed:
root/trunk/examples/iteration/
root/trunk/examples/misc/
Log:
Richfaces 4.0 change svn structure
pom files modifications
Copied: root/trunk/examples/iteration-demo (from rev 18312, root/trunk/examples/iteration)
Copied: root/trunk/examples/misc-demo (from rev 18311, root/trunk/examples/misc)
14 years, 4 months
JBoss Rich Faces SVN: r18314 - in root/trunk: archetypes and 2 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: Alex.Kolonitsky
Date: 2010-07-31 08:26:12 -0400 (Sat, 31 Jul 2010)
New Revision: 18314
Removed:
root/trunk/examples/misc-demo/
Modified:
root/trunk/archetypes/pom.xml
root/trunk/core/pom.xml
root/trunk/examples/pom.xml
root/trunk/pom.xml
Log:
Richfaces 4.0 change svn structure
pom files modifications
Modified: root/trunk/archetypes/pom.xml
===================================================================
--- root/trunk/archetypes/pom.xml 2010-07-31 11:44:30 UTC (rev 18313)
+++ root/trunk/archetypes/pom.xml 2010-07-31 12:26:12 UTC (rev 18314)
@@ -36,7 +36,10 @@
<name>RichFaces Archetypes: Aggregator</name>
<modules>
- <module>richfaces-archetype-simpleapp/trunk</module>
+ <module>richfaces-archetype-simpleapp</module>
+ <module>richfaces-component</module>
+ <module>richfaces-component-short</module>
+ <module>richfaces-components-aggregator</module>
</modules>
<properties>
Modified: root/trunk/core/pom.xml
===================================================================
--- root/trunk/core/pom.xml 2010-07-31 11:44:30 UTC (rev 18313)
+++ root/trunk/core/pom.xml 2010-07-31 12:26:12 UTC (rev 18314)
@@ -36,6 +36,7 @@
<description>The root aggregator for the richfaces core module. This manages intermodule relationships, and destribution assembly where needed.</description>
<modules>
+ <module>commons</module>
<module>bom</module>
<module>parent</module>
<module>api</module>
Modified: root/trunk/examples/pom.xml
===================================================================
--- root/trunk/examples/pom.xml 2010-07-31 11:44:30 UTC (rev 18313)
+++ root/trunk/examples/pom.xml 2010-07-31 12:26:12 UTC (rev 18314)
@@ -38,11 +38,12 @@
<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>core-demo</module>
+ <module>misc-demo</module>
+ <module>output-demo</module>
+ <module>repeater-demo</module>
+ <module>iteration-demo</module>
+ <module>richfaces-showcase</module>
<!--<module>dist/trunk</module>-->
</modules>
Modified: root/trunk/pom.xml
===================================================================
--- root/trunk/pom.xml 2010-07-31 11:44:30 UTC (rev 18313)
+++ root/trunk/pom.xml 2010-07-31 12:26:12 UTC (rev 18314)
@@ -10,105 +10,31 @@
<version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Richfaces Aggregator</name>
-
- <properties>
- <richfaces.bom.path>trunk</richfaces.bom.path>
- <richfaces.commons.path>trunk</richfaces.commons.path>
- <richfaces.cdk.path>trunk</richfaces.cdk.path>
- <richfaces.core.path>trunk</richfaces.core.path>
- <richfaces.ui.core.path>trunk</richfaces.ui.core.path>
- <richfaces.ui.iteration.path>trunk</richfaces.ui.iteration.path>
- <richfaces.ui.misc.path>trunk</richfaces.ui.misc.path>
- <richfaces.ui.output.path>trunk</richfaces.ui.output.path>
- <richfaces.ui.dist.path>trunk</richfaces.ui.dist.path>
- <richfaces.archetype.simpleapp.path>trunk</richfaces.archetype.simpleapp.path>
- <richfaces.examples.core-demo.path>trunk</richfaces.examples.core-demo.path>
- <richfaces.examples.showcase.path>trunk</richfaces.examples.showcase.path>
- <richfaces.docs.path>trunk</richfaces.docs.path>
- <richfaces.dist.path>trunk</richfaces.dist.path>
- </properties>
<modules>
- <!-- These trunk settings, and this pom.xml will be removed -->
- <!-- Added bom, parent, for temp integration -->
- <!--<module>build/parent/tags/richfaces-parent-5</module>-->
- <!--<module>build/resources/trunk/checkstyle</module>-->
- <!--<module>build/resources/trunk/faces-shade-transformers</module>-->
-
- <module>build/bom/${richfaces.bom.path}</module>
- <module>commons/${richfaces.commons.path}</module>
- <module>cdk/${richfaces.cdk.path}</module>
- <module>core/${richfaces.core.path}</module>
+ <module>bom</module>
+ <module>core</module>
+ <module>cdk</module>
<!-- richfaces ui -->
- <module>ui/core/${richfaces.ui.core.path}</module>
- <module>ui/iteration/${richfaces.ui.iteration.path}</module>
- <module>ui/misc/${richfaces.ui.misc.path}</module>
- <module>ui/output/${richfaces.ui.output.path}</module>
- <module>ui/dist/${richfaces.ui.dist.path}</module>
-
- <!-- Remaining -->
- <module>archetypes/richfaces-archetype-simpleapp/${richfaces.archetype.simpleapp.path}</module>
- <module>examples/core-demo/${richfaces.examples.core-demo.path}</module>
- <module>examples/richfaces-showcase/${richfaces.examples.showcase.path}</module>
- <module>docs/${richfaces.docs.path}</module>
+ <module>ui/core</module>
+ <module>ui/iteration</module>
+ <module>ui/misc</module>
+ <module>ui/output</module>
+ <module>ui/dist</module>
+
+ <!-- Remaining -->
+ <module>archetypes</module>
+ <module>examples</module>
+ <module>docs\trunk</module>
</modules>
<profiles>
<profile>
- <id>sandbox</id>
- <modules>
- <module>ui-sandbox</module>
- <module>examples-sandbox/trunk</module>
- </modules>
- </profile>
- <profile>
<id>release</id>
<modules>
<module>dist/${richfaces.dist.path}</module>
</modules>
</profile>
- <profile>
- <id>tag_based</id>
- <properties>
- <!-- TODO this can be generalized, and driven by property file, or script -->
- <build-version>4.0.0.20100715-M1</build-version>
- <richfaces.bom.path>tags/richfaces-bom-${build-version}</richfaces.bom.path>
- <richfaces.commons.path>tags/richfaces-commons-${build-version}</richfaces.commons.path>
- <richfaces.cdk.path>tags/richfaces-cdk-${build-version}</richfaces.cdk.path>
- <richfaces.core.path>tags/richfaces-core-${build-version}</richfaces.core.path>
- <richfaces.ui.core.path>tags/richfaces-ui-core-${build-version}</richfaces.ui.core.path>
- <richfaces.ui.iteration.path>tags/richfaces-ui-iteration-${build-version}</richfaces.ui.iteration.path>
- <richfaces.ui.misc.path>tags/richfaces-ui-misc-${build-version}</richfaces.ui.misc.path>
- <richfaces.ui.output.path>tags/richfaces-ui-output-${build-version}</richfaces.ui.output.path>
- <richfaces.ui.dist.path>tags/richfaces-ui-dist-${build-version}</richfaces.ui.dist.path>
- <richfaces.archetype.simpleapp.path>tags/richfaces-archetype-simpleapp-${build-version}</richfaces.archetype.simpleapp.path>
- <richfaces.examples.core-demo.path>tags/richfaces-core-demo-${build-version}</richfaces.examples.core-demo.path>
- <richfaces.examples.showcase.path>tags/richfaces-showcase-${build-version}</richfaces.examples.showcase.path>
- <richfaces.docs.path>tags/richfaces-docs-${build-version}</richfaces.docs.path>
- <richfaces.dist.path>tags/richfaces-dist-${build-version}</richfaces.dist.path>
- </properties>
- </profile>
- <profile>
- <id>branch_based</id>
- <properties>
- <!-- TODO this can be generalized, and driven by property file, or script -->
- <build-version>4.0.0.20100715-M1</build-version>
- <richfaces.bom.path>branches/richfaces-bom-${build-version}</richfaces.bom.path>
- <richfaces.commons.path>branches/richfaces-commons-${build-version}</richfaces.commons.path>
- <richfaces.cdk.path>branches/richfaces-cdk-${build-version}</richfaces.cdk.path>
- <richfaces.core.path>branches/richfaces-core-${build-version}</richfaces.core.path>
- <richfaces.ui.core.path>branches/richfaces-ui-core-${build-version}</richfaces.ui.core.path>
- <richfaces.ui.iteration.path>branches/richfaces-ui-iteration-${build-version}</richfaces.ui.iteration.path>
- <richfaces.ui.misc.path>branches/richfaces-ui-misc-${build-version}</richfaces.ui.misc.path>
- <richfaces.ui.output.path>branches/richfaces-ui-output-${build-version}</richfaces.ui.output.path>
- <richfaces.ui.dist.path>branches/richfaces-ui-dist-${build-version}</richfaces.ui.dist.path>
- <richfaces.archetype.simpleapp.path>branches/richfaces-archetype-simpleapp-${build-version}</richfaces.archetype.simpleapp.path>
- <richfaces.examples.core-demo.path>branches/richfaces-core-demo-${build-version}</richfaces.examples.core-demo.path>
- <richfaces.examples.showcase.path>branches/richfaces-showcase-${build-version}</richfaces.examples.showcase.path>
- <richfaces.docs.path>branches/richfaces-docs-${build-version}</richfaces.docs.path>
- <richfaces.dist.path>branches/richfaces-dist-${build-version}</richfaces.dist.path>
- </properties>
- </profile>
</profiles>
</project>
14 years, 4 months
JBoss Rich Faces SVN: r18310 - in root: ui and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: Alex.Kolonitsky
Date: 2010-07-31 06:54:32 -0400 (Sat, 31 Jul 2010)
New Revision: 18310
Removed:
root/dist/
root/ui/core/
root/ui/dist/
root/ui/iteration/
root/ui/misc/
root/ui/output/
Log:
Richfaces 4.0 change svn structure
continue moving trunks
14 years, 4 months
JBoss Rich Faces SVN: r18309 - in root: build/bom and 7 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: Alex.Kolonitsky
Date: 2010-07-31 06:35:19 -0400 (Sat, 31 Jul 2010)
New Revision: 18309
Added:
root/trunk/bom/
root/trunk/pom.xml
root/trunk/ui/core/
root/trunk/ui/dist/
root/trunk/ui/iteration/
root/trunk/ui/misc/
root/trunk/ui/output/
Removed:
root/build/bom/trunk/
root/examples-sandbox/
root/pom.xml
root/ui/core/trunk/
root/ui/dist/trunk/
root/ui/iteration/trunk/
root/ui/misc/trunk/
root/ui/output/trunk/
Log:
Richfaces 4.0 change svn structure
continue moving trunks
Deleted: root/pom.xml
===================================================================
--- root/pom.xml 2010-07-31 10:24:30 UTC (rev 18308)
+++ root/pom.xml 2010-07-31 10:35:19 UTC (rev 18309)
@@ -1,114 +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/xsd/maven-4.0.0.xsd">
-
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>root</artifactId>
- <version>4.0.0-SNAPSHOT</version>
- <packaging>pom</packaging>
- <name>Richfaces Aggregator</name>
-
- <properties>
- <richfaces.bom.path>trunk</richfaces.bom.path>
- <richfaces.commons.path>trunk</richfaces.commons.path>
- <richfaces.cdk.path>trunk</richfaces.cdk.path>
- <richfaces.core.path>trunk</richfaces.core.path>
- <richfaces.ui.core.path>trunk</richfaces.ui.core.path>
- <richfaces.ui.iteration.path>trunk</richfaces.ui.iteration.path>
- <richfaces.ui.misc.path>trunk</richfaces.ui.misc.path>
- <richfaces.ui.output.path>trunk</richfaces.ui.output.path>
- <richfaces.ui.dist.path>trunk</richfaces.ui.dist.path>
- <richfaces.archetype.simpleapp.path>trunk</richfaces.archetype.simpleapp.path>
- <richfaces.examples.core-demo.path>trunk</richfaces.examples.core-demo.path>
- <richfaces.examples.showcase.path>trunk</richfaces.examples.showcase.path>
- <richfaces.docs.path>trunk</richfaces.docs.path>
- <richfaces.dist.path>trunk</richfaces.dist.path>
- </properties>
-
- <modules>
- <!-- These trunk settings, and this pom.xml will be removed -->
- <!-- Added bom, parent, for temp integration -->
- <!--<module>build/parent/tags/richfaces-parent-5</module>-->
- <!--<module>build/resources/trunk/checkstyle</module>-->
- <!--<module>build/resources/trunk/faces-shade-transformers</module>-->
-
- <module>build/bom/${richfaces.bom.path}</module>
- <module>commons/${richfaces.commons.path}</module>
- <module>cdk/${richfaces.cdk.path}</module>
- <module>core/${richfaces.core.path}</module>
-
- <!-- richfaces ui -->
- <module>ui/core/${richfaces.ui.core.path}</module>
- <module>ui/iteration/${richfaces.ui.iteration.path}</module>
- <module>ui/misc/${richfaces.ui.misc.path}</module>
- <module>ui/output/${richfaces.ui.output.path}</module>
- <module>ui/dist/${richfaces.ui.dist.path}</module>
-
- <!-- Remaining -->
- <module>archetypes/richfaces-archetype-simpleapp/${richfaces.archetype.simpleapp.path}</module>
- <module>examples/core-demo/${richfaces.examples.core-demo.path}</module>
- <module>examples/richfaces-showcase/${richfaces.examples.showcase.path}</module>
- <module>docs/${richfaces.docs.path}</module>
- </modules>
-
- <profiles>
- <profile>
- <id>sandbox</id>
- <modules>
- <module>ui-sandbox</module>
- <module>examples-sandbox/trunk</module>
- </modules>
- </profile>
- <profile>
- <id>release</id>
- <modules>
- <module>dist/${richfaces.dist.path}</module>
- </modules>
- </profile>
- <profile>
- <id>tag_based</id>
- <properties>
- <!-- TODO this can be generalized, and driven by property file, or script -->
- <build-version>4.0.0.20100715-M1</build-version>
- <richfaces.bom.path>tags/richfaces-bom-${build-version}</richfaces.bom.path>
- <richfaces.commons.path>tags/richfaces-commons-${build-version}</richfaces.commons.path>
- <richfaces.cdk.path>tags/richfaces-cdk-${build-version}</richfaces.cdk.path>
- <richfaces.core.path>tags/richfaces-core-${build-version}</richfaces.core.path>
- <richfaces.ui.core.path>tags/richfaces-ui-core-${build-version}</richfaces.ui.core.path>
- <richfaces.ui.iteration.path>tags/richfaces-ui-iteration-${build-version}</richfaces.ui.iteration.path>
- <richfaces.ui.misc.path>tags/richfaces-ui-misc-${build-version}</richfaces.ui.misc.path>
- <richfaces.ui.output.path>tags/richfaces-ui-output-${build-version}</richfaces.ui.output.path>
- <richfaces.ui.dist.path>tags/richfaces-ui-dist-${build-version}</richfaces.ui.dist.path>
- <richfaces.archetype.simpleapp.path>tags/richfaces-archetype-simpleapp-${build-version}</richfaces.archetype.simpleapp.path>
- <richfaces.examples.core-demo.path>tags/richfaces-core-demo-${build-version}</richfaces.examples.core-demo.path>
- <richfaces.examples.showcase.path>tags/richfaces-showcase-${build-version}</richfaces.examples.showcase.path>
- <richfaces.docs.path>tags/richfaces-docs-${build-version}</richfaces.docs.path>
- <richfaces.dist.path>tags/richfaces-dist-${build-version}</richfaces.dist.path>
- </properties>
- </profile>
- <profile>
- <id>branch_based</id>
- <properties>
- <!-- TODO this can be generalized, and driven by property file, or script -->
- <build-version>4.0.0.20100715-M1</build-version>
- <richfaces.bom.path>branches/richfaces-bom-${build-version}</richfaces.bom.path>
- <richfaces.commons.path>branches/richfaces-commons-${build-version}</richfaces.commons.path>
- <richfaces.cdk.path>branches/richfaces-cdk-${build-version}</richfaces.cdk.path>
- <richfaces.core.path>branches/richfaces-core-${build-version}</richfaces.core.path>
- <richfaces.ui.core.path>branches/richfaces-ui-core-${build-version}</richfaces.ui.core.path>
- <richfaces.ui.iteration.path>branches/richfaces-ui-iteration-${build-version}</richfaces.ui.iteration.path>
- <richfaces.ui.misc.path>branches/richfaces-ui-misc-${build-version}</richfaces.ui.misc.path>
- <richfaces.ui.output.path>branches/richfaces-ui-output-${build-version}</richfaces.ui.output.path>
- <richfaces.ui.dist.path>branches/richfaces-ui-dist-${build-version}</richfaces.ui.dist.path>
- <richfaces.archetype.simpleapp.path>branches/richfaces-archetype-simpleapp-${build-version}</richfaces.archetype.simpleapp.path>
- <richfaces.examples.core-demo.path>branches/richfaces-core-demo-${build-version}</richfaces.examples.core-demo.path>
- <richfaces.examples.showcase.path>branches/richfaces-showcase-${build-version}</richfaces.examples.showcase.path>
- <richfaces.docs.path>branches/richfaces-docs-${build-version}</richfaces.docs.path>
- <richfaces.dist.path>branches/richfaces-dist-${build-version}</richfaces.dist.path>
- </properties>
- </profile>
- </profiles>
-</project>
Copied: root/trunk/bom (from rev 18308, root/build/bom/trunk)
Copied: root/trunk/pom.xml (from rev 18308, root/pom.xml)
===================================================================
--- root/trunk/pom.xml (rev 0)
+++ root/trunk/pom.xml 2010-07-31 10:35:19 UTC (rev 18309)
@@ -0,0 +1,114 @@
+<?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/xsd/maven-4.0.0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces</groupId>
+ <artifactId>root</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <name>Richfaces Aggregator</name>
+
+ <properties>
+ <richfaces.bom.path>trunk</richfaces.bom.path>
+ <richfaces.commons.path>trunk</richfaces.commons.path>
+ <richfaces.cdk.path>trunk</richfaces.cdk.path>
+ <richfaces.core.path>trunk</richfaces.core.path>
+ <richfaces.ui.core.path>trunk</richfaces.ui.core.path>
+ <richfaces.ui.iteration.path>trunk</richfaces.ui.iteration.path>
+ <richfaces.ui.misc.path>trunk</richfaces.ui.misc.path>
+ <richfaces.ui.output.path>trunk</richfaces.ui.output.path>
+ <richfaces.ui.dist.path>trunk</richfaces.ui.dist.path>
+ <richfaces.archetype.simpleapp.path>trunk</richfaces.archetype.simpleapp.path>
+ <richfaces.examples.core-demo.path>trunk</richfaces.examples.core-demo.path>
+ <richfaces.examples.showcase.path>trunk</richfaces.examples.showcase.path>
+ <richfaces.docs.path>trunk</richfaces.docs.path>
+ <richfaces.dist.path>trunk</richfaces.dist.path>
+ </properties>
+
+ <modules>
+ <!-- These trunk settings, and this pom.xml will be removed -->
+ <!-- Added bom, parent, for temp integration -->
+ <!--<module>build/parent/tags/richfaces-parent-5</module>-->
+ <!--<module>build/resources/trunk/checkstyle</module>-->
+ <!--<module>build/resources/trunk/faces-shade-transformers</module>-->
+
+ <module>build/bom/${richfaces.bom.path}</module>
+ <module>commons/${richfaces.commons.path}</module>
+ <module>cdk/${richfaces.cdk.path}</module>
+ <module>core/${richfaces.core.path}</module>
+
+ <!-- richfaces ui -->
+ <module>ui/core/${richfaces.ui.core.path}</module>
+ <module>ui/iteration/${richfaces.ui.iteration.path}</module>
+ <module>ui/misc/${richfaces.ui.misc.path}</module>
+ <module>ui/output/${richfaces.ui.output.path}</module>
+ <module>ui/dist/${richfaces.ui.dist.path}</module>
+
+ <!-- Remaining -->
+ <module>archetypes/richfaces-archetype-simpleapp/${richfaces.archetype.simpleapp.path}</module>
+ <module>examples/core-demo/${richfaces.examples.core-demo.path}</module>
+ <module>examples/richfaces-showcase/${richfaces.examples.showcase.path}</module>
+ <module>docs/${richfaces.docs.path}</module>
+ </modules>
+
+ <profiles>
+ <profile>
+ <id>sandbox</id>
+ <modules>
+ <module>ui-sandbox</module>
+ <module>examples-sandbox/trunk</module>
+ </modules>
+ </profile>
+ <profile>
+ <id>release</id>
+ <modules>
+ <module>dist/${richfaces.dist.path}</module>
+ </modules>
+ </profile>
+ <profile>
+ <id>tag_based</id>
+ <properties>
+ <!-- TODO this can be generalized, and driven by property file, or script -->
+ <build-version>4.0.0.20100715-M1</build-version>
+ <richfaces.bom.path>tags/richfaces-bom-${build-version}</richfaces.bom.path>
+ <richfaces.commons.path>tags/richfaces-commons-${build-version}</richfaces.commons.path>
+ <richfaces.cdk.path>tags/richfaces-cdk-${build-version}</richfaces.cdk.path>
+ <richfaces.core.path>tags/richfaces-core-${build-version}</richfaces.core.path>
+ <richfaces.ui.core.path>tags/richfaces-ui-core-${build-version}</richfaces.ui.core.path>
+ <richfaces.ui.iteration.path>tags/richfaces-ui-iteration-${build-version}</richfaces.ui.iteration.path>
+ <richfaces.ui.misc.path>tags/richfaces-ui-misc-${build-version}</richfaces.ui.misc.path>
+ <richfaces.ui.output.path>tags/richfaces-ui-output-${build-version}</richfaces.ui.output.path>
+ <richfaces.ui.dist.path>tags/richfaces-ui-dist-${build-version}</richfaces.ui.dist.path>
+ <richfaces.archetype.simpleapp.path>tags/richfaces-archetype-simpleapp-${build-version}</richfaces.archetype.simpleapp.path>
+ <richfaces.examples.core-demo.path>tags/richfaces-core-demo-${build-version}</richfaces.examples.core-demo.path>
+ <richfaces.examples.showcase.path>tags/richfaces-showcase-${build-version}</richfaces.examples.showcase.path>
+ <richfaces.docs.path>tags/richfaces-docs-${build-version}</richfaces.docs.path>
+ <richfaces.dist.path>tags/richfaces-dist-${build-version}</richfaces.dist.path>
+ </properties>
+ </profile>
+ <profile>
+ <id>branch_based</id>
+ <properties>
+ <!-- TODO this can be generalized, and driven by property file, or script -->
+ <build-version>4.0.0.20100715-M1</build-version>
+ <richfaces.bom.path>branches/richfaces-bom-${build-version}</richfaces.bom.path>
+ <richfaces.commons.path>branches/richfaces-commons-${build-version}</richfaces.commons.path>
+ <richfaces.cdk.path>branches/richfaces-cdk-${build-version}</richfaces.cdk.path>
+ <richfaces.core.path>branches/richfaces-core-${build-version}</richfaces.core.path>
+ <richfaces.ui.core.path>branches/richfaces-ui-core-${build-version}</richfaces.ui.core.path>
+ <richfaces.ui.iteration.path>branches/richfaces-ui-iteration-${build-version}</richfaces.ui.iteration.path>
+ <richfaces.ui.misc.path>branches/richfaces-ui-misc-${build-version}</richfaces.ui.misc.path>
+ <richfaces.ui.output.path>branches/richfaces-ui-output-${build-version}</richfaces.ui.output.path>
+ <richfaces.ui.dist.path>branches/richfaces-ui-dist-${build-version}</richfaces.ui.dist.path>
+ <richfaces.archetype.simpleapp.path>branches/richfaces-archetype-simpleapp-${build-version}</richfaces.archetype.simpleapp.path>
+ <richfaces.examples.core-demo.path>branches/richfaces-core-demo-${build-version}</richfaces.examples.core-demo.path>
+ <richfaces.examples.showcase.path>branches/richfaces-showcase-${build-version}</richfaces.examples.showcase.path>
+ <richfaces.docs.path>branches/richfaces-docs-${build-version}</richfaces.docs.path>
+ <richfaces.dist.path>branches/richfaces-dist-${build-version}</richfaces.dist.path>
+ </properties>
+ </profile>
+ </profiles>
+</project>
Copied: root/trunk/ui/core (from rev 18308, root/ui/core/trunk)
Copied: root/trunk/ui/dist (from rev 18308, root/ui/dist/trunk)
Copied: root/trunk/ui/iteration (from rev 18308, root/ui/iteration/trunk)
Copied: root/trunk/ui/misc (from rev 18308, root/ui/misc/trunk)
Copied: root/trunk/ui/output (from rev 18308, root/ui/output/trunk)
14 years, 4 months
JBoss Rich Faces SVN: r18308 - in root: dist and 4 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: Alex.Kolonitsky
Date: 2010-07-31 06:24:30 -0400 (Sat, 31 Jul 2010)
New Revision: 18308
Added:
root/sandbox/cdk/
root/sandbox/ui/pom.xml
root/trunk/dist/
Removed:
root/commons/
root/dist/trunk/
root/examples/
root/sandbox/cdk-sandbox/trunk/
root/ui-sandbox/
Log:
Richfaces 4.0 change svn structure
continue moving trunks
Copied: root/sandbox/cdk (from rev 18307, root/sandbox/cdk-sandbox/trunk)
Copied: root/sandbox/ui/pom.xml (from rev 18307, root/ui-sandbox/pom.xml)
===================================================================
--- root/sandbox/ui/pom.xml (rev 0)
+++ root/sandbox/ui/pom.xml 2010-07-31 10:24:30 UTC (rev 18308)
@@ -0,0 +1,41 @@
+<?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>6</version>
+ </parent>
+
+ <groupId>org.richfaces.ui-sandbox</groupId>
+ <artifactId>components</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <name>Richfaces UI Components Sandbox Aggregator</name>
+
+ <modules>
+ <module>inputs/trunk</module>
+ </modules>
+</project>
Copied: root/trunk/dist (from rev 18307, root/dist/trunk)
14 years, 4 months
JBoss Rich Faces SVN: r18307 - in root: commons and 16 other directories.
by richfaces-svn-commits@lists.jboss.org
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)
14 years, 4 months
JBoss Rich Faces SVN: r18306 - in root: archetypes and 24 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: Alex.Kolonitsky
Date: 2010-07-31 03:30:14 -0400 (Sat, 31 Jul 2010)
New Revision: 18306
Added:
root/sandbox/
root/sandbox/cdk/
root/sandbox/examples/
root/sandbox/ui/
root/sandbox/ui/calendar/
root/sandbox/ui/common/
root/sandbox/ui/core/
root/sandbox/ui/datafilterslider/
root/sandbox/ui/drag-drop/
root/sandbox/ui/fileupload/
root/sandbox/ui/inputs/
root/sandbox/ui/notify/
root/sandbox/ui/numberinputs/
root/sandbox/ui/schedule/
root/sandbox/ui/selects/
root/sandbox/ui/togglepanels/
root/sandbox/ui/tree-model/
root/sandbox/ui/tree/
root/trunk/
root/trunk/archetypes/
root/trunk/archetypes/pom.xml
root/trunk/archetypes/richfaces-archetype-simpleapp/
root/trunk/archetypes/richfaces-component-short/
root/trunk/archetypes/richfaces-component/
root/trunk/archetypes/richfaces-components-aggregator/
root/trunk/cdk/
root/trunk/core/
root/trunk/docs/
root/trunk/tests/
root/trunk/ui/
root/trunk/ui/core/
root/trunk/ui/dist/
root/trunk/ui/iteration/
root/trunk/ui/misc/
root/trunk/ui/output/
Removed:
root/archetypes/pom.xml
root/archetypes/richfaces-archetype-simpleapp/trunk/
root/archetypes/richfaces-component-short/trunk/
root/archetypes/richfaces-component/trunk/
root/archetypes/richfaces-components-aggregator/trunk/
root/cdk/trunk/
root/core/trunk/
root/docs/
root/tests/
root/ui-sandbox/calendar/
root/ui-sandbox/common/trunk/
root/ui-sandbox/core/trunk/
root/ui-sandbox/datafilterslider/trunk/
root/ui-sandbox/drag-drop/trunk/
root/ui-sandbox/fileupload/trunk/
root/ui-sandbox/inputs/trunk/
root/ui-sandbox/notify/trunk/
root/ui-sandbox/numberinputs/
root/ui-sandbox/schedule/trunk/
root/ui-sandbox/selects/trunk/
root/ui-sandbox/togglepanels/trunk/
root/ui-sandbox/tree-model/trunk/
root/ui-sandbox/tree/trunk/
Log:
Richfaces 4.0 change svn structure
start moving trunks
Deleted: root/archetypes/pom.xml
===================================================================
--- root/archetypes/pom.xml 2010-07-31 07:03:45 UTC (rev 18305)
+++ root/archetypes/pom.xml 2010-07-31 07:30:14 UTC (rev 18306)
@@ -1,47 +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>6</version>
- </parent>
-
- <groupId>org.richfaces.archetypes</groupId>
- <artifactId>archetypes-aggregator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
- <packaging>pom</packaging>
- <name>RichFaces Archetypes: Aggregator</name>
-
- <modules>
- <module>richfaces-archetype-simpleapp/trunk</module>
- </modules>
-
- <properties>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
- </properties>
-
-</project>
Copied: root/sandbox/ui/calendar (from rev 18304, root/ui-sandbox/calendar/trunk)
Copied: root/sandbox/ui/common (from rev 18304, root/ui-sandbox/common/trunk)
Copied: root/sandbox/ui/core (from rev 18304, root/ui-sandbox/core/trunk)
Copied: root/sandbox/ui/datafilterslider (from rev 18304, root/ui-sandbox/datafilterslider/trunk)
Copied: root/sandbox/ui/drag-drop (from rev 18304, root/ui-sandbox/drag-drop/trunk)
Copied: root/sandbox/ui/fileupload (from rev 18304, root/ui-sandbox/fileupload/trunk)
Copied: root/sandbox/ui/inputs (from rev 18304, root/ui-sandbox/inputs/trunk)
Copied: root/sandbox/ui/notify (from rev 18304, root/ui-sandbox/notify/trunk)
Copied: root/sandbox/ui/numberinputs (from rev 18304, root/ui-sandbox/numberinputs)
Copied: root/sandbox/ui/schedule (from rev 18304, root/ui-sandbox/schedule/trunk)
Copied: root/sandbox/ui/selects (from rev 18304, root/ui-sandbox/selects/trunk)
Copied: root/sandbox/ui/togglepanels (from rev 18304, root/ui-sandbox/togglepanels/trunk)
Copied: root/sandbox/ui/tree (from rev 18304, root/ui-sandbox/tree/trunk)
Copied: root/sandbox/ui/tree-model (from rev 18304, root/ui-sandbox/tree-model/trunk)
Copied: root/trunk/archetypes/pom.xml (from rev 18304, root/archetypes/pom.xml)
===================================================================
--- root/trunk/archetypes/pom.xml (rev 0)
+++ root/trunk/archetypes/pom.xml 2010-07-31 07:30:14 UTC (rev 18306)
@@ -0,0 +1,47 @@
+<?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>6</version>
+ </parent>
+
+ <groupId>org.richfaces.archetypes</groupId>
+ <artifactId>archetypes-aggregator</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <name>RichFaces Archetypes: Aggregator</name>
+
+ <modules>
+ <module>richfaces-archetype-simpleapp/trunk</module>
+ </modules>
+
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+ </properties>
+
+</project>
Copied: root/trunk/archetypes/richfaces-archetype-simpleapp (from rev 18304, root/archetypes/richfaces-archetype-simpleapp/trunk)
Copied: root/trunk/archetypes/richfaces-component (from rev 18304, root/archetypes/richfaces-component/trunk)
Copied: root/trunk/archetypes/richfaces-component-short (from rev 18304, root/archetypes/richfaces-component-short/trunk)
Copied: root/trunk/archetypes/richfaces-components-aggregator (from rev 18304, root/archetypes/richfaces-components-aggregator/trunk)
Copied: root/trunk/cdk (from rev 18304, root/cdk/trunk)
Copied: root/trunk/core (from rev 18304, root/core/trunk)
Copied: root/trunk/docs (from rev 18304, root/docs)
Copied: root/trunk/tests (from rev 18304, root/tests)
14 years, 4 months
JBoss Rich Faces SVN: r18305 - in root: build/bom and 5 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: Alex.Kolonitsky
Date: 2010-07-31 03:03:45 -0400 (Sat, 31 Jul 2010)
New Revision: 18305
Added:
root/branches/richfaces-bom-4.0.0.20100713-M1/
root/branches/richfaces-bom-4.0.0.Alpha2/
root/branches/richfaces-ui-output-4.0.0.20100713-M1/
root/tags/richfaces-bom-4.0.0.20100713-M1/
root/tags/richfaces-bom-4.0.0.20100715-M1/
root/tags/richfaces-bom-4.0.0.Alpha2/
root/tags/richfaces-ui-misc-4.0.0.20100713-M1/
root/tags/richfaces-ui-misc-4.0.0.20100715-M1/
root/tags/richfaces-ui-misc-4.0.0.Alpha2/
root/tags/richfaces-ui-output-4.0.0.20100713-M1/
root/tags/richfaces-ui-output-4.0.0.20100715-M1/
Removed:
root/build/bom/branches/
root/build/bom/tags/
root/cdk-sandbox/branches/
root/cdk-sandbox/tags/
root/examples/dist/branches/
root/examples/dist/tags/
root/ui/misc/branches/
root/ui/misc/tags/
root/ui/output/branches/
root/ui/output/tags/
Log:
Richfaces 4.0 change svn structure
Copied: root/branches/richfaces-bom-4.0.0.20100713-M1 (from rev 18304, root/build/bom/branches/richfaces-bom-4.0.0.20100713-M1)
Copied: root/branches/richfaces-bom-4.0.0.Alpha2 (from rev 18304, root/build/bom/branches/richfaces-bom-4.0.0.Alpha2)
Copied: root/branches/richfaces-ui-output-4.0.0.20100713-M1 (from rev 18304, root/ui/output/branches/richfaces-ui-output-4.0.0.20100713-M1)
Copied: root/tags/richfaces-bom-4.0.0.20100713-M1 (from rev 18304, root/build/bom/tags/richfaces-bom-4.0.0.20100713-M1)
Copied: root/tags/richfaces-bom-4.0.0.20100715-M1 (from rev 18304, root/build/bom/tags/richfaces-bom-4.0.0.20100715-M1)
Copied: root/tags/richfaces-bom-4.0.0.Alpha2 (from rev 18304, root/build/bom/tags/richfaces-bom-4.0.0.Alpha2)
Copied: root/tags/richfaces-ui-misc-4.0.0.20100713-M1 (from rev 18304, root/ui/misc/tags/richfaces-ui-misc-4.0.0.20100713-M1)
Copied: root/tags/richfaces-ui-misc-4.0.0.20100715-M1 (from rev 18304, root/ui/misc/tags/richfaces-ui-misc-4.0.0.20100715-M1)
Copied: root/tags/richfaces-ui-misc-4.0.0.Alpha2 (from rev 18304, root/ui/misc/tags/richfaces-ui-misc-4.0.0.Alpha2)
Copied: root/tags/richfaces-ui-output-4.0.0.20100713-M1 (from rev 18304, root/ui/output/tags/richfaces-ui-output-4.0.0.20100713-M1)
Copied: root/tags/richfaces-ui-output-4.0.0.20100715-M1 (from rev 18304, root/ui/output/tags/richfaces-ui-output-4.0.0.20100715-M1)
14 years, 4 months