Update of /var/cvs/speeltuin/mihxil/streams/config/builders/streams
In directory james.mmbase.org:/tmp/cvs-serv18046/config/builders/streams

Modified Files:
        streamsources.xml streamsourcescaches.xml 
Log Message:
Automaticly trigger creation of streamsourcescaches on creation of a 
streamsources


See also: 
http://cvs.mmbase.org/viewcvs/speeltuin/mihxil/streams/config/builders/streams


Index: streamsources.xml
===================================================================
RCS file: 
/var/cvs/speeltuin/mihxil/streams/config/builders/streams/streamsources.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- streamsources.xml   24 Apr 2009 07:46:50 -0000      1.3
+++ streamsources.xml   24 Apr 2009 18:26:05 -0000      1.4
@@ -23,6 +23,10 @@
     <field name="url">
       <datatype base="file" xmlns="http://www.mmbase.org/xmlns/datatypes";>
         <unique value="true" />
+        <commitprocessor>
+          <class name="org.mmbase.datatypes.processors.BinaryCommitProcessor" 
/>
+          <class name="org.mmbase.streams.CreateCachesProcessor" />
+        </commitprocessor>
       </datatype>
     </field>
 


Index: streamsourcescaches.xml
===================================================================
RCS file: 
/var/cvs/speeltuin/mihxil/streams/config/builders/streams/streamsourcescaches.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- streamsourcescaches.xml     23 Apr 2009 10:10:43 -0000      1.1
+++ streamsourcescaches.xml     24 Apr 2009 18:26:05 -0000      1.2
@@ -18,6 +18,35 @@
 
   <fieldlist>
 
+    <field name="key">
+      <datatype base="eline" xmlns="http://www.mmbase.org/xmlns/datatypes"; />
+    </field>
+
+
+    <field name="id">
+      <descriptions>
+        <description xml:lang="en">Reference to the original 
stream</description>
+        <description xml:lang="nl">Referentie naar de originel 
stream</description>
+      </descriptions>
+      <gui>
+        <guiname xml:lang="en">ID</guiname>
+        <guiname xml:lang="nl">ID</guiname>
+        <guiname xml:lang="fr">ID</guiname>
+        <guiname xml:lang="eo">ID</guiname>
+        <guiname xml:lang="it">ID</guiname>
+      </gui>
+      <editor>
+        <positions><list>3</list></positions>
+      </editor>
+      <datatype base="nodenumber" 
xmlns="http://www.mmbase.org/xmlns/datatypes";>
+        <required value="true" enforce="never" />
+        <enumeration>
+          <query type="streamsources" 
xmlns="http://www.mmbase.org/xmlns/searchquery"; />
+        </enumeration>
+      </datatype>
+    </field>
+
+
     <field name="url">
       <datatype base="eline" xmlns="http://www.mmbase.org/xmlns/datatypes";>
         <getprocessor type="binary">
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to