Advertisement
Guest User

Cristian

a guest
Sep 4th, 2010
618
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.04 KB | None | 0 0
  1. <!DOCTYPE root>
  2. <generator-config>
  3.     <configuration name="sales">
  4.         <model name="sales" version="1.0" package-root="mp.demo">
  5.             <data-model>
  6.                 <driver name="mysql" version="5.0.5" groupId="mysql"
  7.                     artifactId="mysql-connector-java"></driver>        
  8.                 <fileSource name="sales" dir="c:/MinuteProject/data">
  9.                 </fileSource>
  10.                 <dataSource>
  11.                 <driverClassName>org.gjt.mm.mysql.Driver</driverClassName>
  12.                 <url>jdbc:mysql://D02DI1005860.net1.cec.eu.int:3306/sales</url>
  13.                 <username>root</username>
  14.                 <password></password>
  15.                 </dataSource>  
  16.                 <schema></schema>              
  17.                 <primaryKeyPolicy oneForEachTable="true">
  18.                     <primaryKeyPolicyPattern prefix="" suffix="" name="autoincrementPattern"></primaryKeyPolicyPattern>
  19.                 </primaryKeyPolicy>
  20.             </data-model>
  21.             <business-model>
  22.                 <generation-condition>
  23.                     <condition type="exclude" startsWith="PP"></condition>
  24.                 </generation-condition>    
  25.                 <business-package default="admin">
  26.                     <condition type="package" startsWith="EXT" result="nef"></condition>
  27.                 </business-package>
  28.                    
  29.            
  30.             </business-model>
  31.         </model>
  32.         <targets>
  33.             <target refname="BackendOnBsla hibernate"
  34.                name="default"
  35.                fileName="mp-template-config-bsla-hibernate-last-features.xml"
  36.                outputdir-root="../../dev/bsla-hibernate/sales"
  37.                templatedir-root="../../template">
  38.             </target>  
  39.             <target refname="BackendOnBsla jpa"
  40.                name="default"
  41.                fileName="mp-template-config-bsla-JPA-last-features.xml"
  42.                outputdir-root="../../dev/bsla-JPA/sales"
  43.                templatedir-root="../../template">
  44.             </target>  
  45.             <target refname="OpenXava"
  46.                name="OpenXava"
  47.                fileName="mp-template-config-openxava-last-features.xml"
  48.                outputdir-root="../../dev/openxava/sales"
  49.                templatedir-root="../../template/framework/openxava">
  50.             </target>
  51.             <target refname="LIB"
  52.                fileName="mp-template-config-bsla-LIB-features.xml"
  53.                templatedir-root="../../template/template-bsla">
  54.             </target>
  55.         </targets>
  56.     </configuration>
  57. </generator-config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement