3.0.0-RC1
Remove RAP JUnit launch configuration

The bundles o.e.rap.junit and o.e.rap.junit.runtime have been removed in
RAP Runtime 3.0 with commit f309802f6bc24456171c256f7c9a7fb8425f7651.
These bundles provided the prerequisites to execute PDE tests with RAP.
The removal of those bundles necessitates the removal of the RAP JUnit
launch configuration from the RAP Tools 3.0.

Bug 467181 - Remove bundles org.eclipse.rap.junit and
org.eclipse.rap.junit.runtime
https://bugs.eclipse.org/bugs/show_bug.cgi?id=467181

Change-Id: If7659c7bc540ed055c37bf5cea2fd261e6da432f
Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
8 files changed
tree: efbf1a9c1b27e6a0dbdee6b317c532d28d2ccd56
  1. bundles/
  2. features/
  3. releng/
  4. tests/
  5. .gitignore
  6. CONTRIBUTING.md
  7. pom.xml
  8. README.md
README.md

Eclipse RAP Tools (Remote Application Platform)

Thanks for your interest in this project. The [Eclipse RAP Tools] 1 provides additional tooling that can be installed into Eclipse in order to simplify working with the RAP Runtime.

Git Repository Structure

directorycontent
bundles/all bundle projects
tests/unit test projects
features/feature projects
releng/projects for release engineering

Additional information regarding source code management, builds, coding standards, and more can be found on the [Getting involved with RAP development] 2 pages. For more information, refer to the [RAP wiki pages] 3.

Building RAP Tools

The RAP project uses Tycho with Maven to build its bundles, features, examples, and p2 repositories, and it's easy to run the build locally! All you need is Maven installed on your computer, and then you need to run the following command from the root of the Git repository:

mvn clean verify

As a result, you'll get a p2 repository with all the RAP Tools bundles and features in

releng/org.eclipse.rap.tools.build/repository/target/repository/

Official builds are available from the [RAP Download page] 4.

Contributions

Before your contribution can be accepted by the project, you need to create and electronically sign the [Eclipse Foundation Contributor License Agreement (CLA)] 5 and sign off on the Eclipse Foundation Certificate of Origin.

For more information, please visit [Contributing via Git] 6.

License

[Eclipse Public License (EPL) v1.0] 7

Contact

Contact the project developers via the [RAP Forum] 8 or the project's [“dev” mailing list] 9.

Search for bugs

This project uses Bugzilla to track [ongoing development and issues] 10.

Create a new bug

Be sure to [search for existing bugs] 10 before you [create a new RAP bug report] 11. Remember that contributions are always welcome!