You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ra...@apache.org on 2018/03/21 11:00:22 UTC

[cloudstack] branch master updated: CLOUDSTACK-10331: Remove reference to deleted script vm_snapshots.js (#2497)

This is an automated email from the ASF dual-hosted git repository.

rafael pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/master by this push:
     new 3e62ce9  CLOUDSTACK-10331: Remove reference to deleted script vm_snapshots.js (#2497)
3e62ce9 is described below

commit 3e62ce9c1b394a4a4da5d7d04a549f1be77ed9b3
Author: Olivier Lemasle <o....@gmail.com>
AuthorDate: Wed Mar 21 12:00:17 2018 +0100

    CLOUDSTACK-10331: Remove reference to deleted script vm_snapshots.js (#2497)
---
 scripts/installer/windows/client.wxs | 4 ----
 ui/index.html                        | 1 -
 2 files changed, 5 deletions(-)

diff --git a/scripts/installer/windows/client.wxs b/scripts/installer/windows/client.wxs
index ee09744..609d720 100644
--- a/scripts/installer/windows/client.wxs
+++ b/scripts/installer/windows/client.wxs
@@ -437,9 +437,6 @@
                     <Component Id="cmpA9C076F1199B904BB57D1BC96A919814" Guid="{91870ECD-F1AA-4B69-BCEC-9536BA94A0DC}">
                         <File Id="fil4CE0C842A4EF2E3C8322F88626C527E4" KeyPath="yes" Source="!(wix.SourceClient)\scripts\templates.js" />
                     </Component>
-                    <Component Id="cmp429AD4BBE2ABA44D598EF5DC4482C2A4" Guid="{29B7D8A7-D7FB-46C3-8808-4EBE6D848116}">
-                        <File Id="filDFD0025C484842DE376C881CFB81DC80" KeyPath="yes" Source="!(wix.SourceClient)\scripts\vm_snapshots.js" />
-                    </Component>
                     <Component Id="cmpA7B70148FAF23BE9246895B84B8E76EE" Guid="{06FB0332-62B7-4753-A0DA-B4906498D3A6}">
                         <File Id="fil560BA36DCB23B6FD4BCC65D8B062DAE6" KeyPath="yes" Source="!(wix.SourceClient)\scripts\vpc.js" />
                     </Component>
@@ -1948,7 +1945,6 @@
             <ComponentRef Id="cmp71D078D75E83971F80181453EA717D8B" />
             <ComponentRef Id="cmpD605A23799365004C20E5DE80CA738F3" />
             <ComponentRef Id="cmpA9C076F1199B904BB57D1BC96A919814" />
-            <ComponentRef Id="cmp429AD4BBE2ABA44D598EF5DC4482C2A4" />
             <ComponentRef Id="cmpA7B70148FAF23BE9246895B84B8E76EE" />
             <ComponentRef Id="cmpA09401C5AC6539FD960D21860A2494EA" />
             <ComponentRef Id="cmp4EF2024F5F084664B8B4EA6D2CFC68B7" />
diff --git a/ui/index.html b/ui/index.html
index b94e8e5..5003f00 100644
--- a/ui/index.html
+++ b/ui/index.html
@@ -1881,7 +1881,6 @@
         <script type="text/javascript" src="scripts/network.js"></script>
         <script type="text/javascript" src="scripts/domains.js"></script>
         <script type="text/javascript" src="scripts/docs.js"></script>
-        <script type="text/javascript" src="scripts/vm_snapshots.js"></script>
         <script type="text/javascript" src="scripts/ui-custom/projectSelect.js"></script>
         <script type="text/javascript" src="scripts/ui-custom/saml.js"></script>
         <script type="text/javascript" src="scripts/ui-custom/ca.js"></script>

-- 
To stop receiving notification emails like this one, please contact
rafael@apache.org.