From 5951a61be96ada3c520096c29ff1f3ba9c8804d7 Mon Sep 17 00:00:00 2001 From: Mickael Istria Date: Tue, 15 Sep 2015 10:50:29 +0200 Subject: [PATCH] Bug 477006 - Update Target Platforms --- pom.xml | 2 +- target-platforms/mars.R/mars.R.target | 38 +++++++++++++++++++ target-platforms/{mars.M => mars.R}/pom.xml | 4 +- .../mars.M.target => neon.M/neon.M.target} | 0 target-platforms/neon.M/pom.xml | 13 +++++++ target-platforms/pom.xml | 3 +- 6 files changed, 56 insertions(+), 4 deletions(-) create mode 100644 target-platforms/mars.R/mars.R.target rename target-platforms/{mars.M => mars.R}/pom.xml (80%) rename target-platforms/{mars.M/mars.M.target => neon.M/neon.M.target} (100%) create mode 100644 target-platforms/neon.M/pom.xml diff --git a/pom.xml b/pom.xml index 2b88c34..2c994b0 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ true scm:git:https://github.com/eclipse/thym.git - mars.M + mars.R diff --git a/target-platforms/mars.R/mars.R.target b/target-platforms/mars.R/mars.R.target new file mode 100644 index 0000000..d58e512 --- /dev/null +++ b/target-platforms/mars.R/mars.R.target @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/target-platforms/mars.M/pom.xml b/target-platforms/mars.R/pom.xml similarity index 80% rename from target-platforms/mars.M/pom.xml rename to target-platforms/mars.R/pom.xml index 03fecdc..f2ac360 100644 --- a/target-platforms/mars.M/pom.xml +++ b/target-platforms/mars.R/pom.xml @@ -7,7 +7,7 @@ 0.3.0-SNAPSHOT org.eclipse.thym.target-platforms - mars.M - Eclipse THyM Target Platform for Mars milestones (mutable and volatile) + mars.R + Eclipse THyM Target Platform for Mars release eclipse-target-definition diff --git a/target-platforms/mars.M/mars.M.target b/target-platforms/neon.M/neon.M.target similarity index 100% rename from target-platforms/mars.M/mars.M.target rename to target-platforms/neon.M/neon.M.target diff --git a/target-platforms/neon.M/pom.xml b/target-platforms/neon.M/pom.xml new file mode 100644 index 0000000..f1144e5 --- /dev/null +++ b/target-platforms/neon.M/pom.xml @@ -0,0 +1,13 @@ + + 4.0.0 + + org.eclipse.thym + target-platforms + 0.3.0-SNAPSHOT + + org.eclipse.thym.target-platforms + neon.M + Eclipse THyM Target Platform for Neon milestone (mutable and volatile) + eclipse-target-definition + diff --git a/target-platforms/pom.xml b/target-platforms/pom.xml index 268f403..284a185 100644 --- a/target-platforms/pom.xml +++ b/target-platforms/pom.xml @@ -13,6 +13,7 @@ luna.R - mars.M + mars.R + neon.M