mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
Merge branch 'unstable' of git://guacamole.git.sourceforge.net/gitroot/guacamole/guacamole-auth-mysql into unstable
This commit is contained in:
@@ -22,7 +22,9 @@
|
||||
</javaModelGenerator>
|
||||
|
||||
<!-- Set targetProject to the desired location for the generated xml mapping files. -->
|
||||
<sqlMapGenerator targetPackage="net.sourceforge.guacamole.net.auth.mysql.xml" targetProject="/path/to/target/folder">
|
||||
<!-- NOTE: These XML mapping files will need to be in the same package as the generated DAO -->
|
||||
<!-- java source files, but in the /resources folder, not the /src folder. -->
|
||||
<sqlMapGenerator targetPackage="net.sourceforge.guacamole.net.auth.mysql.dao" targetProject="/path/to/target/folder">
|
||||
<property name="enableSubPackages" value="true" />
|
||||
</sqlMapGenerator>
|
||||
|
||||
|
Reference in New Issue
Block a user