commit | f58c804185b43cad7cecd878489326c2cd37bb50 | [log] [tgz] |
---|---|---|
author | Zakir Meer <zakirhussain.meer@de.bosch.com> | Tue Oct 16 16:47:26 2018 +0200 |
committer | Zakir Meer <zakirhussain.meer@de.bosch.com> | Tue Oct 16 16:47:26 2018 +0200 |
tree | 1d97aaa56f6e5bf872c35028d453e3de057352b2 | |
parent | 7f6f68cdc9e8047e4fa0942e9236587d8159e7c7 [diff] |
updated product configurations to consider application extensions rather than product extensions
diff --git a/eclipse-tools/model-transformation/examples/amlt2inchron/org.eclipse.app4mc.transform.to.inchron.app/Amlt2Inchron_Transformation.product.launch b/eclipse-tools/model-transformation/examples/amlt2inchron/org.eclipse.app4mc.transform.to.inchron.app/Amlt2Inchron_Transformation.product.launch index 2be4323..37be673 100644 --- a/eclipse-tools/model-transformation/examples/amlt2inchron/org.eclipse.app4mc.transform.to.inchron.app/Amlt2Inchron_Transformation.product.launch +++ b/eclipse-tools/model-transformation/examples/amlt2inchron/org.eclipse.app4mc.transform.to.inchron.app/Amlt2Inchron_Transformation.product.launch
@@ -28,6 +28,6 @@ <booleanAttribute key="useCustomFeatures" value="false"/> <booleanAttribute key="useDefaultConfig" value="true"/> <booleanAttribute key="useDefaultConfigArea" value="true"/> -<booleanAttribute key="useProduct" value="true"/> +<booleanAttribute key="useProduct" value="false"/> <booleanAttribute key="usefeatures" value="false"/> </launchConfiguration>
diff --git a/eclipse-tools/model-transformation/examples/sample-model-transformation/app4mc.example.transform.app/Example_Sample_Model_Transformation.product.launch b/eclipse-tools/model-transformation/examples/sample-model-transformation/app4mc.example.transform.app/Example_Sample_Model_Transformation.product.launch index 7a47feb..d7378b0 100644 --- a/eclipse-tools/model-transformation/examples/sample-model-transformation/app4mc.example.transform.app/Example_Sample_Model_Transformation.product.launch +++ b/eclipse-tools/model-transformation/examples/sample-model-transformation/app4mc.example.transform.app/Example_Sample_Model_Transformation.product.launch
@@ -28,6 +28,6 @@ <booleanAttribute key="useCustomFeatures" value="false"/> <booleanAttribute key="useDefaultConfig" value="true"/> <booleanAttribute key="useDefaultConfigArea" value="true"/> -<booleanAttribute key="useProduct" value="true"/> +<booleanAttribute key="useProduct" value="false"/> <booleanAttribute key="usefeatures" value="false"/> </launchConfiguration>
diff --git a/eclipse-tools/model-transformation/plugins/org.eclipse.app4mc.transformation.application/plugin.xml b/eclipse-tools/model-transformation/plugins/org.eclipse.app4mc.transformation.application/plugin.xml index 9b8bd5d..5bfc1ea 100644 --- a/eclipse-tools/model-transformation/plugins/org.eclipse.app4mc.transformation.application/plugin.xml +++ b/eclipse-tools/model-transformation/plugins/org.eclipse.app4mc.transformation.application/plugin.xml
@@ -17,7 +17,7 @@ id="product" point="org.eclipse.core.runtime.products"> <product - application="org.eclipse.app4mc.transform.to.inchron.app.application" + application="org.eclipse.app4mc.transformation.application.application" name="APP4MCTransformation"> <property name="appName"