aboutsummaryrefslogtreecommitdiff
path: root/java/Makefile
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2010-02-24 01:44:34 +0000
committerWen Heping <wen@FreeBSD.org>2010-02-24 01:44:34 +0000
commit7f1d0e3c1c3aabb591095cb81d86676d4b777782 (patch)
tree8a07f38b63f6230a50ae68c7e59404cf43a4e63a /java/Makefile
parent4b986ac8c9e3ea98ac0d5f5a0c6644f1fffd598e (diff)
downloadports-7f1d0e3c1c3aabb591095cb81d86676d4b777782.tar.gz
ports-7f1d0e3c1c3aabb591095cb81d86676d4b777782.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
Notes
Notes: svn path=/head/; revision=250249
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