Last active
December 25, 2015 10:49
-
-
Save jrichardsz/6964009 to your computer and use it in GitHub Desktop.
Configuracion de driver de coneccion a mysql.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<target name="actualizarEsquema"> | |
<ant antfile="../OpenXava/build.xml" target="updateSchemaJPA"> | |
<property name="persistence.unit" value="junit"/> | |
<property name="schema.path" value="x:\RICHARD\drivers\mysql-connector-java-5.1.18.jar"/> | |
</ant> | |
</target> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment