Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@novell.com>2007-12-05 01:28:35 +0300
committerLluis Sanchez <lluis@novell.com>2007-12-05 01:28:35 +0300
commit186653a00a4507c83af6f33cd78330510d75dcc6 (patch)
tree713d4404c94ea8eabf0846d32df2f46fbcb9a0b8
parent654bff4e41e60d51e0b7bc775ece0dae7d95d882 (diff)
* configure: Use bash to run the script.
* profiles/stable: Add boo and db to stable profile. svn path=/trunk/monodevelop/; revision=90720
-rw-r--r--ChangeLog4
-rwxr-xr-xconfigure2
-rw-r--r--profiles/ChangeLog4
-rw-r--r--profiles/stable2
4 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2189f57792..0b876da076 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
2007-12-04 Lluis Sanchez Gual <lluis@novell.com>
+ * configure: Use bash to run the script.
+
+2007-12-04 Lluis Sanchez Gual <lluis@novell.com>
+
* configure, profiles, MonoDevelop.mds, Makefile: Directory reorganization.
diff --git a/configure b/configure
index 0589c0763b..927a4f1ec8 100755
--- a/configure
+++ b/configure
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
VERSION=0.17
prefix=/usr/local
profile=stable
diff --git a/profiles/ChangeLog b/profiles/ChangeLog
index 72b9f7fe4c..59801b4b36 100644
--- a/profiles/ChangeLog
+++ b/profiles/ChangeLog
@@ -1,4 +1,8 @@
2007-12-04 Lluis Sanchez Gual <lluis@novell.com>
+ * stable: Add boo and db to stable profile.
+
+2007-12-04 Lluis Sanchez Gual <lluis@novell.com>
+
* all, core, stable: Directory reorganization.
diff --git a/profiles/stable b/profiles/stable
index e429704471..8c4266a1c8 100644
--- a/profiles/stable
+++ b/profiles/stable
@@ -1,2 +1,4 @@
main
extras/JavaBinding
+extras/BooBinding
+extras/MonoDevelop.Database