view create_examples.xml @ 3711:5711f2ab6c7c

Add a CFG filter to the default filter collection
author Gilles Duboscq <gilles.m.duboscq@gmail.com>
date Fri, 09 Dec 2011 13:50:23 +0100
parents 35effcd5e778
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="./graal/com.oracle.max.graal.examples/bin"/>
        </jar>
    </target>
</project>