Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2014-04-17 14:55:41 +0000
committerGerrit Code Review @ Eclipse.org2014-04-17 14:55:41 +0000
commitfd750cb5edea936a68a21a5f898a1a220fe17031 (patch)
treecbac1e6879245e8f3a81cacf2be6efafafdb88bd /plugins/sysml/org.eclipse.papyrus.sysml/pom.xml
parentd5ed2efc0194ea82b4694c5dc0c0b734a6dfc10f (diff)
parentfc5ddca34a9f2aaed4e7ba2f4ff8afb2edf8cfff (diff)
downloadorg.eclipse.papyrus-fd750cb5edea936a68a21a5f898a1a220fe17031.tar.gz
org.eclipse.papyrus-fd750cb5edea936a68a21a5f898a1a220fe17031.tar.xz
org.eclipse.papyrus-fd750cb5edea936a68a21a5f898a1a220fe17031.zip
Merge changes Ifc5ddca3,I6a47c3c1,I4d7614cf,If34f0ee1,Ie2b27cb9,I5834c981,I83f26645
* changes: [releng] Generated all the pom.xml files for the plugins and features Command: python releng/toolkit/tycho-genertor.py [releng] Moved the build configuration to Tycho [releng] Added the feature for the developer plugins [releng] Cleanup the features for the main and extras build [releng] Cleanup plugins for developer build [releng] Cleanup plugins for extras build [releng] Cleanup plugins for main build
Diffstat (limited to 'plugins/sysml/org.eclipse.papyrus.sysml/pom.xml')
-rw-r--r--plugins/sysml/org.eclipse.papyrus.sysml/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/sysml/org.eclipse.papyrus.sysml/pom.xml b/plugins/sysml/org.eclipse.papyrus.sysml/pom.xml
new file mode 100644
index 00000000000..8bd27d47750
--- /dev/null
+++ b/plugins/sysml/org.eclipse.papyrus.sysml/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</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