Author: mhutch
Date: 2007-10-03 11:45:59 -0400 (Wed, 03 Oct 2007)
New Revision: 86819
Modified:
trunk/monodevelop/Extras/CBinding/CBinding.mdp
trunk/monodevelop/Extras/CBinding/ChangeLog
trunk/monodevelop/Extras/CBinding/Project/CProject.cs
trunk/monodevelop/Extras/CBinding/gtk-gui/gui.stetic
Log:
* CBinding.mdp, gtk-gui/gui.stetic: Target GTK# 2.8.
* Project/CProject.cs: Track execution API changes.
Modified: trunk/monodevelop/Extras/CBinding/CBinding.mdp
===================================================================
--- trunk/monodevelop/Extras/CBinding/CBinding.mdp 2007-10-03 15:44:09 UTC
(rev 86818)
+++ trunk/monodevelop/Extras/CBinding/CBinding.mdp 2007-10-03 15:45:59 UTC
(rev 86819)
@@ -131,7 +131,6 @@
<ProjectReference type="Gac" localcopy="True" refto="System.Xml,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<ProjectReference type="Gac" localcopy="True" refto="Mono.Posix,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
<ProjectReference type="Project" localcopy="False"
refto="MonoDevelop.SourceEditor" />
- <ProjectReference type="Gac" localcopy="False" refto="glib-sharp,
Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<ProjectReference type="Project" localcopy="False"
refto="MonoDevelop.Components" />
<ProjectReference type="Project" localcopy="False"
refto="MonoDevelop.Core.Gui" />
<ProjectReference type="Project" localcopy="False" refto="MonoDevelop.Ide"
/>
@@ -140,11 +139,12 @@
<ProjectReference type="Project" localcopy="False"
refto="MonoDevelop.Core" />
<ProjectReference type="Project" localcopy="False"
refto="MonoDevelop.Deployment" />
<ProjectReference type="Project" localcopy="False"
refto="MonoDevelop.Deployment.Linux" />
+ <ProjectReference type="Project" localcopy="False" refto="Mono.Addins" />
+ <ProjectReference type="Gac" localcopy="True" refto="glib-sharp,
Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<ProjectReference type="Gac" localcopy="True" refto="pango-sharp,
Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<ProjectReference type="Gac" localcopy="True" refto="atk-sharp,
Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<ProjectReference type="Gac" localcopy="True" refto="gdk-sharp,
Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<ProjectReference type="Gac" localcopy="True" refto="gtk-sharp,
Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <ProjectReference type="Project" localcopy="False" refto="Mono.Addins" />
</References>
<Deployment.LinuxDeployData scriptName="cbinding" />
<MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="True"
RelativeMakefileName="./Makefile.am" SyncReferences="True"
IsAutotoolsProject="True" RelativeConfigureInPath="../../">
@@ -156,5 +156,5 @@
<AsmRefVar Sync="True" Name="REFS" Prefix="-r:" />
<ProjectRefVar Sync="True" Name="REFS" Prefix="-r:" />
</MonoDevelop.Autotools.MakefileInfo>
- <GtkDesignInfo />
+ <GtkDesignInfo gtkVersion="2.8.3" />
</Project>
\ No newline at end of file
Modified: trunk/monodevelop/Extras/CBinding/ChangeLog
===================================================================
--- trunk/monodevelop/Extras/CBinding/ChangeLog 2007-10-03 15:44:09 UTC (rev
86818)
+++ trunk/monodevelop/Extras/CBinding/ChangeLog 2007-10-03 15:45:59 UTC (rev
86819)
@@ -1,3 +1,8 @@
+2007-10-03 Michael Hutchinson <[EMAIL PROTECTED]>
+
+ * CBinding.mdp, gtk-gui/gui.stetic: Target GTK# 2.8.
+ * Project/CProject.cs: Track execution API changes.
+
2007-09-27 Lluis Sanchez Gual <[EMAIL PROTECTED]>
* CBinding.mdp: Don't local copy references.
Modified: trunk/monodevelop/Extras/CBinding/Project/CProject.cs
===================================================================
--- trunk/monodevelop/Extras/CBinding/Project/CProject.cs 2007-10-03
15:44:09 UTC (rev 86818)
+++ trunk/monodevelop/Extras/CBinding/Project/CProject.cs 2007-10-03
15:45:59 UTC (rev 86819)
@@ -317,7 +317,7 @@
return;
}
- IProcessAsyncOperation op = handler.Execute
(Path.Combine (dir, command), args, dir, console);
+ IProcessAsyncOperation op = handler.Execute
(Path.Combine (dir, command), args, dir, null, console);
operationMonitor.AddOperation (op);
op.WaitForCompleted ();
Modified: trunk/monodevelop/Extras/CBinding/gtk-gui/gui.stetic
===================================================================
--- trunk/monodevelop/Extras/CBinding/gtk-gui/gui.stetic 2007-10-03
15:44:09 UTC (rev 86818)
+++ trunk/monodevelop/Extras/CBinding/gtk-gui/gui.stetic 2007-10-03
15:45:59 UTC (rev 86819)
@@ -2,7 +2,7 @@
<stetic-interface>
<configuration>
<images-root-path>../</images-root-path>
- <target-gtk-version>2.10.0</target-gtk-version>
+ <target-gtk-version>2.8.3</target-gtk-version>
</configuration>
<import>
<widget-library name="../../../build/bin/MonoDevelop.Components.dll" />
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches