[MonoDevelop] [patch] Templates

Ben Motmans Ben Motmans <ben.motmans@gmail.com>
Thu, 17 Feb 2005 00:39:41 +0100


------=_Part_394_8143501.1108597181067
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

New templates:
   C#
      - Gtk# 2.0 project
      - Gnome# 2.0 project
      - Glade# 2.0 project
   VB.NET
      - Gtk# project
      - Gtk# 2.0 project

Other templates:
lot's of changes to create consistent names inside the "New Solution"
and "Add File" dialogs

-- Ben

------=_Part_394_8143501.1108597181067
Content-Type: text/x-patch; name="templates.diff"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment; filename="templates.diff"

Index: Core/src/AddIns/BackendBindings/ILAsmBinding/ChangeLog
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Core/src/AddIns/BackendBindings/ILAsmBinding/ChangeLog=09(revision 2251=
)
+++ Core/src/AddIns/BackendBindings/ILAsmBinding/ChangeLog=09(working copy)
@@ -1,3 +1,7 @@
+2005-02-16  Ben Motmans  <ben.motmans@gmail.com>
+
+=09* ILAsmConsoleProject.xpt.xml: Consistent naming
+
 2005-01-24  John Luke  <john.luke@gmail.com>
=20
 =09* ILAsmCompilerManager.cs: update to work like CSharpBinding
Index: Core/src/AddIns/BackendBindings/ILAsmBinding/ILAsmConsoleProject.xpt=
.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Core/src/AddIns/BackendBindings/ILAsmBinding/ILAsmConsoleProject.xpt.xm=
l=09(revision 2251)
+++ Core/src/AddIns/BackendBindings/ILAsmBinding/ILAsmConsoleProject.xpt.xm=
l=09(working copy)
@@ -5,7 +5,7 @@
 =09
 =09<!-- Template Header -->
 =09<TemplateConfiguration>
-=09=09<_Name>ILAsm Console Project</_Name>
+=09=09<_Name>Console Project</_Name>
 =09=09<Category>ILAsm</Category>
 =09=09<Icon>C#.Project.DOSProject</Icon>
 =09=09<LanguageName>ILAsm</LanguageName>
Index: Core/src/AddIns/BackendBindings/VBNetBinding/VBNetBinding.addin.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Core/src/AddIns/BackendBindings/VBNetBinding/VBNetBinding.addin.xml=09(=
revision 2251)
+++ Core/src/AddIns/BackendBindings/VBNetBinding/VBNetBinding.addin.xml=09(=
working copy)
@@ -26,6 +26,10 @@
                      location =3D "templates/EmptyVBProject.xpt.xml"/>
     <ProjectTemplate id =3D "VBConsoleApplicationProject"
                      location =3D "templates/VBConsoleApplicationProject.x=
pt.xml"/>
+    <ProjectTemplate id =3D "VBGtkSharpProject"
+                     location =3D "templates/VBGtkSharpProject.xpt.xml"/>
+    <ProjectTemplate id =3D "VBGtkSharp2Project"
+                     location =3D "templates/VBGtkSharp2Project.xpt.xml"/>
   </Extension>
  =20
 =09<Extension path =3D "/Workspace/Parser">
Index: Core/src/AddIns/BackendBindings/VBNetBinding/ChangeLog
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Core/src/AddIns/BackendBindings/VBNetBinding/ChangeLog=09(revision 2251=
)
+++ Core/src/AddIns/BackendBindings/VBNetBinding/ChangeLog=09(working copy)
@@ -1,3 +1,16 @@
+2005-02-16  Ben Motmans  <ben.motmans@gmail.com>
+
+=09* EmptyVBFile.xpt.xml:
+=09* EmptyVBProject.xpt.xml:
+=09* VBConsoleApplicationProject.xpt.xml:
+=09Consistent naming
+
+=09* VBGtkSharpProject.xpt.xml:
+=09* VBGtkSharp2Project.xpt.xml:
+=09* VBNetBinding.addin.xml:
+=09* Makefile.am:
+=09Added templates
+
 2005-01-28  John Luke  <john.luke@gmail.com>
=20
 =09* SharpRefactoryVB/src/Lexer/Lexer.cs:
Index: Core/src/AddIns/BackendBindings/VBNetBinding/templates/EmptyVBFile.x=
ft.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Core/src/AddIns/BackendBindings/VBNetBinding/templates/EmptyVBFile.xft.=
xml=09(revision 2251)
+++ Core/src/AddIns/BackendBindings/VBNetBinding/templates/EmptyVBFile.xft.=
xml=09(working copy)
@@ -2,7 +2,7 @@
 <Template Originator=3D"Levi Bard" Language=3D"VBNet" Created=3D"10/19/200=
4" LastModified=3D"10/19/2004">
 =09
 =09<TemplateConfiguration>
-                <_Name>Empty VB File</_Name>
+                <_Name>Empty File</_Name>
                 <Icon>VB.File.EmptyFile</Icon>
                 <Category>VBNet</Category>
                 <LanguageName>VBNet</LanguageName>
Index: Core/src/AddIns/BackendBindings/VBNetBinding/templates/EmptyVBProjec=
t.xpt.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Core/src/AddIns/BackendBindings/VBNetBinding/templates/EmptyVBProject.x=
pt.xml=09(revision 2251)
+++ Core/src/AddIns/BackendBindings/VBNetBinding/templates/EmptyVBProject.x=
pt.xml=09(working copy)
@@ -5,7 +5,7 @@
 =09
 =09<!-- Template Header -->
 =09<TemplateConfiguration>
-                <_Name>Empty VB.NET Project</_Name>
+                <_Name>Empty Project</_Name>
                 <Category>VBNet</Category>
                 <Icon>VB.Project.EmptyProject</Icon>
                 <LanguageName>VBNet</LanguageName>
