[libpeas] Remove IAge from all .plugin files



commit 8858c90671633bbe21fc811eaee2c627cb18abf5
Author: Garrett Regier <garrettregier gmail com>
Date:   Sat Feb 11 12:38:09 2012 -0800

    Remove IAge from all .plugin files

 peas-demo/plugins/gjshello/gjshello.plugin         |    1 -
 peas-demo/plugins/helloworld/helloworld.plugin     |    1 -
 peas-demo/plugins/pythonhello/pythonhello.plugin   |    1 -
 peas-demo/plugins/secondtime/secondtime.plugin     |    1 -
 peas-demo/plugins/seedhello/seedhello.plugin       |    1 -
 peas-demo/plugins/valahello/valahello.plugin       |    1 -
 .../builtin-configurable.plugin                    |    1 -
 .../plugins/configurable/configurable.plugin       |    1 -
 tests/libpeas-gtk/plugins/hidden.plugin            |    1 -
 .../libpeas-gtk/plugins/invalid-custom-icon.plugin |    1 -
 .../libpeas-gtk/plugins/invalid-stock-icon.plugin  |    1 -
 .../valid-custom-icon/valid-custom-icon.plugin     |    1 -
 tests/libpeas-gtk/plugins/valid-stock-icon.plugin  |    1 -
 tests/libpeas/plugins/disabled-loader.plugin       |    1 -
 .../libpeas/plugins/extension-c-nonexistent.plugin |    1 -
 .../libpeas/plugins/extension-c/extension-c.plugin |    1 -
 .../plugins/extension-gjs-nonexistent.plugin       |    1 -
 .../plugins/extension-js/extension-js.plugin       |    1 -
 .../plugins/extension-python-nonexistent.plugin    |    1 -
 .../extension-python/extension-python.plugin       |    1 -
 .../plugins/extension-seed-nonexistent.plugin      |    1 -
 tests/libpeas/plugins/info-missing-module.plugin   |    1 -
 tests/libpeas/plugins/info-missing-name.plugin     |    1 -
 tests/libpeas/plugins/invalid-loader.plugin        |    1 -
 tests/libpeas/plugins/nonexistent-dep.plugin       |    1 -
 tests/libpeas/plugins/nonexistent-loader.plugin    |    1 -
 tests/libpeas/plugins/not-loadable.plugin          |    1 -
 tests/libpeas/plugins/os-dependant-help.plugin     |    1 -
 tests/plugins/builtin/builtin.plugin               |    1 -
 tests/plugins/full-info.plugin                     |    1 -
 tests/plugins/has-dep/has-dep.plugin               |    1 -
 tests/plugins/loadable/loadable.plugin             |    1 -
 tests/plugins/min-info.plugin                      |    1 -
 tests/plugins/self-dep/self-dep.plugin             |    1 -
 tests/plugins/unavailable.plugin                   |    1 -
 35 files changed, 0 insertions(+), 35 deletions(-)
---
diff --git a/peas-demo/plugins/gjshello/gjshello.plugin b/peas-demo/plugins/gjshello/gjshello.plugin
index 8d8f6f0..9a1a0a5 100644
--- a/peas-demo/plugins/gjshello/gjshello.plugin
+++ b/peas-demo/plugins/gjshello/gjshello.plugin
@@ -1,7 +1,6 @@
 [Plugin]
 Module=gjshello
 Loader=gjs
-IAge=2
 Name=GJS Also Says Hello
 Description=Inserts a box containing "GJS Also Says Hello" in every windows.
 Authors=Steve FrÃcinaux <code istique net>
diff --git a/peas-demo/plugins/helloworld/helloworld.plugin b/peas-demo/plugins/helloworld/helloworld.plugin
index f24dfaf..7efed12 100644
--- a/peas-demo/plugins/helloworld/helloworld.plugin
+++ b/peas-demo/plugins/helloworld/helloworld.plugin
@@ -1,6 +1,5 @@
 [Plugin]
 Module=helloworld
-IAge=2
 Name=Hello World
 Description=Inserts a box containing "Hello World" in every windows.
 Authors=Steve FrÃcinaux <code istique net>
diff --git a/peas-demo/plugins/pythonhello/pythonhello.plugin b/peas-demo/plugins/pythonhello/pythonhello.plugin
index aa5b3f2..59139bb 100644
--- a/peas-demo/plugins/pythonhello/pythonhello.plugin
+++ b/peas-demo/plugins/pythonhello/pythonhello.plugin
@@ -1,7 +1,6 @@
 [Plugin]
 Module=pythonhello
 Loader=python
