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:
authorMichael Hutchinson <mhutchinson@novell.com>2009-03-20 23:50:48 +0300
committerMichael Hutchinson <mhutchinson@novell.com>2009-03-20 23:50:48 +0300
commitcfcda33211e0c207f90608bd9fb85e1888cbadfc (patch)
treeaf999c2e3dcaaf8715b016be7ac1d6fdbe337f68
parent8150d7d1bc9c35e79f18cbe76116789a28f3348c (diff)
Backported r129916BooBinding-2.0
svn path=/branches/monodevelop/extras/BooBinding/2.0/; revision=129919
-rw-r--r--extras/BooBinding/ChangeLog5
-rw-r--r--extras/BooBinding/templates/BooGtkSharpProject.xpt.xml4
2 files changed, 7 insertions, 2 deletions
diff --git a/extras/BooBinding/ChangeLog b/extras/BooBinding/ChangeLog
index 8bdfcedac9..74dcf002ed 100644
--- a/extras/BooBinding/ChangeLog
+++ b/extras/BooBinding/ChangeLog
@@ -1,3 +1,8 @@
+2009-03-20 Michael Hutchinson <mhutchinson@novell.com>
+
+ * templates/BooGtkSharpProject.xpt.xml: Don't require specific
+ GTK# versions.
+
2009-03-05 Lluis Sanchez Gual <lluis@novell.com>
* configure:
diff --git a/extras/BooBinding/templates/BooGtkSharpProject.xpt.xml b/extras/BooBinding/templates/BooGtkSharpProject.xpt.xml
index 1f6094bf32..689c734261 100644
--- a/extras/BooBinding/templates/BooGtkSharpProject.xpt.xml
+++ b/extras/BooBinding/templates/BooGtkSharpProject.xpt.xml
@@ -23,8 +23,8 @@
<Project name = "${ProjectName}" directory = ".">
<References>
- <Reference type="Gac" refto="gtk-sharp, Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <Reference type="Gac" refto="glib-sharp, Version=2.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+ <Reference type="Gac" SpecificVersion="false" refto="gtk-sharp, Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+ <Reference type="Gac" SpecificVersion="false" refto="glib-sharp, Version=2.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
</References>
<Files>
<File name="Main.boo"><![CDATA[// project created on ${Date} at ${Time}