Index: Core/src/AddIns/BackendBindings/VBNetBinding/templates/VBGtkSharpPro=
ject.xpt.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Core/src/AddIns/BackendBindings/VBNetBinding/templates/VBGtkSharpProjec=
t.xpt.xml=09(revision 0)
+++ Core/src/AddIns/BackendBindings/VBNetBinding/templates/VBGtkSharpProjec=
t.xpt.xml=09(revision 0)
@@ -0,0 +1,107 @@
+<?xml version=3D"1.0"?>
+<Template originator   =3D "Ben Motmans"=20
+          created      =3D "02/16/2005"
+          lastModified =3D "02/16/2005">
+=09
+=09<!-- Template Header -->
+=09<TemplateConfiguration>
+=09=09<_Name>Gtk# Project</_Name>
+=09=09<Category>VBNet</Category>
+=09=09<Icon>VB.Project.Form</Icon>
+=09=09<LanguageName>VBNet</LanguageName>
+=09=09<_Description>Creates a VB.NET Gtk# project.</_Description>
+=09</TemplateConfiguration>
+
+=09<!-- Actions -->
+=09<Actions>
+=09=09<Open filename =3D "Main.vb"/>
+=09</Actions>
+=09
+=09<!-- Template Content -->
+=09<Combine name =3D "${ProjectName}" directory =3D ".">
+=09=09<Options>
+=09=09=09<StartupProject>${ProjectName}</StartupProject>
+=09=09</Options>
+=09=09
+=09=09<Project name =3D "${ProjectName}" directory =3D ".">
+=09=09=09<Options/>
+=09=09=09
+=09=09=09<References>
+=09=09=09=09<Reference type=3D"Gac" refto=3D"gtk-sharp, Version=3D1.0.0.0,=
 Culture=3Dneutral, PublicKeyToken=3D35e10195dab3c99f" />
+=09=09=09=09<Reference type=3D"Gac" refto=3D"gdk-sharp, Version=3D1.0.0.0,=
 Culture=3Dneutral, PublicKeyToken=3D35e10195dab3c99f" />
+=09=09=09=09<Reference type=3D"Gac" refto=3D"glib-sharp, Version=3D1.0.0.0=
, Culture=3Dneutral, PublicKeyToken=3D35e10195dab3c99f" />
+=09=09=09=09<Reference type=3D"Gac" refto=3D"glade-sharp, Version=3D1.0.0.=
0, Culture=3Dneutral, PublicKeyToken=3D35e10195dab3c99f" />
+=09=09=09=09<Reference type=3D"Gac" refto=3D"pango-sharp, Version=3D1.0.0.=
0, Culture=3Dneutral, PublicKeyToken=3D35e10195dab3c99f" />
+=09=09=09</References>
+=09=09
+=09=09=09<Files>
+=09=09=09=09<File name=3D"Main.vb"><![CDATA[' project created on ${Date} a=
t ${Time}
+Imports System
+Imports Gtk
+
+Public Class MainClass
+
+=09Public Shared Sub Main ()
+=09=09Application.Init ()
+=09=09new MyWindow ()
+=09=09Application.Run ()
+=09End Sub
+=09
+End Class]]></File>
+=09=09=09<File name=3D"MyWindow.vb"><![CDATA[Imports System
+Imports Gtk
+
+Public Class MyWindow
+=09Inherits Window
+=09
+=09Public Sub New ()
+=09=09 MyBase.New("MyWindow")
+=09=09=20
+=09=09 Me.SetDefaultSize (400, 300)
+=09=09 AddHandler MyBase.DeleteEvent, AddressOf OnMyWindowDelete
+=09=09 Me.ShowAll ()
+=09End Sub
+=09
+=09Private Sub OnMyWindowDelete (ByVal sender As Object, ByVal a As Delete=
EventArgs)
+=09=09Application.Quit ()
+=09=09a.RetVal =3D true
+=09End Sub
+=09
+End Class]]></File>
+=09=09=09<File name=3D"AssemblyInfo.cs"><![CDATA[Imports System.Reflection
+Imports System.Runtime.InteropServices
+
+' Information about this assembly is defined by the following
+' attributes.
+'
+' change them to the information which is associated with the assembly
+' you compile.
+
+<Assembly: AssemblyTitle("")>
+<Assembly: AssemblyDescription("")>
+<Assembly: AssemblyConfiguration("")>
+<Assembly: AssemblyCompany("")>
+<Assembly: AssemblyProduct("")>
+<Assembly: AssemblyCopyright("")>
+<Assembly: AssemblyTrademark("")>
+<Assembly: AssemblyCulture("")>
+
+' The assembly version has following format :
+'
+' Major.Minor.Build.Revision
+'
+' You can specify all values by your own or you can build default build an=
d revision
+' numbers with the '*' character (the default):
+
+<Assembly: AssemblyVersion("1.0.*")>=20
+
+' The following attributes specify the key for the sign of your assembly. =
See the
+' .NET Framework documentation for more information about signing.
+' This is not required, if you don't want signing let these attributes lik=
e they're.
+<Assembly: AssemblyDelaySign(false)>
+<Assembly: AssemblyKeyFile("")>
+]]></File>
+=09=09=09</Files>
+=09=09</Project>
+=09</Combine>
+</Template>
Index: Core/src/AddIns/BackendBindings/VBNetBinding/templates/VBGtkSharp2Pr=
oject.xpt.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Core/src/AddIns/BackendBindings/VBNetBinding/templates/VBGtkSharp2Proje=
ct.xpt.xml=09(revision 0)
+++ Core/src/AddIns/BackendBindings/VBNetBinding/templates/VBGtkSharp2Proje=
ct.xpt.xml=09(revision 0)
@@ -0,0 +1,107 @@
+<?xml version=3D"1.0"?>
+<Template originator   =3D "Ben Motmans"=20
+          created      =3D "02/16/2005"
+          lastModified =3D "02/16/2005">
+=09
+=09<!-- Template Header -->
+=09<TemplateConfiguration>
+=09=09<_Name>Gtk# 2.0 Project</_Name>
+=09=09<Category>VBNet</Category>
+=09=09<Icon>VB.Project.Form</Icon>
+=09=09<LanguageName>VBNet</LanguageName>
+=09=09<_Description>Creates a VB.NET Gtk# 2.0 project.</_Description>
+=09</TemplateConfiguration>
+
+=09<!-- Actions -->
+=09<Actions>
+=09=09<Open filename =3D "Main.vb"/>
+=09</Actions>
+=09
+=09<!-- Template Content -->
+=09<Combine name =3D "${ProjectName}" directory =3D ".">
+=09=09<Options>
+=09=09=09<StartupProject>${ProjectName}</StartupProject>
+=09=09</Options>
+=09=09
+=09=09<Project name =3D "${ProjectName}" directory =3D ".">
+=09=09=09<Options/>
+=09=09=09
+=09=09=09<References>
+=09=09=09=09<Reference type=3D"Gac" refto=3D"gtk-sharp, Version=3D2.0.0.0,=
 Culture=3Dneutral, PublicKeyToken=3D35e10195dab3c99f" />