-IAge=2
 Name=Python Says Hello
 Description=Inserts a box containing "Python Says Hello" in every windows.
 Authors=Steve FrÃcinaux <code istique net>
diff --git a/peas-demo/plugins/secondtime/secondtime.plugin b/peas-demo/plugins/secondtime/secondtime.plugin
index a34647d..780c9bb 100644
--- a/peas-demo/plugins/secondtime/secondtime.plugin
+++ b/peas-demo/plugins/secondtime/secondtime.plugin
@@ -1,7 +1,6 @@
 [Plugin]
 Module=secondtime
 Depends=helloworld
-IAge=2
 Icon=gnome-foot.png
 Name=A Second Time!
 Description=Inserts a box containing "A second time!" in every windows.
diff --git a/peas-demo/plugins/seedhello/seedhello.plugin b/peas-demo/plugins/seedhello/seedhello.plugin
index 86c63c0..344ce84 100644
--- a/peas-demo/plugins/seedhello/seedhello.plugin
+++ b/peas-demo/plugins/seedhello/seedhello.plugin
@@ -1,7 +1,6 @@
 [Plugin]
 Module=seedhello
 Loader=seed
-IAge=2
 Name=Seed Says Hello Too
 Description=Inserts a box containing "Seed Says Hello Too" in every windows.
 Authors=Steve FrÃcinaux <code istique net>
diff --git a/peas-demo/plugins/valahello/valahello.plugin b/peas-demo/plugins/valahello/valahello.plugin
index 281b9c7..83e2b3c 100644
--- a/peas-demo/plugins/valahello/valahello.plugin
+++ b/peas-demo/plugins/valahello/valahello.plugin
@@ -1,6 +1,5 @@
 [Plugin]
 Module=valahello
-IAge=2
 Name=Vala also says Hello
 Description=Inserts a box containing "Hello World" in every window.
 Authors=Abderrahim Kitouni <a kitouni gmail com>
diff --git a/tests/libpeas-gtk/plugins/builtin-configurable/builtin-configurable.plugin b/tests/libpeas-gtk/plugins/builtin-configurable/builtin-configurable.plugin
index 574dd69..a0c4714 100644
--- a/tests/libpeas-gtk/plugins/builtin-configurable/builtin-configurable.plugin
+++ b/tests/libpeas-gtk/plugins/builtin-configurable/builtin-configurable.plugin
@@ -1,6 +1,5 @@
 [Plugin]
 Module=builtin-configurable
-IAge=2
 Name=Builtin Configurable
 Description=A plugin that can be loaded, is builtin and configurable.
 Authors=Garrett Regier
diff --git a/tests/libpeas-gtk/plugins/configurable/configurable.plugin b/tests/libpeas-gtk/plugins/configurable/configurable.plugin
index a0faaf9..d049cee 100644
--- a/tests/libpeas-gtk/plugins/configurable/configurable.plugin
+++ b/tests/libpeas-gtk/plugins/configurable/configurable.plugin
@@ -1,6 +1,5 @@
 [Plugin]
 Module=configurable
-IAge=2
 Name=Configurable
 Description=A plugin that can be loaded and configured.
 Authors=Garrett Regier
diff --git a/tests/libpeas-gtk/plugins/hidden.plugin b/tests/libpeas-gtk/plugins/hidden.plugin
index 4c3f2b4..639aa69 100644
--- a/tests/libpeas-gtk/plugins/hidden.plugin
+++ b/tests/libpeas-gtk/plugins/hidden.plugin
@@ -1,6 +1,5 @@
 [Plugin]
 Module=hidden
-IAge=2
 Name=Hidden
 Description=A plugin that is hidden.
 Authors=Garrett Regier
diff --git a/tests/libpeas-gtk/plugins/invalid-custom-icon.plugin b/tests/libpeas-gtk/plugins/invalid-custom-icon.plugin
index 519dcb1..1ff3e00 100644
--- a/tests/libpeas-gtk/plugins/invalid-custom-icon.plugin
+++ b/tests/libpeas-gtk/plugins/invalid-custom-icon.plugin
@@ -1,6 +1,5 @@
 [Plugin]
 Module=invalid-custom-icon
-IAge=2
 Name=Invalid Custom Icon
 Description=A plugin that has an invalid custom icon.
 Icon=does-not-exist.png
