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

neil_a_wilson
10.50.2007 55d4590f3818a907c13221feb044e7622788111c
Update the Web Start Installer code to include the new aspectjrt.jar file.
Also, remove the create-webstart-war.sh script since it is not needed and no
longer maintained.
1 files deleted
1 files modified
230 ■■■■■ changed files
opends/resource/webstart/create-webstart-standalone.sh 5 ●●●●● patch | view | raw | blame | history
opends/resource/webstart/create-webstart-war.sh 225 ●●●●● patch | view | raw | blame | history
opends/resource/webstart/create-webstart-standalone.sh
@@ -126,7 +126,7 @@
CERT_KEYSTORE="${ROOT_DIR}/tests/unit-tests-testng/resource/server.keystore"
CERT_KEYSTORE_PIN="password"
CERT_ALIAS="server-cert"
for LIBFILE in OpenDS.jar je.jar quicksetup.jar
for LIBFILE in OpenDS.jar je.jar aspectjrt.jar quicksetup.jar
do
  echo "Signing ${LIBFILE} ..."
  cp "${PKG_LIB_DIR}/${LIBFILE}" "${INSTALL_DIR}/lib"
@@ -174,9 +174,10 @@
    <jar href="lib/quicksetup.jar" download="eager" main="true"/>
    <jar href="lib/OpenDS.jar" download="lazy"/>
    <jar href="lib/je.jar" download="lazy"/>
    <jar href="lib/aspectjrt.jar" download="lazy"/>
    <jar href="lib/zipped.jar" download="lazy"/>
    <property name="org.opends.quicksetup.iswebstart" value="true" />
    <property name="org.opends.quicksetup.lazyjarurls" value="${INSTALLER_URI}/lib/OpenDS.jar ${INSTALLER_URI}/lib/zipped.jar ${INSTALLER_URI}/lib/je.jar" />
    <property name="org.opends.quicksetup.lazyjarurls" value="${INSTALLER_URI}/lib/OpenDS.jar ${INSTALLER_URI}/lib/zipped.jar ${INSTALLER_URI}/lib/je.jar ${INSTALLER_URI}/lib/aspectjrt.jar" />
    <property name="org.opends.quicksetup.zipfilename" value="${ZIP_FILENAME_BASE}.zip"/>
  </resources>
  
opends/resource/webstart/create-webstart-war.sh
File was deleted