From d83b86e4bf1f064781723b37534555a74e3e3c03 Mon Sep 17 00:00:00 2001
From: Diva Canto
Date: Wed, 3 Mar 2010 09:34:51 -0800
Subject: Fixed prebuild errors that have emerged with the merge
---
prebuild.xml | 44 --------------------------------------------
1 file changed, 44 deletions(-)
(limited to 'prebuild.xml')
diff --git a/prebuild.xml b/prebuild.xml
index e19e636..09d78e9 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1539,42 +1539,6 @@
-
-
-
- ../../../../bin/
-
-
-
-
- ../../../../bin/
-
-
-
- ../../../../bin/
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -1599,7 +1563,6 @@
-
@@ -1639,7 +1602,6 @@
-
@@ -1713,10 +1675,7 @@
-
-
-
@@ -2785,7 +2744,6 @@
-
@@ -3019,7 +2977,6 @@
-
@@ -3083,7 +3040,6 @@
-
--
cgit v1.1
From 61a63ff85124d932cca5a2aeba9ae685fa7f146f Mon Sep 17 00:00:00 2001
From: John Hurliman
Date: Wed, 3 Mar 2010 14:38:00 -0800
Subject: * Added three new helper utility files to OpenSim.Framework.
MultipartForm is used for constructing multipart/form-data requests.
UntrustedWebRequest places sanity checks and policy on requests to HTTP
endpoints that are not in the same trust domain (useful for Hypergrid,
OpenID, etc). WebUtil contains misc. functions for managing URLs and network
streams
---
prebuild.xml | 1 +
1 file changed, 1 insertion(+)
(limited to 'prebuild.xml')
diff --git a/prebuild.xml b/prebuild.xml
index 09d78e9..98a471b 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -157,6 +157,7 @@
+
--
cgit v1.1