diff --git a/tests/libpeas-gtk/plugins/invalid-stock-icon.plugin b/tests/libpeas-gtk/plugins/invalid-stock-icon.plugin
index 328116e..4b4f3a9 100644
--- a/tests/libpeas-gtk/plugins/invalid-stock-icon.plugin
+++ b/tests/libpeas-gtk/plugins/invalid-stock-icon.plugin
@@ -1,6 +1,5 @@
 [Plugin]
 Module=invalid-stock-icon
-IAge=2
 Name=Invalid Stock Icon
 Description=A plugin that has an invalid stock icon.
 Icon=does-not-exist
diff --git a/tests/libpeas-gtk/plugins/valid-custom-icon/valid-custom-icon.plugin b/tests/libpeas-gtk/plugins/valid-custom-icon/valid-custom-icon.plugin
index 30cda1f..eaffdae 100644
--- a/tests/libpeas-gtk/plugins/valid-custom-icon/valid-custom-icon.plugin
+++ b/tests/libpeas-gtk/plugins/valid-custom-icon/valid-custom-icon.plugin
@@ -1,6 +1,5 @@
 [Plugin]
 Module=valid-custom-icon
-IAge=2
 Name=Valid Custom Icon
 Description=A plugin that has a valid custom icon.
 Icon=exists.png
diff --git a/tests/libpeas-gtk/plugins/valid-stock-icon.plugin b/tests/libpeas-gtk/plugins/valid-stock-icon.plugin
index 292aa9a..e965641 100644
--- a/tests/libpeas-gtk/plugins/valid-stock-icon.plugin
+++ b/tests/libpeas-gtk/plugins/valid-stock-icon.plugin
@@ -1,6 +1,5 @@
 [Plugin]
 Module=valid-stock-icon
-IAge=2
 Name=Valid Stock Icon
 Description=A plugin that has a valid stock icon.
 Icon=gtk-about
diff --git a/tests/libpeas/plugins/disabled-loader.plugin b/tests/libpeas/plugins/disabled-loader.plugin
index 744689a..fee3399 100644
--- a/tests/libpeas/plugins/disabled-loader.plugin
+++ b/tests/libpeas/plugins/disabled-loader.plugin
@@ -1,7 +1,6 @@
 [Plugin]
 Module=disabled-loader
 Loader=disabled
-IAge=2
 Name=Disabled Loader
 Description=This plugin has a disabled loader.
 Authors=Garrett Regier
diff --git a/tests/libpeas/plugins/extension-c-nonexistent.plugin b/tests/libpeas/plugins/extension-c-nonexistent.plugin
index 0372598..727f2f0 100644
--- a/tests/libpeas/plugins/extension-c-nonexistent.plugin
+++ b/tests/libpeas/plugins/extension-c-nonexistent.plugin
@@ -1,6 +1,5 @@
 [Plugin]
 Module=extension-c-nonexistent
-IAge=2
 Name=Extension C Nonexistent
 Description=This plugin is nonexistent.
 Authors=Garrett Regier
diff --git a/tests/libpeas/plugins/extension-c/extension-c.plugin b/tests/libpeas/plugins/extension-c/extension-c.plugin
index fccd764..cc6df36 100644
--- a/tests/libpeas/plugins/extension-c/extension-c.plugin
+++ b/tests/libpeas/plugins/extension-c/extension-c.plugin
@@ -1,6 +1,5 @@
 [Plugin]
 Module=extension-c
-IAge=2
 Name=Extension C
 Description=This plugin is for the C PeasExtension tests.
 Authors=Garrett Regier
diff --git a/tests/libpeas/plugins/extension-gjs-nonexistent.plugin b/tests/libpeas/plugins/extension-gjs-nonexistent.plugin
index ed9c614..f4afb8a 100644
--- a/tests/libpeas/plugins/extension-gjs-nonexistent.plugin
+++ b/tests/libpeas/plugins/extension-gjs-nonexistent.plugin
@@ -1,7 +1,6 @@
 [Plugin]
 Module=extension-gjs-nonexistent
 Loader=gjs
-IAge=2
 Name=Extension GJS Nonexistent
 Description=This plugin is nonexistent.
 Authors=Garrett Regier
diff --git a/tests/libpeas/plugins/extension-js/extension-js.plugin b/tests/libpeas/plugins/extension-js/extension-js.plugin
index 5931eff..0524c76 100644
--- a/tests/libpeas/plugins/extension-js/extension-js.plugin
+++ b/tests/libpeas/plugins/extension-js/extension-js.plugin
@@ -1,7 +1,6 @@
 [Plugin]
 Module=extension-JS_LOADER
 Loader=JS_LOADER
