<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -53,18 +53,6 @@ name &quot;cha:Sending-Email&quot;
 
 \end_layout
 
-\begin_layout Itemize
-Configuring the mailer lib
-\end_layout
-
-\begin_layout Itemize
-Sending email
-\end_layout
-
-\begin_layout Itemize
-System.properties
-\end_layout
-
 \begin_layout Standard
 Sending email is a common enough task (user registration, notifications,
  etc) within a web application that we've decided to cover it here.
@@ -77,79 +65,6 @@ Setup
 \end_layout
 
 \begin_layout Standard
-The first thing to take care of is adding the lift-util module to your pom.
- Listing 
-\begin_inset CommandInset ref
-LatexCommand ref
-reference &quot;lst:Lift-util-module-dependency&quot;
-
-\end_inset
-
- shows the dependency info for a Lift 1.0 project.
- Adjust the version of the dependency to match your primary lift-webkit
- dependency version.
- The Lift-util dependency will automatically pull in the required JavaMail
- and JAF dependencies.
-\end_layout
-
-\begin_layout Standard
-\begin_inset listings
-lstparams &quot;language=XML&quot;
-inline false
-status open
-
-\begin_layout Plain Layout
-
-\begin_inset Caption
-
-\begin_layout Plain Layout
-
-Lift-util module dependency
-\begin_inset CommandInset label
-LatexCommand label
-name &quot;lst:Lift-util-module-dependency&quot;
-
-\end_inset
-
-
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Plain Layout
-
-&lt;dependency&gt;
-\end_layout
-
-\begin_layout Plain Layout
-
-  &lt;groupId&gt;net.liftweb&lt;/groupId&gt;
-\end_layout
-
-\begin_layout Plain Layout
-
-  &lt;artifactId&gt;lift-util&lt;/artifactId&gt;
-\end_layout
-
-\begin_layout Plain Layout
-
-  &lt;version&gt;1.0&lt;/version&gt;
-\end_layout
-
-\begin_layout Plain Layout
-
-&lt;/dependency&gt; 
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
 Configuration of the mailer is handled in a few different ways.
  The 
 \family typewriter
@@ -282,7 +197,6 @@ status open
 \begin_inset Caption
 
 \begin_layout Plain Layout
-
 Sending a two-part email
 \begin_inset CommandInset label
 LatexCommand label</diff>
      <filename>apdx-email.lyx</filename>
    </modified>
    <modified>
      <diff>@@ -1109,9 +1109,29 @@ zed layout for projects.
 \end_layout
 
 \begin_layout Description
+&lt;application_root&gt;/src/main/resources This directory is where you would
+ place any resources that you want to go into the WAR file.
+ Typically this is used if you want to add entries to the 
+\family typewriter
+META-INF
+\family default
+ directory in the WAR, since normal web resources should be placed under
+ the 
+\family typewriter
+webapp/WEB-INF
+\family default
+ directory.
+\end_layout
+
+\begin_layout Description
 &lt;application_root&gt;/src/main/webapp All of the web and static content for
  your application, such as images, XHTML templates, JavaScript and CSS are
  placed under this directory.
+ This is also where your 
+\family typewriter
+WEB-INF
+\family default
+ directory (and the configuration files it contains) goes.
  This directory is essentially what is packaged into the WAR in addition
  to the output from your Scala sources.
 \end_layout</diff>
      <filename>chap-maven.lyx</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>21fb21dd43eeae67373b105ba8db92e1d81a9248</id>
    </parent>
  </parents>
  <author>
    <name>Derek Chen-Becker</name>
    <email>github@chen-becker.org</email>
  </author>
  <url>http://github.com/tjweir/liftbook/commit/ea6887f6202aac3720fee76174567e8936dafd99</url>
  <id>ea6887f6202aac3720fee76174567e8936dafd99</id>
  <committed-date>2009-04-09T15:20:42-07:00</committed-date>
  <authored-date>2009-04-09T15:20:42-07:00</authored-date>
  <message>Minor fixes on appendices.</message>
  <tree>0e2815ec6e26f7a288514fd94a8f56bc5d9aada4</tree>
  <committer>
    <name>Derek Chen-Becker</name>
    <email>github@chen-becker.org</email>
  </committer>
</commit>
