Skip to content

Commit

Permalink
add playground, remove portlet and fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
nickboldt committed Aug 14, 2015
1 parent 14a900d commit cea482f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions util/checkIfBranchesExist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ debug=0
usage ()
{
echo "Usage: $0 -b newbranchname [project1] [project2] [project3] ..."
echo "Example: $0 -b jbosstools-4.3.0.Alpha1x aerogear arquillian base birt browsersim central forge \\"
echo " freemarker hibernate javaee jst livereload openshift portlet server vpe webservices discovery \\"
echo " build build-ci build-sites download.jboss.org"
echo "Example: $0 -b jbosstools-4.3.0.Beta2x aerogear arquillian base birt browsersim build build-ci build-sites \\"
echo " central devdoc discovery download.jboss.org forge freemarker hibernate integration-tests javaee jst \\"
echo " livereload maven-plugins openshift playground server versionwatch vpe webservices" # portlet
echo "Use -s to report similar branches (eg., for 4.3.0.Beta2x, search for *Beta2x)"
exit 1;
}
Expand All @@ -17,7 +17,7 @@ if [[ $# -lt 1 ]]; then
fi

# projects to check if branched
#projects="base birt build build-ci build-sites central download.jboss.org forge freemarker hibernate intergration-tests javaee jst maven-plugins openshift playground portlet server target-platforms vpe webservices"
# projects="aerogear arquillian base birt browsersim build build-ci build-sites central devdoc discovery download.jboss.org forge freemarker hibernate integration-tests javaee jst livereload maven-plugins openshift playground server versionwatch vpe webservices"

# read commandline args
while [[ "$#" -gt 0 ]]; do
Expand Down

0 comments on commit cea482f

Please sign in to comment.