INTEGRATION: CWS native97 (1.7.602); FILE MERGED
2007/07/10 10:47:10 is 1.7.602.1: #i79432# enable Unix links in scp2
This commit is contained in:
parent
05a4d228c8
commit
c2764ad67a
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
|||
#
|
||||
# $RCSfile: globals.pm,v $
|
||||
#
|
||||
# $Revision: 1.7 $
|
||||
# $Revision: 1.8 $
|
||||
#
|
||||
# last change: $Author: obo $ $Date: 2005-12-21 12:49:37 $
|
||||
# last change: $Author: ihi $ $Date: 2007-07-12 11:17:14 $
|
||||
#
|
||||
# The Contents of this file are made available subject to
|
||||
# the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -50,7 +50,7 @@ BEGIN
|
|||
$parfilelist = "";
|
||||
|
||||
@allitems = ("Installation", "ScpAction", "HelpText", "Directory", "DataCarrier", "StarRegistry", "File",
|
||||
"Shortcut", "Custom", "Procedure", "Module", "Profile", "ProfileItem",
|
||||
"Shortcut", "Custom", "Unixlink" ,"Procedure", "Module", "Profile", "ProfileItem",
|
||||
"Folder", "FolderItem", "RegistryItem", "StarRegistryItem", "WindowsCustomAction");
|
||||
|
||||
@items_with_moduleid = ("Profile", "ProfileItem",
|
||||
|
|
Loading…
Reference in a new issue