Eclipse P2 repository
This channel can be accessed using the Eclipse P2 repository manager system, also known as the
Eclipse Install new software dialog. For more information see:
The main URL for this repository is https://thedrone.packagedrone.org/p2/b8806b10-f383-423d-878b-bb0f573e1be1
.
Instead of the main repository URL, these alias URLs may be used in the following examples:
https://thedrone.packagedrone.org/p2/neoscada-milestones
Eclipse Tycho™
Add the following repository configuration to your setup:
… <repositories> … <repository> <id>package.drone.runtime</id> <layout>p2</layout> <url>https://thedrone.packagedrone.org/p2/b8806b10-f383-423d-878b-bb0f573e1be1</url> </repository> … </repositories> …
Eclipse Target Platform DSL
Create an new target platform DSL file
target "My target platform" with source, allEnvironments location "https://thedrone.packagedrone.org/p2/b8806b10-f383-423d-878b-bb0f573e1be1" { /* your installable units here */ }