Added object type and definition
authorAlexander Ebert <ebert@woltlab.com>
Sun, 23 Oct 2011 14:13:58 +0000 (16:13 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 23 Oct 2011 14:13:58 +0000 (16:13 +0200)
com.woltlab.wcf/objectType.xml [new file with mode: 0644]
com.woltlab.wcf/objectTypeDefinition.xml [new file with mode: 0644]
com.woltlab.wcf/package.xml

diff --git a/com.woltlab.wcf/objectType.xml b/com.woltlab.wcf/objectType.xml
new file mode 100644 (file)
index 0000000..d73b457
--- /dev/null
@@ -0,0 +1,10 @@
+<?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/object-type.xsd">
+       <import>
+               <type>
+                       <name>com.woltlab.wcf.user</name>
+                       <definitionname>com.woltlab.wcf.clipboardItem</definitionname>
+                       <listclassname>wcf\data\user\UserList</listclassname>
+               </type>
+       </import>
+</data>
\ No newline at end of file
diff --git a/com.woltlab.wcf/objectTypeDefinition.xml b/com.woltlab.wcf/objectTypeDefinition.xml
new file mode 100644 (file)
index 0000000..d7a7898
--- /dev/null
@@ -0,0 +1,12 @@
+<?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/object-type-definition.xsd">
+       <import>
+               <definition>
+                       <name>com.woltlab.wcf.collapsibleContent</name>
+               </definition>
+               
+               <definition>
+                       <name>com.woltlab.wcf.clipboardItem</name>
+               </definition>
+       </import>
+</data>
\ No newline at end of file
index 3093d61a6a25f384b87d3028dc2bdaf87b0cf6be..cec7d322c92f81bac8b46e2adc863429cd5c8307 100644 (file)
@@ -26,5 +26,7 @@
                <instruction type="cronjob">cronjob.xml</instruction>
                <instruction type="coreObject">coreObject.xml</instruction>
                <instruction type="clipboardAction">clipboardAction.xml</instruction>
+               <instruction type="objectTypeDefinition">objectTypeDefinition.xml</instruction>
+               <instruction type="objectType">objectType.xml</instruction>
        </instructions>
 </package>