Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/propertylifecycle/org.eclipse.papyrus.uml.propertylifecycle/pom.xml')
-rwxr-xr-xextraplugins/propertylifecycle/org.eclipse.papyrus.uml.propertylifecycle/pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/extraplugins/propertylifecycle/org.eclipse.papyrus.uml.propertylifecycle/pom.xml b/extraplugins/propertylifecycle/org.eclipse.papyrus.uml.propertylifecycle/pom.xml
new file mode 100755
index 00000000000..e634972ac9a
--- /dev/null
+++ b/extraplugins/propertylifecycle/org.eclipse.papyrus.uml.propertylifecycle/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.uml.propertylifecycle</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>../../../infra/propertylifecycle/org.eclipse.papyrus.infra.propertylifecycle/pom.xml</relativePath>
+ </parent>
+</project>

Back to the top