annotate src/share/tools/IdealGraphVisualizer/build.xml @ 2236:de14f1eee390

6954420: 2/4 jps shows "process information unavailable" sometimes Summary: Make sure the backing store file is flushed in create_sharedmem_resources() and get_user_name_slow() no longer checks the size of the backing store file. Reviewed-by: briand, swamyv, acorn, poonam
author dcubed
date Tue, 15 Feb 2011 19:00:22 -0800
parents 30369db7f5d2
children 8b46295cd398
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
220
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
2 <!-- You may freely edit this file. See harness/README in the NetBeans platform -->
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
3 <!-- for some information on what you could do (e.g. targets to override). -->
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
4 <!-- If you delete this file and reopen the project it will be recreated. -->
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
5 <project name="IdealGraphVisualizer" basedir=".">
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
6 <description>Builds the module suite IdealGraphVisualizer.</description>
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
7 <import file="nbproject/build-impl.xml"/>
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
8 </project>