Skip to content

Commit

Permalink
slight re-formatting
Browse files Browse the repository at this point in the history
git-svn-id: https://qooxdoo.svn.sourceforge.net/svnroot/qooxdoo/trunk@28156 61aaf1ca-a10e-0410-b9fb-ac63ec25887f
  • Loading branch information
thron7 committed Jul 13, 2011
1 parent 1198d34 commit 5819d48
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions qooxdoo/component/skeleton/basic/readme.txt
Expand Up @@ -7,13 +7,14 @@ will use this and expand it into a self-contained qooxdoo application which
can then be further extended. Please refer to the script and other documentation
for further information.

short:: for non-browser run times like Rhino, node.js


Usage
=====
The generated source file is located in the folder source/script/<custom>.js, the build file in build/script/<custom>.js. Those two files can be executed:
The generated source file is located in the folder source/script/<custom>.js,
the build file in build/script/<custom>.js. Those two files can be executed:

node <custom>.js
or
java -cp js.jar org.mozilla.javascript.tools.shell.Main <custom>.js
java -cp js.jar org.mozilla.javascript.tools.shell.Main <custom>.js


short:: for non-browser run times like Rhino, node.js

0 comments on commit 5819d48

Please sign in to comment.