Skip to content

Commit c5b9a07

Browse files
committed
update the readme to match the new structure
1 parent 70de744 commit c5b9a07

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

README.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff 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

2619
One submodule creates the distribution tar/zip archives:
2720
* bundleJava
@@ -32,11 +25,13 @@ One directory/project provides the dependency POM:
3225
One (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

4136
Disable this profile when deploying to Maven repositories, as the artifacts
4237
of these subprojects contain applications and no libraries.

0 commit comments

Comments
 (0)