diff options
author | Rob Daugherty <rd472p@att.com> | 2017-10-19 13:49:11 -0400 |
---|---|---|
committer | Rob Daugherty <rd472p@att.com> | 2017-10-19 13:49:11 -0400 |
commit | 6c658bc08c3032bc7820ef39c950cc316434c387 (patch) | |
tree | ccd271c54567be8b14ae49582ed974045bd4e498 /bpmn/MSOMockServer/WebContent | |
parent | f2cc7284ebee1ac9159a95a8666467b4d85328f8 (diff) |
Restore MSOMockServer to the build
Classes in this artifact are needed for unit tests.
For a long term solution, we should find a way to
build these classes into a test-scoped artifact.
Issue: SO-242
Change-Id: I1a57fead07250c841a9f59afb805aea26c7bc102
Signed-off-by: Rob Daugherty <rd472p@att.com>
Diffstat (limited to 'bpmn/MSOMockServer/WebContent')
-rw-r--r-- | bpmn/MSOMockServer/WebContent/META-INF/MANIFEST.MF | 3 | ||||
-rw-r--r-- | bpmn/MSOMockServer/WebContent/WEB-INF/web.xml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/bpmn/MSOMockServer/WebContent/META-INF/MANIFEST.MF b/bpmn/MSOMockServer/WebContent/META-INF/MANIFEST.MF new file mode 100644 index 0000000000..254272e1c0 --- /dev/null +++ b/bpmn/MSOMockServer/WebContent/META-INF/MANIFEST.MF @@ -0,0 +1,3 @@ +Manifest-Version: 1.0 +Class-Path: + diff --git a/bpmn/MSOMockServer/WebContent/WEB-INF/web.xml b/bpmn/MSOMockServer/WebContent/WEB-INF/web.xml new file mode 100644 index 0000000000..1aa8cdb8d7 --- /dev/null +++ b/bpmn/MSOMockServer/WebContent/WEB-INF/web.xml @@ -0,0 +1,3 @@ +<?xml version="1.0" encoding="UTF-8"?> +<web-app id="WebApp_ID" version="2.5" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"> +</web-app>
\ No newline at end of file |