Correct build.xml to remove deletion of lib directories.

This commit is contained in:
rob_k 2007-07-05 04:15:26 +00:00
parent 47cb07865c
commit ad941619ff
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@
<war
warfile="${build.deploy.dir}/adempiereApps.war"
webxml="${src.web.dir}/WEB-INF/web.xml">
<fileset dir="${src.web.dir}" excludes="**/web.xml,**/lib/**,**/classes/**"/>
<fileset dir="${src.web.dir}" excludes="**/web.xml,**/classes/**"/>
<manifest>
<attribute name="Specification-Title" value="AdempiereAppsWar"/>
<attribute name="Specification-Version" value="${env.ADEMPIERE_VERSION}"/>