Skip to content

Commit

Permalink
LEP-3515
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.liferay.com/repos/public/portal/trunk@8500 05bdf26c-840f-0410-9ced-eb539d925f36
  • Loading branch information
ngriffin7a committed Aug 15, 2007
1 parent 01e8fa7 commit 6e64737
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build-common-web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,15 @@
</else>
</if>

<if>
<equals arg1="${app.server.type}" arg2="geronimo-tomcat" />
<then>
<copy todir="${war.file.dest}/WEB-INF/lib">
<fileset dir="${project.dir}/lib/development" includes="mail.jar,smtp.jar"/>
</copy>
</then>
</if>

<if>
<and>
<or>
Expand Down

0 comments on commit 6e64737

Please sign in to comment.