[Libreoffice-commits] core.git: solenv/bin

Thomas Arnhold thomas at arnhold.org
Wed Sep 11 21:34:50 PDT 2013


 solenv/bin/modules/installer/windows/assembly.pm |   28 +++++++++++++++++++++++
 1 file changed, 28 insertions(+)

New commits:
commit 66d33a849264ac4c83ca87ea7f1500e4a2079cf8
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Thu Sep 12 06:33:47 2013 +0200

    installer: restore these too
    
    This was dumb - I can't use search correctly ;)
    
    Change-Id: I966ad8bce2edbd4a6c58f82568210e110c88a6c5

diff --git a/solenv/bin/modules/installer/windows/assembly.pm b/solenv/bin/modules/installer/windows/assembly.pm
index fb80d52..38c04a7 100644
--- a/solenv/bin/modules/installer/windows/assembly.pm
+++ b/solenv/bin/modules/installer/windows/assembly.pm
@@ -62,6 +62,34 @@ sub get_msiassembly_component
 }
 
 ##############################################################
+# Returning the file name as manifest file
+##############################################################
+
+sub get_msiassembly_filemanifest
+{
+    my ( $onefile ) = @_;
+
+    my $filemanifest = "";
+
+    $filemanifest = $onefile->{'uniquename'};
+
+    return $filemanifest;
+}
+
+##############################################################
+# Returning the file application
+##############################################################
+
+sub get_msiassembly_fileapplication
+{
+    my ( $onefile ) = @_;
+
+    my $fileapplication = "";
+
+    return $fileapplication;
+}
+
+##############################################################
 # Returning the file attributes
 ##############################################################
 


More information about the Libreoffice-commits mailing list