source: trunk/jabberit_messenger/java_source/src/buildfiles/buildAppletExpresso.xml @ 1001

Revision 1001, 648 bytes checked in by alexandrecorreia, 15 years ago (diff)

Ticket #552 - Inclusão do projeto Java referente ao applet do módulo.

Line 
1<?xml version="1.0"?>
2<project name="Jeti" default="dist" basedir="../..">
3        <description>
4        simple example build file
5    </description>
6        <!-- set global properties for this build -->
7        <property name="src" location="src" />
8        <property name="build" location="build" />
9        <property name="dist" location="dist/applet" />
10
11        <target name="dist" description="generate the distribution">
12                <!-- Create Jeti Applet-->
13                <ant antfile="src/buildfiles/Applet.xml" target="dist" />
14                <!-- Create Plugins -->
15                <ant antfile="src/buildfiles/fileTransfer.xml" target="dist" />
16                <ant antfile="src/buildfiles/xhtml.xml" target="dist" />
17        </target>
18
19</project>
Note: See TracBrowser for help on using the repository browser.