diff options
| author | mo khan <mo@mokhan.ca> | 2007-08-26 20:10:42 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2007-08-26 20:10:42 -0600 |
| commit | 330be9feefb6394479553be0e078b4c4df3cbff1 (patch) | |
| tree | 55618c8af0d36583cde0ea5b4b193b98815a35aa /local.properties.xml.template | |
import from svntrunk
Diffstat (limited to 'local.properties.xml.template')
| -rw-r--r-- | local.properties.xml.template | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/local.properties.xml.template b/local.properties.xml.template new file mode 100644 index 0000000..8d06eaf --- /dev/null +++ b/local.properties.xml.template @@ -0,0 +1,11 @@ +<?xml version="1.0"?>
+<properties>
+ <property name="sql.tools.path" value="C:\program files\microsoft sql server\90\tools\binn\" />
+ <property name="sqlcmd.connectionstring" value="-E"/>
+ <property name="sqlcmd.exe" value="${sql.tools.path}\sqlcmd.exe" />
+ <property name="initial.catalog" value="Payables"/>
+ <property name="config.connectionstring" value="data source=(local);Integrated Security=SSPI;Initial Catalog=${initial.catalog}"/>
+ <property name="database.provider" value="System.Data.SqlClient" />
+ <property name="database.path" value="C:\development\databases" />
+ <property name="system.root" value="C:\windows\"/>
+</properties>
|
