annotate visualizer/Editor/build.xml @ 12403:52caeb1c19a0

Truffle-DSL: fixed wrong targetType for implicit casts.
author Christian Humer <christian.humer@gmail.com>
date Mon, 14 Oct 2013 18:35:48 +0200
parents 35cca763f498
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4516
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
2 <!-- You may freely edit this file. See harness/README in the NetBeans platform -->
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
3 <!-- for some information on what you could do (e.g. targets to override). -->
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
4 <!-- If you delete this file and reopen the project it will be recreated. -->
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
5 <project name="com.oracle.graal.visualizer.editor" default="netbeans" basedir=".">
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
6 <description>Builds, tests, and runs the project com.oracle.graal.visualizer.editor.</description>
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
7 <import file="nbproject/build-impl.xml"/>
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
8 </project>