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)