Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Le Fevre2017-08-25 07:54:23 +0000
committerPatrick Tessier2017-08-25 13:25:00 +0000
commit8bec07592e77f0db5341cd9cddb4934fc5f8b0f2 (patch)
tree2eda77297b9c4fcc96cec499248df6357359afd2 /examples/uml/org.eclipse.papyrus.thousandcreation/pom.xml
parent48ac2317135d806998cf04ed5d09cceac074b341 (diff)
downloadorg.eclipse.papyrus-8bec07592e77f0db5341cd9cddb4934fc5f8b0f2.tar.gz
org.eclipse.papyrus-8bec07592e77f0db5341cd9cddb4934fc5f8b0f2.tar.xz
org.eclipse.papyrus-8bec07592e77f0db5341cd9cddb4934fc5f8b0f2.zip
Bug 521378 - [userxp] deletion of the plugin GenerateHugeModel
Actions -suppression of the plugin -removing references in pom.xml and feature.xml -adding the project zip in the bug for future integration in a github repository Test -check reference in other MANIFEST.MF Change-Id: I6a8596daf0dcc27a02a5dbd0e0dd578ce14c20eb Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=521378 Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
Diffstat (limited to 'examples/uml/org.eclipse.papyrus.thousandcreation/pom.xml')
-rw-r--r--examples/uml/org.eclipse.papyrus.thousandcreation/pom.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/uml/org.eclipse.papyrus.thousandcreation/pom.xml b/examples/uml/org.eclipse.papyrus.thousandcreation/pom.xml
deleted file mode 100644
index 1cf50826d6b..00000000000
--- a/examples/uml/org.eclipse.papyrus.thousandcreation/pom.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.eclipse.papyrus</groupId>
- <artifactId>org.eclipse.papyrus.examples.uml</artifactId>
- <version>1.0.1-SNAPSHOT</version>
- </parent>
- <artifactId>org.eclipse.papyrus.thousandcreation</artifactId>
- <groupId>org.eclipse.papyrus</groupId>
- <version>1.1.0-SNAPSHOT</version>
- <packaging>eclipse-plugin</packaging>
-</project> \ No newline at end of file

Back to the top