From a834a22b097edbb577f19c6a088c521809285c8a Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 24 Nov 2010 01:59:51 +0100 Subject: Fix promote-latest-builds ; Prep repack/sign/pack --- deployment/deploy-jnlp-webstarttest-filter.sh | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100755 deployment/deploy-jnlp-webstarttest-filter.sh (limited to 'deployment/deploy-jnlp-webstarttest-filter.sh') diff --git a/deployment/deploy-jnlp-webstarttest-filter.sh b/deployment/deploy-jnlp-webstarttest-filter.sh deleted file mode 100755 index 77eda44..0000000 --- a/deployment/deploy-jnlp-webstarttest-filter.sh +++ /dev/null @@ -1,25 +0,0 @@ -#! /bin/sh - -wsdir=$1 -shift - -if [ -z "$wsdir" ] ; then - echo usage $0 webstartdir - exit 1 -fi - -if [ ! -e $wsdir ] ; then - echo $wsdir does not exist - exit 1 -fi - -cd $wsdir - -rm -rf orig-jnlp -mkdir orig-jnlp - -for i in *.jnlp ; do - mv $i orig-jnlp - sed -e 's///g' -e 's/<\/security>//g' -e 's///g' orig-jnlp/$i > $i -done - -- cgit v1.2.3