From 4b10b550a2449827c643c896424eb0277c43b049 Mon Sep 17 00:00:00 2001 From: brettp Date: Fri, 3 Dec 2010 03:11:49 +0000 Subject: Refs #1986 #2170 #2225. Added semantic manifest.xml support and unit tests. Also added plugin dependencies system. See engine/tests/test_files/plugin_18/manifest.xml for examples. Not closing tickets pending discussion. git-svn-id: http://code.elgg.org/elgg/trunk@7512 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/tests/test_files/plugin_18/manifest.xml | 97 ++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 engine/tests/test_files/plugin_18/manifest.xml (limited to 'engine/tests/test_files/plugin_18/manifest.xml') diff --git a/engine/tests/test_files/plugin_18/manifest.xml b/engine/tests/test_files/plugin_18/manifest.xml new file mode 100644 index 000000000..182117a50 --- /dev/null +++ b/engine/tests/test_files/plugin_18/manifest.xml @@ -0,0 +1,97 @@ + + + Test Manifest + Anyone + 1.0 + A concise description. + A longer, more interesting description. + http://www.elgg.org/ + (C) Elgg 2010 + GNU Public License version 2 + + + elgg + 3009030802 + lt + + + + elgg_release + 1.8-svn + + + + Fun things to do 1 + graphics/plugin_ss1.png + + + + Fun things to do 2 + graphics/plugin_ss2.png + + + Admin + + ServiceAPI + + + setup_function + teardown_function + simple + + + + php_extension + gd + + + + php_ini + short_open_tag + off + + + + php_extension + made_up + 1.0 + + + + plugin + fake_plugin + 1.0 + + + + plugin + profile + 1.0 + + + + plugin + profile_api + 1.3 + lt + + + + plugin + profile_api + 1.0 + + + + plugin + profile_api + 1.3 + + + + php_extension + big_math + 1.0 + + + \ No newline at end of file -- cgit v1.2.3