From a3ce58076d0ce2d2f09c2331ea499554e9b5a9f9 Mon Sep 17 00:00:00 2001 From: lresende Date: Thu, 11 Sep 2008 04:13:16 +0000 Subject: Renaming branch git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694108 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/webapp/META-INF/sca-contribution.xml | 24 ++++++++++++++ .../src/main/webapp/WEB-INF/web.xml | 37 ++++++++++++++++++++++ 2 files changed, 61 insertions(+) create mode 100644 branches/sca-java-20080910/demos/mortgage-creditcheck/src/main/webapp/META-INF/sca-contribution.xml create mode 100644 branches/sca-java-20080910/demos/mortgage-creditcheck/src/main/webapp/WEB-INF/web.xml (limited to 'branches/sca-java-20080910/demos/mortgage-creditcheck/src/main/webapp') diff --git a/branches/sca-java-20080910/demos/mortgage-creditcheck/src/main/webapp/META-INF/sca-contribution.xml b/branches/sca-java-20080910/demos/mortgage-creditcheck/src/main/webapp/META-INF/sca-contribution.xml new file mode 100644 index 0000000000..aea009292a --- /dev/null +++ b/branches/sca-java-20080910/demos/mortgage-creditcheck/src/main/webapp/META-INF/sca-contribution.xml @@ -0,0 +1,24 @@ + + + + + \ No newline at end of file diff --git a/branches/sca-java-20080910/demos/mortgage-creditcheck/src/main/webapp/WEB-INF/web.xml b/branches/sca-java-20080910/demos/mortgage-creditcheck/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000000..d7b2e32dd1 --- /dev/null +++ b/branches/sca-java-20080910/demos/mortgage-creditcheck/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,37 @@ + + + + + + + Apache Tuscany Credit Check Demo + + + tuscany + org.apache.tuscany.sca.host.webapp.TuscanyServletFilter + + + + tuscany + /* + + + -- cgit v1.2.3