Set alfresco.log to appear in the root by default because ${project.build.directory} is not a valid log4j path in Windows

git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk/maven-alfresco-archetypes@78 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
damonrand
2008-10-14 11:11:28 +00:00
parent d61614ccab
commit 5055bcf01e
2 changed files with 2 additions and 2 deletions

View File

@@ -72,7 +72,7 @@
<alfresco.db.username>alfresco</alfresco.db.username> <alfresco.db.username>alfresco</alfresco.db.username>
<alfresco.db.password>alfresco</alfresco.db.password> <alfresco.db.password>alfresco</alfresco.db.password>
<webapp.log.level>error</webapp.log.level> <webapp.log.level>error</webapp.log.level>
<webapp.log.dir>${project.build.directory}/</webapp.log.dir> <webapp.log.dir></webapp.log.dir>
<!-- End of testing webapp specific properties --> <!-- End of testing webapp specific properties -->
<!-- Module specific build time properties --> <!-- Module specific build time properties -->
<module.log.level>debug</module.log.level> <module.log.level>debug</module.log.level>

View File

@@ -66,7 +66,7 @@
--> -->
<alfresco.data.location>./alf_data_jetty</alfresco.data.location> <alfresco.data.location>./alf_data_jetty</alfresco.data.location>
<alfresco.db.name>alf_jetty</alfresco.db.name> <alfresco.db.name>alf_jetty</alfresco.db.name>
<log.dir>${project.build.directory}/</log.dir> <log.dir></log.dir>
<!-- Uncomment this property together with the <scm> section downwards <!-- Uncomment this property together with the <scm> section downwards
<svn.url> <svn.url>
https://mycompany.com/repos/my-test-project https://mycompany.com/repos/my-test-project