[cpp-sp COMMIT] in /branches/REL_2/msi/WiX: ShibbolethSP-defs-x86.wxi ShibbolethSP-noarch.wxs

noreply at shibboleth.net noreply at shibboleth.net
Sat May 19 00:48:04 BST 2012


Author: scantor
Date: Sat May 19 00:48:04 2012
New Revision: 3672

URL: http://svn.shibboleth.net/view/cpp-sp?rev=3672&view=rev
Log:
Adjust state of some files and path to keygen script.

Modified:
    branches/REL_2/msi/WiX/ShibbolethSP-defs-x86.wxi
    branches/REL_2/msi/WiX/ShibbolethSP-noarch.wxs

Modified: branches/REL_2/msi/WiX/ShibbolethSP-defs-x86.wxi
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/msi/WiX/ShibbolethSP-defs-x86.wxi?rev=3672&r1=3671&r2=3672&view=diff
==============================================================================
--- branches/REL_2/msi/WiX/ShibbolethSP-defs-x86.wxi (original)
+++ branches/REL_2/msi/WiX/ShibbolethSP-defs-x86.wxi Sat May 19 00:48:04 2012
@@ -10,7 +10,6 @@
   <ComponentRef Id='README.txt'/>
   <ComponentRef Id='RELEASE.txt'/>
 
-  <ComponentRef Id='openssl.cnf'/>
   <ComponentRef Id='upgrade.xsl'/>
   <ComponentRef Id='example_metadata.xml'/>
   <ComponentRef Id='example_shibboleth2.xml'/> 

Modified: branches/REL_2/msi/WiX/ShibbolethSP-noarch.wxs
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/msi/WiX/ShibbolethSP-noarch.wxs?rev=3672&r1=3671&r2=3672&view=diff
==============================================================================
--- branches/REL_2/msi/WiX/ShibbolethSP-noarch.wxs (original)
+++ branches/REL_2/msi/WiX/ShibbolethSP-noarch.wxs Sat May 19 00:48:04 2012
@@ -54,11 +54,8 @@
         </Directory><!-- doc_shibboleth -->
       </Directory><!-- doc -->
       <Directory Id='etc' Name='etc' >
-        <Directory Id='etc_shibboleth' Name='shibboleth' FileSource='$(var.SPBuildDirectory)\cpp-sp\configs' >
-          <Component Id='openssl.cnf' Guid='{1F1B9F9B-6437-46F1-ACE8-8D135612336C}' Permanent='yes'>
-            <File KeyPath='yes' Source='$(var.BuildDirectory)\openssl-$(var.OpenSSLDirVersion)\apps\openssl.cnf' />
-          </Component>
-          <Component Id='upgrade.xsl' Guid='{D8D1270C-2F85-4465-8EC0-F5F30A2B3EDD}' Permanent='yes'>
+        <Directory Id='etc_shibboleth' Name='shibboleth' FileSource='$(var.SPBuildDirectory)\cpp-sp\configs'>
+          <Component Id='upgrade.xsl' Guid='{D8D1270C-2F85-4465-8EC0-F5F30A2B3EDD}'>
             <File KeyPath='yes' Name='upgrade.xsl' />
           </Component>
           <Component Id='example_metadata.xml' Guid='{D9852008-249D-405D-8059-5DAD307D2723}' Permanent='yes'>
@@ -67,13 +64,13 @@
           <Component Id='example_shibboleth2.xml' Guid='{85415A41-2B4E-406F-9CFC-63CFC360A9C7}' Permanent='yes'>
             <File KeyPath='yes' Name='example-shibboleth2.xml' />
           </Component>
-          <Component Id='keygen.bat' Guid='{A5BBCB8B-42B3-4402-B66D-66D2971F509F}'  Permanent='yes'>
-            <File KeyPath='yes' Name='keygen.bat' Source='$(var.SPBuildDirectory)\cpp-sp\configs\keygen.bat-wix'/>
-          </Component>
-          <Component Id='xsltproc.js' Guid='{B87F4A53-3C37-45DA-BE6F-C46790FA7C2D}'  Permanent='yes'>
+          <Component Id='keygen.bat' Guid='{A5BBCB8B-42B3-4402-B66D-66D2971F509F}'>
+            <File KeyPath='yes' Name='keygen.bat'/>
+          </Component>
+          <Component Id='xsltproc.js' Guid='{B87F4A53-3C37-45DA-BE6F-C46790FA7C2D}'>
             <File KeyPath='yes' Name='xsltproc.js' />
           </Component>
-          <Directory Id='etc_shibboleth_dist' Name='dist' FileSource='$(var.SPBuildDirectory)\cpp-sp\configs' >
+          <Directory Id='etc_shibboleth_dist' Name='dist' FileSource='$(var.SPBuildDirectory)\cpp-sp\configs'>
             <Component Id='apache.config.in' Guid='{AF4EB2B1-2489-4E39-A89E-1CA7AC2B7483}'>
               <File KeyPath='yes' Name='apache.config.in' />
             </Component>



More information about the commits mailing list