Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Fasani2021-06-10 12:59:52 +0000
committerLaurent Fasani2021-06-23 08:33:44 +0000
commitc10f5cd486b330bb8435943dce155a5ecbf5a078 (patch)
treec910324d0225ae77478b018dbb18cf48c35f2fc3 /plugins/org.eclipse.sirius.workflow.ui.page/pom.xml
parentd6686ad0501dcd17c54e986620b5819ed56ab0c4 (diff)
downloadorg.eclipse.sirius-c10f5cd486b330bb8435943dce155a5ecbf5a078.tar.gz
org.eclipse.sirius-c10f5cd486b330bb8435943dce155a5ecbf5a078.tar.xz
org.eclipse.sirius-c10f5cd486b330bb8435943dce155a5ecbf5a078.zip
[571047] Remove the workflow and server features
* delete org.eclipse.sirius.*workflow* plug-ins and features * delete org.eclipse.sirius.server* plug-ins an features * delete org.eclipse.sirius.services* plug-ins Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=571047 https://bugs.eclipse.org/bugs/show_bug.cgi?id=574125 Change-Id: I2acf99e3a9b9848d81c9f0ab7e9a5499896c928b Signed-off-by: Laurent Fasani <laurent.fasani@obeo.fr>
Diffstat (limited to 'plugins/org.eclipse.sirius.workflow.ui.page/pom.xml')
-rw-r--r--plugins/org.eclipse.sirius.workflow.ui.page/pom.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/plugins/org.eclipse.sirius.workflow.ui.page/pom.xml b/plugins/org.eclipse.sirius.workflow.ui.page/pom.xml
deleted file mode 100644
index ab55ce88c7..0000000000
--- a/plugins/org.eclipse.sirius.workflow.ui.page/pom.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<!--
- Copyright (c) 2015, 2016 Obeo
- This program and the accompanying materials
- are made available under the terms of the Eclipse Public License 2.0
- which accompanies this distribution, and is available at
- https://www.eclipse.org/legal/epl-2.0/
-
- SPDX-License-Identifier: EPL-2.0
-
- Contributors:
- Obeo - Initial API and implementation
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.eclipse.sirius</groupId>
- <artifactId>sirius-parent</artifactId>
- <version>7.0.0-SNAPSHOT</version>
- <relativePath>../../packaging/org.eclipse.sirius.parent</relativePath>
- </parent>
-
- <artifactId>org.eclipse.sirius.workflow.ui.page</artifactId>
- <packaging>eclipse-plugin</packaging>
- <version>7.0.0-SNAPSHOT</version>
-
-</project>

Back to the top