Subversion Repositories pub

Compare Revisions

No changes between revisions

Ignore whitespace Rev 55 → Rev 53

/pluggablejs/trunk/src/net/outlyer/plugins/Shell.java
24,8 → 24,6
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
// $Id$
 
import java.io.File;
import net.outlyer.plugins.utils.*;
 
47,11 → 45,9
pe.exportGlobalObject("err", new Output(System.err));
pe.exportGlobalObject("hooks", new Hooks());
// Generally either UI or GUI should be used but not both
// since GUI falls-back to UI if appropriate (so the ui object
// will use the "best" implementation)
pe.exportGlobalObject("ui", new GUI());
// since GUI falls-back to UI if appropriate
pe.exportGlobalObject("ui", new UI());
pe.exportGlobalObject("gui", new GUI());
pe.exportGlobalObject("cui", new UI()); // cui stands for Console UI
final PluginObject po = new PluginObject();
pe.setPluginObject(po);
Property changes:
Deleted: svn:keywords
-Rev Id Date
\ No newline at end of property