+=09=09=09=09<Reference type=3D"Gac" refto=3D"gdk-sharp, Version=3D2.0.0.0,=
 Culture=3Dneutral, PublicKeyToken=3D35e10195dab3c99f" />
+=09=09=09=09<Reference type=3D"Gac" refto=3D"glib-sharp, Version=3D2.0.0.0=
, Culture=3Dneutral, PublicKeyToken=3D35e10195dab3c99f" />
+=09=09=09=09<Reference type=3D"Gac" refto=3D"glade-sharp, Version=3D2.0.0.=
0, Culture=3Dneutral, PublicKeyToken=3D35e10195dab3c99f" />
+=09=09=09=09<Reference type=3D"Gac" refto=3D"pango-sharp, Version=3D2.0.0.=
0, Culture=3Dneutral, PublicKeyToken=3D35e10195dab3c99f" />
+=09=09=09</References>
+=09=09
+=09=09=09<Files>
+=09=09=09=09<File name=3D"Main.vb"><![CDATA[' project created on ${Date} a=
t ${Time}
+Imports System
+Imports Gtk
+
+Public Class MainClass
+
+=09Public Shared Sub Main ()
+=09=09Application.Init ()
+=09=09new MyWindow ()
+=09=09Application.Run ()
+=09End Sub
+=09
+End Class]]></File>
+=09=09=09<File name=3D"MyWindow.vb"><![CDATA[Imports System
+Imports Gtk
+
+Public Class MyWindow
+=09Inherits Window
+=09
+=09Public Sub New ()
+=09=09 MyBase.New("MyWindow")
+=09=09=20
+=09=09 Me.SetDefaultSize (400, 300)
+=09=09 AddHandler MyBase.DeleteEvent, AddressOf OnMyWindowDelete
+=09=09 Me.ShowAll ()
+=09End Sub
+=09
+=09Private Sub OnMyWindowDelete (ByVal sender As Object, ByVal a As Delete=
EventArgs)
+=09=09Application.Quit ()
+=09=09a.RetVal =3D true
+=09End Sub
+=09
+End Class]]></File>
+=09=09=09<File name=3D"AssemblyInfo.cs"><![CDATA[Imports System.Reflection
+Imports System.Runtime.InteropServices
+
+' Information about this assembly is defined by the following
+' attributes.
+'
+' change them to the information which is associated with the assembly
+' you compile.
+
+<Assembly: AssemblyTitle("")>
+<Assembly: AssemblyDescription("")>
+<Assembly: AssemblyConfiguration("")>
+<Assembly: AssemblyCompany("")>
+<Assembly: AssemblyProduct("")>
+<Assembly: AssemblyCopyright("")>
+<Assembly: AssemblyTrademark("")>
+<Assembly: AssemblyCulture("")>
+
+' The assembly version has following format :
+'
+' Major.Minor.Build.Revision
+'
+' You can specify all values by your own or you can build default build an=
d revision
+' numbers with the '*' character (the default):
+
+<Assembly: AssemblyVersion("1.0.*")>=20
+
+' The following attributes specify the key for the sign of your assembly. =
See the
+' .NET Framework documentation for more information about signing.
+' This is not required, if you don't want signing let these attributes lik=
e they're.
+<Assembly: AssemblyDelaySign(false)>
+<Assembly: AssemblyKeyFile("")>
+]]></File>
+=09=09=09</Files>
+=09=09</Project>
+=09</Combine>
+</Template>
Index: Core/src/AddIns/BackendBindings/VBNetBinding/templates/VBConsoleAppl=
icationProject.xpt.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Core/src/AddIns/BackendBindings/VBNetBinding/templates/VBConsoleApplica=
tionProject.xpt.xml=09(revision 2251)
+++ Core/src/AddIns/BackendBindings/VBNetBinding/templates/VBConsoleApplica=
tionProject.xpt.xml=09(working copy)
@@ -5,7 +5,7 @@
 =09
 =09<!-- Template Header -->
 =09<TemplateConfiguration>
-=09=09<_Name>VB.NET Console Project</_Name>
+=09=09<_Name>Console Project</_Name>
 =09=09<Category>VBNet</Category>
 =09=09<Icon>VB.Project.DOSProject</Icon>
 =09=09<LanguageName>VBNet</LanguageName>
Index: Core/src/AddIns/BackendBindings/VBNetBinding/Makefile.am
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Core/src/AddIns/BackendBindings/VBNetBinding/Makefile.am=09(revision 22=
51)
+++ Core/src/AddIns/BackendBindings/VBNetBinding/Makefile.am=09(working cop=
y)
@@ -40,7 +40,9 @@
 TEMPLATES =3D \
 templates/EmptyVBFile.xft.xml \
 templates/EmptyVBProject.xpt.xml \
-templates/VBConsoleApplicationProject.xpt.xml
+templates/VBConsoleApplicationProject.xpt.xml \
+templates/VBGtkSharpProject.xpt.xml \
+templates/VBGtkSharp2Project.xpt.xml
=20
 build_sources =3D $(addprefix $(srcdir)/, $(FILES))
=20
Index: Core/src/AddIns/BackendBindings/CSharpBinding/ChangeLog
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Core/src/AddIns/BackendBindings/CSharpBinding/ChangeLog=09(revision 225=
1)
+++ Core/src/AddIns/BackendBindings/CSharpBinding/ChangeLog=09(working copy=
)
@@ -1,3 +1,18 @@
+2005-02-16  Ben Motmans  <ben.motmans@gmail.com>
+
+=09* ConsoleProject.xpt.xml:
+=09* CSharpSessionStateWebService.xpt.xml:
+=09* CSharpWebService.xpt.xml:
+=09* Library.xpt.xml:
+=09Consistent naming
+
+=09* GladeSharp2Project.xpt.xml:
+=09* GnomeSharp2Project.xpt.xml:
+=09* GtkSharp2Project.xpt.xml:
+=09* CSharpBinding.addin.xml:
+=09* Makefile.am:
+=09Added templates
+
 2005-02-05  John Luke  <john.luke@gmail.com>
