Author: alexsmirnov
Date: 2010-07-16 15:10:46 -0400 (Fri, 16 Jul 2010)
New Revision: 18140
Added:
tags/4.0.0.20100715-M1/build/
Modified:
tags/4.0.0.20100715-M1/
tags/4.0.0.20100715-M1/pom.xml
Log:
set externals to release tags
Property changes on: tags/4.0.0.20100715-M1
___________________________________________________________________
Name: svn:externals
+ ^/root/commons/tags/richfaces-commons-4.0.0.20100715-M1 commons
^/root/cdk/tags/richfaces-cdk-4.0.0.20100715-M1 cdk
^/root/build/bom/tags/richfaces-bom-4.0.0.20100715-M1 build/bom
^/root/core/tags/richfaces-core-4.0.0.20100715-M1 core
^/root/ui/core/tags/richfaces-ui-core-4.0.0.20100715-M1 ui/core
^/root/ui/iteration/tags/richfaces-ui-iteration-4.0.0.20100715-M1 ui/iteration
^/root/ui/misc/tags/richfaces-ui-misc-4.0.0.20100715-M1 ui/misc
^/root/ui/output/tags/richfaces-ui-output-4.0.0.20100715-M1 ui/output
^/root/ui/dist/tags/richfaces-ui-dist-4.0.0.20100715-M1 ui/dist
^/root/archetypes/richfaces-archetype-simpleapp/tags/richfaces-archetype-simpleapp-4.0.0.20100715-M1
archetypes/richfaces-archetype-simpleapp
^/root/examples/core-demo/tags/richfaces-core-demo-4.0.0.20100715-M1 examples/core-demo
^/root/examples/richfaces-showcase/tags/richfaces-showcase-4.0.0.20100715-M1
examples/richfaces-showcase
^/root/docs/tags/richfaces-docs-4.0.0.20100715-M1 docs
^/root/dist/tags/richfaces-dist-4.0.0.20100715-M1 dist
Modified: tags/4.0.0.20100715-M1/pom.xml
===================================================================
--- tags/4.0.0.20100715-M1/pom.xml 2010-07-16 17:55:38 UTC (rev 18139)
+++ tags/4.0.0.20100715-M1/pom.xml 2010-07-16 19:10:46 UTC (rev 18140)
@@ -11,22 +11,6 @@
<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 -->
@@ -35,23 +19,23 @@
<!--<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>build/bom</module>
+ <module>commons/</module>
+ <module>cdk</module>
+ <module>core</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>
+ <module>ui/core</module>
+ <module>ui/iteration</module>
+ <module>ui/misc</module>
+ <module>ui/output</module>
+ <module>ui/dist</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>archetypes/richfaces-archetype-simpleapp</module>
+ <module>examples/core-demo</module>
+ <module>examples/richfaces-showcase</module>
+ <module>docs</module>
</modules>
<profiles>
@@ -65,50 +49,8 @@
<profile>
<id>release</id>
<modules>
- <module>dist/${richfaces.dist.path}</module>
+ <module>dist</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>
Show replies by date