git-svn-id: https://svn.coded.pt/svn/SIPRP@1632 bb69d46d-e84e-40c8-a05a-06db0d633741

lxbfYeaa
Diogo Neves 15 years ago
parent bc72f0f7c9
commit 96b37ea685

@ -13,6 +13,6 @@
<classpathentry kind="lib" path="lib/mail.jar"/> <classpathentry kind="lib" path="lib/mail.jar"/>
<classpathentry kind="lib" path="lib/postgresql-9.0-801.jdbc4.jar"/> <classpathentry kind="lib" path="lib/postgresql-9.0-801.jdbc4.jar"/>
<classpathentry kind="lib" path="lib/velocity-dep-1.4.jar"/> <classpathentry kind="lib" path="lib/velocity-dep-1.4.jar"/>
<classpathentry kind="lib" path="lib/servlet-api.jar"/> <classpathentry kind="lib" path="lib.tools/servlet-api.jar"/>
<classpathentry kind="output" path="bin"/> <classpathentry kind="output" path="bin"/>
</classpath> </classpath>

@ -49,6 +49,9 @@
<path id="web.build.classpath"> <path id="web.build.classpath">
<path refid="web.jar.classpath" /> <path refid="web.jar.classpath" />
<pathelement location="${web.build.classes.dir}" /> <pathelement location="${web.build.classes.dir}" />
<fileset dir="${lib.tools}">
<include name="servlet-api.jar" />
</fileset>
</path> </path>

Loading…
Cancel
Save