[java-identity-provider COMMIT] in /tags/3.2.1.0: ./ idp-installer/src/main/wix/IdP.bat idp-installer/src/main/wix/Me...
noreply at shibboleth.net
noreply at shibboleth.net
Sat Dec 19 09:54:28 EST 2015
Author: rdw
Date: Sat Dec 19 09:54:28 2015
New Revision: 8058
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8058&view=rev
Log:
Tag for the windows Installer 3.2.1.0
Added:
tags/3.2.1.0/ (props changed)
- copied from r8057, tags/3.2.1/
tags/3.2.1.0/idp-installer/src/main/wix/downloads/
tags/3.2.1.0/idp-installer/src/main/wix/downloads/commons-daemon-1.0.15-bin-windows-signed.zip (with props)
tags/3.2.1.0/idp-installer/src/main/wix/downloads/commons-daemon-1.0.15-bin-windows-signed.zip.asc (with props)
tags/3.2.1.0/idp-installer/src/main/wix/downloads/jetty-distribution-9.2.14.v20151106.zip (with props)
tags/3.2.1.0/idp-installer/src/main/wix/downloads/jetty-distribution-9.2.14.v20151106.zip.asc (with props)
Modified:
tags/3.2.1.0/idp-installer/src/main/wix/IdP.bat
tags/3.2.1.0/idp-installer/src/main/wix/MergeModule.wxs
tags/3.2.1.0/idp-installer/src/main/wix/ShibbolethIdP-main.wxs
Modified: tags/3.2.1.0/idp-installer/src/main/wix/IdP.bat
URL: http://svn.shibboleth.net/view/java-identity-provider/tags/3.2.1.0/idp-installer/src/main/wix/IdP.bat?rev=8058&r1=8057&r2=8058&view=diff
==============================================================================
--- tags/3.2.1.0/idp-installer/src/main/wix/IdP.bat (original)
+++ tags/3.2.1.0/idp-installer/src/main/wix/IdP.bat Sat Dec 19 09:54:28 2015
@@ -94,6 +94,9 @@
rem we do not want to populate conf/flows/view/messages
rem we will populate them from the dist directory
+rename %idpex% TheIdp
+set idpex=TheIdp
+
rd/s/q %idpex%\conf
if ERRORLEVEL 1 (
cd ..
Modified: tags/3.2.1.0/idp-installer/src/main/wix/MergeModule.wxs
URL: http://svn.shibboleth.net/view/java-identity-provider/tags/3.2.1.0/idp-installer/src/main/wix/MergeModule.wxs?rev=8058&r1=8057&r2=8058&view=diff
==============================================================================
--- tags/3.2.1.0/idp-installer/src/main/wix/MergeModule.wxs (original)
+++ tags/3.2.1.0/idp-installer/src/main/wix/MergeModule.wxs Sat Dec 19 09:54:28 2015
@@ -16,7 +16,7 @@
permissions and limitations under the License. -->
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
- <Module Id="Jetty" Language="1033" Version="1.2.0.3">
+ <Module Id="Jetty" Language="1033" Version="1.2.1.0">
<Package Id="684b3207-0d64-43e6-9e6a-3acb8b7672d7" Manufacturer="The Shibboleth Consortium" InstallerVersion="310" Description="Merge Module for Jetty" Comments="This module is built by the Shibboleth Consortium. Includes Jetty (from Eclipse) and Procrun (from Apache)" Platform="$(var.msitype)" />
<Directory Id="TARGETDIR" Name="SourceDir">
<Directory Id="JETTYROOT" Name="Jetty" />
Modified: tags/3.2.1.0/idp-installer/src/main/wix/ShibbolethIdP-main.wxs
URL: http://svn.shibboleth.net/view/java-identity-provider/tags/3.2.1.0/idp-installer/src/main/wix/ShibbolethIdP-main.wxs?rev=8058&r1=8057&r2=8058&view=diff
==============================================================================
--- tags/3.2.1.0/idp-installer/src/main/wix/ShibbolethIdP-main.wxs (original)
+++ tags/3.2.1.0/idp-installer/src/main/wix/ShibbolethIdP-main.wxs Sat Dec 19 09:54:28 2015
@@ -19,7 +19,7 @@
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
- <Product Id="*" Name="Shibboleth IdP V3" Language="1033" Version="3.2.0.3" Manufacturer="The Shibboleth Consortium" UpgradeCode="$(var.UpgradeUUID)">
+ <Product Id="*" Name="Shibboleth IdP V3" Language="1033" Version="3.2.1.0" Manufacturer="The Shibboleth Consortium" UpgradeCode="$(var.UpgradeUUID)">
<Package InstallerVersion="310" Compressed="yes" InstallScope="perMachine" Platform="$(var.msitype)" Description="Shibboleth IdP V3.2" Manufacturer="The Shibboleth Consortium" />
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." AllowSameVersionUpgrades="yes" Schedule="afterInstallInitialize" />
More information about the commits
mailing list