From 2e016d8ea46aa770f066caafb0747e038897aafb Mon Sep 17 00:00:00 2001 From: Michael Hutchinson Date: Fri, 16 Feb 2007 15:14:22 +0000 Subject: [PATCH] 2007-02-16 Michael Hutchinson * README: * configure.in: Add a notice informing users that AspNetEdit is now maintained in MonoDevelop. * INSTALL: Fix longstanding typo. svn path=/trunk/aspeditor/; revision=73022 --- ChangeLog | 8 ++++++++ INSTALL | 2 +- README | 14 +++++++++++--- configure.in | 8 ++++++++ 4 files changed, 28 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 908a0c9..13e58ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-02-16 Michael Hutchinson + + * README: + * configure.in: Add a notice informing users that AspNetEdit is now + maintained in MonoDevelop. + + * INSTALL: Fix longstanding typo. + 2006-07-04 Michael Hutchinson * configure.in: diff --git a/INSTALL b/INSTALL index 91eed4d..90437fb 100644 --- a/INSTALL +++ b/INSTALL @@ -15,7 +15,7 @@ Building AspNetEdit =================== Open a terminal in the root aspnetedit director and run the following commands -./autoconf.sh --prefix=PREFIX +./autogen.sh --prefix=PREFIX make diff --git a/README b/README index 043f917..a53cc8b 100644 --- a/README +++ b/README @@ -1,8 +1,16 @@ +****************************** PLEASE NOTE ************************************* +* AspNetEdit has now been merged into the MonoDevelop IDE * +* (http://www.monodevelop.com) and this standalone version has not been * +* maintained since July 2006. If you would like to resurrect the standalone * +* editor please contact Michael Hutchinson . * +******************************************************************************** + Introduction ============ -This is a pre-release version of AspNetEdit, Mono's Graphical Editor for ASP.NET. This version is provided as a preview for curious developers only. Not all functionality is present or working, so please do not judge it until a final release is made. - -At the moment you will need the cutting edge subversion Mono class libraries (module mcs). +This is a pre-release version of AspNetEdit, Mono's Graphical Editor for +ASP.NET. This version is provided as a preview for curious developers only. +Not all functionality is present or working, so please do not judge it until +a final release is made. Installation diff --git a/configure.in b/configure.in index a1f86e3..a750a4a 100644 --- a/configure.in +++ b/configure.in @@ -156,3 +156,11 @@ echo " * C# compiler options = $MCS_OPTIONS" echo " * Gecko libraries from: $mozpackage" echo " * $mozpackage home: $MOZILLA_HOME" echo "" +echo "*************************** PLEASE NOTE *********************************" +echo "* AspNetEdit has now been merged into the MonoDevelop IDE *" +echo "* (http://www.monodevelop.com) and this standalone version has not *" +echo "* been maintained since July 2006. If you would like to resurrect the *" +echo "* standalone editor please contact Michael Hutchinson at *" +echo "* . *" +echo "*************************************************************************" +echo ""