Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2014-09-12 10:42:37 +0000
committerCamille Letavernier2014-09-12 10:48:04 +0000
commit3a67bf4ca5ea3c3bcee768ea77b9f70cf2cb9afb (patch)
treebba0e5b85e8b31b0aa475a99adfdd06c7da25cc9 /extraplugins/migration/org.eclipse.papyrus.migration.rsa/pom.xml
parent21ec5f8b1a882b493bb8a6f8efe66d18ec4e58da (diff)
downloadorg.eclipse.papyrus-3a67bf4ca5ea3c3bcee768ea77b9f70cf2cb9afb.tar.gz
org.eclipse.papyrus-3a67bf4ca5ea3c3bcee768ea77b9f70cf2cb9afb.tar.xz
org.eclipse.papyrus-3a67bf4ca5ea3c3bcee768ea77b9f70cf2cb9afb.zip
410988: [Diagram Import] Papyrus shall enable to import the graphical
information of a UML profile defined in other tools https://bugs.eclipse.org/bugs/show_bug.cgi?id=410988 410987: [Profile Import] Papyrus shall enable to import the semantics information of a UML profile defined in other tools https://bugs.eclipse.org/bugs/show_bug.cgi?id=410987 410986: [Diagram Import] Papyrus shall enable to import layout information of other tools models https://bugs.eclipse.org/bugs/show_bug.cgi?id=410986 410985: [Model Import] Papyrus shall enable to import semantics information of other tools models https://bugs.eclipse.org/bugs/show_bug.cgi?id=410985
Diffstat (limited to 'extraplugins/migration/org.eclipse.papyrus.migration.rsa/pom.xml')
-rw-r--r--extraplugins/migration/org.eclipse.papyrus.migration.rsa/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/extraplugins/migration/org.eclipse.papyrus.migration.rsa/pom.xml b/extraplugins/migration/org.eclipse.papyrus.migration.rsa/pom.xml
new file mode 100644
index 00000000000..170dd0d3e71
--- /dev/null
+++ b/extraplugins/migration/org.eclipse.papyrus.migration.rsa/pom.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.0.1-SNAPSHOT</version>
+ <relativePath>../../../releng/top-pom-extras.xml</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.migration.rsa</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.0.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project> \ No newline at end of file

Back to the top