File tree Expand file tree Collapse file tree 1 file changed +1
-31
lines changed Expand file tree Collapse file tree 1 file changed +1
-31
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ Usage()
105
105
106
106
exec >&2
107
107
echo " "
108
- echo " Usage: ${progname} <bootstrap|deploy|derby| update|updateQuietly|usage|help>"
108
+ echo " Usage: ${progname} <bootstrap|deploy|update|updateQuietly|usage|help>"
109
109
echo " ${progname} index [<directory>]"
110
110
echo " ${progname} indexpart <directory_1> [<directory_2> ..]"
111
111
echo " ${progname} clearHistory <src_root> <repository_name>"
@@ -974,30 +974,6 @@ DeployWar()
974
974
Progress
975
975
}
976
976
977
- DerbyServer ()
978
- {
979
- case " ${OS_NAME} :${OS_VERSION} " in
980
- SunOS:5.10) Error " unsupported OS" ;;
981
- SunOS:5.11)
982
- /sbin/svcadm enable javadb
983
- ;;
984
- SunOS:5.12)
985
- echo " Below might need your socket permission setup"
986
- echo " see JDK1.7_51 release notes"
987
- set -x
988
- mkdir -p $DATA_ROOT /derby
989
- java -Dderby.system.home=$DATA_ROOT /derby \
990
- -jar /usr/jdk/instances/jdk1.7.0/db/lib/derbynet.jar start
991
- ;;
992
- Linux:* )
993
- mkdir -p $DATA_ROOT /derby
994
- java -Dderby.system.home=$DATA_ROOT /derby \
995
- -jar /usr/lib/jvm/java-6-sun/db/lib/derbynet.jar start
996
- ;;
997
- * ) Error " unsupported OS" ;;
998
- esac
999
- }
1000
-
1001
977
#
1002
978
# Clear history index for given project.
1003
979
#
@@ -1025,12 +1001,6 @@ case "${1}" in
1025
1001
DeployWar
1026
1002
;;
1027
1003
1028
- derby)
1029
- ValidateConfiguration
1030
- CreateRuntimeRequirements
1031
- DerbyServer
1032
- ;;
1033
-
1034
1004
update)
1035
1005
ValidateConfiguration
1036
1006
CreateRuntimeRequirements
You can’t perform that action at this time.
0 commit comments