Skip to content

Commit

Permalink
JBEAP-4714: Change :reload to reload in CLI scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilda committed Jun 13, 2016
1 parent 6146cd3 commit 67c699e
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 19 deletions.
2 changes: 1 addition & 1 deletion configure-postgresql.cli
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ batch
run-batch

# Reload the server configuration
:reload
reload


2 changes: 1 addition & 1 deletion ejb-security-interceptors/configure-security-domain.cli
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ batch
run-batch

# Reload the server configuration
:reload
reload


2 changes: 1 addition & 1 deletion ejb-security-interceptors/configure-system-exception.cli
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ batch
run-batch

# Reload the server configuration
:reload
reload


2 changes: 1 addition & 1 deletion ejb-security-interceptors/remove-security-domain.cli
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ batch
run-batch

# Reload the server configuration
:reload
reload


2 changes: 1 addition & 1 deletion ejb-security-interceptors/restore-system-exception.cli
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ batch
run-batch

# Reload the server configuration
:reload
reload


2 changes: 1 addition & 1 deletion helloworld-jms/configure-jms.cli
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jms-queue add --queue-address=testQueue --entries=queue/test,java:jboss/exported
run-batch

# Reload the server configuration
:reload
reload


2 changes: 1 addition & 1 deletion helloworld-jms/remove-jms.cli
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jms-queue remove --queue-address=testQueue
run-batch

# Reload the server configuration
:reload
reload


Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ batch
run-batch

# Reload the server configuration
:reload
reload


Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ batch
run-batch

# Reload the server configuration
:reload
reload


2 changes: 1 addition & 1 deletion jts/configure-jts-transactions.cli
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ batch
run-batch

# Reload the server configuration
:reload
reload


2 changes: 1 addition & 1 deletion jts/remove-jts-transactions.cli
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ batch
run-batch

# Reload the server configuration
:reload
reload


1 change: 1 addition & 0 deletions logging/configure-logging.cli
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ batch

# Run the batch commands
run-batch

2 changes: 1 addition & 1 deletion logging/remove-logging.cli
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ batch
run-batch

# Reload the server configuration
:reload
reload

2 changes: 1 addition & 1 deletion messaging-clustering/install-standalone.cli
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ deploy ../helloworld-mdb/target/jboss-helloworld-mdb.war
run-batch

# Reload the server
:reload
reload

2 changes: 1 addition & 1 deletion messaging-clustering/remove-standalone.cli
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ batch
run-batch

# Reload the server
:reload
reload

2 changes: 1 addition & 1 deletion remove-postgresql.cli
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ batch
run-batch

# Reload the server configuration
:reload
reload


2 changes: 1 addition & 1 deletion servlet-security/configure-security-domain.cli
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ batch
run-batch

# Reload the server configuration
:reload
reload


2 changes: 1 addition & 1 deletion servlet-security/remove-security-domain.cli
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ batch
run-batch

# Reload the server configuration
:reload
reload


2 changes: 1 addition & 1 deletion shopping-cart/configure-system-exception.cli
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ batch
run-batch

# Reload the server configuration
:reload
reload


2 changes: 1 addition & 1 deletion shopping-cart/restore-system-exception.cli
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ batch
run-batch

# Reload the server configuration
:reload
reload


0 comments on commit 67c699e

Please sign in to comment.