GUACAMOLE-436: Remove incubator prefix from repositories and URLs.

This commit is contained in:
Michael Jumper
2017-12-05 23:56:46 -08:00
parent 3df5b222a6
commit 7c4223ce3e
23 changed files with 47 additions and 47 deletions

View File

@@ -22,11 +22,11 @@
## @fn build-guacamole.sh
##
## Builds Guacamole, saving "guacamole.war" and all applicable extension .jars
## using the incubator-guacamole-client source contained within the given
## directory. Extension files will be grouped by their associated type, with
## all MySQL files being placed within the "mysql/" subdirectory of the
## destination, all PostgreSQL files being placed within the "postgresql/"
## subdirectory of the destination, etc.
## using the guacamole-client source contained within the given directory.
## Extension files will be grouped by their associated type, with all MySQL
## files being placed within the "mysql/" subdirectory of the destination, all
## PostgreSQL files being placed within the "postgresql/" subdirectory of the
## destination, etc.
##
## @param BUILD_DIR
## The directory which currently contains the guacamole-client source and