diff options
author | Karl Trygve Kalleberg <karltk@gentoo.org> | 2004-06-03 19:51:09 +0000 |
---|---|---|
committer | Karl Trygve Kalleberg <karltk@gentoo.org> | 2004-06-03 19:51:09 +0000 |
commit | bf528e671b53e8cab5567530c8f699b110fb0d30 (patch) | |
tree | 807f334e67e0aa615e2e969429ca4f7e0cd4f8bc /dev-util/eclipse-gef-bin/metadata.xml | |
parent | ~amd64 (Manifest recommit) (diff) | |
download | gentoo-2-bf528e671b53e8cab5567530c8f699b110fb0d30.tar.gz gentoo-2-bf528e671b53e8cab5567530c8f699b110fb0d30.tar.bz2 gentoo-2-bf528e671b53e8cab5567530c8f699b110fb0d30.zip |
Initial import.
Diffstat (limited to 'dev-util/eclipse-gef-bin/metadata.xml')
-rw-r--r-- | dev-util/eclipse-gef-bin/metadata.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-util/eclipse-gef-bin/metadata.xml b/dev-util/eclipse-gef-bin/metadata.xml new file mode 100644 index 000000000000..dbdb38aafad4 --- /dev/null +++ b/dev-util/eclipse-gef-bin/metadata.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> + +<pkgmetadata> +<herd>java</herd> +<longdescription> +The Graphical Editing Framework (GEF) allows developers to create a rich +graphical editor from an existing application model. GEF uses the SWT-based +drawing plugin Draw2d to create a graphical environment within Eclipse. The +developer can then take advantage of the many common operations provided in GEF +and/or extend them for the specific domain. GEF employs an MVC +(model-view-controller) architecture which enables simple changes to be applied +to the model from the view. + +GEF is completely application neutral and provides the groundwork to build +almost any application, including but not limited to: flow builders, GUI +builders, UML diagram editors (such as work-flow and class modeling diagrams), +and even WYSIWYG text editors like HTML. +</longdescription> +</pkgmetadata> |