Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandra Buzila2017-02-10 10:51:08 +0000
committerAlexandra Buzila2017-02-10 14:59:04 +0000
commit0753acb1377dedd8b811b8067e637a1134a32303 (patch)
tree65cb5110055596d201e18cb1f616932484ee01f2 /features
parent2137b9f4f9c9a86cbda6626953d6d67fff6f7fea (diff)
downloadorg.eclipse.emf.ecp.core-0753acb1377dedd8b811b8067e637a1134a32303.tar.gz
org.eclipse.emf.ecp.core-0753acb1377dedd8b811b8067e637a1134a32303.tar.xz
org.eclipse.emf.ecp.core-0753acb1377dedd8b811b8067e637a1134a32303.zip
Bug 509743 - Add JSON Forms Exporter to SDK and properly name feature
Renames feature and menu entry and adds feature to EMFForms SDK. Change-Id: I60b6c8e221a19fc67f9a36494a4fd6ccfadade10 Signed-off-by: Alexandra Buzila <abuzila@eclipsesource.com>
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.emf.ecp.emf2web.feature/feature.xml2
-rw-r--r--features/org.eclipse.emf.ecp.emf2web.feature/pom.xml3
-rw-r--r--features/org.eclipse.emf.ecp.emfforms.sdk.feature/feature.xml8
3 files changed, 9 insertions, 4 deletions
diff --git a/features/org.eclipse.emf.ecp.emf2web.feature/feature.xml b/features/org.eclipse.emf.ecp.emf2web.feature/feature.xml
index 0cab2eeade..234accfce9 100644
--- a/features/org.eclipse.emf.ecp.emf2web.feature/feature.xml
+++ b/features/org.eclipse.emf.ecp.emf2web.feature/feature.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.emf.ecp.emf2web.feature"
- label="EMF2Web Feature"
+ label="JSON Forms Integration"
version="1.0.0.qualifier"
provider-name="Eclipse Modeling Project"
license-feature="org.eclipse.emf.ecp.license.feature"
diff --git a/features/org.eclipse.emf.ecp.emf2web.feature/pom.xml b/features/org.eclipse.emf.ecp.emf2web.feature/pom.xml
index 48424b01e9..458b8b7cf6 100644
--- a/features/org.eclipse.emf.ecp.emf2web.feature/pom.xml
+++ b/features/org.eclipse.emf.ecp.emf2web.feature/pom.xml
@@ -28,9 +28,6 @@
</goals>
</execution>
</executions>
- <configuration>
- <skip>true</skip>
- </configuration>
</plugin>
</plugins>
</build>
diff --git a/features/org.eclipse.emf.ecp.emfforms.sdk.feature/feature.xml b/features/org.eclipse.emf.ecp.emfforms.sdk.feature/feature.xml
index d49d806521..c31d514ba3 100644
--- a/features/org.eclipse.emf.ecp.emfforms.sdk.feature/feature.xml
+++ b/features/org.eclipse.emf.ecp.emfforms.sdk.feature/feature.xml
@@ -62,6 +62,14 @@
<includes
id="org.eclipse.emf.ecp.workspace.feature"
version="0.0.0"/>
+
+ <includes
+ id="org.eclipse.emf.ecp.emf2web.feature"
+ version="0.0.0"/>
+
+ <includes
+ id="org.eclipse.emf.ecp.emf2web.feature.source"
+ version="0.0.0"/>
<includes
id="org.eclipse.emf.ecp.emfforms.idetooling.feature.source"

Back to the top