Remove obsolete cronjob update script
authorMatthias Schmidt <gravatronics@live.com>
Sat, 23 May 2015 05:49:44 +0000 (07:49 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sat, 23 May 2015 05:49:44 +0000 (07:49 +0200)
com.woltlab.wcf/cronjob_update210.xml [deleted file]

diff --git a/com.woltlab.wcf/cronjob_update210.xml b/com.woltlab.wcf/cronjob_update210.xml
deleted file mode 100644 (file)
index 7f61bf5..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/maelstrom/cronjob.xsd">
-       <import>
-               <cronjob>
-                       <classname><![CDATA[wcf\system\cronjob\StatDailyBuilderCronjob]]></classname>
-                       <description><![CDATA[Builds the daily statistics]]></description>
-                       <description language="de"><![CDATA[Generiert die täglichen Statistiken]]></description>
-                       <startminute>0</startminute>
-                       <starthour>1</starthour>
-                       <startdom>*</startdom>
-                       <startmonth>*</startmonth>
-                       <startdow>*</startdow>
-                       <active>1</active>
-                       <canbeedited>1</canbeedited>
-                       <canbedisabled>1</canbedisabled>
-               </cronjob>
-               
-               <cronjob>
-                       <classname><![CDATA[wcf\system\cronjob\UserGroupAssignmentCronjob]]></classname>
-                       <description><![CDATA[Automatically assigns users to user groups]]></description>
-                       <description language="de"><![CDATA[Ordnet Benutzer automatisch Benutzergruppen zu]]></description>
-                       <startminute>*/30</startminute>
-                       <starthour>*</starthour>
-                       <startdom>*</startdom>
-                       <startmonth>*</startmonth>
-                       <startdow>*</startdow>
-                       <active>1</active>
-                       <canbeedited>1</canbeedited>
-                       <canbedisabled>1</canbedisabled>
-               </cronjob>
-               
-               <cronjob>
-                       <classname><![CDATA[wcf\system\cronjob\UserBanCronjob]]></classname>
-                       <description><![CDATA[Unbans users and enables disabled avatars and disabled signatures]]></description>
-                       <description language="de"><![CDATA[Entsperrt gesperrte Benutzer, Avatare und Signaturen]]></description>
-                       <startminute>0</startminute>
-                       <starthour>1</starthour>
-                       <startdom>*</startdom>
-                       <startmonth>*</startmonth>
-                       <startdow>*</startdow>
-                       <active>1</active>
-                       <canbeedited>1</canbeedited>
-                       <canbedisabled>1</canbedisabled>
-               </cronjob>
-       </import>
-</data>
\ No newline at end of file