https://github.com/jmonkeyengine/sdk-update-center
The Repository containing the Netbeans Modules for every nightly/tagged release, so they can be accessed by the SDK's Auto Updater
https://github.com/jmonkeyengine/sdk-update-center
Last synced: 12 months ago
JSON representation
The Repository containing the Netbeans Modules for every nightly/tagged release, so they can be accessed by the SDK's Auto Updater
- Host: GitHub
- URL: https://github.com/jmonkeyengine/sdk-update-center
- Owner: jMonkeyEngine
- Created: 2020-04-13T23:07:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T06:37:09.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T05:12:48.760Z (almost 2 years ago)
- Size: 593 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SDK Update Center
The Repository containing the Netbeans Modules for every nightly/tagged release, so they can be accessed by the SDK's Auto Updater.
The process is as follows:
- A new commit is present on the SDK Repository
- A Build on __this__ repository is triggered
- This builds the SDK Repository
- This builds the netbeans modules by invoking the nbm command
- The nbms are uploaded to github as releases to __this__ repository (so that the main repository stays clean and users still find their regular installer downloads)
- The build commits the updates.xml (which is what the SDK scans) to the `master-xml` branch.
- For a dot release (e.g. `3.3.0-sdk2`) the process is the same, however we use different branches, namely one XML Branch per major release
In other words: This is just an infrastructure repository, there is nothing to see here for you, unless you are interested in deploying a Netbeans Update Center for your own RCP.
You are most likely looking for https://github.com/jMonkeyEngine/sdk