annotate visualizer/SharedActions/build.xml @ 12361:ec57cc36371e

introduced @InjectedNodeParameter annotation to make injection of arguments during node intrinsification more extensible
author Doug Simon <doug.simon@oracle.com>
date Fri, 11 Oct 2013 21:58:41 +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.sharedactions" 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.sharedactions.</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>