Sfoglia il codice sorgente

2004-09-10 Tim Coleman <[email protected]>
* Add XML_DEP to all sources.

svn path=/trunk/mcs/; revision=33733

Tim Coleman 21 anni fa
parent
commit
f71a1bd1cf
27 ha cambiato i file con 27 aggiunte e 27 eliminazioni
  1. 1 1
      mcs/class/System/System.Net.Configuration/AuthenticationModuleElement.cs
  2. 1 1
      mcs/class/System/System.Net.Configuration/AuthenticationModuleElementCollection.cs
  3. 1 1
      mcs/class/System/System.Net.Configuration/AuthenticationModulesSection.cs
  4. 1 1
      mcs/class/System/System.Net.Configuration/BypassElement.cs
  5. 1 1
      mcs/class/System/System.Net.Configuration/BypassElementCollection.cs
  6. 1 1
      mcs/class/System/System.Net.Configuration/ConnectionManagementElement.cs
  7. 1 1
      mcs/class/System/System.Net.Configuration/ConnectionManagementElementCollection.cs
  8. 1 1
      mcs/class/System/System.Net.Configuration/ConnectionManagementSection.cs
  9. 1 1
      mcs/class/System/System.Net.Configuration/DefaultProxySection.cs
  10. 1 1
      mcs/class/System/System.Net.Configuration/HttpCachePolicyElement.cs
  11. 1 1
      mcs/class/System/System.Net.Configuration/HttpWebRequestElement.cs
  12. 1 1
      mcs/class/System/System.Net.Configuration/Ipv6Element.cs
  13. 1 1
      mcs/class/System/System.Net.Configuration/MailSettingsSection.cs
  14. 1 1
      mcs/class/System/System.Net.Configuration/ModuleElement.cs
  15. 1 1
      mcs/class/System/System.Net.Configuration/NetSectionGroup.cs
  16. 1 1
      mcs/class/System/System.Net.Configuration/ProxyElement.cs
  17. 1 1
      mcs/class/System/System.Net.Configuration/RequestCachingSection.cs
  18. 1 1
      mcs/class/System/System.Net.Configuration/ServicePointManagerElement.cs
  19. 1 1
      mcs/class/System/System.Net.Configuration/SettingsSection.cs
  20. 1 1
      mcs/class/System/System.Net.Configuration/SmtpElement.cs
  21. 1 1
      mcs/class/System/System.Net.Configuration/SocketElement.cs
  22. 1 1
      mcs/class/System/System.Net.Configuration/UriParserElement.cs
  23. 1 1
      mcs/class/System/System.Net.Configuration/UriParserElementCollection.cs
  24. 1 1
      mcs/class/System/System.Net.Configuration/UriParserSection.cs
  25. 1 1
      mcs/class/System/System.Net.Configuration/WebRequestModuleElement.cs
  26. 1 1
      mcs/class/System/System.Net.Configuration/WebRequestModuleElementCollection.cs
  27. 1 1
      mcs/class/System/System.Net.Configuration/WebRequestModulesSection.cs

+ 1 - 1
mcs/class/System/System.Net.Configuration/AuthenticationModuleElement.cs

@@ -29,7 +29,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
+#if NET_2_0 && XML_DEP
 
 using System.Configuration;
 

+ 1 - 1
mcs/class/System/System.Net.Configuration/AuthenticationModuleElementCollection.cs

@@ -29,7 +29,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
+#if NET_2_0 && XML_DEP
 
 using System.Configuration;
 

+ 1 - 1
mcs/class/System/System.Net.Configuration/AuthenticationModulesSection.cs

@@ -29,7 +29,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
+#if NET_2_0 && XML_DEP
 
 using System.Configuration;
 

+ 1 - 1
mcs/class/System/System.Net.Configuration/BypassElement.cs

@@ -29,7 +29,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
+#if NET_2_0 && XML_DEP
 
 using System.Configuration;
 

+ 1 - 1
mcs/class/System/System.Net.Configuration/BypassElementCollection.cs

@@ -29,7 +29,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
+#if NET_2_0 && XML_DEP
 
 using System.Configuration;
 

+ 1 - 1
mcs/class/System/System.Net.Configuration/ConnectionManagementElement.cs

@@ -29,7 +29,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
+#if NET_2_0 && XML_DEP
 
 using System.Configuration;
 

+ 1 - 1
mcs/class/System/System.Net.Configuration/ConnectionManagementElementCollection.cs

