globals.pm (9780544f) globals.pm (d1fa6344)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 25 unchanged lines hidden (view full) ---

34
35 $includepathlist = "";
36 $scriptname = "";
37 $parfilelistorig = "";
38 $parfilelist = "";
39
40 @allitems = ("Installation", "ScpAction", "Directory", "File",
41 "Shortcut", "Unixlink", "Module", "Profile", "ProfileItem",
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 25 unchanged lines hidden (view full) ---

34
35 $includepathlist = "";
36 $scriptname = "";
37 $parfilelistorig = "";
38 $parfilelist = "";
39
40 @allitems = ("Installation", "ScpAction", "Directory", "File",
41 "Shortcut", "Unixlink", "Module", "Profile", "ProfileItem",
42 "Folder", "FolderItem", "RegistryItem", "WindowsCustomAction",
43 "MergeModule");
42 "Folder", "FolderItem", "RegistryItem", "WindowsCustomAction");
44
45 @items_assigned_at_modules = ("File", "Directory", "Unixlink");
46 @items_with_directories = ("File", "Profile", "Shortcut", "Unixlink");
47 @items_with_moduleid = ("Profile", "ProfileItem", "FolderItem", "RegistryItem");
48 @items_without_moduleid = ("File", "Directory", "Shortcut", "Unixlink");
49
50 %searchkeys = ("File" => "Files", "Directory" => "Dirs", "Unixlink" => "Unixlinks");
51

--- 26 unchanged lines hidden ---
43
44 @items_assigned_at_modules = ("File", "Directory", "Unixlink");
45 @items_with_directories = ("File", "Profile", "Shortcut", "Unixlink");
46 @items_with_moduleid = ("Profile", "ProfileItem", "FolderItem", "RegistryItem");
47 @items_without_moduleid = ("File", "Directory", "Shortcut", "Unixlink");
48
49 %searchkeys = ("File" => "Files", "Directory" => "Dirs", "Unixlink" => "Unixlinks");
50

--- 26 unchanged lines hidden ---