Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/org.eclipse.emf.parsley.rap.site/feature.xml')
-rw-r--r--releng/org.eclipse.emf.parsley.rap.site/feature.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/releng/org.eclipse.emf.parsley.rap.site/feature.xml b/releng/org.eclipse.emf.parsley.rap.site/feature.xml
new file mode 100644
index 000000000..462b861ff
--- /dev/null
+++ b/releng/org.eclipse.emf.parsley.rap.site/feature.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.emf.parsley.rap.site"
+ label="Emf Components RAP Site"
+ version="0.1.0.qualifier">
+
+ <description url="http://code.google.com/a/eclipselabs.org/p/emf-components/">
+ Working with EMF a developer realizes that all the information are available for building basic UI.
+
+A lightweight framework that allows easy and quick development of EMF-based Applications. Can be configured to use all kind of EMF persistence implementations (XMI, Teneo, CDO).
+
+It aims at providing a set of Components like Trees, Tables and Detail Forms that manage the model with the introspective EMF capabilities. Using these components you can easily build forms, viewer or editors. The framework provides basic UI implementations which are customizable with Injection mechanism (based on Google Guice).
+ </description>
+
+ <copyright url="http://www.example.com/copyright">
+ [Enter Copyright Description here.]
+ </copyright>
+
+ <license url="http://www.eclipse.org/legal/epl-v10.html">
+ Made available under Eclipse Public License v 1.0
+ </license>
+
+ <includes
+ id="org.eclipse.emf.parsley.rap.sdk"
+ version="0.0.0"/>
+
+</feature>

Back to the top