ICE 3.4.2
[php5-ice-freebsdport.git] / java / demo / IceStorm / build.xml
blob81aab184ef4da3215bb8cc1ad3f5a591e243edd9
1 <!--
2  **********************************************************************
4  Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
6  This copy of Ice is licensed to you under the terms described in the
7  ICE_LICENSE file included in this distribution.
9  **********************************************************************
10 -->
12 <project name="demo_IceStorm" default="all" basedir=".">
14     <target name="all">
15         <ant dir="clock"/>
16     </target>
18     <target name="clean">
19         <ant dir="clock" target="clean"/>
20     </target>
22 </project>