Changeset 850


Ignore:
Timestamp:
Jun 30, 2005, 11:47:35 AM (18 years ago)
Author:
Nicklas Nordborg
Message:

Allow custom web.xml files

Location:
trunk
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r849 r850  
    2525  <property name="build" location="build" />
    2626  <property name="dist" location="dist" />
     27  <property name="dist.webinf" location="${dist}/www/WEB-INF" />
    2728  <property name="dist.lib" location="${dist}/www/WEB-INF/lib" />
    2829  <property name="dist.classes" location="${dist}/www/WEB-INF/classes" />
     
    338339      </fileset>
    339340    </copy>
     341    <copy tofile="${dist.webinf}/web.xml" file="${src}/web.xml.in" />
    340342    <copy tofile="${dist.classes}/base.config" file="${src}/base.config.in" />
    341343    <chmod file="${dist.classes}/base.config" perm="600"/>
     
    399401      <fileset dir="${www}">
    400402        <include name="**/*"/>
    401         <exclude name="CVS" />
    402403        <exclude name="**/*.jar" />
    403404      </fileset>
Note: See TracChangeset for help on using the changeset viewer.