diff options
author | Laurent Wouters | 2014-04-17 13:28:59 +0000 |
---|---|---|
committer | Laurent Wouters | 2014-04-17 13:28:59 +0000 |
commit | fc5ddca34a9f2aaed4e7ba2f4ff8afb2edf8cfff (patch) | |
tree | 7516015e4d666f984e9197c43fbcd92eb3bf38f9 /features/papyrus-main-features/org.eclipse.papyrus.sysml.properties.feature/pom.xml | |
parent | 621a98627bf2dac3434242847ef2d1ecc3b020ec (diff) | |
download | org.eclipse.papyrus-fc5ddca34a9f2aaed4e7ba2f4ff8afb2edf8cfff.tar.gz org.eclipse.papyrus-fc5ddca34a9f2aaed4e7ba2f4ff8afb2edf8cfff.tar.xz org.eclipse.papyrus-fc5ddca34a9f2aaed4e7ba2f4ff8afb2edf8cfff.zip |
[releng] Generated all the pom.xml files for the plugins and features
Command: python releng/toolkit/tycho-genertor.py
Signed-off-by: Laurent Wouters <laurent.wouters@cea.fr>
Diffstat (limited to 'features/papyrus-main-features/org.eclipse.papyrus.sysml.properties.feature/pom.xml')
-rw-r--r-- | features/papyrus-main-features/org.eclipse.papyrus.sysml.properties.feature/pom.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/features/papyrus-main-features/org.eclipse.papyrus.sysml.properties.feature/pom.xml b/features/papyrus-main-features/org.eclipse.papyrus.sysml.properties.feature/pom.xml new file mode 100644 index 00000000000..c52ed3c4542 --- /dev/null +++ b/features/papyrus-main-features/org.eclipse.papyrus.sysml.properties.feature/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-main.xml</relativePath> + </parent> + <artifactId>org.eclipse.papyrus.sysml.properties.feature</artifactId> + <groupId>org.eclipse.papyrus</groupId> + <version>1.0.0-SNAPSHOT</version> + <packaging>eclipse-feature</packaging> +</project>
\ No newline at end of file |