Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Charles David2016-05-19 12:50:58 +0000
committerPierre-Charles David2016-05-19 13:05:03 +0000
commit997b9ac6a25809e8f4328fbfbac9b17438b2b9ac (patch)
treeada25400f6fb9f1d51a2cd8b661eb55fb91600aa /build.sh
parent2398402ebb7e2755e7c086458503db4a87fa3512 (diff)
downloadorg.eclipse.sirius-997b9ac6a25809e8f4328fbfbac9b17438b2b9ac.tar.gz
org.eclipse.sirius-997b9ac6a25809e8f4328fbfbac9b17438b2b9ac.tar.xz
org.eclipse.sirius-997b9ac6a25809e8f4328fbfbac9b17438b2b9ac.zip
[482528] Integrate properties view support in the main repo
The incubation-specific repo and profiles are still kept and built at this point to minimize the risks during the transition, but may be removed later. Bug: 482528 Change-Id: I967c1572cee3cf78a5729099513763ca16af399b Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 99123130ff..74825b2ef7 100755
--- a/build.sh
+++ b/build.sh
@@ -8,4 +8,4 @@ readonly TESTS_SUITES=${3:-junit,swtbot-sequence,swtbot}
readonly BUILD_POM="packaging/org.eclipse.sirius.parent/pom.xml"
readonly USE_P2_MIRRORS="true"
-SWT_GTK3=0 mvn -Dplatform-version-name="$PLATFORM" -Declipse.p2.mirrors="$USE_P2_MIRRORS" -f "$BUILD_POM" -P full,headless,incubation,"$TESTS_SUITES" clean "$GOAL"
+SWT_GTK3=0 mvn -Dplatform-version-name="$PLATFORM" -Declipse.p2.mirrors="$USE_P2_MIRRORS" -f "$BUILD_POM" -P full,headless,"$TESTS_SUITES" clean "$GOAL"

Back to the top