view create_examples.xml @ 3598:9fe4191f46af

IdealGraphVisualizer: Try to resolve UI concurrency issues by introducing locking for the list of graphs in Group and adding graphs to their group only after they have been fully read in.
author Peter Hofer <peter.hofer@jku.at>
date Wed, 19 Oct 2011 17:49:28 +0200
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>