=20
 =09* Gui/CodeGenerationPanel.cs: enable doc generation
Index: Core/src/AddIns/BackendBindings/CSharpBinding/CSharpBinding.addin.xm=
l
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Core/src/AddIns/BackendBindings/CSharpBinding/CSharpBinding.addin.xml=
=09(revision 2251)
+++ Core/src/AddIns/BackendBindings/CSharpBinding/CSharpBinding.addin.xml=
=09(working copy)
@@ -44,10 +44,16 @@
 =09=09                 location =3D "templates/EmptyProject.xpt.xml"/>
 =09=09<ProjectTemplate id =3D "GladeSharpProject"
 =09=09                 location =3D "templates/GladeSharpProject.xpt.xml"/=
>
+=09=09<ProjectTemplate id =3D "GladeSharp2Project"
+=09=09                 location =3D "templates/GladeSharp2Project.xpt.xml"=
/>
 =09=09<ProjectTemplate id =3D "GnomeSharpProject"
 =09=09                 location =3D "templates/GnomeSharpProject.xpt.xml"/=
>
+=09=09<ProjectTemplate id =3D "GnomeSharp2Project"
+=09=09                 location =3D "templates/GnomeSharp2Project.xpt.xml"=
/>
 =09=09<ProjectTemplate id =3D "GtkSharpProject"
 =09=09                 location =3D "templates/GtkSharpProject.xpt.xml"/>
+=09=09<ProjectTemplate id =3D "GtkSharp2Project"
+=09=09                 location =3D "templates/GtkSharp2Project.xpt.xml"/>
 =09=09<ProjectTemplate id =3D "Library"
 =09=09                 location =3D "templates/Library.xpt.xml"/>
 =09=09<ProjectTemplate id =3D "BlankCombine"
Index: Core/src/AddIns/BackendBindings/CSharpBinding/Makefile.am
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Core/src/AddIns/BackendBindings/CSharpBinding/Makefile.am=09(revision 2=
251)
+++ Core/src/AddIns/BackendBindings/CSharpBinding/Makefile.am=09(working co=
py)
@@ -49,9 +49,12 @@
 templates/EmptyTextFile.xft.xml \
 templates/EmptyXMLFile.xft.xml \
 templates/GladeSharpProject.xpt.xml \
+templates/GladeSharp2Project.xpt.xml \
 templates/GnomeSharpProgram.xft.xml \
 templates/GnomeSharpProject.xpt.xml \
+templates/GnomeSharp2Project.xpt.xml \
 templates/GtkSharpProject.xpt.xml \
+templates/GtkSharp2Project.xpt.xml \
 templates/GtkSharpWindow.xft.xml \
 templates/Library.xpt.xml
=20
Index: Core/src/AddIns/BackendBindings/CSharpBinding/templates/GnomeSharp2P=
roject.xpt.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Core/src/AddIns/BackendBindings/CSharpBinding/templates/GnomeSharp2Proj=
ect.xpt.xml=09(revision 0)
+++ Core/src/AddIns/BackendBindings/CSharpBinding/templates/GnomeSharp2Proj=
ect.xpt.xml=09(revision 0)
@@ -0,0 +1,106 @@
+<?xml version=3D"1.0"?>
+<Template originator   =3D "Ben Motmans"=20
+          created      =3D "02/16/2005"
+          lastModified =3D "02/16/2005">
+=09
+=09<!-- Template Header -->
+=09<TemplateConfiguration>
+=09=09<_Name>Gnome# 2.0 Project</_Name>
+=09=09<Category>C#</Category>
+=09=09<Icon>C#.Project.Form</Icon>
+=09=09<LanguageName>C#</LanguageName>
+=09=09<_Description>Creates a Gnome# 2.0 project</_Description>
+=09</TemplateConfiguration>
+=09
+=09<!-- Actions -->
+=09<Actions>
+=09=09<Open filename =3D "Main.cs"/>
+=09</Actions>
+=09
+=09<!-- Template Content -->
+=09<Combine name =3D "${ProjectName}" directory =3D ".">
+=09=09<Options>
+=09=09=09<StartupProject>${ProjectName}</StartupProject>
+=09=09</Options>
+=09=09
+=09=09<Project name =3D "${ProjectName}" directory =3D ".">
+=09=09=09<Options/>
+=09=09=09
+=09=09=09<References>
+=09=09=09=09<Reference type=3D"Gac" refto=3D"gnome-sharp, Version=3D2.0.0.=
0, Culture=3Dneutral, PublicKeyToken=3D35e10195dab3c99f" />
+=09=09=09=09<Reference type=3D"Gac" refto=3D"gtk-sharp, Version=3D2.0.0.0,=
 Culture=3Dneutral, PublicKeyToken=3D35e10195dab3c99f" />
+=09=09=09=09<Reference type=3D"Gac" refto=3D"gdk-sharp, Version=3D2.0.0.0,=
 Culture=3Dneutral, PublicKeyToken=3D35e10195dab3c99f" />
