Fixed typo in grapheditor example
build.xml has <target name="grapheditor"... not "grapheditor-example"development
parent
e6a6ed657d
commit
429e1f7841
|
@ -1,5 +1,5 @@
|
||||||
Run com.mxgraph.examples.web.GraphEditor in javascript/examples/grapheditor/java/src
|
Run com.mxgraph.examples.web.GraphEditor in javascript/examples/grapheditor/java/src
|
||||||
(in Eclipse) or execute "ant grapheditor-example" in the java directory (using Ant)
|
(in Eclipse) or execute "ant grapheditor" in the java directory (using Ant)
|
||||||
and point your browser to:
|
and point your browser to:
|
||||||
|
|
||||||
http://localhost:8080/javascript/examples/grapheditor/www/index.html
|
http://localhost:8080/javascript/examples/grapheditor/www/index.html
|
||||||
|
|
Loading…
Reference in New Issue