summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorgodzilla80@gmx.net <>2009-05-01 09:53:23 +0000
committergodzilla80@gmx.net <>2009-05-01 09:53:23 +0000
commit9f181be10fb44a768750c2d9fa4cb4d9f66bc836 (patch)
tree4e4b56f72b34b57ad2f0bde276fc2bf1102ceeaf /docs
parentc6904380ac34536c0f3d65d3c92deaa9fa532f4a (diff)
Fixed Issue #122 - SqlMap: support for properties in resource filenames, fix sqlmap doc - property "name" instead of "key"
Diffstat (limited to 'docs')
-rw-r--r--docs/sqlmap/latex/ch8.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/sqlmap/latex/ch8.tex b/docs/sqlmap/latex/ch8.tex
index 7d7e3576..79ab7418 100644
--- a/docs/sqlmap/latex/ch8.tex
+++ b/docs/sqlmap/latex/ch8.tex
@@ -166,7 +166,7 @@ elements. For example:
<properties>
<property resource="myProperties.config"/>
<property resource="anotherProperties.config"/>
- <property key="host" value="ibatis.com" />
+ <property name="host" value="ibatis.com" />
</properties>
\end{verbatim}
@@ -188,11 +188,11 @@ elements. For example:
\\
\hline
%
- \tt{key} &
+ \tt{name} &
\begin{minipage}{0.7\textwidth}\vspace{2mm}
- Defines a property key (variable) name
+ Defines a property name (variable) name
\vspace{-3mm}\begin{verbatim}
- key="username"
+ name="username"
\end{verbatim}\vspace{-5mm}
\end{minipage}
\\
@@ -201,7 +201,7 @@ elements. For example:
\tt{value} &
\begin{minipage}{0.7\textwidth}\vspace{2mm}
Defines a value that will be used by the DataMapper in place of the
- the specified property key/variable
+ the specified property name/variable
\vspace{-3mm}\begin{verbatim}
value="mydbuser"
\end{verbatim}\vspace{-5mm}