aboutsummaryrefslogtreecommitdiffstats
path: root/java/Makefile
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2010-02-24 09:44:34 +0800
committerwen <wen@FreeBSD.org>2010-02-24 09:44:34 +0800
commit88b7d0e86d7d4ab89f2ab2c60b72d0d88a6592c4 (patch)
treeab91c1e5e40e542ff0cdd88dd428d33fccf1fe0e /java/Makefile
parentba0910f1ac29fbdebe84cd93476f0083be8685df (diff)
downloadfreebsd-ports-gnome-88b7d0e86d7d4ab89f2ab2c60b72d0d88a6592c4.tar.gz
freebsd-ports-gnome-88b7d0e86d7d4ab89f2ab2c60b72d0d88a6592c4.tar.zst
freebsd-ports-gnome-88b7d0e86d7d4ab89f2ab2c60b72d0d88a6592c4.zip
JRosetta provides a common base for graphical component that could be used
to build a graphical console in Swing with the latest requirements, such as command history, completion and so on for instance for scripting language or command line. This project can be seen as the evolution of the components developed in JyConsole. For now, JRosetta provides only API and graphical components. A Jython implementation for the scripting engine should be available during the first semester 2009. Functionalities * Generic abstract API for script engine * Completion window. * Command history. * Highly customisable, with external XML descriptor file. (Allow to specify the script engine to use, colors, font, shortcut...) Platform compatibility * JRosetta has been developed in pure Java, but relies on a JVM 1.5. * No specific hardware is needed. For further information, please contact us at the following adress : contact at artenum.com WWW: http://dev.artenum.com/projects/JRosetta Feature safe: yes
Diffstat (limited to 'java/Makefile')
-rw-r--r--java/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile
index d3e71956404f..9ffc4a3376e3 100644
--- a/java/Makefile
+++ b/java/Makefile
@@ -124,6 +124,7 @@
SUBDIR += jmp
SUBDIR += jode
SUBDIR += jomp
+ SUBDIR += jrosetta
SUBDIR += jsdk
SUBDIR += jtiger
SUBDIR += jump