Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building/update target platform rcp update 4.23 #233

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions de.urszeidler.shr5.rcptt.tests/freestyle-npc.test
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Element-Type: testcase
Element-Version: 3.0
External-Reference:
Id: _s1RRgB_ZEeWSRorpcoiIvw
Runtime-Version: 2.5.2.202109092356
Save-Time: 10/4/21, 12:17 AM
Runtime-Version: 2.5.5.202305081357
Save-Time: 11/5/23, 11:01 PM
Tags: freestyle, character-generation, en
Testcase-Type: ecl

Expand All @@ -32,7 +32,7 @@ with [get-window -class WizardDialog] {
get-combo -after [get-label "Select campaign"] | select "Free Style Free Style Generator"
get-combo -after [get-label "Select Group"] | select "Character Group non player group"
}
get-window -class WizardDialog | get-label -after [get-label "Create a freestyle Generator"] | get-property text
get-window -class WizardDialog | get-editbox -after [get-label "Create a freestyle Generator"] | get-property text
| equals "Creates a freestyle generator object for creating a character without rules." | verify-true
get-window -class WizardDialog | get-button Finish | click
get-window -class WizardDialog | get-window "Switch Perspective"
Expand Down Expand Up @@ -238,7 +238,7 @@ with [get-window -class WizardDialog] {
*/
get-window -class WizardDialog | get-combo -after [get-label "Select campaign"]
| select "Free Style Free Style Generator"
get-window -class WizardDialog | get-label -after [get-label "Create a freestyle Generator"] | get-property text
get-window -class WizardDialog | get-editbox -after [get-label "Create a freestyle Generator"] | get-property text
| equals "Creates a freestyle generator object for creating a character without rules." | verify-true
with [get-window -class WizardDialog] {
get-button Finish | click
Expand Down
27 changes: 11 additions & 16 deletions de.urszeidler.shr5.tp/de.urszeidler.shr5.tp.target
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@
<locations>

<location includeAllPlatforms="true" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
<repository location="http://download.eclipse.org/eclipse/updates/4.20"/>
<repository location="http://download.eclipse.org/eclipse/updates/4.23"/>

<unit id="org.eclipse.ecf.core.feature.feature.group" version="0.0.0"/>
<unit id="org.eclipse.ecf.core.ssl.feature.feature.group" version="0.0.0"/>
<unit id="org.eclipse.ecf.filetransfer.feature.feature.group" version="0.0.0"/>
<unit id="org.eclipse.ecf.filetransfer.httpclient45.feature.feature.group" version="0.0.0"/>
<unit id="org.eclipse.ecf.filetransfer.ssl.feature.feature.group" version="0.0.0"/>

<unit id="org.eclipse.platform.sdk" version="0.0.0"/>
Expand All @@ -22,26 +21,16 @@
<unit id="org.eclipse.platform.ide" version="0.0.0"/>
<unit id="org.eclipse.platform.sdk" version="0.0.0"/>

</location>

<location includeAllPlatforms="true" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
<repository location="http://download.eclipse.org/eclipse/updates/4.20"/>
<unit id="org.eclipse.ecf.provider.filetransfer.ssl" version="0.0.0"/>
<unit id="org.eclipse.ecf.ssl" version="0.0.0"/>
<unit id="org.eclipse.ecf.identity" version="0.0.0"/>
<unit id="org.eclipse.ecf" version="0.0.0"/>
<unit id="org.eclipse.ecf.filetransfer" version="0.0.0"/>
<unit id="org.eclipse.ecf.provider.filetransfer" version="0.0.0"/>
<unit id="org.apache.httpcomponents.httpclient" version="0.0.0"/>
<unit id="org.apache.httpcomponents.httpcore" version="0.0.0"/>

</location>

<unit id="org.eclipse.ecf.filetransfer.httpclient5.feature.feature.group" />
<unit id="org.apache.commons.codec" version="0.0.0" />
</location>

<location includeAllPlatforms="true" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.nebula.feature.feature.group" version="0.0.0"/>
<repository location="http://download.eclipse.org/nebula/releases/2.4.2/"/>
</location>

<location includeAllPlatforms="true" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.acceleo.feature.group" version="0.0.0"/>
Expand All @@ -60,7 +49,13 @@

<unit id="org.eclipse.equinox.p2.rcp.feature.feature.group" version="0.0.0"/>
<unit id="org.eclipse.equinox.p2.core.feature.feature.group" version="0.0.0"/>
<repository location="http://download.eclipse.org/releases/2021-06"/>
<repository location="http://download.eclipse.org/releases/2022-03"/>
</location>


<location includeAllPlatforms="true" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.nebula.feature.feature.group" version="0.0.0"/>
<repository location="http://download.eclipse.org/nebula/releases/2.4.2/"/>
</location>


Expand Down