-IAge=2
 Name=Extension JS_LOADER
 Description=This plugin is for the JS_LOADER PeasExtension tests.
 Authors=Garrett Regier
diff --git a/tests/libpeas/plugins/extension-python-nonexistent.plugin b/tests/libpeas/plugins/extension-python-nonexistent.plugin
index a557ca6..fc3fad7 100644
--- a/tests/libpeas/plugins/extension-python-nonexistent.plugin
+++ b/tests/libpeas/plugins/extension-python-nonexistent.plugin
@@ -1,7 +1,6 @@
 [Plugin]
 Module=extension-python-nonexistent
 Loader=python
-IAge=2
 Name=Extension Python Nonexistent
 Description=This plugin is nonexistent.
 Authors=Garrett Regier
diff --git a/tests/libpeas/plugins/extension-python/extension-python.plugin b/tests/libpeas/plugins/extension-python/extension-python.plugin
index ca6b105..a421c9c 100644
--- a/tests/libpeas/plugins/extension-python/extension-python.plugin
+++ b/tests/libpeas/plugins/extension-python/extension-python.plugin
@@ -1,7 +1,6 @@
 [Plugin]
 Module=extension-python
 Loader=python
-IAge=2
 Name=Extension Python
 Description=This plugin is for the Python PeasExtension tests.
 Authors=Garrett Regier
diff --git a/tests/libpeas/plugins/extension-seed-nonexistent.plugin b/tests/libpeas/plugins/extension-seed-nonexistent.plugin
index d187f82..a6c7ef4 100644
--- a/tests/libpeas/plugins/extension-seed-nonexistent.plugin
+++ b/tests/libpeas/plugins/extension-seed-nonexistent.plugin
@@ -1,7 +1,6 @@
 [Plugin]
 Module=extension-seed-nonexistent
 Loader=seed
-IAge=2
 Name=Extension Seed Nonexistent
 Description=This plugin is nonexistent.
 Authors=Garrett Regier
diff --git a/tests/libpeas/plugins/info-missing-module.plugin b/tests/libpeas/plugins/info-missing-module.plugin
index 9d38a31..97ec591 100644
--- a/tests/libpeas/plugins/info-missing-module.plugin
+++ b/tests/libpeas/plugins/info-missing-module.plugin
@@ -1,3 +1,2 @@
 [Plugin]
-IAge=2
 Name=Info Missing Module
diff --git a/tests/libpeas/plugins/info-missing-name.plugin b/tests/libpeas/plugins/info-missing-name.plugin
index f99c637..3bb331d 100644
--- a/tests/libpeas/plugins/info-missing-name.plugin
+++ b/tests/libpeas/plugins/info-missing-name.plugin
@@ -1,3 +1,2 @@
 [Plugin]
 Module=info-missing-name
-IAge=2
diff --git a/tests/libpeas/plugins/invalid-loader.plugin b/tests/libpeas/plugins/invalid-loader.plugin
index b5231c3..8f00c2c 100644
--- a/tests/libpeas/plugins/invalid-loader.plugin
+++ b/tests/libpeas/plugins/invalid-loader.plugin
@@ -1,7 +1,6 @@
 [Plugin]
 Module=invalid-loader
 Loader=invalid
-IAge=2
 Name=Invalid Loader
 Description=This plugin has an invalid loader.
 Authors=Garrett Regier
diff --git a/tests/libpeas/plugins/nonexistent-dep.plugin b/tests/libpeas/plugins/nonexistent-dep.plugin
index 1cfc76e..6391872 100644
--- a/tests/libpeas/plugins/nonexistent-dep.plugin
+++ b/tests/libpeas/plugins/nonexistent-dep.plugin
@@ -1,7 +1,6 @@
 [Plugin]
 Module=nonexistent-dep
 Depends=does-not-exist
-IAge=2
 Name=Nonexistent Dependency
 Description=This plugin has a nonexistent dependency.
 Authors=Garrett Regier
diff --git a/tests/libpeas/plugins/nonexistent-loader.plugin b/tests/libpeas/plugins/nonexistent-loader.plugin
index 27390e0..afad2f2 100644
--- a/tests/libpeas/plugins/nonexistent-loader.plugin
+++ b/tests/libpeas/plugins/nonexistent-loader.plugin
@@ -1,7 +1,6 @@
 [Plugin]
 Module=nonexistent-loader
 Loader=does-not-exist
