]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
NOJIRA moved db script generation and create_db tasks out of account.client and authe...
authorSanjay Dalal <sanjay.dalal@berkeley.edu>
Thu, 17 Dec 2009 21:29:06 +0000 (21:29 +0000)
committerSanjay Dalal <sanjay.dalal@berkeley.edu>
Thu, 17 Dec 2009 21:29:06 +0000 (21:29 +0000)
commite42ef77846140e4f5f676425c0198d7df4aafa42
tree415ff857ca43d6ab02ace5baa5da65d717b29ffb
parentd1fab1b96e75d96eaa5b5840a924ea268888996d
NOJIRA moved db script generation and create_db tasks out of account.client and authentication.client to account.pstore and authentication.pstore
Added gen_ddl task at trunk level and service.main levels

M    trunk/services/authentication/pom.xml
AM   trunk/services/authentication/pstore
A    trunk/services/authentication/pstore/src
A    trunk/services/authentication/pstore/src/test
A    trunk/services/authentication/pstore/src/test/resources
A    trunk/services/authentication/pstore/src/test/resources/META-INF
A    trunk/services/authentication/pstore/src/test/resources/META-INF/persistence.xml
A    trunk/services/authentication/pstore/src/test/resources/log4j.properties
A    trunk/services/authentication/pstore/src/test/resources/hibernate.cfg.xml
A    trunk/services/authentication/pstore/src/main
A    trunk/services/authentication/pstore/src/main/resources
A  + trunk/services/authentication/pstore/src/main/resources/db
A    trunk/services/authentication/pstore/pom.xml
A    trunk/services/authentication/pstore/build.xml
D    trunk/services/authentication/client/src/main/resources/db
M    trunk/services/authentication/client/pom.xml
M    trunk/services/authentication/client/build.xml
M    trunk/services/authentication/build.xml
M    trunk/services/account/pom.xml
A    trunk/services/account/pstore
A    trunk/services/account/pstore/src
A    trunk/services/account/pstore/src/test
A    trunk/services/account/pstore/src/test/resources
A    trunk/services/account/pstore/src/test/resources/META-INF
A    trunk/services/account/pstore/src/test/resources/META-INF/persistence.xml
A    trunk/services/account/pstore/src/test/resources/log4j.properties
A    trunk/services/account/pstore/src/test/resources/hibernate.cfg.xml
A    trunk/services/account/pstore/src/main
A    trunk/services/account/pstore/src/main/resources
A    trunk/services/account/pstore/src/main/resources/db
A    trunk/services/account/pstore/src/main/resources/db/mysql
A  + trunk/services/account/pstore/src/main/resources/db/mysql/test_account.sql
A  + trunk/services/account/pstore/src/main/resources/db/mysql/account.sql
A    trunk/services/account/pstore/pom.xml
A    trunk/services/account/pstore/build.xml
M    trunk/services/account/build.xml
D    trunk/services/account/client/src/main/resources/db/mysql/test_account.sql
D    trunk/services/account/client/src/main/resources/db/mysql/account.sql
M    trunk/services/account/client/pom.xml
M    trunk/services/account/client/build.xml
M    trunk/services/build.xml
M    trunk/build.xml
24 files changed:
build.xml
services/account/build.xml
services/account/client/build.xml
services/account/client/pom.xml
services/account/pom.xml
services/account/pstore/build.xml [new file with mode: 0644]
services/account/pstore/pom.xml [new file with mode: 0644]
services/account/pstore/src/main/resources/db/mysql/account.sql [moved from services/account/client/src/main/resources/db/mysql/account.sql with 100% similarity]
services/account/pstore/src/main/resources/db/mysql/test_account.sql [moved from services/account/client/src/main/resources/db/mysql/test_account.sql with 100% similarity]
services/account/pstore/src/test/resources/META-INF/persistence.xml [new file with mode: 0644]
services/account/pstore/src/test/resources/hibernate.cfg.xml [new file with mode: 0644]
services/account/pstore/src/test/resources/log4j.properties [new file with mode: 0644]
services/authentication/build.xml
services/authentication/client/build.xml
services/authentication/client/pom.xml
services/authentication/pom.xml
services/authentication/pstore/build.xml [new file with mode: 0644]
services/authentication/pstore/pom.xml [new file with mode: 0644]
services/authentication/pstore/src/main/resources/db/mysql/authentication.sql [moved from services/authentication/client/src/main/resources/db/mysql/authentication.sql with 100% similarity]
services/authentication/pstore/src/main/resources/db/mysql/test_authn.sql [moved from services/authentication/client/src/main/resources/db/mysql/test_authn.sql with 100% similarity]
services/authentication/pstore/src/test/resources/META-INF/persistence.xml [new file with mode: 0644]
services/authentication/pstore/src/test/resources/hibernate.cfg.xml [new file with mode: 0644]
services/authentication/pstore/src/test/resources/log4j.properties [new file with mode: 0644]
services/build.xml