Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/team
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2018-11-16 16:33:16 +0000
committerHenrik Rentz-Reichert2018-11-16 16:33:16 +0000
commit2bf534b30ea525dace170797d407872914621daa (patch)
tree9ed3cb0fa40c63e002c3648cee2b8a7c4453b8ad /team
parent467f82ea075c4c8254c07e087bd8636ed9700b96 (diff)
downloadorg.eclipse.etrice-2bf534b30ea525dace170797d407872914621daa.tar.gz
org.eclipse.etrice-2bf534b30ea525dace170797d407872914621daa.tar.xz
org.eclipse.etrice-2bf534b30ea525dace170797d407872914621daa.zip
added an Oomph product file for eTrice 2.0.0 RC6 based on C/C++
and fixed a minor problem with the Oomph setup for the eclipse website repository configuration
Diffstat (limited to 'team')
-rw-r--r--team/ETrice.setup4
1 files changed, 2 insertions, 2 deletions
diff --git a/team/ETrice.setup b/team/ETrice.setup
index be1e63aab..7506513fc 100644
--- a/team/ETrice.setup
+++ b/team/ETrice.setup
@@ -306,7 +306,7 @@
name="remote "gerrit ssh"">
<properties
key="pushurl"
- value="ssh://${git.user.id}@git.eclipse.org:29418/www.eclipse.org/etrice.git "/>
+ value="ssh://${git.user.id}@git.eclipse.org:29418/www.eclipse.org/etrice.git"/>
<properties
key="push"
value="HEAD:refs/heads/master"/>
@@ -315,7 +315,7 @@
name="remote &quot;gerrit bypass ssh&quot;">
<properties
key="pushurl"
- value="ssh://${git.user.id}@git.eclipse.org:29418/www.eclipse.org/etrice.git "/>
+ value="ssh://${git.user.id}@git.eclipse.org:29418/www.eclipse.org/etrice.git"/>
<properties
key="push"
value="HEAD:refs/heads/master"/>

Back to the top