From bea389c1bbd38a240aee87e193a19b3e6b6009c6 Mon Sep 17 00:00:00 2001 From: Miguel Reboiro-Jato Date: Sun, 8 Nov 2015 04:53:52 +0100 Subject: [PATCH] Changes the context paths of the JSF and REST modules The JSF and REST modules are now served from the /xcs-sample path. --- ear/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ear/pom.xml b/ear/pom.xml index 429246c..6d5a55a 100644 --- a/ear/pom.xml +++ b/ear/pom.xml @@ -45,6 +45,18 @@ lib/ true + + + es.uvigo.esei.xcs + jsf + /xcs-sample/jsf + + + es.uvigo.esei.xcs + rest + /xcs-sample/rest + + -- 2.18.1