Skip to content

Commit

Permalink
Try using the latest rcptt build
Browse files Browse the repository at this point in the history
  • Loading branch information
Kellindil committed Nov 15, 2022
1 parent 5923451 commit d1dc1b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde?>
<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
<target name="Acceleo 2022-09 Target Platform" sequenceNumber="1668512360">
<target name="Acceleo 2022-09 Target Platform" sequenceNumber="1668515128">
<locations>
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
<unit id="com.google.guava" version="30.1.0.v20221112-0806"/>
Expand Down Expand Up @@ -33,7 +33,7 @@
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.eclipse.rcptt.platform.feature.group" version="0.0.0"/>
<unit id="org.antlr.runtime" version="0.0.0"/>
<repository location="https://download.eclipse.org/rcptt/release/2.5.1/repository"/>
<repository location="https://download.eclipse.org/rcptt/release/2.5.4/repository"/>
</location>
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.eclipse.platform.sdk" version="0.0.0"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ target "RCPTT"

with source, requirements

location "https://download.eclipse.org/rcptt/release/2.5.1/repository" {
location "https://download.eclipse.org/rcptt/release/2.5.4/repository" {
org.eclipse.rcptt.platform.feature.group lazy
org.antlr.runtime lazy
}
2 changes: 1 addition & 1 deletion tests/org.eclipse.acceleo.aql.rcptt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</pluginRepositories>

<properties>
<rcptt-maven-version>2.5.1</rcptt-maven-version>
<rcptt-maven-version>2.5.4</rcptt-maven-version>
</properties>
<build>
<plugins>
Expand Down

0 comments on commit d1dc1b5

Please sign in to comment.