Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnsgar Radermacher2014-04-29 15:19:14 +0000
committerAnsgar Radermacher2014-04-29 15:20:41 +0000
commite98e5b70ef456d2058777763567b6495ef87a827 (patch)
treee764a97ecb7cbe3a2f321d9fdf7a063108808548 /extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation.config/pom.xml
parentf6e679387383760dc8bc8bad91168cfbf5d2152d (diff)
downloadorg.eclipse.papyrus-e98e5b70ef456d2058777763567b6495ef87a827.tar.gz
org.eclipse.papyrus-e98e5b70ef456d2058777763567b6495ef87a827.tar.xz
org.eclipse.papyrus-e98e5b70ef456d2058777763567b6495ef87a827.zip
Bug 433584 - [EAST-ADL] Switch to new EAST-ADL version 2.1.12: add pom.xml files & missing plugins to feature.xml
Diffstat (limited to 'extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation.config/pom.xml')
-rw-r--r--extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation.config/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation.config/pom.xml b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation.config/pom.xml
new file mode 100644
index 00000000000..da8582667e7
--- /dev/null
+++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation.config/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.eastadl.nattable.allocation.config</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