summaryrefslogtreecommitdiff
path: root/scp2/source/extensions/module_extensions.scp
diff options
context:
space:
mode:
authorKalman Szalai - KAMI <kami911@gmail.com>2010-10-31 04:50:14 +0100
committerKalman Szalai - KAMI <kami911@gmail.com>2010-10-31 04:50:14 +0100
commit823cb6a74d9100b7a6d0a23722debbd329a8ec89 (patch)
treee0e2e89a44edc473248a9513ee92afaa7a3b13e2 /scp2/source/extensions/module_extensions.scp
parent87ec34b20ec01d1ae6724605ec4ab96681802cab (diff)
Adding Validator extension
Diffstat (limited to 'scp2/source/extensions/module_extensions.scp')
-rw-r--r--scp2/source/extensions/module_extensions.scp21
1 files changed, 19 insertions, 2 deletions
diff --git a/scp2/source/extensions/module_extensions.scp b/scp2/source/extensions/module_extensions.scp
index d8b68f5d7d84..50d78940d076 100644
--- a/scp2/source/extensions/module_extensions.scp
+++ b/scp2/source/extensions/module_extensions.scp
@@ -4,9 +4,9 @@
*
* $RCSfile: module_accessories.scp,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: KAMI $ $Date: 2010/10/30 19:40:10 $
+ * last change: $Author: KAMI $ $Date: 2010/10/31 04:40:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 3.
@@ -245,6 +245,23 @@ End
#endif
#endif
+/* ** Validator ** */
+
+#ifdef WITH_EXTENSION_VALIDATOR
+#ifdef WITH_EXTENSION_INTEGRATION
+Module gid_Module_Optional_Extensions_Validator
+ PackageInfo = "packinfo_extensions.txt";
+ MOD_NAME_DESC(MODULE_OPTIONAL_EXTENSIONS_VALIDATOR);
+ ParentID = gid_Module_Optional_Extensions;
+ Files = (
+ gid_File_Oxt_Validator );
+ Minimal = NO;
+ Default = YES;
+ Styles = ( );
+End
+#endif
+#endif
+
/* ** Google Docs ** */
#ifdef WITH_EXTENSION_GOOGLE_DOCS