diff options
author | Alexandra Buzila | 2017-02-10 10:51:08 +0000 |
---|---|---|
committer | Alexandra Buzila | 2017-02-10 14:59:04 +0000 |
commit | 0753acb1377dedd8b811b8067e637a1134a32303 (patch) | |
tree | 65cb5110055596d201e18cb1f616932484ee01f2 /features | |
parent | 2137b9f4f9c9a86cbda6626953d6d67fff6f7fea (diff) | |
download | org.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')
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" |