diff options
author | cvsadm <cvsadm> | 2005-01-21 00:44:34 +0000 |
---|---|---|
committer | cvsadm <cvsadm> | 2005-01-21 00:44:34 +0000 |
commit | b2093e3016027d6b5cf06b3f91f30769bfc099e2 (patch) | |
tree | cf58939393a9032182c4fbc4441164a9456e82f8 /ldap/cm/ldapjava.mpw | |
download | ds-ldapserver7x.tar.gz ds-ldapserver7x.tar.xz ds-ldapserver7x.zip |
Moving NSCP Directory Server from DirectoryBranch to TRUNK, initial drop. (foxworth)ldapserver7x
Diffstat (limited to 'ldap/cm/ldapjava.mpw')
-rw-r--r-- | ldap/cm/ldapjava.mpw | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ldap/cm/ldapjava.mpw b/ldap/cm/ldapjava.mpw new file mode 100644 index 00000000..914dbfd5 --- /dev/null +++ b/ldap/cm/ldapjava.mpw @@ -0,0 +1,8 @@ +# +# BEGIN COPYRIGHT BLOCK +# Copyright 2001 Sun Microsystems, Inc. +# Portions copyright 1999, 2001-2003 Netscape Communications Corporation. +# All rights reserved. +# END COPYRIGHT BLOCK +# +# this is mapped via and NTFS Appleshare volume from //Keefer/java
# this is a Macintosh Programmers Workshop File (MPW)
# created by David Keefer e-mail davidk@netscape.com
set location 'java:ldapserver:built:release:ldapjdk-mac:'
for DosFile in `WhereIs -d -s {location} .htm`
set dave "{DosFile}"
echo setting {DosFile} ...
SetFile -t TEXT -c MOSS {dave}
end
for DosFile in `WhereIs -d -s {location} .txt `
set dave "{DosFile}"
echo setting {DosFile} ...
SetFile -t TEXT -c ttxt {dave}
end
for ftype in .java .mf .jsb
for DosFile in `WhereIs -d -s {location} {ftype} `
set dave "{DosFile}"
echo setting {DosFile} ...
SetFile -t TEXT -c 'R*ch' {dave}
end
end
for DosFile in `WhereIs -d -s {location} .class `
set dave "{DosFile}"
echo setting {DosFile} ...
SetFile -t TEXT -c Javc {dave}
for DosFile in `WhereIs -d -s {location} .gif `
set dave "{DosFile}"
echo setting {DosFile} ...
SetFile -t TEXT -c MOSS {dave}
end
|