if db.properties.override missing, shouldn't panic

This commit is contained in:
Edison Su 2012-10-10 16:20:35 -07:00
parent f6ac4dbe5d
commit b104d22b77
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -58,3 +58,4 @@ awsapi/modules/*
.project
.settings.xml
.settings/
db.properties.override

View File

@ -56,6 +56,7 @@
<file>${project.parent.basedir}/utils/conf/db.properties</file>
<file>${project.parent.basedir}/utils/conf/db.properties.override</file>
</files>
<quiet>true</quiet>
</configuration>
</execution>
</executions>