Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
Diffstat (limited to 'releng')
-rwxr-xr-xreleng/org.eclipse.fx.releng/pom.xml2
-rw-r--r--releng/runtime/org.eclipse.fx.runtime.feature/feature.xml4
-rw-r--r--releng/runtime/org.eclipse.fx.target.feature/feature.xml4
3 files changed, 5 insertions, 5 deletions
diff --git a/releng/org.eclipse.fx.releng/pom.xml b/releng/org.eclipse.fx.releng/pom.xml
index e3e29bf62..18ac4b1fd 100755
--- a/releng/org.eclipse.fx.releng/pom.xml
+++ b/releng/org.eclipse.fx.releng/pom.xml
@@ -63,7 +63,7 @@
<module>../../bundles/runtime/org.eclipse.fx.ui.theme</module>
<module>../../bundles/runtime/org.eclipse.fx.ui.workbench.fx</module>
<module>../../bundles/runtime/org.eclipse.fx.ui.workbench.renderers.fx</module>
- <module>../../bundles/runtime/org.eclipse.fx.ui.lifecycle</module>
+ <module>../../bundles/runtime/org.eclipse.fx.ui.workbench.services</module>
<!-- Format Conversion -->
<module>../../bundles/runtime/org.eclipse.fx.formats.svg</module>
diff --git a/releng/runtime/org.eclipse.fx.runtime.feature/feature.xml b/releng/runtime/org.eclipse.fx.runtime.feature/feature.xml
index 36ec005bc..0ebfaaae9 100644
--- a/releng/runtime/org.eclipse.fx.runtime.feature/feature.xml
+++ b/releng/runtime/org.eclipse.fx.runtime.feature/feature.xml
@@ -460,14 +460,14 @@ This Agreement is governed by the laws of the State of New York and the intellec
unpack="false"/>
<plugin
- id="org.eclipse.fx.ui.lifecycle"
+ id="org.eclipse.fx.ui.workbench.services"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
- id="org.eclipse.fx.ui.lifecycle.source"
+ id="org.eclipse.fx.ui.workbench.services.source"
download-size="0"
install-size="0"
version="0.0.0"
diff --git a/releng/runtime/org.eclipse.fx.target.feature/feature.xml b/releng/runtime/org.eclipse.fx.target.feature/feature.xml
index 3c58ff789..b097ca0df 100644
--- a/releng/runtime/org.eclipse.fx.target.feature/feature.xml
+++ b/releng/runtime/org.eclipse.fx.target.feature/feature.xml
@@ -2156,14 +2156,14 @@ This Agreement is governed by the laws of the State of New York and the intellec
unpack="false"/>
<plugin
- id="org.eclipse.fx.ui.lifecycle"
+ id="org.eclipse.fx.ui.workbench.services"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
- id="org.eclipse.fx.ui.lifecycle.source"
+ id="org.eclipse.fx.ui.workbench.services.source"
download-size="0"
install-size="0"
version="0.0.0"

Back to the top