Guest User

Untitled

a guest
Jan 21st, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. <target name="setup_jbrain_desarrollo" depends="delete_files">
  2. <copy todir="${webinf.dir}/classes/metadata">
  3. <fileset dir="${basedir}/ant" includes="sipcdb.*" />
  4. <filterset>
  5. <filter token="DESARROLLO-INICIO" value="" />
  6. <filter token="DESARROLLO-FIN" value="" />
  7. <filter token="PRUEBAS-INICIO" value="<!--" />
  8. <filter token="PRUEBAS-FIN" value="-->" />
  9. <filter token="FENALCO-INICIO" value="<!--" />
  10. <filter token="FENALCO-FIN" value="-->" />
  11. <filter token="FENALCODS-INICIO" value="<!--" />
  12. <filter token="FENALCODS-FIN" value="-->" />
  13. </filterset>
  14. </copy>
  15. <copy todir="${classes}/metadata">
  16. <fileset dir="${basedir}/ant" includes="sipcdb.*" />
  17. <filterset>
  18. <filter token="DESARROLLO-INICIO" value="" />
  19. <filter token="DESARROLLO-FIN" value="" />
  20. <filter token="PRUEBAS-INICIO" value="<!--" />
  21. <filter token="PRUEBAS-FIN" value="-->" />
  22. <filter token="FENALCO-INICIO" value="<!--" />
  23. <filter token="FENALCO-FIN" value="-->" />
  24. <filter token="FENALCODS-INICIO" value="<!--" />
  25. <filter token="FENALCODS-FIN" value="-->" />
  26. </filterset>
  27. </copy>
  28. </target>
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35. <!-- DESARROLLO -->
  36. @DESARROLLO-INICIO@
  37. <property name="connection.driver_class">oracle.jdbc.driver.OracleDriver</property>
  38. <property name="connection.url">jdbc:oracle:thin:@atlas:1521:FITER3</property>
  39. <property name="connection.username">fenalco</property>
  40. <property name="connection.password">fenalco</property>
  41. @DESARROLLO-FIN@
  42.  
  43. <target name="#war_desarrollo" depends="clean, setup_hibernate_desarrollo, setup_jbrain_desarrollo, setup_properties_psl, setup_service_factory_dllo, deploy, delete_classes_dir" />
Add Comment
Please, Sign In to add comment