-IAge=2
 Name=Nonexistent Loader
 Description=This plugin has a nonexistent loader.
 Authors=Garrett Regier
diff --git a/tests/libpeas/plugins/not-loadable.plugin b/tests/libpeas/plugins/not-loadable.plugin
index 035b617..77a5d09 100644
--- a/tests/libpeas/plugins/not-loadable.plugin
+++ b/tests/libpeas/plugins/not-loadable.plugin
@@ -1,6 +1,5 @@
 [Plugin]
 Module=not-loadable
-IAge=2
 Name=Not loadable
 Description=This plugin is not loadable.
 Authors=Garrett Regier
diff --git a/tests/libpeas/plugins/os-dependant-help.plugin b/tests/libpeas/plugins/os-dependant-help.plugin
index f65c115..4153773 100644
--- a/tests/libpeas/plugins/os-dependant-help.plugin
+++ b/tests/libpeas/plugins/os-dependant-help.plugin
@@ -1,6 +1,5 @@
 [Plugin]
 Module=os-dependant-help
-IAge=2
 Name=OS Dependant Help
 Description=This plugin is for the testing OS dependant help.
 Authors=Garrett Regier
diff --git a/tests/plugins/builtin/builtin.plugin b/tests/plugins/builtin/builtin.plugin
index 7585f25..06756b7 100644
--- a/tests/plugins/builtin/builtin.plugin
+++ b/tests/plugins/builtin/builtin.plugin
@@ -1,6 +1,5 @@
 [Plugin]
 Module=builtin
-IAge=2
 Name=Builtin
 Description=A plugin that can be loaded and is builtin.
 Authors=Garrett Regier
diff --git a/tests/plugins/full-info.plugin b/tests/plugins/full-info.plugin
index 5cb1390..1595d78 100644
--- a/tests/plugins/full-info.plugin
+++ b/tests/plugins/full-info.plugin
@@ -1,7 +1,6 @@
 [Plugin]
 Module=full-info
 Depends=something;something-else
-IAge=2
 Builtin=true
 Name=Full Info
 Description=Has full info.
diff --git a/tests/plugins/has-dep/has-dep.plugin b/tests/plugins/has-dep/has-dep.plugin
index 0c6a4da..dea24fb 100644
--- a/tests/plugins/has-dep/has-dep.plugin
+++ b/tests/plugins/has-dep/has-dep.plugin
@@ -1,7 +1,6 @@
 [Plugin]
 Module=has-dep
 Depends=loadable
-IAge=2
 Name=Has Dep
 Description=This plugin can be loaded and has a dep.
 Authors=Garrett Regier
diff --git a/tests/plugins/loadable/loadable.plugin b/tests/plugins/loadable/loadable.plugin
index b7e40b1..f04c124 100644
--- a/tests/plugins/loadable/loadable.plugin
+++ b/tests/plugins/loadable/loadable.plugin
@@ -1,6 +1,5 @@
 [Plugin]
 Module=loadable
-IAge=2
 Name=Loadable
 Description=A plugin that can be loaded.
 Authors=Garrett Regier
diff --git a/tests/plugins/min-info.plugin b/tests/plugins/min-info.plugin
index daff8ad..055ca2e 100644
--- a/tests/plugins/min-info.plugin
+++ b/tests/plugins/min-info.plugin
@@ -1,4 +1,3 @@
 [Plugin]
 Module=min-info
-IAge=2
 Name=Min Info
diff --git a/tests/plugins/self-dep/self-dep.plugin b/tests/plugins/self-dep/self-dep.plugin
index 39c13ee..99db496 100644
--- a/tests/plugins/self-dep/self-dep.plugin
+++ b/tests/plugins/self-dep/self-dep.plugin
@@ -1,7 +1,6 @@
 [Plugin]
 Module=self-dep
 Depends=self-dep
-IAge=2
 Name=Self Dep
 Description=This plugin can be loaded and has a dep of itself.
 Authors=Garrett Regier
diff --git a/tests/plugins/unavailable.plugin b/tests/plugins/unavailable.plugin
index e68221c..da307a2 100644
--- a/tests/plugins/unavailable.plugin
+++ b/tests/plugins/unavailable.plugin
@@ -1,7 +1,6 @@
 [Plugin]
 Module=unavailable
 Depends=does-not-exist
-IAge=2
 Name=Unavailable
 Description=This plugin cannot be loaded.
 Authors=Garrett Regier



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]