Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Le Menez2016-07-05 13:52:36 +0000
committerQuentin Le Menez2016-07-05 13:52:36 +0000
commit0973169f12e43fcb4430e9b31a9f2457ad7fc287 (patch)
treeb56fc94bad77ba538904adc7a7853f2024d9df5e /extraplugins/propertylifecycle/org.eclipse.papyrus.propertylifecycle.model.editor/pom.xml
parentc2a95d4fb294a1b6f94674bd56b366ab2600d356 (diff)
downloadorg.eclipse.papyrus-bugs/497306-PropertyLifecycle.tar.gz
org.eclipse.papyrus-bugs/497306-PropertyLifecycle.tar.xz
org.eclipse.papyrus-bugs/497306-PropertyLifecycle.zip
Bug 497306: [PropertyLifecycle] There is no tool that handles customization based on contextual modifications of an elementbugs/497306-PropertyLifecycle
https://bugs.eclipse.org/bugs/show_bug.cgi?id=497306 - First draft of the tool Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
Diffstat (limited to 'extraplugins/propertylifecycle/org.eclipse.papyrus.propertylifecycle.model.editor/pom.xml')
-rwxr-xr-xextraplugins/propertylifecycle/org.eclipse.papyrus.propertylifecycle.model.editor/pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/extraplugins/propertylifecycle/org.eclipse.papyrus.propertylifecycle.model.editor/pom.xml b/extraplugins/propertylifecycle/org.eclipse.papyrus.propertylifecycle.model.editor/pom.xml
new file mode 100755
index 00000000000..8086d803beb
--- /dev/null
+++ b/extraplugins/propertylifecycle/org.eclipse.papyrus.propertylifecycle.model.editor/pom.xml
@@ -0,0 +1,16 @@
+<?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>
+ <artifactId>org.eclipse.papyrus.infra.propertylifecycle.model.editor</artifactId>
+ <version>0.0.1.qualifier</version>
+ <groupId>org.eclipse.papyrus</groupId>
+ <packaging>eclipse-plugin</packaging>
+ <parent>
+ <groupId>org.eclipse.papyrus</groupId>
+ <artifactId>org.eclipse.papyrus.infra.propertylifecycle</artifactId>
+ <version>0.0.1.qualifier</version>
+ <relativePath>../org.eclipse.papyrus.infra.propertylifecycle/pom.xml</relativePath>
+ </parent>
+</project>

Back to the top