Project

General

Profile

Download (300 Bytes) Statistics
| Branch: | Tag: | Revision:
1
<?xml version="1.0" encoding="UTF-8" ?>
2
<project name="maven-antrun-" default="main"  >
3
<target name="main">
4
  <echo>Anonymizing war</echo>
5
  <move todir="./lib">
6
    <fileset dir="./lib"/>
7
    <mapper to="\1\2" from="(^cdmlib\-remote\-webapp).*(\.war)" type="regexp"/>
8
  </move>
9
</target>
10
</project>
    (1-1/1)