File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed
Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -8,20 +8,13 @@ to depend on a matching set of the EPICS Core libraries.
88
99
1010## Code Submodules
11- Five maven submodules/directories/projects contain the code of EPICS Core:
11+ Maven submodules/directories/projects contain the code of EPICS Core:
1212* pvDataJava
1313* pvAccessJava
1414* normativeTypesJava
1515* epics-util
1616* epics-vtype
17-
18- Two git submodules contain the code of EPICS Core:
19- * pvaClientJava
20- * pvDatabaseJava
21-
22- Two git submodules contain example code:
23- * exampleJava
24- * directoryService
17+ * gpclient
2518
2619One submodule creates the distribution tar/zip archives:
2720* bundleJava
@@ -32,11 +25,13 @@ One directory/project provides the dependency POM:
3225One (dummy) directory/project deploys the libraries to Maven Central:
3326* epics-deploy
3427
28+ ### example code
29+ https://github.com/epics-base/exampleJava/
30+
3531## Maven Profiles
3632
3733### with-examples
38- This profile (enabled by default) adds the directories/projects exampleJava,
39- directoryService and bundleJava as subprojects.
34+ This profile (enabled by default) adds the directories/projects bundleJava as subprojects.
4035
4136Disable this profile when deploying to Maven repositories, as the artifacts
4237of these subprojects contain applications and no libraries.
You can’t perform that action at this time.
0 commit comments