henning     2003/03/20 08:44:42

  Modified:    .        maven.xml
  Added:       src/dtd  intake.dtd
  Log:
  Move intake.dtd to src/dtd
  
  Revision  Changes    Path
  1.12      +1 -1      jakarta-turbine-fulcrum/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/maven.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- maven.xml 20 Mar 2003 16:43:04 -0000      1.11
  +++ maven.xml 20 Mar 2003 16:44:38 -0000      1.12
  @@ -12,7 +12,7 @@
         tofile="target/classes/org/apache/fulcrum/avalon-roles.xml"/>
   
       <!-- Copy the Intake DTD file to the distribution -->
  -    <copy file="intake.dtd"
  +    <copy file="src/dtd/intake.dtd"
             
tofile="${maven.build.dest}/org/apache/fulcrum/intake/transform/intake.dtd"/>
   
       <!-- Setup where Torque generates the files to. -->
  
  
  
  1.1                  jakarta-turbine-fulcrum/src/dtd/intake.dtd
  
  Index: intake.dtd
  ===================================================================
  <!-- 
      Intake XML input constraints DTD 
      $Id: intake.dtd,v 1.1 2003/03/20 16:44:38 henning Exp $
  -->
  
  <!ELEMENT input-data (group+)>
  <!ATTLIST input-data 
    basePackage CDATA #IMPLIED
  >
  
  <!ELEMENT group (field+)>
  <!ATTLIST group 
    key CDATA #REQUIRED
    name CDATA #REQUIRED
    mapToObject CDATA #IMPLIED
  >
  
  <!ELEMENT field (rule*,required-message?)>
  <!ATTLIST field 
    key CDATA #REQUIRED
    name CDATA #REQUIRED
    type ( boolean | BigDecimal | short | int  | long   | float 
         | double  | BigInteger | byte  | char | String | Date  
         | StringKey | NumberKey | DateKey | ComboKey ) "String"      
    onError CDATA #IMPLIED
    multiValued ( true | false ) "false"
    displayName CDATA #IMPLIED
    mapToObject CDATA #IMPLIED
    mapToProperty CDATA #IMPLIED
    validator CDATA #IMPLIED
    defaultValue CDATA #IMPLIED
  >
  
                    
  <!ELEMENT rule (#PCDATA)>
  <!ATTLIST rule 
    name CDATA #REQUIRED
    value CDATA #REQUIRED
  >
  
  <!ELEMENT required-message (#PCDATA)>
  
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to