summaryrefslogtreecommitdiff
path: root/roombacomm-client/src/packaging/BSquare-jar.xml
blob: 4f186fa3b3483e206f336893f199a1200e4020c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project default="create_run_jar" name="Create Runnable Jar for Project roombaNet-JMP-0.97Working">
    <!--this file was created by Eclipse Runnable JAR Export Wizard-->
    <!--ANT 1.7 is required                                        -->
	<property name="projectDir" value="../.."/>
    <target name="create_run_jar">
        <jar destfile="${projectDir}/dist/BSquare.jar" filesetmanifest="mergewithoutmain">
            <manifest>
                <attribute name="Built-By" value="${user.name}"/>
                <attribute name="Main-Class" value="com.hackingroomba.roombacomm.Bsquare"/>
                <attribute name="Class-Path" value="."/>
            </manifest>
            <fileset dir="${projectDir}/bin"/>
            <zipfileset excludes="META-INF/*.SF" src="${projectDir}/lib/bluecove/bluecove-2.1.0.jar"/>
            <zipfileset excludes="META-INF/*.SF" src="${projectDir}/lib/rxtx/RXTXcomm.jar"/>
            <zipfileset excludes="META-INF/*.SF" src="${projectDir}/lib/looks-2.1.4.jar"/>
            <zipfileset excludes="META-INF/*.SF" src="${projectDir}/lib/jargs.jar"/>
        </jar>
    </target>
</project>