Skip to content

Commit

Permalink
Bump MD version.
Browse files Browse the repository at this point in the history
svn path=/trunk/monodevelop/; revision=118052
  • Loading branch information
slluis committed Nov 5, 2008
1 parent cbb107c commit 55f6865
Show file tree
Hide file tree
Showing 72 changed files with 301 additions and 170 deletions.
18 changes: 9 additions & 9 deletions extras/AspNetEdit/AspNetEdit.addin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@
url = "http://www.monodevelop.com/"
description = "Visual Designer for ASP.NET Web Forms."
category = "Web Development"
version = "1.9.0">
version = "1.9.1">

<Runtime>
<Import assembly = "AspNetEdit.dll"/>
<Import file = "aspdesigner.jar"/>
</Runtime>

<Dependencies>
<Addin id="Core" version="1.9.0"/>
<Addin id="Core.Gui" version="1.9.0"/>
<Addin id="Projects" version="1.9.0"/>
<Addin id="Projects.Gui" version="1.9.0"/>
<Addin id="Ide" version="1.9.0"/>
<Addin id="Deployment" version="1.9.0" />
<Addin id="AspNet" version="1.9.0" />
<Addin id="DesignerSupport" version="1.9.0" />
<Addin id="Core" version="1.9.1"/>
<Addin id="Core.Gui" version="1.9.1"/>
<Addin id="Projects" version="1.9.1"/>
<Addin id="Projects.Gui" version="1.9.1"/>
<Addin id="Ide" version="1.9.1"/>
<Addin id="Deployment" version="1.9.1" />
<Addin id="AspNet" version="1.9.1" />
<Addin id="DesignerSupport" version="1.9.1" />
</Dependencies>

<Extension path = "/MonoDevelop/Ide/DisplayBindings">
Expand Down
5 changes: 5 additions & 0 deletions extras/AspNetEdit/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2008-11-05 Lluis Sanchez Gual <lluis@novell.com>

* configure:
* AspNetEdit.addin.xml: Bump MD version.

2008-10-23 Michael Hutchinson <mhutchinson@novell.com>

* AspNetEdit.Integration/MonoDevelopProxy.cs: Track API.
Expand Down
4 changes: 2 additions & 2 deletions extras/AspNetEdit/configure
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/bash
VERSION=1.9
VERSION=1.9.1
PACKAGE=aspnetedit
prefix=/usr/local
config=DEBUG
configurations=" RELEASE DEBUG"
required_packages=" mono-addins;0.3 monodevelop-core-addins;1.9 gecko-sharp-2.0;0.10 gtk-sharp-2.0;2.8.3 monodevelop;1.9"
required_packages=" mono-addins;0.3 monodevelop-core-addins;1.9.1 gecko-sharp-2.0;0.10 gtk-sharp-2.0;2.8.3 monodevelop;1.9.1"

