Author: andre Date: 2009-05-08 22:14:38 +0200 (Fri, 08 May 2009) New Revision: 35052
Modified: speeltuin/andre/mmsite/config/builders/mmsite/pools.xml Log: still using dummy is stupid Modified: speeltuin/andre/mmsite/config/builders/mmsite/pools.xml =================================================================== --- speeltuin/andre/mmsite/config/builders/mmsite/pools.xml 2009-05-08 15:06:35 UTC (rev 35051) +++ speeltuin/andre/mmsite/config/builders/mmsite/pools.xml 2009-05-08 20:14:38 UTC (rev 35052) @@ -1,110 +1,82 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE builder PUBLIC "-//MMBase/DTD builder config 1.1//EN" "http://www.mmbase.org/dtd/builder_1_1.dtd"> -<builder extends="object" maintainer="mmbase.org" name="pools" version="0"> +<builder + xmlns="http://www.mmbase.org/xmlns/builder" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.mmbase.org/xmlns/builder + http://www.mmbase.org/xmlns/builder.xsd" + name="pools" maintainer="mmbase.org" version="0" extends="object"> -<status>active</status> + <status>active</status> + + <searchage>1000</searchage> + + <names> + <singular xml:lang="fr">Regroupement</singular> + <singular xml:lang="nl">Poel</singular> + <singular xml:lang="en">Pool</singular> + <singular xml:lang="us">Pool</singular> + <plural xml:lang="fr">Regroupements</plural> + <plural xml:lang="nl">Poels</plural> + <plural xml:lang="en">Pools</plural> + <plural xml:lang="us">Pools</plural> + </names> -<classfile>Dummy</classfile> + <descriptions> + <description xml:lang="fr">Regroupements, répients pour des objets</description> + <description xml:lang="nl">Poels, container voor objects</description> + <description xml:lang="en">Pools, containers for objects</description> + <description xml:lang="us">Pools, containers for objects</description> + </descriptions> + + <properties></properties> + <fieldlist> + <field name="name"> + <descriptions> + <description xml:lang="en">Name of the pool</description> + <description xml:lang="nl">Naam van de pool</description> + </descriptions> + <gui> + <guiname xml:lang="fr">Nom</guiname> + <guiname xml:lang="nl">Naam</guiname> + <guiname xml:lang="en">Name</guiname> + <guiname xml:lang="us">Name</guiname> + </gui> + <editor> + <positions> + <input>1</input> + <list>1</list> + <search>1</search> + </positions> + </editor> + <datatype base="line" xmlns="http://www.mmbase.org/xmlns/datatypes"> + <required value="true" /> + <maxLength value="255" /> + </datatype> + </field> + + <field name="description"> + <descriptions> + <description xml:lang="en">Short description of the pool</description> + <description xml:lang="nl">Korte beschrijving van de pool</description> + </descriptions> + <gui> + <guiname xml:lang="fr">Description</guiname> + <guiname xml:lang="nl">Omschrijving</guiname> + <guiname xml:lang="en">Description</guiname> + <guiname xml:lang="us">Description</guiname> + </gui> + <editor> + <positions> + <input>2</input> + <list>2</list> + <search>2</search> + </positions> + </editor> + <datatype base="field" xmlns="http://www.mmbase.org/xmlns/datatypes"> + <maxLength value="2048" /> + </datatype> + </field> + + </fieldlist> -<searchage>1000</searchage> - -<names> - <!-- singles per language as defined by ISO 639 --> - <singular xml:lang="fr">Regroupement</singular> - <singular xml:lang="nl">Poel</singular> - <singular xml:lang="en">Pool</singular> - <singular xml:lang="us">Pool</singular> - <!-- multiple per language as defined by ISO 639 --> - <plural xml:lang="fr">Regroupements</plural> - <plural xml:lang="nl">Poels</plural> - <plural xml:lang="en">Pools</plural> - <plural xml:lang="us">Pools</plural> -</names> - -<!-- <descriptions> - small description of the builder for human reading ---> -<descriptions> -<!-- descriptions per language as defined by ISO 639 --> - <description xml:lang="fr">Regroupements, répients pour des objets</description> - <description xml:lang="nl">Poels, container voor objects</description> - <description xml:lang="en">Pools, containers for objects</description> - <description xml:lang="us">Pools, containers for objects</description> -</descriptions> - -<!-- <properties> -you can define properties to be used by the classfile (if used) it uses -a key/value system. Its a optional tag. ---> -<properties> -</properties> - -<!-- <fieldlist> - defines the different fields in this object, be carefull the order is important - once defined keep them in the same order. - If you use number and owner (the 2 default fields, please check the docs for this) ---> -<fieldlist> - <!-- POS 3 : <field> 'name' --> - <field> - <!-- gui related --> - <gui> - <guiname xml:lang="fr">Nom</guiname> - <guiname xml:lang="nl">Naam</guiname> - <guiname xml:lang="en">Name</guiname> - <guiname xml:lang="us">Name</guiname> - <guitype>string</guitype> - </gui> - <!-- editor related --> - <editor> - <positions> - <!-- position in the input area of the editor --> - <input>1</input> - <!-- position in list area of the editor --> - <list>1</list> - <!-- position in search area of the editor --> - <search>1</search> - </positions> - </editor> - <!-- database related --> - <db> - <!-- name of the field in the database --> - <name>name</name> - <!-- MMBase datatype and demands on it --> - <type key="false" notnull="false" size="255" state="persistent">STRING</type> - </db> - </field> - - <!-- POS 4 : <field> 'description' --> - <field> - <!-- gui related --> - <gui> - <guiname xml:lang="fr">Description</guiname> - <guiname xml:lang="nl">Omschrijving</guiname> - <guiname xml:lang="en">Description</guiname> - <guiname xml:lang="us">Description</guiname> - <guitype>field</guitype> - </gui> - <!-- editor related --> - <editor> - <positions> - <!-- position in the input area of the editor --> - <input>2</input> - <!-- position in list area of the editor --> - <list>2</list> - <!-- position in search area of the editor --> - <search>2</search> - </positions> - </editor> - <!-- database related --> - <db> - <!-- name of the field in the database --> - <name>description</name> - <!-- MMBase datatype and demands on it --> - <type key="false" notnull="false" size="2048" state="persistent">STRING</type> - </db> - </field> - -</fieldlist> - </builder> _______________________________________________ Cvs mailing list [email protected] http://lists.mmbase.org/mailman/listinfo/cvs
