mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
28.19.2007 284e83eae56f1a3ac86570e7e401a7a835fd9648
Update the shell script used to create Java WebStart archives so that it
excludes ".svn" directories when copying content from version-controlled
directories.
1 files modified
1 ■■■■ changed files
opends/resource/webstart/create-webstart-standalone.sh 1 ●●●● patch | view | raw | blame | history
opends/resource/webstart/create-webstart-standalone.sh
@@ -125,6 +125,7 @@
# in the archive.
echo "Copying static content into place ..."
cp -Rp "${SCRIPT_DIR}/images" "${INSTALL_DIR}"
find "${INSTALL_DIR}/images" -type d -name '.svn' -exec rm -rf {} \;
# Copy the appropriate OpenDS library files and make sure they are signed.