Skip to content

Commit 19dbc3b

Browse files
jimcornmellCoderMChu
authored andcommitted
PIP-233 and PIP-206 Main reorganization of project into one maven module, also upgrade to Spring v2.7.8
1 parent 95cbadd commit 19dbc3b

File tree

360 files changed

+5347
-5928
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

360 files changed

+5347
-5928
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## 3.14.0
5+
6+
### Breaking
7+
- A reorganisation of the project structure to make it a simple one level with one pom.xml.
8+
49
## 3.1.2
510

611
### Breaking

SnomedCT_test1_INT_20140131.zip

-53.1 KB
Binary file not shown.

api-demo/README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,27 @@ interact with the RVF API from non Java development languages.
66
Testing Instructions
77
--------------------
88
Assuming you've checked out RVF code, To run curl based tests use:
9-
```
10-
// change to api module folder
9+
```bash
10+
# change to api module folder
1111
cd api
12-
// start tomcat
12+
# start tomcat
1313
mvn clean tomcat7:run
14-
// open another terminal instance and go to api-demo module folder
14+
# open another terminal instance and go to api-demo module folder
1515
cd api-demo
16-
// run the test assertions group script
16+
# run the test assertions group script
1717
./test-assertions-group-file.sh
1818
```
1919

2020
### Simple Testing
2121
If you would like to see easy to understand examples of the CRUD methods in the API, follow the steps below:
22-
```
23-
// change to api module folder
22+
```bash
23+
# change to api module folder
2424
cd api
25-
// start tomcat
25+
# start tomcat
2626
mvn clean tomcat7:run
27-
// open another terminal instance and go to api-demo module folder
27+
# open another terminal instance and go to api-demo module folder
2828
cd api-demo
29-
// run the test assertions script -- note this file is different from the previous one
29+
# run the test assertions script -- note this file is different from the previous one
3030
./test-assertions-text-file.sh
3131
```
3232

api/pom.xml

-149
This file was deleted.

api/src/main/webapp/WEB-INF/web.xml

-46
This file was deleted.

api/src/main/webapp/api-doc.html

-77
This file was deleted.
Binary file not shown.

config/data-service.properties

-6
This file was deleted.

config/execution-service.properties

-6
This file was deleted.

data-service/pom.xml

-46
This file was deleted.

0 commit comments

Comments
 (0)