annotate src/share/tools/IdealGraphVisualizer/build.xml @ 20217:6b52700a896b

8040002: Clean up code and code duplication in re-diryting cards for verification Summary: Card re-dirtying code for verification and actual redirtying uses two different, almost completely identical card closures. Also the verification code still assumes a perm gen. Reviewed-by: brutisso, jmasa
author tschatzl
date Mon, 21 Jul 2014 09:40:19 +0200
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>