view graal/com.oracle.max.graal.examples/create_examples.xml @ 3510:cca4ea9b9064

Add materialized variant of instanceof in xir, use it to implement Conditional(InstanceOf)
author Gilles Duboscq <gilles.duboscq@oracle.com>
date Mon, 08 Aug 2011 18:38:24 +0200
parents 3d66094eeda1
children
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project default="create_run_jar" name="Create Runnable Jar for Project com.oracle.max.graal.examples">
    <!--this file was created by Eclipse Runnable JAR Export Wizard-->
    <!--ANT 1.7 is required                                        -->
    <target name="create_run_jar">
        <jar destfile="./examples.jar" filesetmanifest="mergewithoutmain">
            <manifest>
                <attribute name="Main-Class" value="com.oracle.max.graal.examples.Main"/>
                <attribute name="Class-Path" value="."/>
            </manifest>
            <fileset dir="bin"/>
        </jar>
    </target>
</project>