removed mods directory from the ATutor codebase
[atutor.git] / mods / patcher / sample_patch.xml
diff --git a/mods/patcher/sample_patch.xml b/mods/patcher/sample_patch.xml
deleted file mode 100644 (file)
index f2007ee..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?> \r
-<patch>\r
-       <atutor_patch_id>00001</atutor_patch_id>\r
-       <applied_version>1.6</applied_version>\r
-       <description>Sample patch XML</description>\r
-       <dependent_patches>\r
-               <dependent_patch>00002</dependent_patch>\r
-               <dependent_patch>00003</dependent_patch>\r
-       </dependent_patches>\r
-       \r
-       <sql>\r
-               ALTER TABLE `tests` ADD `description` TEXT NOT NULL AFTER `title`;\r
-       </sql>\r
-\r
-       <files>\r
-               <file>\r
-                       <action>alter</action>\r
-                       <name>create_test.php</name>\r
-                       <location>tools/tests/</location>\r
-                       <action_detail>\r
-                               <type>delete</type>\r
-                               <code_from></code_from>\r
-                       </action_detail>\r
-                               \r
-                       <action_detail>\r
-                               <type>replace</type>\r
-                               <code_from></code_from>\r
-                               <code_to></code_to>\r
-                       </action_detail>\r
-               </file>\r
-       \r
-               <file>\r
-                       <action>add</action>\r
-                       <name>calendar.gif</name>\r
-                       <location>docs/images/</location>\r
-               </file>\r
-\r
-               <file>\r
-                       <action>delete</action>\r
-                       <name>results_all_csv.php</name>\r
-                       <location>tools/tests/</location>\r
-               </file>\r
-\r
-               <file>\r
-                       <action>overwrite</action>\r
-                       <name>results_all.php</name>\r
-                       <location>tools/tests/</location>\r
-               </file>\r
-       </files>\r
-</patch> \r