Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaud Cuccuru2014-08-01 12:58:27 +0000
committerCamille Letavernier2014-08-01 13:58:25 +0000
commit18c3ed0cddfbcaab5fdd3497d23383c51fba322e (patch)
tree2385e8d48ca156ed7c1d8754a6fa5e068fadb59a /extraplugins/moka/org.eclipse.papyrus.moka.fuml.activeobjectcontrollerlibrary/pom.xml
parent61376287544834c2c1ba447d2adfa6c80506dbb7 (diff)
downloadorg.eclipse.papyrus-18c3ed0cddfbcaab5fdd3497d23383c51fba322e.tar.gz
org.eclipse.papyrus-18c3ed0cddfbcaab5fdd3497d23383c51fba322e.tar.xz
org.eclipse.papyrus-18c3ed0cddfbcaab5fdd3497d23383c51fba322e.zip
Bug 440974: [Moka] Moka shall provide some tools to test interactively
Diffstat (limited to 'extraplugins/moka/org.eclipse.papyrus.moka.fuml.activeobjectcontrollerlibrary/pom.xml')
-rw-r--r--extraplugins/moka/org.eclipse.papyrus.moka.fuml.activeobjectcontrollerlibrary/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/extraplugins/moka/org.eclipse.papyrus.moka.fuml.activeobjectcontrollerlibrary/pom.xml b/extraplugins/moka/org.eclipse.papyrus.moka.fuml.activeobjectcontrollerlibrary/pom.xml
new file mode 100644
index 00000000000..99a3513430f
--- /dev/null
+++ b/extraplugins/moka/org.eclipse.papyrus.moka.fuml.activeobjectcontrollerlibrary/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.0-SNAPSHOT</version>
+ <relativePath>../../../releng/top-pom-extras.xml</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.moka.fuml.activeobjectcontrollerlibrary</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project> \ No newline at end of file

Back to the top