See issue 2

git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@79 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
damonrand 2008-10-14 12:03:57 +00:00
parent 77c2abde12
commit a7395d15eb
2 changed files with 278 additions and 276 deletions

View File

@ -66,6 +66,8 @@
-->
<alfresco.data.location>./alf_data_jetty</alfresco.data.location>
<alfresco.db.name>alf_jetty</alfresco.db.name>
<alfresco.db.username>alfresco</alfresco.db.username>
<alfresco.db.password>alfresco</alfresco.db.password>
<log.dir></log.dir>
<!-- Uncomment this property together with the <scm> section downwards
<svn.url>

View File

@ -43,8 +43,8 @@ integrity.failOnError=true
db.driver=org.gjt.mm.mysql.Driver
db.url=jdbc:mysql://localhost/${alfresco.db.name}
db.username=alfresco
db.password=alfresco
db.username=${alfresco.db.username}
db.password=${alfresco.db.password}
db.pool.initial=10
db.pool.max=100