Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-Andre Laperle2015-02-06 23:39:00 +0000
committerMarc-Andre Laperle2015-02-07 05:45:32 +0000
commitf696c5797bbc0265e05b735ac6b1266c4754dbc7 (patch)
treee52191b7953e6d8c687eca0b0e2e5560254e46b2
parentc7e8f6e35ebf0b85f5a6a7125bc0388a25e5d756 (diff)
downloadorg.eclipse.tracecompass-f696c5797bbc0265e05b735ac6b1266c4754dbc7.tar.gz
org.eclipse.tracecompass-f696c5797bbc0265e05b735ac6b1266c4754dbc7.tar.xz
org.eclipse.tracecompass-f696c5797bbc0265e05b735ac6b1266c4754dbc7.zip
Change build target to Eclipse Mars
Trace Compass 1.0.0 will be released with Eclipse Mars so we should build against it. Change-Id: Id7a0bd3842639507f15a908f41b83d8396acd4ec Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/41345 Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im> Reviewed-by: Hudson CI Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 27604305b2..63e518104b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
<tycho-version>0.22.0</tycho-version>
<tycho-extras-version>0.22.0</tycho-extras-version>
<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/tracecompass/org.eclipse.tracecompass.git</tycho.scmUrl>
- <target-platform>tracecompass-e4.4</target-platform>
+ <target-platform>tracecompass-eStaging</target-platform>
<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
<sonar.jacoco.reportPath>${project.basedir}/../target/jacoco.exec</sonar.jacoco.reportPath>

Back to the top