Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorSebastien Pouliot <sebastien@ximian.com>2003-02-15 03:43:34 +0300
committerSebastien Pouliot <sebastien@ximian.com>2003-02-15 03:43:34 +0300
commit6eccd57679126f911f446339f02a3a86f70ad9ce (patch)
tree1ca8422b8860c957e716d837c71c461f94a3f8dd /web
parentd723c925d2d8fd2342c95f33ab045a61e177b507 (diff)
2003-02-14 Sebastien Pouliot <spouliot@videotron.ca>
* commands: Added System.Security to the list of assembly. * makefile: Added processing for System.Security. svn path=/trunk/mono/; revision=11597
Diffstat (limited to 'web')
-rw-r--r--web/web/commands1
-rw-r--r--web/web/makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/web/web/commands b/web/web/commands
index b179eb1c89d..a5a74a76dc8 100644
--- a/web/web/commands
+++ b/web/web/commands
@@ -63,4 +63,5 @@
1,EnterpriseServices,class-status-System.EnterpriseServices.html,class-status-System.EnterpriseServices.src,cm/cormissing.css,cm/cormissing.js
1,Formatters.Soap,class-status-System.Runtime.Serialization.Formatters.Soap.html,class-status-System.Runtime.Serialization.Formatters.Soap.src,cm/cormissing.css,cm/cormissing.js
1,Cscompmgd,class-status-Cscompmgd.html,class-status-Cscompmgd.src,cm/cormissing.css,cm/cormissing.js
+1,System.Security,class-status-System.Security.html,class-status-System.Security.src,cm/cormissing.css,cm/cormissing.js
0,Contact,contact.html,contact.src
diff --git a/web/web/makefile b/web/web/makefile
index 6af2256d39c..94999f46fab 100644
--- a/web/web/makefile
+++ b/web/web/makefile
@@ -69,6 +69,7 @@ OBJECTS= \
deploy/class-status-Microsoft.VisualBasic.html \
deploy/class-status-System.EnterpriseServices.html \
deploy/class-status-System.Runtime.Serialization.Formatters.Soap.html \
+ deploy/class-status-System.Security.html \
deploy/class-status-System.Windows.Forms.html \
deploy/class-status-Cscompmgd.html \
deploy/class-library.html \