Skip to content

Commit 760e691

Browse files
authored
Updated README
1 parent 66dc828 commit 760e691

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
1-
# sdk-update-center
2-
The Repository containing the Netbeans Modules for every nightly/tagged release, so they can be accessed by the SDK's Auto Updater
1+
# SDK Update Center
2+
The Repository containing the Netbeans Modules for every nightly/tagged release, so they can be accessed by the SDK's Auto Updater.
3+
4+
The process is as follows:
5+
- A new commit is present on the SDK Repository
6+
- A Build on __this__ repository is triggered
7+
- This builds the SDK Repository
8+
- This builds the netbeans modules by invoking the nbm command
9+
- 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)
10+
- The build commits the updates.xml (which is what the SDK scans) to the `master-xml` branch.
11+
- 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
12+
13+
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.
14+
15+
You are most likely looking for https://github.com/jMonkeyEngine/sdk

0 commit comments

Comments
 (0)