+=09=09=09=09<Reference type=3D"Gac" refto=3D"glib-sharp, Version=3D2.0.0.0=
, Culture=3Dneutral, PublicKeyToken=3D35e10195dab3c99f" />
+=09=09=09=09<Reference type=3D"Gac" refto=3D"glade-sharp, Version=3D2.0.0.=
0, Culture=3Dneutral, PublicKeyToken=3D35e10195dab3c99f" />
+=09=09=09=09<Reference type=3D"Gac" refto=3D"pango-sharp, Version=3D2.0.0.=
0, Culture=3Dneutral, PublicKeyToken=3D35e10195dab3c99f" />
+=09=09=09</References>
+
+=09=09=09<Files>
+=09=09=09=09<File name=3D"Main.cs"><![CDATA[// project created on ${Date} =
at ${Time}
+using System;
+
+public class MainClass
+{
+=09public static void Main (string[] args)
+=09{
+=09=09new MyProgram (args);
+=09}
+}]]></File>
+=09=09=09<File name=3D"MyProgram.cs"><![CDATA[using System;
+using Gtk;
+using Gnome;
+
+public class MyProgram
+{
+=09public MyProgram (string [] args)
+=09{
+=09=09Program program =3D new Program ("MyProgram", "0.0", Modules.UI, arg=
s);
+=09=09App app =3D new App ("MyProgram", "MyWindow");
+=09=09app.SetDefaultSize (400, 300);
+=09=09app.DeleteEvent +=3D new DeleteEventHandler (OnAppDelete);
+=09=09app.ShowAll ();
+=09=09program.Run ();
+=09}
+=09
+=09private void OnAppDelete (object o, DeleteEventArgs args)
+=09{
+=09=09Application.Quit ();
+=09}
+}]]></File>
+=09=09=09<File name=3D"AssemblyInfo.cs"><![CDATA[using System.Reflection;
+using System.Runtime.CompilerServices;
+
+// Information about this assembly is defined by the following
+// attributes.
+//
+// change them to the information which is associated with the assembly
+// you compile.
+
+[assembly: AssemblyTitle("")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("")]
+[assembly: AssemblyCopyright("")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// The assembly version has following format :
+//
+// Major.Minor.Build.Revision
+//
+// You can specify all values by your own or you can build default build a=
nd revision
+// numbers with the '*' character (the default):
+
+[assembly: AssemblyVersion("1.0.*")]
+
+// The following attributes specify the key for the sign of your assembly.=
 See the
+// .NET Framework documentation for more information about signing.
+// This is not required, if you don't want signing let these attributes li=
ke they're.
+[assembly: AssemblyDelaySign(false)]
+[assembly: AssemblyKeyFile("")]
+]]></File>
+=09=09=09</Files>
+=09=09</Project>
+=09</Combine>
+</Template>
Index: Core/src/AddIns/BackendBindings/CSharpBinding/templates/GladeSharp2P=
roject.xpt.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Core/src/AddIns/BackendBindings/CSharpBinding/templates/GladeSharp2Proj=
ect.xpt.xml=09(revision 0)
+++ Core/src/AddIns/BackendBindings/CSharpBinding/templates/GladeSharp2Proj=
ect.xpt.xml=09(revision 0)
@@ -0,0 +1,135 @@
+<?xml version=3D"1.0"?>
+<Template originator   =3D "Ben Motmans"=20
+          created      =3D "02/16/2005"
+          lastModified =3D "02/16/2005">
+=09
+=09<!-- Template Header -->
+=09<TemplateConfiguration>
+=09=09<_Name>Glade# 2.0 Project</_Name>
+=09=09<Category>C#</Category>
+=09=09<Icon>C#.Project.Form</Icon>
+=09=09<LanguageName>C#</LanguageName>
+=09=09<_Description>a Glade# 2.0 project with one window and button</_Desc=
ription>
+=09</TemplateConfiguration>
+=09
+=09<!-- Actions -->
+=09<Actions>
+=09=09<Open filename =3D "Main.cs"/>
+=09</Actions>
+=09
+=09<!-- Template Content -->
+=09<Combine name =3D "${ProjectName}" directory =3D ".">
+=09=09<Options>
+=09=09=09<StartupProject>${ProjectName}</StartupProject>
+=09=09</Options>
+=09=09
+=09=09<Project name =3D "${ProjectName}" directory =3D ".">
+=09=09=09<Options/>
+=09=09=09
+=09=09=09<References>
+=09=09=09=09<Reference type=3D"Gac" refto=3D"gtk-sharp, Version=3D2.0.0.0,=
 Culture=3Dneutral, PublicKeyToken=3D35e10195dab3c99f" />
+=09=09=09=09<Reference type=3D"Gac" refto=3D"gdk-sharp, Version=3D2.0.0.0,=
 Culture=3Dneutral, PublicKeyToken=3D35e10195dab3c99f" />
+=09=09=09=09<Reference type=3D"Gac" refto=3D"glib-sharp, Version=3D2.0.0.0=
, Culture=3Dneutral, PublicKeyToken=3D35e10195dab3c99f" />
+=09=09=09=09<Reference type=3D"Gac" refto=3D"glade-sharp, Version=3D2.0.0.=
0, Culture=3Dneutral, PublicKeyToken=3D35e10195dab3c99f" />
+=09=09=09=09<Reference type=3D"Gac" refto=3D"pango-sharp, Version=3D2.0.0.=
0, Culture=3Dneutral, PublicKeyToken=3D35e10195dab3c99f" />
+=09=09=09=09<Reference type=3D"Gac" refto=3D"glade-sharp, Version=3D2.0.0.=
0, Culture=3Dneutral, PublicKeyToken=3D35e10195dab3c99f" />
+=09=09=09</References>
+=09=09=09
+=09=09=09<Resources>
+<File name=3D"gui.glade"><![CDATA[<?xml version=3D"1.0" standalone=3D"no"?=
> <!--*- mode: xml -*-->
+<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
+=20
+<glade-interface>
+<requires lib=3D"gnome"/>
+=20
+<widget class=3D"GtkWindow" id=3D"window1">
+  <property name=3D"visible">True</property>
+  <property name=3D"title" translatable=3D"yes">Glade Window</property>
+ <property name=3D"window_position">GTK_WIN_POS_CENTER</property>
+  <property name=3D"modal">False</property>
+  <property name=3D"default_width">256</property>
+  <property name=3D"default_height">256</property>
+  <property name=3D"type">GTK_WINDOW_TOPLEVEL</property>
+  <property name=3D"resizable">True</property>
+  <property name=3D"destroy_with_parent">False</property>
+  <signal name=3D"delete_event" handler=3D"OnWindowDeleteEvent"/>
+
+  <child>
+    <placeholder/>
+  </child>
+</widget>
+=20
+</glade-interface>
+
+]]></File>
+=09=09=09</Resources>
+=09=09=09<Files>
+=09=09=09=09<File name=3D"Main.cs">
+<![CDATA[// project created on ${Date} at ${Time}
+using System;
+using Gtk;
+using Glade;
+
+public class GladeApp
+{
+=09public static void Main (string[] args)
+=09{
+=09=09new GladeApp (args);
+=09}
+
+=09public GladeApp (string[] args)=20
+=09{
+=09=09Application.Init ();
+
+=09=09Glade.XML gxml =3D new Glade.XML (null, "gui.glade", "window1", null=
);
+=09=09gxml.Autoconnect (this);
+=09=09Application.Run ();
+=09}
+
+=09// Connect the Signals defined in Glade
+=09private void OnWindowDeleteEvent (object sender, DeleteEventArgs a)=20
+=09{
+=09=09Application.Quit ();
+=09=09a.RetVal =3D true;
+=09}
+}
+
+]]>
+</File>
+<File name=3D"AssemblyInfo.cs"><![CDATA[using System.Reflection;
+using System.Runtime.CompilerServices;
+
+// Information about this assembly is defined by the following
+// attributes.
+//
+// change them to the information which is associated with the assembly
+// you compile.
+
+[assembly: AssemblyTitle("")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("")]
+[assembly: AssemblyCopyright("")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// The assembly version has following format :
+//
+// Major.Minor.Build.Revision
+//
+// You can specify all values by your own or you can build default build a=
nd revision
+// numbers with the '*' character (the default):
+
+[assembly: AssemblyVersion("1.0.*")]
+
+// The following attributes specify the key for the sign of your assembly.=
 See the
+// .NET Framework documentation for more information about signing.
+// This is not required, if you don't want signing let these attributes li=
ke they're.
+[assembly: AssemblyDelaySign(false)]
+[assembly: AssemblyKeyFile("")]
+]]></File>
+=09=09=09</Files>
+=09=09</Project>
+=09</Combine>
+</Template>
Index: Core/src/AddIns/BackendBindings/CSharpBinding/templates/CSharpWebSer=
vice.xft.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Core/src/AddIns/BackendBindings/CSharpBinding/templates/CSharpWebServic=
e.xft.xml=09(revision 2251)
+++ Core/src/AddIns/BackendBindings/CSharpBinding/templates/CSharpWebServic=
e.xft.xml=09(working copy)
@@ -2,7 +2,7 @@
 <Template Originator=3D"Christoph Wille" Language=3D"C#" Created=3D"6/13/2=
001" LastModified=3D"6/13/2001">
 =09
 =09<TemplateConfiguration>
-=09=09<_Name>C# Web Service</_Name>
+=09=09<_Name>Web Service</_Name>
 =09=09<Icon>C#.File.WebFile</Icon>
 =09=09<Category>C#</Category>
 =09=09<LanguageName>C#</LanguageName>
Index: Core/src/AddIns/BackendBindings/CSharpBinding/templates/ConsoleProje=
ct.xpt.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Core/src/AddIns/BackendBindings/CSharpBinding/templates/ConsoleProject.=
xpt.xml=09(revision 2251)
+++ Core/src/AddIns/BackendBindings/CSharpBinding/templates/ConsoleProject.=
xpt.xml=09(working copy)
@@ -9,7 +9,7 @@
 =09=09<Category>C#</Category>
 =09=09<Icon>C#.Project.DOSProject</Icon>
 =09=09<LanguageName>C#</LanguageName>
-=09=09<_Description>Creates a new console project.</_Description>
+=09=09<_Description>Creates a new C# console project.</_Description>
 =09</TemplateConfiguration>
 =09
 =09<!-- Actions -->
Index: Core/src/AddIns/BackendBindings/CSharpBinding/templates/CSharpSessio=
nStateWebService.xft.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Core/src/AddIns/BackendBindings/CSharpBinding/templates/CSharpSessionSt=
ateWebService.xft.xml=09(revision 2251)
+++ Core/src/AddIns/BackendBindings/CSharpBinding/templates/CSharpSessionSt=
ateWebService.xft.xml=09(working copy)
@@ -2,7 +2,7 @@
 <Template Originator=3D"Christoph Wille" Language=3D"C#" Created=3D"6/13/2=
001" LastModified=3D"6/13/2001">
 =09
 =09<TemplateConfiguration>
-=09=09<_Name>Secure C# Web Service</_Name>
+=09=09<_Name>Secure Web Service</_Name>
 =09=09<Icon>C#.File.WebFile</Icon>
 =09=09<Category>C#</Category>
 =09=09<LanguageName>C#</LanguageName>
Index: Core/src/AddIns/BackendBindings/CSharpBinding/templates/GtkSharp2Pro=
ject.xpt.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Core/src/AddIns/BackendBindings/CSharpBinding/templates/GtkSharp2Projec=
t.xpt.xml=09(revision 0)
+++ Core/src/AddIns/BackendBindings/CSharpBinding/templates/GtkSharp2Projec=
t.xpt.xml=09(revision 0)
@@ -0,0 +1,105 @@
+<?xml version=3D"1.0"?>
+<Template originator   =3D "Ben Motmans"
+          created      =3D "02/16/2005"
+          lastModified =3D "02/16/2005">
+=09
+=09<!-- Template Header -->
+=09<TemplateConfiguration>
+=09=09<_Name>Gtk# 2.0 Project</_Name>
+=09=09<Category>C#</Category>
+=09=09<Icon>C#.Project.Form</Icon>
+=09=09<LanguageName>C#</LanguageName>
+=09=09<_Description>Creates a Gtk# 2.0 project.</_Description>
+=09</TemplateConfiguration>
+=09
+=09<!-- Actions -->
+=09<Actions>
+=09=09<Open filename =3D "Main.cs"/>
+=09</Actions>
+=09
+=09<!-- Template Content -->
+=09<Combine name =3D "${ProjectName}" directory =3D ".">
+=09=09<Options>
+=09=09=09<StartupProject>${ProjectName}</StartupProject>
+=09=09</Options>
+=09=09
+=09=09<Project name =3D "${ProjectName}" directory =3D ".">
+=09=09=09<Options/>
+=09=09=09
+=09=09=09<References>
+=09=09=09=09<Reference type=3D"Gac" refto=3D"gtk-sharp, Version=3D2.0.0.0,=
 Culture=3Dneutral, PublicKeyToken=3D35e10195dab3c99f" />
+=09=09=09=09<Reference type=3D"Gac" refto=3D"gdk-sharp, Version=3D2.0.0.0,=
 Culture=3Dneutral, PublicKeyToken=3D35e10195dab3c99f" />
+=09=09=09=09<Reference type=3D"Gac" refto=3D"glib-sharp, Version=3D2.0.0.0=
, Culture=3Dneutral, PublicKeyToken=3D35e10195dab3c99f" />
+=09=09=09=09<Reference type=3D"Gac" refto=3D"glade-sharp, Version=3D2.0.0.=
0, Culture=3Dneutral, PublicKeyToken=3D35e10195dab3c99f" />
+=09=09=09=09<Reference type=3D"Gac" refto=3D"pango-sharp, Version=3D2.0.0.=
0, Culture=3Dneutral, PublicKeyToken=3D35e10195dab3c99f" />
+=09=09=09</References>
+=09=09
+=09=09=09<Files>
+=09=09=09=09<File name=3D"Main.cs"><![CDATA[// project created on ${Date} =
at ${Time}
+using System;
+using Gtk;
+
+class MainClass
+{
+=09public static void Main (string[] args)
+=09{
+=09=09Application.Init ();
+=09=09new MyWindow ();
+=09=09Application.Run ();
+=09}
+}]]></File>
+=09=09=09<File name=3D"MyWindow.cs"><![CDATA[using System;
+using Gtk;
+
+public class MyWindow : Window
+{=09
+=09public MyWindow () : base ("MyWindow")
+=09{
+=09=09this.SetDefaultSize (400, 300);
+=09=09this.DeleteEvent +=3D new DeleteEventHandler (OnMyWindowDelete);
+=09=09this.ShowAll ();
+=09}
+=09
+=09void OnMyWindowDelete (object sender, DeleteEventArgs a)
+=09{
+=09=09Application.Quit ();
+=09=09a.RetVal =3D true;
+=09}
+}]]></File>
+=09=09=09<File name=3D"AssemblyInfo.cs"><![CDATA[using System.Reflection;
+using System.Runtime.CompilerServices;
+
+// Information about this assembly is defined by the following
+// attributes.
+//
+// change them to the information which is associated with the assembly
+// you compile.
+
+[assembly: AssemblyTitle("")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("")]
+[assembly: AssemblyCopyright("")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// The assembly version has following format :
+//
+// Major.Minor.Build.Revision
+//
+// You can specify all values by your own or you can build default build a=
nd revision
+// numbers with the '*' character (the default):
+
+[assembly: AssemblyVersion("1.0.*")]
+
+// The following attributes specify the key for the sign of your assembly.=
 See the
+// .NET Framework documentation for more information about signing.
+// This is not required, if you don't want signing let these attributes li=
ke they're.
+[assembly: AssemblyDelaySign(false)]
+[assembly: AssemblyKeyFile("")]
+]]></File>
+=09=09=09</Files>
+=09=09</Project>
+=09</Combine>
+</Template>
Index: Core/src/AddIns/BackendBindings/CSharpBinding/templates/Library.xpt.=
xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Core/src/AddIns/BackendBindings/CSharpBinding/templates/Library.xpt.xml=
=09(revision 2251)
+++ Core/src/AddIns/BackendBindings/CSharpBinding/templates/Library.xpt.xml=
=09(working copy)
@@ -5,7 +5,7 @@
 =09
 =09<!-- Template Header -->
 =09<TemplateConfiguration>
-=09=09<_Name>C# Library</_Name>
+=09=09<_Name>Library</_Name>
 =09=09<Category>C#</Category>
 =09=09<Icon>C#.Project.Library</Icon>
 =09=09<LanguageName>C#</LanguageName>
Index: Core/src/AddIns/BackendBindings/JavaBinding/ChangeLog
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Core/src/AddIns/BackendBindings/JavaBinding/ChangeLog=09(revision 2251)
+++ Core/src/AddIns/BackendBindings/JavaBinding/ChangeLog=09(working copy)
@@ -1,3 +1,16 @@
+2005-02-16  Ben Motmans  <ben.motmans@gmail.com>
+
+=09* EmptyJavaFile:
+=09* EmptyJavaProject:
+=09* JavaConsoleApplicationProject:
+=09* JavaApplicationProject:
+=09* JavaApplication:
+=09* JavaApplet:
+=09* JavaFrame:
+=09* JavaOKDialog:
+=09* JavaPanel:
+=09Consistent naming
+
 2005-02-05  John Luke  <john.luke@gmail.com>
=20
 =09* Makefile.am
Index: Core/src/AddIns/BackendBindings/JavaBinding/templates/EmptyJavaFile.=
xft.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Core/src/AddIns/BackendBindings/JavaBinding/templates/EmptyJavaFile.xft=
.xml=09(revision 2251)
+++ Core/src/AddIns/BackendBindings/JavaBinding/templates/EmptyJavaFile.xft=
.xml=09(working copy)
@@ -2,7 +2,7 @@
 <Template Originator=3D"Gary Gray" Language=3D"Java" Created=3D"09/05/2001=
" LastModified=3D"09/05/2001">
 =09
 =09<TemplateConfiguration>
-                <_Name>Empty Java File</_Name>
+                <_Name>Empty File</_Name>
                 <Icon>Java.File.EmptyFile</Icon>
                 <Category>Java</Category>
                 <LanguageName>Java</LanguageName>
Index: Core/src/AddIns/BackendBindings/JavaBinding/templates/EmptyJavaProje=
ct.xpt.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Core/src/AddIns/BackendBindings/JavaBinding/templates/EmptyJavaProject.=
xpt.xml=09(revision 2251)
+++ Core/src/AddIns/BackendBindings/JavaBinding/templates/EmptyJavaProject.=
xpt.xml=09(working copy)
@@ -5,7 +5,7 @@
 =09
 =09<!-- Template Header -->
 =09<TemplateConfiguration>
-                <_Name>Empty Java Project</_Name>
+                <_Name>Empty Project</_Name>
                 <Category>Java</Category>
                 <Icon>Java.Project.EmptyProject</Icon>
                 <LanguageName>Java</LanguageName>
Index: Core/src/AddIns/BackendBindings/JavaBinding/templates/JavaPanel.xft.=
xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Core/src/AddIns/BackendBindings/JavaBinding/templates/JavaPanel.xft.xml=
=09(revision 2251)
+++ Core/src/AddIns/BackendBindings/JavaBinding/templates/JavaPanel.xft.xml=
=09(working copy)
@@ -2,11 +2,11 @@
 <Template Originator=3D"Gary Gray" Language=3D"JAVA" Created=3D"09/05/2001=
" LastModified=3D"09/05/2001">
 =09
 =09<TemplateConfiguration>
-           <_Name>Java AWT Panel</_Name>
+           <_Name>AWT Panel</_Name>
            <Icon>Java.File.Form</Icon>
            <Category>Java</Category>
            <LanguageName>Java</LanguageName>
-           <_Description>Creates an AWT panel.</_Description>
+           <_Description>Creates a Java AWT panel.</_Description>
 =09</TemplateConfiguration>
 =09
 =09<TemplateFiles>
Index: Core/src/AddIns/BackendBindings/JavaBinding/templates/JavaApplicatio=
n.xft.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Core/src/AddIns/BackendBindings/JavaBinding/templates/JavaApplication.x=
ft.xml=09(revision 2251)
+++ Core/src/AddIns/BackendBindings/JavaBinding/templates/JavaApplication.x=
ft.xml=09(working copy)
@@ -2,11 +2,11 @@
 <Template Originator=3D"Gary Gray" Language=3D"JAVA" Created=3D"09/05/2001=
" LastModified=3D"09/05/2001">
 =09
 =09<TemplateConfiguration>
-           <_Name>Java AWT Application</_Name>
+           <_Name>AWT Application</_Name>
            <Icon>Java.File.FullFile</Icon>
            <Category>Java</Category>
            <LanguageName>Java</LanguageName>
-           <_Description>Creates an AWT application.</_Description>
+           <_Description>Creates a Java AWT application.</_Description>
 =09</TemplateConfiguration>
 =09
 =09<TemplateFiles>
Index: Core/src/AddIns/BackendBindings/JavaBinding/templates/JavaApplicatio=
nProject.xpt.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Core/src/AddIns/BackendBindings/JavaBinding/templates/JavaApplicationPr=
oject.xpt.xml=09(revision 2251)
+++ Core/src/AddIns/BackendBindings/JavaBinding/templates/JavaApplicationPr=
oject.xpt.xml=09(working copy)
@@ -5,11 +5,11 @@
 =09
 =09<!-- Template Header -->
 =09<TemplateConfiguration>
-=09=09<_Name>Java AWT Project</_Name>
+=09=09<_Name>AWT Project</_Name>
 =09=09<Category>Java</Category>
 =09=09<Icon>Java.Project.FullProject</Icon>
 =09=09<LanguageName>Java</LanguageName>
-=09=09<_Description>Creates an AWT project.</_Description>
+=09=09<_Description>Creates a Java AWT project.</_Description>
 =09</TemplateConfiguration>
 =09
 =09<!-- Actions -->
Index: Core/src/AddIns/BackendBindings/JavaBinding/templates/JavaApplet.xft=
.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Core/src/AddIns/BackendBindings/JavaBinding/templates/JavaApplet.xft.xm=
l=09(revision 2251)
+++ Core/src/AddIns/BackendBindings/JavaBinding/templates/JavaApplet.xft.xm=
l=09(working copy)
@@ -2,11 +2,11 @@
 <Template Originator=3D"Gary Gray" Language=3D"JAVA" Created=3D"09/05/2001=
" LastModified=3D"09/05/2001">
 =09
 =09<TemplateConfiguration>
-           <_Name>Java AWT Applet</_Name>
+           <_Name>AWT Applet</_Name>
            <Icon>Java.File.FullFile</Icon>
            <Category>Java</Category>
            <LanguageName>Java</LanguageName>
-           <_Description>Creates an AWT Applet</_Description>
+           <_Description>Creates a Java AWT Applet</_Description>
 =09</TemplateConfiguration>
 =09
 =09<TemplateFiles>
Index: Core/src/AddIns/BackendBindings/JavaBinding/templates/JavaConsoleApp=
licationProject.xpt.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Core/src/AddIns/BackendBindings/JavaBinding/templates/JavaConsoleApplic=
ationProject.xpt.xml=09(revision 2251)
+++ Core/src/AddIns/BackendBindings/JavaBinding/templates/JavaConsoleApplic=
ationProject.xpt.xml=09(working copy)
@@ -5,7 +5,7 @@
 =09
 =09<!-- Template Header -->
 =09<TemplateConfiguration>
-=09=09<_Name>Java Console Project</_Name>
+=09=09<_Name>Console Project</_Name>
 =09=09<Category>Java</Category>
 =09=09<Icon>Java.Project.DOSProject</Icon>
 =09=09<LanguageName>Java</LanguageName>
Index: Core/src/AddIns/BackendBindings/JavaBinding/templates/JavaOKDialog.x=
ft.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Core/src/AddIns/BackendBindings/JavaBinding/templates/JavaOKDialog.xft.=
xml=09(revision 2251)
+++ Core/src/AddIns/BackendBindings/JavaBinding/templates/JavaOKDialog.xft.=
xml=09(working copy)
@@ -2,11 +2,11 @@
 <Template Originator=3D"Gary Gray" Language=3D"JAVA" Created=3D"09/05/2001=
" LastModified=3D"09/05/2001">
 =09
 =09<TemplateConfiguration>
-           <_Name>Java AWT OK Dialog</_Name>
+           <_Name>AWT OK Dialog</_Name>
            <Icon>Java.File.Form</Icon>
            <Category>Java</Category>
            <LanguageName>Java</LanguageName>
-           <_Description>Creates an AWT OK Dialog.</_Description>
+           <_Description>Creates a Java AWT OK Dialog.</_Description>
 =09</TemplateConfiguration>
 =09
 =09<TemplateFiles>
Index: Core/src/AddIns/BackendBindings/JavaBinding/templates/JavaFrame.xft.=
xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Core/src/AddIns/BackendBindings/JavaBinding/templates/JavaFrame.xft.xml=
=09(revision 2251)
+++ Core/src/AddIns/BackendBindings/JavaBinding/templates/JavaFrame.xft.xml=
=09(working copy)
@@ -2,11 +2,11 @@
 <Template Originator=3D"Gary Gray" Language=3D"JAVA" Created=3D"09/05/2001=
" LastModified=3D"09/05/2001">
 =09
 =09<TemplateConfiguration>
-           <_Name>Java AWT Frame</_Name>
+           <_Name>AWT Frame</_Name>
            <Icon>Java.File.Form</Icon>
            <Category>Java</Category>
            <LanguageName>Java</LanguageName>
-           <_Description>Creates an AWT Frame</_Description>
+           <_Description>Creates a Java AWT Frame</_Description>
 =09</TemplateConfiguration>
 =09
 =09<TemplateFiles>

------=_Part_394_8143501.1108597181067--