From 6c658bc08c3032bc7820ef39c950cc316434c387 Mon Sep 17 00:00:00 2001 From: Rob Daugherty Date: Thu, 19 Oct 2017 13:49:11 -0400 Subject: 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 --- bpmn/MSOMockServer/WebContent/META-INF/MANIFEST.MF | 3 +++ bpmn/MSOMockServer/WebContent/WEB-INF/web.xml | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 bpmn/MSOMockServer/WebContent/META-INF/MANIFEST.MF create mode 100644 bpmn/MSOMockServer/WebContent/WEB-INF/web.xml (limited to 'bpmn/MSOMockServer/WebContent') 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 @@ + + + \ No newline at end of file -- cgit 1.2.3-korg