Author: andrews
Date: 2006-05-17 10:57:18 -0400 (Wed, 17 May 2006)
New Revision: 60782

Modified:
   trunk/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/Helper.cs
Log:
move resources to the default namespace

Modified: trunk/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/Helper.cs
===================================================================
--- trunk/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/Helper.cs        
2006-05-17 14:56:26 UTC (rev 60781)
+++ trunk/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/Helper.cs        
2006-05-17 14:57:18 UTC (rev 60782)
@@ -39,12 +39,12 @@
                        foreach (Assembly ass in 
AppDomain.CurrentDomain.GetAssemblies ())
                                CopyAssembly (ass, binDir);
 
-                       CopyResource (Assembly.GetExecutingAssembly (), 
"NunitWeb.Resources.Web.config", "Web.config");
-                       CopyResource (Assembly.GetExecutingAssembly (), 
"NunitWeb.Resources.MyPage.aspx", "MyPage.aspx");
-                       CopyResource (Assembly.GetExecutingAssembly (), 
"NunitWeb.Resources.MyPage.aspx.cs", "MyPage.aspx.cs");
-                       CopyResource (Assembly.GetExecutingAssembly (), 
"NunitWeb.Resources.MyPageWithMaster.aspx", "MyPageWithMaster.aspx");
-                       CopyResource (Assembly.GetExecutingAssembly (), 
"NunitWeb.Resources.MyPageWithMaster.aspx.cs", "MyPageWithMaster.aspx.cs");
-                       CopyResource (Assembly.GetExecutingAssembly (), 
"NunitWeb.Resources.My.master", "My.master");
+                       CopyResource (Assembly.GetExecutingAssembly (), 
"Web.config", "Web.config");
+                       CopyResource (Assembly.GetExecutingAssembly (), 
"MyPage.aspx", "MyPage.aspx");
+                       CopyResource (Assembly.GetExecutingAssembly (), 
"MyPage.aspx.cs", "MyPage.aspx.cs");
+                       CopyResource (Assembly.GetExecutingAssembly (), 
"MyPageWithMaster.aspx", "MyPageWithMaster.aspx");
+                       CopyResource (Assembly.GetExecutingAssembly (), 
"MyPageWithMaster.aspx.cs", "MyPageWithMaster.aspx.cs");
+                       CopyResource (Assembly.GetExecutingAssembly (), 
"My.master", "My.master");
 
                        host = (MyHost) ApplicationHost.CreateApplicationHost 
(typeof (MyHost), VIRTUAL_BASE_DIR, baseDir);
 

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to