@@ -29,7 +29,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
+#if NET_2_0 && XML_DEP
 
 using System.Configuration;
 

+ 1 - 1
mcs/class/System/System.Net.Configuration/ConnectionManagementSection.cs

@@ -29,7 +29,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
+#if NET_2_0 && XML_DEP
 
 using System.Configuration;
 

+ 1 - 1
mcs/class/System/System.Net.Configuration/DefaultProxySection.cs

@@ -29,7 +29,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
+#if NET_2_0 && XML_DEP
 
 using System.Configuration;
 

+ 1 - 1
mcs/class/System/System.Net.Configuration/HttpCachePolicyElement.cs

@@ -29,7 +29,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
+#if NET_2_0 && XML_DEP
 
 using System;
 using System.Configuration;

+ 1 - 1
mcs/class/System/System.Net.Configuration/HttpWebRequestElement.cs

@@ -29,7 +29,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
+#if NET_2_0 && XML_DEP
 
 using System.Configuration;
 

+ 1 - 1
mcs/class/System/System.Net.Configuration/Ipv6Element.cs

@@ -29,7 +29,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
+#if NET_2_0 && XML_DEP
 
 using System.Configuration;
 

+ 1 - 1
mcs/class/System/System.Net.Configuration/MailSettingsSection.cs

@@ -29,7 +29,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
+#if NET_2_0 && XML_DEP
 
 using System.Configuration;
 

+ 1 - 1
mcs/class/System/System.Net.Configuration/ModuleElement.cs

@@ -29,7 +29,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
+#if NET_2_0 && XML_DEP
 
 using System.Configuration;
 

+ 1 - 1
mcs/class/System/System.Net.Configuration/NetSectionGroup.cs

@@ -29,7 +29,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
+#if NET_2_0 && XML_DEP
 
 using System.Configuration;
 

+ 1 - 1
mcs/class/System/System.Net.Configuration/ProxyElement.cs

@@ -29,7 +29,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
+#if NET_2_0 && XML_DEP
 
 using System;
 using System.Configuration;

+ 1 - 1
mcs/class/System/System.Net.Configuration/RequestCachingSection.cs

@@ -29,7 +29,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
+#if NET_2_0 && XML_DEP
 
 using System;
 using System.Configuration;

+ 1 - 1
mcs/class/System/System.Net.Configuration/ServicePointManagerElement.cs

@@ -29,7 +29,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
+#if NET_2_0 && XML_DEP
 
 using System;
 using System.Configuration;

+ 1 - 1
mcs/class/System/System.Net.Configuration/SettingsSection.cs

@@ -29,7 +29,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
+#if NET_2_0 && XML_DEP
 
 using System.Configuration;
 

+ 1 - 1
mcs/class/System/System.Net.Configuration/SmtpElement.cs

@@ -29,7 +29,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
+#if NET_2_0 && XML_DEP
 
 using System.Configuration;
 

+ 1 - 1
mcs/class/System/System.Net.Configuration/SocketElement.cs

@@ -29,7 +29,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
+#if NET_2_0 && XML_DEP
 
 using System.Configuration;
 

+ 1 - 1
mcs/class/System/System.Net.Configuration/UriParserElement.cs

@@ -29,7 +29,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
+#if NET_2_0 && XML_DEP
 
 using System.Configuration;
 

+ 1 - 1
mcs/class/System/System.Net.Configuration/UriParserElementCollection.cs

@@ -29,7 +29,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
+#if NET_2_0 && XML_DEP
 
 using System.Configuration;
 

+ 1 - 1
mcs/class/System/System.Net.Configuration/UriParserSection.cs

@@ -29,7 +29,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
+#if NET_2_0 && XML_DEP
 
 using System.Configuration;
 

+ 1 - 1
mcs/class/System/System.Net.Configuration/WebRequestModuleElement.cs

@@ -29,7 +29,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
+#if NET_2_0 && XML_DEP
 
 using System;
 using System.Configuration;

+ 1 - 1
mcs/class/System/System.Net.Configuration/WebRequestModuleElementCollection.cs

@@ -29,7 +29,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
+#if NET_2_0 && XML_DEP
 
 using System.Configuration;
 

+ 1 - 1
mcs/class/System/System.Net.Configuration/WebRequestModulesSection.cs

@@ -29,7 +29,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
+#if NET_2_0 && XML_DEP
 
 using System.Configuration;