ontomde-demos 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (313) hide show
  1. data/History.txt +2 -0
  2. data/Manifest.txt +312 -0
  3. data/README.txt +48 -0
  4. data/Rakefile +22 -0
  5. data/bin/ontomde-demos-install +10 -0
  6. data/demo/adobe-flex/1-unpack.bat +6 -0
  7. data/demo/adobe-flex/1-unpack.sh +5 -0
  8. data/demo/adobe-flex/2-generate.bat +4 -0
  9. data/demo/adobe-flex/2-generate.sh +5 -0
  10. data/demo/adobe-flex/3-flex.bat +4 -0
  11. data/demo/adobe-flex/3-flex.sh +4 -0
  12. data/demo/adobe-flex/4-start-webapp.bat +7 -0
  13. data/demo/adobe-flex/4-start-webapp.sh +4 -0
  14. data/demo/adobe-flex/9-eclipse.bat +5 -0
  15. data/demo/adobe-flex/9-eclipse.sh +6 -0
  16. data/demo/adobe-flex/README.txt +79 -0
  17. data/demo/adobe-flex/domain/pom.xml +61 -0
  18. data/demo/adobe-flex/ear/pom.xml +160 -0
  19. data/demo/adobe-flex/flex2_sdk/README.txt +7 -0
  20. data/demo/adobe-flex/flex2_sdk/flex2_sdk_hf1_download.URL +2 -0
  21. data/demo/adobe-flex/mda/.ontomde-java +75 -0
  22. data/demo/adobe-flex/mda/clean-generated.sh +24 -0
  23. data/demo/adobe-flex/mda/pom.xml +110 -0
  24. data/demo/adobe-flex/mda/src/main/mda/customDataTypes.rb +5 -0
  25. data/demo/adobe-flex/mda/src/main/mda/dbDiscriminatorCache.rb +74 -0
  26. data/demo/adobe-flex/mda/src/main/mda/javaMapping.rb-notused +302 -0
  27. data/demo/adobe-flex/mda/src/main/mda/mda.rb +0 -0
  28. data/demo/adobe-flex/mda/src/main/model/.project +11 -0
  29. data/demo/adobe-flex/mda/src/main/model/model.emx +1779 -0
  30. data/demo/adobe-flex/mda/src/main/model/model.emx.nt +3575 -0
  31. data/demo/adobe-flex/mda/src/main/model/model.emx.nt_kb.pprj +1496 -0
  32. data/demo/adobe-flex/mda/src/main/model/model.emx.nt_kb.rdf +25 -0
  33. data/demo/adobe-flex/mda/src/main/model/model.emx.nt_kb.rdfs +2242 -0
  34. data/demo/adobe-flex/mda/src/main/resources/formatter.properties +260 -0
  35. data/demo/adobe-flex/pom.xml +97 -0
  36. data/demo/adobe-flex/projectbase/pom.xml +132 -0
  37. data/demo/adobe-flex/webapp/pom.xml +126 -0
  38. data/demo/apache-struts-mesContacts/1-base.bat +6 -0
  39. data/demo/apache-struts-mesContacts/1-base.sh +6 -0
  40. data/demo/apache-struts-mesContacts/2-unpack.bat +6 -0
  41. data/demo/apache-struts-mesContacts/2-unpack.sh +6 -0
  42. data/demo/apache-struts-mesContacts/3-generate.bat +4 -0
  43. data/demo/apache-struts-mesContacts/3-generate.sh +7 -0
  44. data/demo/apache-struts-mesContacts/4-start-webapp-nosecurity.bat +4 -0
  45. data/demo/apache-struts-mesContacts/4-start-webapp-nosecurity.sh +6 -0
  46. data/demo/apache-struts-mesContacts/5-start-webapp.bat +7 -0
  47. data/demo/apache-struts-mesContacts/5-start-webapp.sh +6 -0
  48. data/demo/apache-struts-mesContacts/9-eclipse.bat +5 -0
  49. data/demo/apache-struts-mesContacts/9-eclipse.sh +8 -0
  50. data/demo/apache-struts-mesContacts/domain/pom.xml +77 -0
  51. data/demo/apache-struts-mesContacts/domain/src/main/java/gUI/ContactList.java +400 -0
  52. data/demo/apache-struts-mesContacts/domain/src/main/java/service/ContactManager.java +162 -0
  53. data/demo/apache-struts-mesContacts/domain/src/main/java/service/ContactManagerImpl.java +68 -0
  54. data/demo/apache-struts-mesContacts/domain/src/main/java/xmda/security/GlobalComputedAccessControlCriteria.java +29 -0
  55. data/demo/apache-struts-mesContacts/domain/src/main/java/xmda/security/GlobalComputedAccessControlCriteria.java.mda +37 -0
  56. data/demo/apache-struts-mesContacts/domain/src/main/java/xmda/security/ProviderImpl.java +303 -0
  57. data/demo/apache-struts-mesContacts/mda/.ontomde-java +71 -0
  58. data/demo/apache-struts-mesContacts/mda/clean-generated.sh +24 -0
  59. data/demo/apache-struts-mesContacts/mda/pom.xml +75 -0
  60. data/demo/apache-struts-mesContacts/mda/src/main/mda/customDataTypes.rb +6 -0
  61. data/demo/apache-struts-mesContacts/mda/src/main/mda/dbDiscriminatorCache.rb +88 -0
  62. data/demo/apache-struts-mesContacts/mda/src/main/mda/mda.rb +0 -0
  63. data/demo/apache-struts-mesContacts/mda/src/main/model/.project +12 -0
  64. data/demo/apache-struts-mesContacts/mda/src/main/model/model.emx +2106 -0
  65. data/demo/apache-struts-mesContacts/mda/src/main/model/model.emx.nt +4449 -0
  66. data/demo/apache-struts-mesContacts/mda/src/main/model/model.emx.nt.pprj +1509 -0
  67. data/demo/apache-struts-mesContacts/mda/src/main/model/model.emx.nt.rdf +173 -0
  68. data/demo/apache-struts-mesContacts/mda/src/main/model/model.emx.nt.rdfs +2501 -0
  69. data/demo/apache-struts-mesContacts/mda/src/main/resources/formatter.properties +260 -0
  70. data/demo/apache-struts-mesContacts/pom.xml +20 -0
  71. data/demo/apache-struts-mesContacts/projectbase/pom.xml +123 -0
  72. data/demo/apache-struts-mesContacts/webapp/pom.xml +304 -0
  73. data/demo/apache-struts-mesContacts/webapp/src/main/java/gUI/methods/struts/ContactListnewContactMPCStrutsAction.java +392 -0
  74. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/all.jsp +1 -0
  75. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/index.jsp +15 -0
  76. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/index.jsp.mda +930 -0
  77. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/pages/domain/form/Contactall.jsp +211 -0
  78. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/pages/domain/form/Contactall.jsp.mda +1247 -0
  79. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/pages/gUI/form/ContactListall.jsp +235 -0
  80. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/pages/gUI/form/ContactListall.jsp.mda +1086 -0
  81. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/pages/gUI/methods/form/ContactListnewContactMPCall.jsp +143 -0
  82. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/pages/gUI/methods/form/ContactListnewContactMPCall.jsp.mda +1041 -0
  83. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/pages/menu.inc +229 -0
  84. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/add_photo.gif +0 -0
  85. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/attention.gif +0 -0
  86. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/back.gif +0 -0
  87. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/bck_table.gif +0 -0
  88. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/bkg_maligne_gauche_new.gif +0 -0
  89. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/bkg_maligne_new.gif +0 -0
  90. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/bottom.gif +0 -0
  91. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/bt_center.gif +0 -0
  92. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/bt_center_off.gif +0 -0
  93. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/bt_left.gif +0 -0
  94. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/bt_left_off.gif +0 -0
  95. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/bt_right.gif +0 -0
  96. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/bt_right_off.gif +0 -0
  97. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/contact.css +609 -0
  98. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/corner_bottom_left.gif +0 -0
  99. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/corner_bottom_right.gif +0 -0
  100. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/corner_left.gif +0 -0
  101. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/dispo_off.gif +0 -0
  102. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/dispo_on.gif +0 -0
  103. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/export1.gif +0 -0
  104. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/export2.gif +0 -0
  105. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/extraire.gif +0 -0
  106. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/favicon.ico +0 -0
  107. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/fleche.gif +0 -0
  108. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/flecheon.gif +0 -0
  109. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/import1.gif +0 -0
  110. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/import2.gif +0 -0
  111. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/import3.gif +0 -0
  112. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/imprimer.gif +0 -0
  113. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/index.css +611 -0
  114. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/index.dat +7 -0
  115. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/index.html +587 -0
  116. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/left_table.gif +0 -0
  117. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/line.gif +0 -0
  118. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/lineverti.gif +0 -0
  119. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/menu.css +88 -0
  120. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/modifier.gif +0 -0
  121. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/nav.gif +0 -0
  122. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/new.css +470 -0
  123. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/on_mobile.gif +0 -0
  124. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/on_sim_card.gif +0 -0
  125. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/onglet_1_2_on.gif +0 -0
  126. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/onglet_1_3_off.gif +0 -0
  127. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/onglet_2_1_on.gif +0 -0
  128. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/order_up.gif +0 -0
  129. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/picto_ecarte.gif +0 -0
  130. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/picto_email.gif +0 -0
  131. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/picto_fax.gif +0 -0
  132. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/picto_fax2.gif +0 -0
  133. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/picto_home.gif +0 -0
  134. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/picto_home2.gif +0 -0
  135. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/picto_messagerie.gif +0 -0
  136. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/picto_mobile.gif +0 -0
  137. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/picto_mobile2.gif +0 -0
  138. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/picto_secondaire.gif +0 -0
  139. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/picto_sms.gif +0 -0
  140. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/picto_supprimer.gif +0 -0
  141. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/picto_visio.gif +0 -0
  142. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/picto_work.gif +0 -0
  143. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/picto_work2.gif +0 -0
  144. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/point.gif +0 -0
  145. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/print.gif +0 -0
  146. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/profile_homme.gif +0 -0
  147. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/right_table.gif +0 -0
  148. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/right_table_fiche.gif +0 -0
  149. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/tt_encart_infos1.gif +0 -0
  150. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/tt_encart_infos2.gif +0 -0
  151. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/unlimited.gif +0 -0
  152. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/verifier.gif +0 -0
  153. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/vide.gif +0 -0
  154. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/voir.gif +0 -0
  155. data/demo/core/README.txt +43 -0
  156. data/demo/core/demo-dsl/bpm.pprj +1745 -0
  157. data/demo/core/demo-dsl/bpm.rdf +140 -0
  158. data/demo/core/demo-dsl/bpm.rdfs +231 -0
  159. data/demo/core/demo-dsl/main_demo_dsl_structured.rb +60 -0
  160. data/demo/core/demo-dumpUMLMetaModel/demo_dump_uml2.rb +144 -0
  161. data/demo/core/demo-generateXML/README.txt +30 -0
  162. data/demo/core/demo-generateXML/main_demo_flatcode.rb +51 -0
  163. data/demo/core/demo-generateXML/main_demo_structured.rb +65 -0
  164. data/demo/core/demo-generateXML/main_demo_template.rb +62 -0
  165. data/demo/core/demo-uml-browsing/main_demo_uml_browsing.rb +49 -0
  166. data/demo/core/demo-umlStateMachine/demo_umlStateMachine.rb +169 -0
  167. data/demo/core/demo-umlStateMachine/model/.project +11 -0
  168. data/demo/core/demo-umlStateMachine/model/StateMachine.PNG +0 -0
  169. data/demo/core/demo-umlStateMachine/model/stateMachine.emx +594 -0
  170. data/demo/core/demo-umlStateMachine/model/stateMachine.emx.nt +2527 -0
  171. data/demo/core/model/README.txt +1 -0
  172. data/demo/core/model/model.emx +1779 -0
  173. data/demo/core/model/model.emx.nt +3575 -0
  174. data/demo/core/model/model.emx.nt_kb.pprj +1438 -0
  175. data/demo/core/model/model.emx.nt_kb.rdf +25 -0
  176. data/demo/java5/EnterpriseArchitect7.1/.classpath +6 -0
  177. data/demo/java5/EnterpriseArchitect7.1/.ontomde-java +17 -0
  178. data/demo/java5/EnterpriseArchitect7.1/.project +17 -0
  179. data/demo/java5/EnterpriseArchitect7.1/.xmda +2 -0
  180. data/demo/java5/EnterpriseArchitect7.1/1-generate.bat +3 -0
  181. data/demo/java5/EnterpriseArchitect7.1/1-generate.sh +3 -0
  182. data/demo/java5/EnterpriseArchitect7.1/2-generateJavadoc.bat +3 -0
  183. data/demo/java5/EnterpriseArchitect7.1/2-generateJavadoc.sh +3 -0
  184. data/demo/java5/EnterpriseArchitect7.1/pom.xml +160 -0
  185. data/demo/java5/EnterpriseArchitect7.1/src/main/mda/customDatatypes.rb +9 -0
  186. data/demo/java5/EnterpriseArchitect7.1/src/main/model/java5_demo.ea71.ea.xmi +4115 -0
  187. data/demo/java5/EnterpriseArchitect7.1/src/main/model/java5_demo.eap +0 -0
  188. data/demo/java5/README.txt +74 -0
  189. data/demo/java5/copyShared.sh +35 -0
  190. data/demo/java5/objecteering6/.classpath +6 -0
  191. data/demo/java5/objecteering6/.ontomde-java +17 -0
  192. data/demo/java5/objecteering6/.project +17 -0
  193. data/demo/java5/objecteering6/.xmda +2 -0
  194. data/demo/java5/objecteering6/1-generate.bat +3 -0
  195. data/demo/java5/objecteering6/1-generate.sh +3 -0
  196. data/demo/java5/objecteering6/2-generateJavadoc.bat +3 -0
  197. data/demo/java5/objecteering6/2-generateJavadoc.sh +3 -0
  198. data/demo/java5/objecteering6/pom.xml +160 -0
  199. data/demo/java5/objecteering6/src/main/mda/customDatatypes.rb +9 -0
  200. data/demo/java5/objecteering6/src/main/model/README.txt +4 -0
  201. data/demo/java5/objecteering6/src/main/model/README_OE.txt +5 -0
  202. data/demo/java5/objecteering6/src/main/model/java5_demo.oe600.nt +18 -0
  203. data/demo/java5/objecteering6/src/main/model/java5_demo.oe600.ofp +0 -0
  204. data/demo/java5/rationalSoftwareModeler6/.classpath +6 -0
  205. data/demo/java5/rationalSoftwareModeler6/.ontomde-java +17 -0
  206. data/demo/java5/rationalSoftwareModeler6/.project +17 -0
  207. data/demo/java5/rationalSoftwareModeler6/.xmda +2 -0
  208. data/demo/java5/rationalSoftwareModeler6/1-generate.bat +3 -0
  209. data/demo/java5/rationalSoftwareModeler6/1-generate.sh +3 -0
  210. data/demo/java5/rationalSoftwareModeler6/2-generateJavadoc.bat +3 -0
  211. data/demo/java5/rationalSoftwareModeler6/2-generateJavadoc.sh +3 -0
  212. data/demo/java5/rationalSoftwareModeler6/model.pdf +0 -0
  213. data/demo/java5/rationalSoftwareModeler6/pom.xml +167 -0
  214. data/demo/java5/rationalSoftwareModeler6/src/main/mda/customDatatypes.rb +9 -0
  215. data/demo/java5/rationalSoftwareModeler6/src/main/model/.project +11 -0
  216. data/demo/java5/rationalSoftwareModeler6/src/main/model/java5_demo.emx +3412 -0
  217. data/demo/java5/rationalSoftwareModeler6/src/main/model/java5_demo.emx.nt +4489 -0
  218. data/demo/java5/rationalSoftwareModeler6/src/main/model/rsm-shortcuts.emx +57 -0
  219. data/demo/jboss-jbpm/1-unpack.sh +5 -0
  220. data/demo/jboss-jbpm/2-generate.sh +5 -0
  221. data/demo/jboss-jbpm/3-start-app.sh +10 -0
  222. data/demo/jboss-jbpm/4-stop-app.sh +7 -0
  223. data/demo/jboss-jbpm/5-debug.sh +18 -0
  224. data/demo/jboss-jbpm/6-nodebug.sh +2 -0
  225. data/demo/jboss-jbpm/9-eclipse.bat +5 -0
  226. data/demo/jboss-jbpm/9-eclipse.sh +6 -0
  227. data/demo/jboss-jbpm/debug.sh +18 -0
  228. data/demo/jboss-jbpm/domain/pom.xml +110 -0
  229. data/demo/jboss-jbpm/domain/src/main/java/cas1/Magasinier.java +233 -0
  230. data/demo/jboss-jbpm/domain/src/main/java/cas2/Banquier.java +172 -0
  231. data/demo/jboss-jbpm/domain/src/main/java/cas2/Client.java +140 -0
  232. data/demo/jboss-jbpm/domain/src/main/java/cas2/Personne.java +225 -0
  233. data/demo/jboss-jbpm/domain/src/main/java/cas3/Commande.java +221 -0
  234. data/demo/jboss-jbpm/domain/src/main/java/cas3/ProcessusPreparation.java +382 -0
  235. data/demo/jboss-jbpm/domain/src/main/java/cas4/CommandeLivraison.java +325 -0
  236. data/demo/jboss-jbpm/domain/src/main/java/cas4/ProcessusLivraison.java +366 -0
  237. data/demo/jboss-jbpm/domain/src/main/java/cas4/TacheHumaine.java +225 -0
  238. data/demo/jboss-jbpm/domain/src/main/java/cas4/TacheSuiteErreurLivraison.java +201 -0
  239. data/demo/jboss-jbpm/domain/src/main/resources/META-INF/persistence.xml +25 -0
  240. data/demo/jboss-jbpm/ear/pom.xml +175 -0
  241. data/demo/jboss-jbpm/mda/clean-generated.sh +24 -0
  242. data/demo/jboss-jbpm/mda/pom.xml +227 -0
  243. data/demo/jboss-jbpm/mda/src/main/mda/customDataTypes.rb +1 -0
  244. data/demo/jboss-jbpm/mda/src/main/mda/dbDiscriminatorCache.rb +72 -0
  245. data/demo/jboss-jbpm/mda/src/main/model/.project +12 -0
  246. data/demo/jboss-jbpm/mda/src/main/model/model.emx +606 -0
  247. data/demo/jboss-jbpm/mda/src/main/model/model.emx.nt +2904 -0
  248. data/demo/jboss-jbpm/mda/src/main/model/model.emx.nt_kb.pprj +1432 -0
  249. data/demo/jboss-jbpm/mda/src/main/model/model.emx.nt_kb.rdf +73 -0
  250. data/demo/jboss-jbpm/mda/src/main/model/model.emx.nt_kb.rdfs +709 -0
  251. data/demo/jboss-jbpm/mda/src/main/process/.classpath +10 -0
  252. data/demo/jboss-jbpm/mda/src/main/process/.project +17 -0
  253. data/demo/jboss-jbpm/mda/src/main/process/processList.txt +2 -0
  254. data/demo/jboss-jbpm/mda/src/main/process/src/cas3.ProcessusPreparation/gpd.xml +43 -0
  255. data/demo/jboss-jbpm/mda/src/main/process/src/cas3.ProcessusPreparation/processdefinition.xml +40 -0
  256. data/demo/jboss-jbpm/mda/src/main/process/src/cas3.ProcessusPreparation/processimage.jpg +0 -0
  257. data/demo/jboss-jbpm/mda/src/main/process/src/cas4.ProcessusLivraison/gpd.xml +30 -0
  258. data/demo/jboss-jbpm/mda/src/main/process/src/cas4.ProcessusLivraison/processdefinition.xml +28 -0
  259. data/demo/jboss-jbpm/mda/src/main/process/src/cas4.ProcessusLivraison/processimage.jpg +0 -0
  260. data/demo/jboss-jbpm/mda/src/main/resources/formatter.properties +260 -0
  261. data/demo/jboss-jbpm/ontomde-bpm-ear-copy/pom.xml +128 -0
  262. data/demo/jboss-jbpm/pom.xml +127 -0
  263. data/demo/jboss-jbpm/projectbase/pom.xml +116 -0
  264. data/demo/jboss-jbpm/readme.txt +15 -0
  265. data/demo/jboss-jbpm/runMyApp.sh +22 -0
  266. data/demo/jboss-jbpm/setenv.sh-sample +7 -0
  267. data/demo/jboss-jbpm/stopMyApp.sh +15 -0
  268. data/demo/jboss-jbpm/stopdebug.sh +2 -0
  269. data/demo/jboss-jbpm/webapp/pom.xml +102 -0
  270. data/demo/spring-acegi/1-base.bat +6 -0
  271. data/demo/spring-acegi/1-base.sh +6 -0
  272. data/demo/spring-acegi/2-unpack.bat +6 -0
  273. data/demo/spring-acegi/2-unpack.sh +6 -0
  274. data/demo/spring-acegi/3-generate.bat +4 -0
  275. data/demo/spring-acegi/3-generate.sh +7 -0
  276. data/demo/spring-acegi/4-start-webapp-nosecurity.bat +4 -0
  277. data/demo/spring-acegi/4-start-webapp-nosecurity.sh +6 -0
  278. data/demo/spring-acegi/5-start-webapp.bat +7 -0
  279. data/demo/spring-acegi/5-start-webapp.sh +6 -0
  280. data/demo/spring-acegi/9-eclipse.bat +5 -0
  281. data/demo/spring-acegi/9-eclipse.sh +8 -0
  282. data/demo/spring-acegi/README.txt +79 -0
  283. data/demo/spring-acegi/doc/images/_Ea8UYu6FEdyp6cGW4pi6rw.GIF +0 -0
  284. data/demo/spring-acegi/doc/images/_XH8XYjuOEdyltIorAFYEcg.GIF +0 -0
  285. data/demo/spring-acegi/doc/images/_o7gEAsg1Edy3YZbvY96G9w.GIF +0 -0
  286. data/demo/spring-acegi/doc/images/_s1Mq8O6sEdyp6cGW4pi6rw.GIF +0 -0
  287. data/demo/spring-acegi/doc/ontomde-demo-acegi-run.wnk +0 -0
  288. data/demo/spring-acegi/domain/pom.xml +68 -0
  289. data/demo/spring-acegi/domain/src/main/java/administration/ApplicationUser.java +503 -0
  290. data/demo/spring-acegi/domain/src/main/java/administration/SecurityPanel.java +1177 -0
  291. data/demo/spring-acegi/domain/src/main/java/demo1GSMNetwork/BaseTransceiverStation.java +434 -0
  292. data/demo/spring-acegi/domain/src/main/java/demo2testModel/Client.java +839 -0
  293. data/demo/spring-acegi/domain/src/main/java/xmda/security/ProviderImpl.java +320 -0
  294. data/demo/spring-acegi/mda/.ontomde-java +71 -0
  295. data/demo/spring-acegi/mda/clean-generated.sh +24 -0
  296. data/demo/spring-acegi/mda/pom.xml +75 -0
  297. data/demo/spring-acegi/mda/src/main/mda/customDataTypes.rb +5 -0
  298. data/demo/spring-acegi/mda/src/main/mda/dbDiscriminatorCache.rb +94 -0
  299. data/demo/spring-acegi/mda/src/main/mda/mda.rb +0 -0
  300. data/demo/spring-acegi/mda/src/main/model/.project +12 -0
  301. data/demo/spring-acegi/mda/src/main/model/model.emx +3137 -0
  302. data/demo/spring-acegi/mda/src/main/model/model.emx.nt +5301 -0
  303. data/demo/spring-acegi/mda/src/main/model/model.emx.nt.pprj +1848 -0
  304. data/demo/spring-acegi/mda/src/main/model/model.emx.nt.rdf +271 -0
  305. data/demo/spring-acegi/mda/src/main/resources/formatter.properties +260 -0
  306. data/demo/spring-acegi/pom.xml +20 -0
  307. data/demo/spring-acegi/projectbase/pom.xml +117 -0
  308. data/demo/spring-acegi/webapp/pom.xml +167 -0
  309. data/demo/uml-profil-for-ibm-rsm6/.project +12 -0
  310. data/demo/uml-profil-for-ibm-rsm6/OntoMDE-profil.epx +1748 -0
  311. data/demo/uml-profil-for-ibm-rsm6/README.txt +4 -0
  312. data/lib/ontomde-demos.rb +3 -0
  313. metadata +379 -0
