mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
Bug 564369 - CDT : use 4.16 GA version for .setup and .target
Move target platform resolution ahead of clone to simplify testing Change-Id: Ic6a0b2770762a3bd42633bd7011073731c9d4f4e Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>
This commit is contained in:
parent
46316a1b62
commit
30c67ac9bf
1 changed files with 22 additions and 22 deletions
|
@ -153,28 +153,6 @@
|
|||
version="0.0.0">
|
||||
<description>An API baseline based on the target platform named 'Modular API Baseline Target'</description>
|
||||
</setupTask>
|
||||
<setupTask
|
||||
xsi:type="git:GitCloneTask"
|
||||
id="git.clone.cdt"
|
||||
remoteURI="cdt/org.eclipse.cdt"
|
||||
checkoutBranch="master">
|
||||
<annotation
|
||||
source="http://www.eclipse.org/oomph/setup/InducedChoices">
|
||||
<detail
|
||||
key="inherit">
|
||||
<value>eclipse.git.gerrit.remoteURIs</value>
|
||||
</detail>
|
||||
<detail
|
||||
key="label">
|
||||
<value>${scope.project.label} Git or Gerrit Repository</value>
|
||||
</detail>
|
||||
<detail
|
||||
key="target">
|
||||
<value>remoteURI</value>
|
||||
</detail>
|
||||
</annotation>
|
||||
<description>CDT</description>
|
||||
</setupTask>
|
||||
<setupTask
|
||||
xsi:type="setup.targlets:TargletTask"
|
||||
programArguments="-consolelog"
|
||||
|
@ -343,6 +321,28 @@
|
|||
</repositoryList>
|
||||
</targlet>
|
||||
</setupTask>
|
||||
<setupTask
|
||||
xsi:type="git:GitCloneTask"
|
||||
id="git.clone.cdt"
|
||||
remoteURI="cdt/org.eclipse.cdt"
|
||||
checkoutBranch="master">
|
||||
<annotation
|
||||
source="http://www.eclipse.org/oomph/setup/InducedChoices">
|
||||
<detail
|
||||
key="inherit">
|
||||
<value>eclipse.git.gerrit.remoteURIs</value>
|
||||
</detail>
|
||||
<detail
|
||||
key="label">
|
||||
<value>${scope.project.label} Git or Gerrit Repository</value>
|
||||
</detail>
|
||||
<detail
|
||||
key="target">
|
||||
<value>remoteURI</value>
|
||||
</detail>
|
||||
</annotation>
|
||||
<description>CDT</description>
|
||||
</setupTask>
|
||||
<setupTask
|
||||
xsi:type="projects:ProjectsImportTask">
|
||||
<sourceLocator
|
||||
|
|
Loading…
Add table
Reference in a new issue