# HG changeset patch # User Peter Hofer # Date 1320060191 -3600 # Node ID 400abf575c42dab88cd92357beaa75aeac49f3b9 # Parent 3822c5969a8b154f821f39e85e9ab1bf91ab2b60 IdealGraphVisualizer: Make Web Start distribution build with NetBeans 7, although it won't work because of some issue when resolving resources; add missing run-time dependencies for TextEditor diff -r 3822c5969a8b -r 400abf575c42 src/share/tools/IdealGraphVisualizer/TextEditor/nbproject/genfiles.properties --- a/src/share/tools/IdealGraphVisualizer/TextEditor/nbproject/genfiles.properties Tue Oct 25 14:44:32 2011 +0200 +++ b/src/share/tools/IdealGraphVisualizer/TextEditor/nbproject/genfiles.properties Mon Oct 31 12:23:11 2011 +0100 @@ -1,5 +1,5 @@ # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. -nbproject/build-impl.xml.data.CRC32=2b80dbe4 +nbproject/build-impl.xml.data.CRC32=ddc04434 nbproject/build-impl.xml.script.CRC32=122053f6 -nbproject/build-impl.xml.stylesheet.CRC32=238281d1@1.45.1 +nbproject/build-impl.xml.stylesheet.CRC32=238281d1@1.46.2 diff -r 3822c5969a8b -r 400abf575c42 src/share/tools/IdealGraphVisualizer/TextEditor/nbproject/project.xml --- a/src/share/tools/IdealGraphVisualizer/TextEditor/nbproject/project.xml Tue Oct 25 14:44:32 2011 +0200 +++ b/src/share/tools/IdealGraphVisualizer/TextEditor/nbproject/project.xml Mon Oct 31 12:23:11 2011 +0100 @@ -40,6 +40,15 @@ + org.netbeans.modules.editor.deprecated.pre65formatting + + + + 0-1 + 1.4.1.1.5.13.10 + + + org.netbeans.modules.editor.fold @@ -83,6 +92,14 @@ + org.openide.util.lookup + + + + 8.8.1 + + + org.openide.windows diff -r 3822c5969a8b -r 400abf575c42 src/share/tools/IdealGraphVisualizer/branding.jnlp --- a/src/share/tools/IdealGraphVisualizer/branding.jnlp Tue Oct 25 14:44:32 2011 +0200 +++ b/src/share/tools/IdealGraphVisualizer/branding.jnlp Mon Oct 31 12:23:11 2011 +0100 @@ -1,5 +1,5 @@ - + ${app.title} diff -r 3822c5969a8b -r 400abf575c42 src/share/tools/IdealGraphVisualizer/master.jnlp --- a/src/share/tools/IdealGraphVisualizer/master.jnlp Tue Oct 25 14:44:32 2011 +0200 +++ b/src/share/tools/IdealGraphVisualizer/master.jnlp Mon Oct 31 12:23:11 2011 +0100 @@ -1,10 +1,10 @@ - - + + - ${app.title} - ${app.title} vendor - ${app.name} application + Ideal Graph Visualizer + Ideal Graph Visualizer Team + A graph visualization tool designed for analyzing evolving compiler graphs. It was originally designed for the ideal graph in the HotSpot server compiler, but can be used to visualize arbitrary graph data structures.