[anjuta] project-wizard: Adjust project type ordering
- From: Johannes Schmid <jhs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] project-wizard: Adjust project type ordering
- Date: Thu, 17 Mar 2011 21:42:42 +0000 (UTC)
commit 887f647f6115659b82e5b616745f11150f78ed84
Author: Johannes Schmid <jhs gnome org>
Date: Thu Mar 17 15:17:58 2011 -0400
project-wizard: Adjust project type ordering
.../project-wizard/templates/anjuta-plugin.wiz.in | 1 +
plugins/project-wizard/templates/gcj.wiz.in | 1 +
plugins/project-wizard/templates/gtk.wiz.in | 2 +-
.../project-wizard/templates/gtkapplication.wiz.in | 2 +-
plugins/project-wizard/templates/gtkmm.wiz.in | 1 +
plugins/project-wizard/templates/java.wiz.in | 1 +
plugins/project-wizard/templates/library.wiz.in | 1 +
plugins/project-wizard/templates/minimal.wiz.in | 1 +
plugins/project-wizard/templates/mkfile.wiz.in | 1 +
plugins/project-wizard/templates/pygtk.wiz.in | 1 +
plugins/project-wizard/templates/python.wiz.in | 1 +
plugins/project-wizard/templates/sdl.wiz.in | 1 +
plugins/project-wizard/templates/terminal.wiz.in | 1 +
plugins/project-wizard/templates/vala-gtk.wiz.in | 1 +
plugins/project-wizard/templates/xlib-dock.wiz.in | 1 +
plugins/project-wizard/templates/xlib.wiz.in | 1 +
16 files changed, 16 insertions(+), 2 deletions(-)
---
diff --git a/plugins/project-wizard/templates/anjuta-plugin.wiz.in b/plugins/project-wizard/templates/anjuta-plugin.wiz.in
index 669ddfa..8cfeb40 100644
--- a/plugins/project-wizard/templates/anjuta-plugin.wiz.in
+++ b/plugins/project-wizard/templates/anjuta-plugin.wiz.in
@@ -4,6 +4,7 @@
<_description>Anjuta plugin project that uses libanjuta framework</_description>
<icon>anjuta-plugin-logo.png</icon>
<category>C</category>
+ <order>6</order>
<required-program>automake</required-program>
<required-program>autoconf</required-program>
<required-program>make</required-program>
diff --git a/plugins/project-wizard/templates/gcj.wiz.in b/plugins/project-wizard/templates/gcj.wiz.in
index 490da86..c0dcd14 100644
--- a/plugins/project-wizard/templates/gcj.wiz.in
+++ b/plugins/project-wizard/templates/gcj.wiz.in
@@ -4,6 +4,7 @@
<_description>A generic natively compiled java project using the GNU Java Compiler (gcj)</_description>
<icon>gcj-logo.png</icon>
<category>Java</category>
+ <order>2000</order>
<required-program>automake</required-program>
<required-program>autoconf</required-program>
<required-program>make</required-program>
diff --git a/plugins/project-wizard/templates/gtk.wiz.in b/plugins/project-wizard/templates/gtk.wiz.in
index 8aaaa7d..9e9a8ad 100644
--- a/plugins/project-wizard/templates/gtk.wiz.in
+++ b/plugins/project-wizard/templates/gtk.wiz.in
@@ -4,7 +4,7 @@
<_description>Simple GTK+ project</_description>
<icon>gtk-logo.png</icon>
<category>C</category>
- <order>2000</order>
+ <order>1</order>
<required-program>automake</required-program>
<required-program>autoconf</required-program>
<required-program>make</required-program>
diff --git a/plugins/project-wizard/templates/gtkapplication.wiz.in b/plugins/project-wizard/templates/gtkapplication.wiz.in
index 1528b8d..738ea76 100644
--- a/plugins/project-wizard/templates/gtkapplication.wiz.in
+++ b/plugins/project-wizard/templates/gtkapplication.wiz.in
@@ -4,7 +4,7 @@
<_description>Full features Gtk+ Application with file handling</_description>
<icon>gtk-logo.png</icon>
<category>C</category>
- <order>1000</order>
+ <order>2</order>
<required-program>automake</required-program>
<required-program>autoconf</required-program>
<required-program>make</required-program>
diff --git a/plugins/project-wizard/templates/gtkmm.wiz.in b/plugins/project-wizard/templates/gtkmm.wiz.in
index 415108d..728f0ab 100644
--- a/plugins/project-wizard/templates/gtkmm.wiz.in
+++ b/plugins/project-wizard/templates/gtkmm.wiz.in
@@ -4,6 +4,7 @@
<_description>A minimal GTKmm project</_description>
<icon>gtk-logo.png</icon>
<category>C++</category>
+ <order>1</order>
<required-program>automake</required-program>
<required-program>autoconf</required-program>
<required-program>make</required-program>
diff --git a/plugins/project-wizard/templates/java.wiz.in b/plugins/project-wizard/templates/java.wiz.in
index 3228590..c67987a 100644
--- a/plugins/project-wizard/templates/java.wiz.in
+++ b/plugins/project-wizard/templates/java.wiz.in
@@ -4,6 +4,7 @@
<_description>A generic java project using automake project management</_description>
<icon>java-logo.png</icon>
<category>Java</category>
+ <order>1000</order>
<required-program>automake</required-program>
<required-program>autoconf</required-program>
<required-program>make</required-program>
diff --git a/plugins/project-wizard/templates/library.wiz.in b/plugins/project-wizard/templates/library.wiz.in
index 8d0855a..289f23d 100644
--- a/plugins/project-wizard/templates/library.wiz.in
+++ b/plugins/project-wizard/templates/library.wiz.in
@@ -4,6 +4,7 @@
<_description>A shared or a static library project</_description>
<icon>terminal-logo.png</icon>
<category>C</category>
+ <order>3</order>
<required-program>automake</required-program>
<required-program>autoconf</required-program>
<required-program>make</required-program>
diff --git a/plugins/project-wizard/templates/minimal.wiz.in b/plugins/project-wizard/templates/minimal.wiz.in
index ca16991..64a7a28 100644
--- a/plugins/project-wizard/templates/minimal.wiz.in
+++ b/plugins/project-wizard/templates/minimal.wiz.in
@@ -4,6 +4,7 @@
<_description>A generic minimal and flat project</_description>
<icon>terminal-logo.png</icon>
<category>C</category>
+ <order>4</order>
<required-program>automake</required-program>
<required-program>autoconf</required-program>
<required-program>make</required-program>
diff --git a/plugins/project-wizard/templates/mkfile.wiz.in b/plugins/project-wizard/templates/mkfile.wiz.in
index 255f6d5..1d28b80 100644
--- a/plugins/project-wizard/templates/mkfile.wiz.in
+++ b/plugins/project-wizard/templates/mkfile.wiz.in
@@ -4,6 +4,7 @@
<_description>Makefile-based project</_description>
<icon>mkfile-logo.png</icon>
<category>C</category>
+ <order>10</order>
<required-program>make</required-program>
</project-wizard>
diff --git a/plugins/project-wizard/templates/pygtk.wiz.in b/plugins/project-wizard/templates/pygtk.wiz.in
index cfba2f9..d8c3b29 100644
--- a/plugins/project-wizard/templates/pygtk.wiz.in
+++ b/plugins/project-wizard/templates/pygtk.wiz.in
@@ -4,6 +4,7 @@
<_description>PyGTK project using automake</_description>
<icon>pygtk-logo.png</icon>
<category>Python</category>
+ <order>1</order>
<required-program>automake</required-program>
<required-program>autoconf</required-program>
<required-program>make</required-program>
diff --git a/plugins/project-wizard/templates/python.wiz.in b/plugins/project-wizard/templates/python.wiz.in
index cee9bea..a5a680b 100644
--- a/plugins/project-wizard/templates/python.wiz.in
+++ b/plugins/project-wizard/templates/python.wiz.in
@@ -4,6 +4,7 @@
<_description>A generic python project using automake project management</_description>
<icon>python-logo.png</icon>
<category>Python</category>
+ <order>2</order>
<required-program>automake</required-program>
<required-program>autoconf</required-program>
<required-program>make</required-program>
diff --git a/plugins/project-wizard/templates/sdl.wiz.in b/plugins/project-wizard/templates/sdl.wiz.in
index 63a1e1d..b319e54 100644
--- a/plugins/project-wizard/templates/sdl.wiz.in
+++ b/plugins/project-wizard/templates/sdl.wiz.in
@@ -4,6 +4,7 @@
<_description>A sample SDL project</_description>
<icon>appwiz_sdl.png</icon>
<category>C</category>
+ <order>5</order>
<required-program>automake</required-program>
<required-program>autoconf</required-program>
<required-program>make</required-program>
diff --git a/plugins/project-wizard/templates/terminal.wiz.in b/plugins/project-wizard/templates/terminal.wiz.in
index f7e15c5..8037cb6 100644
--- a/plugins/project-wizard/templates/terminal.wiz.in
+++ b/plugins/project-wizard/templates/terminal.wiz.in
@@ -4,6 +4,7 @@
<_description>A generic project</_description>
<icon>terminal-logo.png</icon>
<category>C</category>
+ <order>4</order>
<required-program>automake</required-program>
<required-program>autoconf</required-program>
<required-program>make</required-program>
diff --git a/plugins/project-wizard/templates/vala-gtk.wiz.in b/plugins/project-wizard/templates/vala-gtk.wiz.in
index f85f6b7..f0ba1a8 100644
--- a/plugins/project-wizard/templates/vala-gtk.wiz.in
+++ b/plugins/project-wizard/templates/vala-gtk.wiz.in
@@ -4,6 +4,7 @@
<_description>Simple GTK+ project</_description>
<icon>gtk-logo.png</icon>
<category>Vala</category>
+ <order>1</order>
<required-program>automake</required-program>
<required-program>autoconf</required-program>
<required-program>make</required-program>
diff --git a/plugins/project-wizard/templates/xlib-dock.wiz.in b/plugins/project-wizard/templates/xlib-dock.wiz.in
index e8b772a..23191b4 100644
--- a/plugins/project-wizard/templates/xlib-dock.wiz.in
+++ b/plugins/project-wizard/templates/xlib-dock.wiz.in
@@ -4,6 +4,7 @@
<_description>A generic Xlib dock applet</_description>
<icon>xlib-logo.png</icon>
<category>C</category>
+ <order>6</order>
<required-program>automake</required-program>
<required-program>autoconf</required-program>
<required-program>make</required-program>
diff --git a/plugins/project-wizard/templates/xlib.wiz.in b/plugins/project-wizard/templates/xlib.wiz.in
index f40d375..ed50741 100644
--- a/plugins/project-wizard/templates/xlib.wiz.in
+++ b/plugins/project-wizard/templates/xlib.wiz.in
@@ -4,6 +4,7 @@
<_description>A generic Xlib project</_description>
<icon>xlib-logo.png</icon>
<category>C</category>
+ <order>7</order>
<required-program>automake</required-program>
<required-program>autoconf</required-program>
<required-program>make</required-program>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]