usage ()
{
Expand Down
12 changes: 6 additions & 6 deletions extras/BooBinding/BooBinding.addin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
url = "http://boo.codehaus.org"
description = "Boo Language Binding"
category = "Language bindings"
version = "1.9.0">
version = "1.9.1">

<Runtime>
<Import assembly = "BooBinding.dll"/>
Expand All @@ -16,11 +16,11 @@
<Localizer type="Gettext" catalog="monodevelop-boo"/>

<Dependencies>
<Addin id="Core" version="1.9.0"/>
<Addin id="Core.Gui" version="1.9.0"/>
<Addin id="Projects" version="1.9.0"/>
<Addin id="Projects.Gui" version="1.9.0"/>
<Addin id="Ide" version="1.9.0"/>
<Addin id="Core" version="1.9.1"/>
<Addin id="Core.Gui" version="1.9.1"/>
<Addin id="Projects" version="1.9.1"/>
<Addin id="Projects.Gui" version="1.9.1"/>
<Addin id="Ide" version="1.9.1"/>
<Assembly name="Boo.Lang.Compiler, Version=1.0.0.0" package="Boo" />
</Dependencies>

Expand Down
5 changes: 5 additions & 0 deletions extras/BooBinding/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2008-11-05 Lluis Sanchez Gual <lluis@novell.com>

* configure:
* BooBinding.addin.xml: Bump MD version.

2008-11-04 Michael Hutchinson <mhutchinson@novell.com>

* Gui/OptionPanels/CodeCompilationPanel.boo: Show widgets, or the
Expand Down
4 changes: 2 additions & 2 deletions extras/BooBinding/configure
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/bash
VERSION=1.9
VERSION=1.9.1
PACKAGE=monodevelop-boo
prefix=/usr/local
config=DEBUG
configurations=" RELEASE DEBUG"
required_packages="gtk-sharp-2.0;2.8.3 monodevelop;1.9 mono-addins;0.3 glib-sharp-2.0;2.8.3 monodevelop-core-addins;1.9 boo;0.7.9.2659 gconf-sharp-2.0;2.8.3 gtksourceview-sharp-2.0;0.11"
required_packages="gtk-sharp-2.0;2.8.3 monodevelop;1.9.1 mono-addins;0.3 glib-sharp-2.0;2.8.3 monodevelop-core-addins;1.9.1 boo;0.7.9.2659 gconf-sharp-2.0;2.8.3 gtksourceview-sharp-2.0;0.11"

usage ()
{
Expand Down
5 changes: 5 additions & 0 deletions extras/GeckoWebBrowser/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2008-11-05 Lluis Sanchez Gual <lluis@novell.com>

* configure:
* MonoDevelop.WebBrowsers.GeckoWebBrowser.addin.xml: Bump MD version.

2008-09-17 Lluis Sanchez Gual <lluis@novell.com>

* GeckoWebBrowser.mdp: Updated projects.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
url = "http://www.monodevelop.com"
description = "Mozilla Web Browser component using GeckoSharp and GtkMozEmbed"
category = "Platform Support"
version = "1.9.0">
version = "1.9.1">

<Dependencies>
<Addin id = "Core.Gui" version = "1.9.0"/>
<Addin id = "Core.Gui" version = "1.9.1"/>
</Dependencies>

<Extension path = "/MonoDevelop/Core/WebBrowsers">
Expand Down
4 changes: 2 additions & 2 deletions extras/GeckoWebBrowser/configure
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/bash
VERSION=1.9
VERSION=1.9.1
PACKAGE=geckowebbrowser
prefix=/usr/local
config=DEBUG
configurations=" RELEASE DEBUG"
common_packages=" glib-sharp-2.0;2.10.2 gtk-sharp-2.0;2.10.2 gecko-sharp-2.0;0.12 monodevelop;1.9"
common_packages=" glib-sharp-2.0;2.10.2 gtk-sharp-2.0;2.10.2 gecko-sharp-2.0;0.12 monodevelop;1.9.1"


usage ()
Expand Down
5 changes: 5 additions & 0 deletions extras/JavaBinding/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2008-11-05 Lluis Sanchez Gual <lluis@novell.com>

* configure:
* JavaBinding.addin.xml: Bump MD version.

2008-09-17 Lluis Sanchez Gual <lluis@novell.com>

* JavaBinding.mdp: Updated projects.
Expand Down
12 changes: 6 additions & 6 deletions extras/JavaBinding/JavaBinding.addin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
url = "http://www.monodevelop.com"
description = "Java Language Binding"
category = "Language bindings"
version = "1.9.0">
version = "1.9.1">

<Runtime>
<Import assembly = "JavaBinding.dll"/>
Expand All @@ -15,11 +15,11 @@
<Localizer type="Gettext" catalog="monodevelop-java"/>

<Dependencies>
<Addin id="Core" version="1.9.0"/>
<Addin id="Core.Gui" version="1.9.0"/>
<Addin id="Projects" version="1.9.0"/>
<Addin id="Projects.Gui" version="1.9.0"/>
<Addin id="Ide" version="1.9.0"/>
<Addin id="Core" version="1.9.1"/>
<Addin id="Core.Gui" version="1.9.1"/>
<Addin id="Projects" version="1.9.1"/>
<Addin id="Projects.Gui" version="1.9.1"/>
<Addin id="Ide" version="1.9.1"/>
</Dependencies>

<Extension path = "/MonoDevelop/Ide/FileFilters">
Expand Down
4 changes: 2 additions & 2 deletions extras/JavaBinding/configure
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/bash
VERSION=1.9
VERSION=1.9.1
PACKAGE=monodevelop-java
prefix=/usr/local
config=DEBUG
configurations=" RELEASE DEBUG"
required_packages="mono-addins;0.3 gtk-sharp-2.0;2.8.3 glade-sharp-2.0;2.8.3 monodevelop;1.9"
required_packages="mono-addins;0.3 gtk-sharp-2.0;2.8.3 glade-sharp-2.0;2.8.3 monodevelop;1.9.1"

usage ()
{
Expand Down
4 changes: 4 additions & 0 deletions extras/MonoDevelop.AddinAuthoring/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2008-11-05 Lluis Sanchez Gual <lluis@novell.com>

* configure: Bump MD version.

2008-10-01 Michael Hutchinson <mhutchinson@novell.com>

* MonoDevelop.AddinAuthoring/AddinFileDescriptionTemplate.cs,
Expand Down
4 changes: 2 additions & 2 deletions extras/MonoDevelop.AddinAuthoring/configure
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/bash
VERSION=0.1
VERSION=0.2
PACKAGE=monodevelop_addinauthoring
prefix=/usr/local
config=DEBUG
configurations=" RELEASE DEBUG"
common_packages=" monodevelop;1.9 gtk-sharp-2.0;2.8.3 mono-addins-setup;0.3 mono-addins;0.3"
common_packages=" monodevelop;1.9.1 gtk-sharp-2.0;2.8.3 mono-addins-setup;0.3 mono-addins;0.3"


usage ()
Expand Down
4 changes: 4 additions & 0 deletions extras/MonoDevelop.CodeAnalysis/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2008-11-05 Lluis Sanchez Gual <lluis@novell.com>

* configure.ac: Bump MD version.

2008-07-15 Lluis Sanchez Gual <lluis@novell.com>

* AUTHORS, README, NEWS: Add required files.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2008-11-05 Lluis Sanchez Gual <lluis@novell.com>

* MonoDevelop.CodeAnalysis.addin.xml: Bump MD version.

2008-09-29 Lluis Sanchez Gual <lluis@novell.com>

* MonoDevelop.CodeAnalysis.addin.xml: Moved analyze command to tools
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
version = "0.1.0">

<Dependencies>
<Addin id="Components" version="1.9.0"/>
<Addin id="Core" version="1.9.0"/>
<Addin id="Core.Gui" version="1.9.0"/>
<Addin id="Projects" version="1.9.0"/>
<Addin id="Projects.Gui" version="1.9.0"/>
<Addin id="Ide" version="1.9.0"/>
<Addin id="Components" version="1.9.1"/>
<Addin id="Core" version="1.9.1"/>
<Addin id="Core.Gui" version="1.9.1"/>
<Addin id="Projects" version="1.9.1"/>
<Addin id="Projects.Gui" version="1.9.1"/>
<Addin id="Ide" version="1.9.1"/>
</Dependencies>

<Extension path="/MonoDevelop/Ide/Commands">
Expand Down
4 changes: 2 additions & 2 deletions extras/MonoDevelop.CodeAnalysis/configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([monodevelop-codeanalysis], 0.1, [monodevelop-list@lists.ximian.com])
AC_INIT([monodevelop-codeanalysis], 0.2, [monodevelop-list@lists.ximian.com])
AC_PREREQ(2.53)
AM_INIT_AUTOMAKE([1.9 tar-ustar])
AM_MAINTAINER_MODE
Expand Down Expand Up @@ -52,7 +52,7 @@ fi

dnl hard dependencies
MONOADDINS_REQUIRED_VERSION=0.3
MONODEVELOP_REQUIRED_VERSION=1.9
MONODEVELOP_REQUIRED_VERSION=1.9.1
GTKSHARP_REQUIRED_VERSION=2.8.0
CECIL_VERSION=0.5
GENDARME_VERSION=1.9
Expand Down
4 changes: 4 additions & 0 deletions extras/MonoDevelop.Database/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2008-11-05 Lluis Sanchez Gual <lluis@novell.com>

* configure.in: Bump MD version.

2008-06-04 Lluis Sanchez Gual <lluis@novell.com>

* configure.in: Bump MD version.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2008-11-05 Lluis Sanchez Gual <lluis@novell.com>

* MonoDevelop.Database.CodeGenerator.addin.xml: Bump MD version.

2008-09-17 Lluis Sanchez Gual <lluis@novell.com>

* MonoDevelop.Database.CodeGenerator.mdp: Updated projects.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
url = "http://www.monodevelop.com"
description = "Database CodeGenerator Module"
category = "Database"
version = "1.9.0">
version = "1.9.1">

<Runtime>
<Import assembly="MonoDevelop.Database.CodeGenerator.dll"/>
Expand All @@ -15,11 +15,11 @@
<Localizer type="Gettext" catalog="monodevelop-database"/>

<Dependencies>
<Addin id="Core" version="1.9.0"/>
<Addin id="Core.Gui" version="1.9.0"/>
<Addin id="Ide" version="1.9.0"/>
<Addin id="Database.Sql" version="1.9.0"/>
<Addin id="Database.Components" version="1.9.0"/>
<Addin id="Core" version="1.9.1"/>
<Addin id="Core.Gui" version="1.9.1"/>
<Addin id="Ide" version="1.9.1"/>
<Addin id="Database.Sql" version="1.9.1"/>
<Addin id="Database.Components" version="1.9.1"/>
</Dependencies>

<Extension path = "/MonoDevelop/Ide/Commands">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2008-11-05 Lluis Sanchez Gual <lluis@novell.com>

* MonoDevelop.Database.Components.addin.xml: Bump MD version.

2008-10-06 Michael Hutchinson <mhutchinson@novell.com>

* Widgets/ProjectDirectoryComboBox.cs: Track API, fix build.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
url = "http://www.monodevelop.com"
description = "Database Components Module"
category = "Database"
version = "1.9.0">
version = "1.9.1">

<Runtime>
<Import assembly="MonoDevelop.Database.Components.dll"/>
Expand All @@ -15,10 +15,10 @@
<Localizer type="Gettext" catalog="monodevelop-database"/>

<Dependencies>
<Addin id="Core" version="1.9.0"/>
<Addin id="Core.Gui" version="1.9.0"/>
<Addin id="Ide" version="1.9.0"/>
<Addin id="Database.Sql" version="1.9.0"/>
<Addin id="Core" version="1.9.1"/>
<Addin id="Core.Gui" version="1.9.1"/>
<Addin id="Ide" version="1.9.1"/>
<Addin id="Database.Sql" version="1.9.1"/>
</Dependencies>

<ExtensionPoint path = "/MonoDevelop/Database/DataGrid/Renderers" name = "DataGrid renderers">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2008-11-05 Lluis Sanchez Gual <lluis@novell.com>

* MonoDevelop.Database.ConnectionManager.addin.xml: Bump MD version.

2008-09-17 Lluis Sanchez Gual <lluis@novell.com>

* MonoDevelop.Database.ConnectionManager.mdp: Updated projects.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
url = "http://www.monodevelop.com"
description = "Database ConnectionManager Module"
category = "Database"
version = "1.9.0">
version = "1.9.1">

<Runtime>
<Import assembly="MonoDevelop.Database.ConnectionManager.dll"/>
Expand All @@ -15,13 +15,13 @@
<Localizer type="Gettext" catalog="monodevelop-database"/>

<Dependencies>
<Addin id="Core" version="1.9.0"/>
<Addin id="Core.Gui" version="1.9.0"/>
<Addin id="Ide" version="1.9.0"/>
<Addin id="Database.Sql" version="1.9.0"/>
<Addin id="Database.Components" version="1.9.0"/>
<Addin id="Database.Query" version="1.9.0"/>
<Addin id="Database.Designer" version="1.9.0"/>
<Addin id="Core" version="1.9.1"/>
<Addin id="Core.Gui" version="1.9.1"/>
<Addin id="Ide" version="1.9.1"/>
<Addin id="Database.Sql" version="1.9.1"/>
<Addin id="Database.Components" version="1.9.1"/>
<Addin id="Database.Query" version="1.9.1"/>
<Addin id="Database.Designer" version="1.9.1"/>
</Dependencies>

<Extension path = "/MonoDevelop/Ide/Pads">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2008-11-05 Lluis Sanchez Gual <lluis@novell.com>

* MonoDevelop.Database.Designer.addin.xml: Bump MD version.

2008-09-17 Lluis Sanchez Gual <lluis@novell.com>

* MonoDevelop.Database.Designer.mdp: Updated projects.
Expand Down
Loading

0 comments on commit 55f6865

Please sign in to comment.