Changeset 22026


Ignore:
Timestamp:
2010-05-04T14:11:43+12:00 (14 years ago)
Author:
sjm84
Message:

ant clean now removes the mat.xml from the tomcat localhost directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/mat/trunk/build.xml

    r22022 r22026  
    4545  <target name="clean">
    4646    <delete file="guiext.jar"/>
     47    <delete file="${tomcat.localhost}/mat.xml"/>
    4748    <delete dir="${mat.build}"/>
    4849    <delete dir="${mat.lib}"/>
Note: See TracChangeset for help on using the changeset viewer.