Author: jbalunas(a)redhat.com
Date: 2010-06-03 12:43:41 -0400 (Thu, 03 Jun 2010)
New Revision: 17490
Modified:
root/build/resources/trunk/clean_install.sh
root/build/resources/trunk/release.sh
Log:
Updated for new structures
Modified: root/build/resources/trunk/clean_install.sh
===================================================================
--- root/build/resources/trunk/clean_install.sh 2010-06-03 16:36:26 UTC (rev 17489)
+++ root/build/resources/trunk/clean_install.sh 2010-06-03 16:43:41 UTC (rev 17490)
@@ -97,9 +97,11 @@
# Listing of all modules to be checked out
# $1 = path to module ( before trunk/tag/branch )
MAIN_MODULE_ARRAY=(
- "build/parent/trunk"
+ # Non-Released Modules
+ #"build/parent/trunk"
+ #"build/resources/trunk/checkstyle"
+ #"build/resources/trunk/faces-shade-transformers"
"build/bom/trunk"
- "build/resources/trunk/checkstyle"
"commons/trunk"
"cdk/trunk"
"core/trunk"
@@ -107,8 +109,11 @@
"ui/misc/trunk"
"ui/iteration/trunk"
"ui/dist/trunk"
- # other ui modules when in place
- # TODO NOT SURE WHAT TO DO WITH /DISTS
+ "archetypes/richfaces-archetype-simpleapp/trunk"
+ "examples/core-demo/trunk"
+ "examples/richfaces-showcase/trunk"
+ "docs/trunk"
+ "dist/trunk"
)
DOC_QE_MODULE_ARRAY=(
Modified: root/build/resources/trunk/release.sh
===================================================================
--- root/build/resources/trunk/release.sh 2010-06-03 16:36:26 UTC (rev 17489)
+++ root/build/resources/trunk/release.sh 2010-06-03 16:43:41 UTC (rev 17490)
@@ -170,10 +170,12 @@
"ui/core 4.0.0.Alpha2 4.0.0-SNAPSHOT richfaces-ui-core
org.richfaces.ui.core"
"ui/misc 4.0.0.Alpha2 4.0.0-SNAPSHOT richfaces-ui-misc
org.richfaces.ui.misc"
"ui/iteration 4.0.0.Alpha2 4.0.0-SNAPSHOT richfaces-ui-iteration
org.richfaces.ui.iteration"
- # TODO Needs to be updated after merge
- #"ui/dist 4.0.0.Alpha2 4.0.0-SNAPSHOT richfaces-ui-dist
org.richfaces.ui.dist"
- #"archetypes/richfaces-archetype-simpleapp/ 4.0.0.Alpha2 4.0.0-SNAPSHOT
richfaces-archetype-simpleapp
org.richfaces.archetypes.richfaces-archetype-simpleapp"
- #"archetypes/richfaces-archetype-simpleapp/ 4.0.0.Alpha2 4.0.0-SNAPSHOT
richfaces-archetype-simpleapp org.richfaces.archetypes
richfaces-archetype-simpleapp"
+ "ui/dist 4.0.0.Alpha2 4.0.0-SNAPSHOT richfaces-ui-dist
org.richfaces.ui"
+ "archetypes/richfaces-archetype-simpleapp 4.0.0.Alpha2 4.0.0-SNAPSHOT
richfaces-archetype-simpleapp
org.richfaces.archetypes.richfaces-archetype-simpleapp"
+ "examples/core-demo 4.0.0.Alpha2 4.0.0-SNAPSHOT richfaces-core-demo
org.richfaces.examples.core-demo"
+ "examples/richfaces-showcase 4.0.0.Alpha2 4.0.0-SNAPSHOT richfaces-showcase
org.richfaces.examples.richfaces-showcase"
+ "docs 4.0.0.Alpha2 4.0.0-SNAPSHOT richfaces-docs org.richfaces.docs"
+ "dist 4.0.0.Alpha2 4.0.0-SNAPSHOT richfaces-dist org.richfaces.dist"
)
while getopts "hb:x" OPTION
Show replies by date