2008-12-15 Marek Habersack <mhabersack@novell.com>
authorMarek Habersack <grendel@twistedcode.net>
Mon, 15 Dec 2008 22:36:35 +0000 (22:36 -0000)
committerMarek Habersack <grendel@twistedcode.net>
Mon, 15 Dec 2008 22:36:35 +0000 (22:36 -0000)
* data/Makefile.am (EXTRA_DIST): added
system.web.extensions_1.0.pc.in. Also added to pkgconfig_DATA

* data/system.web.extensions_1.0.pc.in: added. This file serves
the purpose of making MonoDevelop see the 1.0 version of the
System.Web.Extensions assembly in the project references
editor. This will also make legacy 2.0 ASP.NET apps not fail when
they reference the 1.0 version of the assembly in their project
files.

* configure.in: added data/system.web.extensions_1.0.pc to AC_OUTPUT

svn path=/trunk/mono/; revision=121557

ChangeLog
configure.in
data/Makefile.am
data/system.web.extensions_1.0.pc.in [new file with mode: 0644]

index 853a8d26b1ca6ebd81029a68a66b445743d5953e..768a63639b024c7f2964addc5a1b1b082fef541d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2008-12-15  Marek Habersack  <mhabersack@novell.com>
+
+       * data/Makefile.am (EXTRA_DIST): added
+       system.web.extensions_1.0.pc.in. Also added to pkgconfig_DATA
+
+       * data/system.web.extensions_1.0.pc.in: added. This file serves
+       the purpose of making MonoDevelop see the 1.0 version of the
+       System.Web.Extensions assembly in the project references
+       editor. This will also make legacy 2.0 ASP.NET apps not fail when
+       they reference the 1.0 version of the assembly in their project
+       files.
+
+       * configure.in: added data/system.web.extensions_1.0.pc to AC_OUTPUT
+
 2008-12-11  Mark Mason <mmason@upwardaccess.com>
 
        * configure.in: introduce SIZEOF_REGISTER - usually ==SIZEOF_VOID_P, except on mips/n32
index 34f17c9002cd40e57d713b3cfb6b44ea1f7dba91..c76b3449e298bf9b46ccab9829b299258191d866 100644 (file)
@@ -2355,6 +2355,7 @@ data/dotnet35.pc
 data/wcf.pc
 data/cecil.pc
 data/smcs.pc
+data/system.web.extensions_1.0.pc
 samples/Makefile
 support/Makefile
 data/config
index efa65d6954c54370e01815b67d233b46588d6673..185b5bac633f6472bfd284c0ee428e6f4fd25e98 100644 (file)
@@ -7,21 +7,21 @@ EXTRA_DIST =          \
        browscap.ini mono.supp mono.d README \
        mono.pc.in mint.pc.in dotnet.pc.in dotnet35.pc.in wcf.pc.in monodoc.pc.in \
        mono-nunit.pc.in mono-cairo.pc.in mono-options.pc.in cecil.pc.in smcs.pc.in \
-       mono-lineeditor.pc.in
+       mono-lineeditor.pc.in system.web.extensions_1.0.pc.in
 
 pkgconfigdir = $(libdir)/pkgconfig
 
 if JIT_SUPPORTED
 if INTERP_SUPPORTED
-pkgconfig_DATA= mono.pc mint.pc dotnet.pc dotnet35.pc wcf.pc mono-nunit.pc mono-cairo.pc mono-options.pc cecil.pc smcs.pc monodoc.pc mono-lineeditor.pc
+pkgconfig_DATA= mono.pc mint.pc dotnet.pc dotnet35.pc wcf.pc mono-nunit.pc mono-cairo.pc mono-options.pc cecil.pc smcs.pc monodoc.pc mono-lineeditor.pc system.web.extensions_1.0.pc
 else
-pkgconfig_DATA= mono.pc dotnet.pc dotnet35.pc wcf.pc mono-nunit.pc mono-cairo.pc mono-options.pc cecil.pc smcs.pc monodoc.pc mono-lineeditor.pc
+pkgconfig_DATA= mono.pc dotnet.pc dotnet35.pc wcf.pc mono-nunit.pc mono-cairo.pc mono-options.pc cecil.pc smcs.pc monodoc.pc mono-lineeditor.pc system.web.extensions_1.0.pc
 endif
 else
 pkgconfig_DATA= mint.pc mono-nunit.pc mono-cairo.pc mono-options.pc cecil.pc smcs.pc monodoc.pc mono-lineeditor.pc
 endif
 
-DISTCLEANFILES= mono.pc mint.pc dotnet.pc dotnet35.pc wcf.pc mono-nunit.pc mono-cairo.pc mono-options.pc cecil.pc smcs.pc monodoc.pc mono-lineeditor.pc
+DISTCLEANFILES= mono.pc mint.pc dotnet.pc dotnet35.pc wcf.pc mono-nunit.pc mono-cairo.pc mono-options.pc cecil.pc smcs.pc monodoc.pc mono-lineeditor.pc system.web.extensions_1.0.pc
 
 mono_DATA =  config \
             browscap.ini
diff --git a/data/system.web.extensions_1.0.pc.in b/data/system.web.extensions_1.0.pc.in
new file mode 100644 (file)
index 0000000..127d868
--- /dev/null
@@ -0,0 +1,4 @@
+Name: System.Web.Extensions
+Description: System.Web.Extensions ASP.NET 2.0 add-on
+Version: 1.0.61025.0
+Libs: -r:@prefix@/lib/mono/gac/System.Web.Extensions/1.0.61025.0__31bf3856ad364e35/System.Web.Extensions.dll