@@ -0,0 +1,260 @@
1
+ org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert
2
+ org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation=insert
3
+ org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert
4
+ org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=insert
5
+ org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert
6
+ org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=end_of_line
7
+ org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case=do not insert
8
+ org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer=insert
9
+ org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation=do not insert
10
+ org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not insert
11
+ org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration=insert
12
+ org.eclipse.jdt.core.formatter.blank_lines_before_field=0
13
+ org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert
14
+ org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration=do not insert
15
+ org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert
16
+ org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=do not insert
17
+ org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line=false
18
+ org.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert
19
+ org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=insert
20
+ org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases=true
21
+ org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration=insert
22
+ org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert
23
+ org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16
24
+ org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=16
25
+ org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80
26
+ org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for=insert
27
+ org.eclipse.jdt.core.formatter.insert_space_after_binary_operator=insert
28
+ org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert
29
+ org.eclipse.jdt.core.formatter.brace_position_for_array_initializer=end_of_line
30
+ org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=do not insert
31
+ org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant=do not insert
32
+ org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=do not insert
33
+ org.eclipse.jdt.core.formatter.blank_lines_after_package=1
34
+ org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=insert
35
+ org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert
36
+ org.eclipse.jdt.core.formatter.continuation_indentation=2
37
+ org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert
38
+ org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16
39
+ org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert
40
+ org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=do not insert
41
+ org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk=1
42
+ org.eclipse.jdt.core.formatter.insert_space_before_binary_operator=insert
43
+ org.eclipse.jdt.core.formatter.blank_lines_before_package=0
44
+ org.eclipse.jdt.core.compiler.source=1.5
45
+ org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration=do not insert
46
+ org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments=insert
47
+ org.eclipse.jdt.core.formatter.comment.format_line_comments=true
48
+ org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=insert
49
+ org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations=insert
50
+ org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block=insert
51
+ org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16
52
+ org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments=do not insert
53
+ org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant=do not insert
54
+ org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
55
+ org.eclipse.jdt.core.formatter.blank_lines_before_member_type=1
56
+ org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for=do not insert
57
+ org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration=insert
58
+ org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=16
59
+ org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert
60
+ org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert
61
+ org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case=insert
62
+ org.eclipse.jdt.core.formatter.comment.indent_parameter_description=true
63
+ org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration=do not insert
64
+ org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=do not insert
65
+ org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration=insert
66
+ org.eclipse.jdt.core.formatter.insert_new_line_after_annotation=insert
67
+ org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert
68
+ org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=false
69
+ org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration=insert
70
+ org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if=insert
71
+ org.eclipse.jdt.core.formatter.lineSplit=80
72
+ org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert
73
+ org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=do not insert
74
+ org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments=do not insert
75
+ org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration=0
76
+ org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration=insert
77
+ org.eclipse.jdt.core.formatter.indentation.size=4
78
+ org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=do not insert
79
+ org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant=do not insert
80
+ org.eclipse.jdt.core.formatter.alignment_for_assignment=0
81
+ org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16
82
+ org.eclipse.jdt.core.formatter.tabulation.char=tab
83
+ org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
84
+ org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters=insert
85
+ org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert
86
+ org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true
87
+ org.eclipse.jdt.core.formatter.blank_lines_before_method=1
88
+ org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for=insert
89
+ org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false
90
+ org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast=do not insert
91
+ org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16
92
+ org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement=insert
93
+ org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration=end_of_line
94
+ org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body=insert
95
+ org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation=do not insert
96
+ org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression=do not insert
97
+ org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant=insert
98
+ org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation=do not insert
99
+ org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert
100
+ org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws=do not insert
101
+ org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if=do not insert
102
+ org.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line
103
+ org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws=insert
104
+ org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert
105
+ org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation=do not insert
106
+ org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert
107
+ org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert
108
+ org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression=do not insert
109
+ org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do not insert
110
+ org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw=insert
111
+ org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=false
112
+ org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
113
+ org.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert
114
+ org.eclipse.jdt.core.formatter.brace_position_for_block=end_of_line
115
+ org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits=do not insert
116
+ org.eclipse.jdt.core.formatter.brace_position_for_method_declaration=end_of_line
117
+ org.eclipse.jdt.core.formatter.compact_else_if=true
118
+ org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer=do not insert
119
+ org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments=insert
120
+ org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference=do not insert
121
+ org.eclipse.jdt.core.formatter.comment.indent_root_tags=true
122
+ org.eclipse.jdt.core.formatter.brace_position_for_enum_constant=end_of_line
123
+ org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations=do not insert
124
+ org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments=insert
125
+ org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters=do not insert
126
+ org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=insert
127
+ org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch=insert
128
+ org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression=do not insert
129
+ org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference=do not insert
130
+ org.eclipse.jdt.core.formatter.tabulation.size=4
131
+ org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert
132
+ org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block=insert
133
+ org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=insert
134
+ org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference=do not insert
135
+ org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert
136
+ org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration=do not insert
137
+ org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws=do not insert
138
+ org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if=do not insert
139
+ org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=false
140
+ org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=16
141
+ org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert
142
+ org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert
143
+ org.eclipse.jdt.core.formatter.indent_empty_lines=false
144
+ org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert
145
+ org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast=insert
146
+ org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters=insert
147
+ org.eclipse.jdt.core.formatter.brace_position_for_block_in_case=end_of_line
148
+ org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=1
149
+ org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do not insert
150
+ org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch=do not insert
151
+ org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration=do not insert
152
+ org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do not insert
153
+ org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference=do not insert
154
+ org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16
155
+ org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert
156
+ org.eclipse.jdt.core.compiler.compliance=1.5
157
+ org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2
158
+ org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert
159
+ org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression=do not insert
160
+ org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast=do not insert
161
+ org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
162
+ org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert
163
+ org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert
164
+ org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration=insert
165
+ org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=false
166
+ org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration=insert
167
+ org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters=do not insert
168
+ org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false
169
+ org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=insert
170
+ org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement=do not insert
171
+ org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for=insert
172
+ org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert
173
+ org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference=do not insert
174
+ org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=16
175
+ org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=end_of_line
176
+ org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16
177
+ org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=do not insert
178
+ org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true
179
+ org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not insert
180
+ org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=do not insert
181
+ org.eclipse.jdt.core.formatter.comment.format_javadoc_comments=true
182
+ org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16
183
+ org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert
184
+ org.eclipse.jdt.core.formatter.comment.line_length=80
185
+ org.eclipse.jdt.core.formatter.blank_lines_between_import_groups=1
186
+ org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments=do not insert
187
+ org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=end_of_line
188
+ org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert
189
+ org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=0
190
+ org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional=insert
191
+ org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header=true
192
+ org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration=do not insert
193
+ org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations=1
194
+ org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true
195
+ org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true
196
+ org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=do not insert
197
+ org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=16
198
+ org.eclipse.jdt.core.formatter.indent_statements_compare_to_block=true
199
+ org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert
200
+ org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=do not insert
201
+ org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits=insert
202
+ org.eclipse.jdt.core.formatter.alignment_for_compact_if=16
203
+ org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true
204
+ org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer=insert
205
+ org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default=do not insert
206
+ org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert
207
+ org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration=do not insert
208
+ org.eclipse.jdt.core.formatter.blank_lines_before_imports=1
209
+ org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert=insert
210
+ org.eclipse.jdt.core.formatter.comment.format_html=true
211
+ org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=16
212
+ org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do not insert
213
+ org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression=do not insert
214
+ org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration=insert
215
+ org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert
216
+ org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional=insert
217
+ org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for=do not insert
218
+ org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert
219
+ org.eclipse.jdt.core.formatter.comment.format_source_code=true
220
+ org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression=insert
221
+ org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=insert
222
+ org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws=insert
223
+ org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=16
224
+ org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer=insert
225
+ org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
226
+ org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false
227
+ org.eclipse.jdt.core.formatter.comment.format_header=false
228
+ org.eclipse.jdt.core.formatter.comment.format_block_comments=true
229
+ org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant=do not insert
230
+ org.eclipse.jdt.core.formatter.alignment_for_enum_constants=0
231
+ org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression=do not insert
232
+ org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true
233
+ org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block=insert
234
+ org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch=do not insert
235
+ org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=do not insert
236
+ org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations=do not insert
237
+ org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments=do not insert
238
+ org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=insert
239
+ org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=do not insert
240
+ org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=insert
241
+ org.eclipse.jdt.core.formatter.brace_position_for_type_declaration=end_of_line
242
+ org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer=insert
243
+ org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert
244
+ org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=do not insert
245
+ org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert
246
+ org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch=insert
247
+ org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert
248
+ org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations=insert
249
+ org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation=do not insert
250
+ org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference=insert
251
+ org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments=insert
252
+ org.eclipse.jdt.core.formatter.blank_lines_after_imports=1
253
+ org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations=insert
254
+ org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true
255
+ org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert
256
+ org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=false
257
+ org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert
258
+ org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false
259
+ org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false
260
+
@@ -0,0 +1,97 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project xmlns="http://maven.apache.org/POM/4.0.0"
3
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
5
+ <modelVersion>4.0.0</modelVersion>
6
+
7
+ <groupId>net.sourceforge.ontomde.samples.flex</groupId>
8
+ <version>2.0-SNAPSHOT</version>
9
+ <artifactId>root</artifactId>
10
+ <packaging>pom</packaging>
11
+ <name>base</name>
12
+ <url>http://maven.apache.org</url>
13
+ <build>
14
+ <defaultGoal>package</defaultGoal>
15
+ <plugins>
16
+ <plugin>
17
+ <artifactId>maven-surefire-plugin</artifactId>
18
+ <configuration>
19
+ <forkMode>never</forkMode>
20
+ </configuration>
21
+ </plugin>
22
+ <plugin>
23
+ <artifactId>maven-compiler-plugin</artifactId>
24
+ <configuration>
25
+ <source>1.5</source>
26
+ <target>1.5</target>
27
+ </configuration>
28
+ </plugin>
29
+ </plugins>
30
+ </build>
31
+ <modules>
32
+ <module>projectbase</module>
33
+ <module>mda</module>
34
+ <module>domain</module>
35
+ <module>webapp</module>
36
+ <!-- <module>ear</module> -->
37
+
38
+ </modules>
39
+
40
+ <dependencies>
41
+ <dependency>
42
+ <groupId>junit</groupId>
43
+ <artifactId>junit</artifactId>
44
+ <version>4.4</version>
45
+ </dependency>
46
+
47
+
48
+ </dependencies>
49
+ <properties>
50
+ <ontomde.lib.version>1.1-SNAPSHOT</ontomde.lib.version>
51
+ <ontomde.extension>.bat</ontomde.extension>
52
+ <ontomde.generator.version>2.0.0</ontomde.generator.version>
53
+ <ontomde.generator.version.underscore>_${ontomde.generator.version}_</ontomde.generator.version.underscore>
54
+ </properties>
55
+ <profiles>
56
+ <profile>
57
+ <id>mysql</id>
58
+ <activation>
59
+ <activeByDefault>true</activeByDefault>
60
+ <property>
61
+ <name>db</name>
62
+ <value>mysql</value>
63
+ </property>
64
+ </activation>
65
+ <properties>
66
+ <ontomde.jpa.dialect>
67
+ org.hibernate.dialect.MySQLInnoDBDialect
68
+ </ontomde.jpa.dialect>
69
+ </properties>
70
+ </profile>
71
+ <profile>
72
+ <id>postgres</id>
73
+ <activation>
74
+ <property>
75
+ <name>db</name>
76
+ <value>postgres</value>
77
+ </property>
78
+ </activation>
79
+ <properties>
80
+ <ontomde.jpa.dialect>
81
+ org.hibernate.dialect.PostgreSQLDialect
82
+ </ontomde.jpa.dialect>
83
+ </properties>
84
+ </profile>
85
+
86
+
87
+ </profiles>
88
+ <repositories>
89
+ <repository>
90
+ <id>snapshot.ontomde.sourceforge.net</id>
91
+ <name>Ontomde snapshot repository</name>
92
+ <url>http://ontomde.sourceforge.net/2008/maven2-snaps</url>
93
+ <layout>default</layout>
94
+ </repository>
95
+ </repositories>
96
+ </project>
97
+
@@ -0,0 +1,132 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project xmlns="http://maven.apache.org/POM/4.0.0"
3
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
5
+ <modelVersion>4.0.0</modelVersion>
6
+ <artifactId>projectbase</artifactId>
7
+ <packaging>pom</packaging>
8
+ <groupId>net.sourceforge.ontomde.samples.flex</groupId>
9
+
10
+ <name>base</name>
11
+ <version>2.0-SNAPSHOT</version>
12
+ <url>http://maven.apache.org</url>
13
+ <build>
14
+ <defaultGoal>package</defaultGoal>
15
+ <plugins>
16
+ <plugin>
17
+ <artifactId>maven-surefire-plugin</artifactId>
18
+ <configuration>
19
+ <forkMode>never</forkMode>
20
+ </configuration>
21
+ </plugin>
22
+ <plugin>
23
+ <artifactId>maven-compiler-plugin</artifactId>
24
+ <configuration>
25
+ <source>1.5</source>
26
+ <target>1.5</target>
27
+ </configuration>
28
+ </plugin>
29
+ </plugins>
30
+ </build>
31
+
32
+ <dependencies>
33
+ <dependency>
34
+ <groupId>junit</groupId>
35
+ <artifactId>junit</artifactId>
36
+ <version>4.4</version>
37
+ </dependency>
38
+
39
+
40
+ </dependencies>
41
+ <properties>
42
+ <ontomde.lib.version>2.0-SNAPSHOT</ontomde.lib.version>
43
+ <ontomde.extension>.bat</ontomde.extension>
44
+ <ontomde.generator.version>2.0.0</ontomde.generator.version>
45
+ <ontomde.generator.version.underscore>_${ontomde.generator.version}_</ontomde.generator.version.underscore>
46
+ </properties>
47
+ <profiles>
48
+ <profile>
49
+ <id>mysql</id>
50
+ <activation>
51
+ <activeByDefault>true</activeByDefault>
52
+ <property>
53
+ <name>db</name>
54
+ <value>mysql</value>
55
+ </property>
56
+ </activation>
57
+ <properties>
58
+ <ontomde.jpa.dialect>
59
+ org.hibernate.dialect.MySQLInnoDBDialect
60
+ </ontomde.jpa.dialect>
61
+ </properties>
62
+ </profile>
63
+ <profile>
64
+ <id>postgres</id>
65
+ <activation>
66
+ <property>
67
+ <name>db</name>
68
+ <value>postgres</value>
69
+ </property>
70
+ </activation>
71
+ <properties>
72
+ <ontomde.jpa.dialect>
73
+ org.hibernate.dialect.PostgreSQLDialect
74
+ </ontomde.jpa.dialect>
75
+ </properties>
76
+ </profile>
77
+
78
+
79
+ </profiles>
80
+
81
+ <plugins>
82
+ <plugin>
83
+ <groupId>org.apache.maven.plugins</groupId>
84
+ <artifactId>maven-javadoc-plugin</artifactId>
85
+ <configuration>
86
+ <stylesheet>maven</stylesheet>
87
+ </configuration>
88
+ </plugin>
89
+ </plugins>
90
+ </reporting>
91
+
92
+ <properties>
93
+
94
+ </properties>
95
+
96
+ <repositories>
97
+ <repository>
98
+ <id>fornax.repository</id>
99
+ <name>Fornax Repository</name>
100
+ <url>http://www.fornax-platform.org/m2/repository</url>
101
+ </repository>
102
+ <repository>
103
+ <id>central</id>
104
+ <name>Original central repository (ibiblio)</name>
105
+ <url>http://repo1.maven.org/maven2/</url>
106
+ <layout>default</layout>
107
+ </repository>
108
+
109
+ <repository>
110
+ <id>snapshot.ontomde.sourceforge.net</id>
111
+ <name>Ontomde snapshot repository</name>
112
+ <url>http://ontomde.sourceforge.net/2008-08/maven2-snaps</url>
113
+ <layout>default</layout>
114
+ </repository>
115
+ </repositories>
116
+ <pluginRepositories>
117
+ <pluginRepository>
118
+ <id>central</id>
119
+ <name>Original central repository (ibiblio)</name>
120
+ <url>http://repo1.maven.org/maven2/</url>
121
+ <layout>default</layout>
122
+ </pluginRepository>
123
+ <pluginRepository>
124
+ <id>snapshot.ontomde.sourceforge.net</id>
125
+ <name>Ontomde snapshot repository</name>
126
+ <url>http://ontomde.sourceforge.net/2008-08/maven2-snaps</url>
127
+ <layout>default</layout>
128
+ </pluginRepository>
129
+ </pluginRepositories>
130
+
131
+ </project>
132
+