You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,17 @@ git push origin tag 2025.01.01
11
11
12
12
Release will be built automatically by github actions. After it builds, manually deploy the p2 site to `icp_p2` area and binaries to `icp_binaries` area.
13
13
14
+
# Dependencies
15
+
16
+
Some dependencies of cs-studio are no longer available via maven central (due to being very old `SNAPSHOT` builds).
17
+
18
+
They are instead made available on `https://isiscomputinggroup.github.io/isis_css_top/`, which is added to
19
+
[the list of maven repositories](https://github.com/ISISComputingGroup/cs-studio/blob/27c3b0f61e6c5444f65a1b591a037c55083513c9/pom.xml#L76)
20
+
which cs-studio uses at build time. That repo is deployed from the `gh-pages` branch of this repository.
21
+
22
+
Pushing new content to the `gh-pages` branch is a manual process. To keep the repository size as small as possible, prefer to `git commit --amend`
23
+
the single commit on the `gh-pages` branch rather than creating new commits.
24
+
14
25
# Developer build (maven)
15
26
16
27
```
@@ -61,14 +72,3 @@ Next:
61
72
- In the run configurations menu select the box to "clear workspace before launching"
62
73
- Press apply and save
63
74
- Launch!
64
-
65
-
# Notes
66
-
67
-
The CSS repos should be pinned at the following specific versions. Later versions merge in Phoebus code which is incompatible with our code-base so we cannot use them yet (it requires java 11 and java-FX).
0 commit comments