Skip to content

Commit

Permalink
Preparations for a 3.2.0 release
Browse files Browse the repository at this point in the history
- Update the p2 task to use
http://download.eclipse.org/nebula/updates/nightly/latest
- Update the build to use
https://download.eclipse.org/releases/milestone to build always by
default against the most recent SimRel content.
- Update org.eclipse.nebula.widgets.grid.test to use bundle
org.eclipse.rap.rwt.testfixture optional to avoid forcing RAP into the
target platform.
  - I don't believe support for RAP/rwt actually works.
  - Also, this fragment isn't actually used as part of the build.

#616
  • Loading branch information
merks committed Nov 27, 2024
1 parent 00d49c7 commit 8b794bc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 deletions.
4 changes: 1 addition & 3 deletions oomph.setup
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,7 @@
<setupTask
xsi:type="setup.p2:P2Task">
<repository
url="http://download.eclipse.org/nebula/snapshot"/>
<repository
url="http://download.eclipse.org/nebula/incubation/snapshot"/>
url="http://download.eclipse.org/nebula/updates/nightly/latest"/>
<description>Install the tools needed in the IDE to work with the source code for ${scope.project.label}</description>
</setupTask>
<setupTask
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<listEntry value="org.eclipse.justj.p2.manager.args=-remote localhost:${nebula.git.clone.location}/releng/org.eclipse.nebula.site"/>
<listEntry value="build.type=nightly"/>
<listEntry value="git.commit=4140e9828cc4a0be360b761c54413efd5dcd0ded"/>
<listEntry value="target-platform=https://download.eclipse.org/releases/2024-03"/>
<listEntry value="target-platform=https://download.eclipse.org/releases/milestone"/>
</listAttribute>
<stringAttribute key="M2_RUNTIME" value="EMBEDDED"/>
<booleanAttribute key="M2_SKIP_TESTS" value="false"/>
Expand Down
2 changes: 1 addition & 1 deletion releng/org.eclipse.nebula.nebula-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Contributors:
<jacoco-version>0.8.9</jacoco-version>
<easymock-version>5.2.0</easymock-version>

<target-platform>https://download.eclipse.org/releases/latest</target-platform>
<target-platform>https://download.eclipse.org/releases/milestone</target-platform>

<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,10 @@ Bundle-Name: %Bundle-Name
Bundle-Vendor: %Bundle-Vendor
Bundle-SymbolicName: org.eclipse.nebula.widgets.grid.test
Bundle-Version: 0.3.0.qualifier
Require-Bundle: org.junit;bundle-version="4.8.2"
Require-Bundle: org.junit;bundle-version="4.8.2",
org.eclipse.rap.rwt.testfixture;resolution:=optional
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-11
Import-Package: org.eclipse.rap.rwt.testfixture;version="[3.0.0,5.0.0)",
org.eclipse.rap.rwt.testfixture.internal;version="[3.0.0,5.0.0)",
org.eclipse.rap.rwt.testfixture.internal.engine;version="[3.0.0,5.0.0)",
org.eclipse.rap.rwt.testfixture.internal.service;version="[3.0.0,5.0.0)"
Export-Package: org.eclipse.nebula.widgets.grid
Fragment-Host: org.eclipse.nebula.widgets.grid;bundle-version="1.0.0.qualifier"
Bundle-ClassPath: mockito-core-1.8.4.jar,
Expand Down

0 comments on commit 8b794bc

Please sign in to comment.