Skip to content

Commit

Permalink
ISPN-11880 Remove unused files from distribution dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanemerson authored and pruivo committed May 22, 2020
1 parent 527dc9c commit f3b5f3e
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 821 deletions.
6 changes: 0 additions & 6 deletions bin/reversion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,6 @@ if [ "$OLDSCHEMAVERSION" != "$NEWSCHEMAVERSION" ] && [ "$PROCESS_SCHEMAS" = true
copyXMLs _ $OLDSCHEMAMAJOR $OLDSCHEMAMINOR $NEWSCHEMAMAJOR $NEWSCHEMAMINOR
addNamespace $OLDSCHEMAMAJOR $OLDSCHEMAMINOR $NEWSCHEMAMAJOR $NEWSCHEMAMINOR

# Update the distribution configurations
CONFIGS=$(find distribution/src/main/release/common/configs/config-samples -name '*.xml')
for CONFIG in $CONFIGS; do
rewriteXML $CONFIG $OLDSCHEMAMAJOR $OLDSCHEMAMINOR $NEWSCHEMAMAJOR $NEWSCHEMAMINOR
done

# Update the server test configurations
CONFIGS=$(find server/tests/ -regex '.*/src/test/resources/[^0-9]*xml')
for CONFIG in $CONFIGS; do
Expand Down

This file was deleted.

196 changes: 0 additions & 196 deletions distribution/src/main/release/common/bin/functions.sh

This file was deleted.

Loading

0 comments on commit f3b5f3e

Please sign in to comment.