Added build for X.509 contacts app.

This commit is contained in:
Luke Taylor 2005-03-11 00:03:16 +00:00
parent 4ec64d407c
commit 466220eb50
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@
<!-- filter war -->
<j:set var="webapp" value="filter"/>
<attainGoal name="acegisecurity:war"/>
<!-- x509 war -->
<j:set var="webapp" value="x509"/>
<attainGoal name="acegisecurity:war"/>
<!-- delete generic artifact (we only want our three custom WARs) -->