Changeset 850
- Timestamp:
- Jun 30, 2005, 11:47:35 AM (18 years ago)
- Location:
- trunk
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r849 r850 25 25 <property name="build" location="build" /> 26 26 <property name="dist" location="dist" /> 27 <property name="dist.webinf" location="${dist}/www/WEB-INF" /> 27 28 <property name="dist.lib" location="${dist}/www/WEB-INF/lib" /> 28 29 <property name="dist.classes" location="${dist}/www/WEB-INF/classes" /> … … 338 339 </fileset> 339 340 </copy> 341 <copy tofile="${dist.webinf}/web.xml" file="${src}/web.xml.in" /> 340 342 <copy tofile="${dist.classes}/base.config" file="${src}/base.config.in" /> 341 343 <chmod file="${dist.classes}/base.config" perm="600"/> … … 399 401 <fileset dir="${www}"> 400 402 <include name="**/*"/> 401 <exclude name="CVS" />402 403 <exclude name="**/*.jar" /> 403 404 </fileset>
Note: See TracChangeset
for help on using the changeset viewer.