From 6d685c8e138af8d18bc71181ec630ccb9a17bdd9 Mon Sep 17 00:00:00 2001 From: nash Date: Wed, 6 Apr 2011 22:03:35 +0000 Subject: Tag for 1.6.2-RC1 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1089647 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/webapp/META-INF/sca-contribution.xml | 25 +++++++++++++ .../src/main/webapp/WEB-INF/geronimo-web.xml | 40 +++++++++++++++++++++ .../src/main/webapp/WEB-INF/web.xml | 41 ++++++++++++++++++++++ .../src/main/webapp/index.html | 33 +++++++++++++++++ 4 files changed, 139 insertions(+) create mode 100644 sca-java-1.x/tags/1.6.2-RC1/samples/feed-aggregator-webapp/src/main/webapp/META-INF/sca-contribution.xml create mode 100644 sca-java-1.x/tags/1.6.2-RC1/samples/feed-aggregator-webapp/src/main/webapp/WEB-INF/geronimo-web.xml create mode 100644 sca-java-1.x/tags/1.6.2-RC1/samples/feed-aggregator-webapp/src/main/webapp/WEB-INF/web.xml create mode 100644 sca-java-1.x/tags/1.6.2-RC1/samples/feed-aggregator-webapp/src/main/webapp/index.html (limited to 'sca-java-1.x/tags/1.6.2-RC1/samples/feed-aggregator-webapp/src/main/webapp') diff --git a/sca-java-1.x/tags/1.6.2-RC1/samples/feed-aggregator-webapp/src/main/webapp/META-INF/sca-contribution.xml b/sca-java-1.x/tags/1.6.2-RC1/samples/feed-aggregator-webapp/src/main/webapp/META-INF/sca-contribution.xml new file mode 100644 index 0000000000..036de16777 --- /dev/null +++ b/sca-java-1.x/tags/1.6.2-RC1/samples/feed-aggregator-webapp/src/main/webapp/META-INF/sca-contribution.xml @@ -0,0 +1,25 @@ + + + + + + + diff --git a/sca-java-1.x/tags/1.6.2-RC1/samples/feed-aggregator-webapp/src/main/webapp/WEB-INF/geronimo-web.xml b/sca-java-1.x/tags/1.6.2-RC1/samples/feed-aggregator-webapp/src/main/webapp/WEB-INF/geronimo-web.xml new file mode 100644 index 0000000000..ade101bc83 --- /dev/null +++ b/sca-java-1.x/tags/1.6.2-RC1/samples/feed-aggregator-webapp/src/main/webapp/WEB-INF/geronimo-web.xml @@ -0,0 +1,40 @@ + + + + + + + org.apache.tuscany.sca + sample-feed-aggregator-webapp + 1.6.2 + war + + + + + org.apache.axiom + org.apache.axis2 + org.apache.commons + org.jdom + + + + diff --git a/sca-java-1.x/tags/1.6.2-RC1/samples/feed-aggregator-webapp/src/main/webapp/WEB-INF/web.xml b/sca-java-1.x/tags/1.6.2-RC1/samples/feed-aggregator-webapp/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000000..dea3980e4d --- /dev/null +++ b/sca-java-1.x/tags/1.6.2-RC1/samples/feed-aggregator-webapp/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,41 @@ + + + + + + + Apache Tuscany Feed Aggregator Sample + + + tuscany + org.apache.tuscany.sca.host.webapp.TuscanyServletFilter + + + + tuscany + /* + + + + index.html + + + diff --git a/sca-java-1.x/tags/1.6.2-RC1/samples/feed-aggregator-webapp/src/main/webapp/index.html b/sca-java-1.x/tags/1.6.2-RC1/samples/feed-aggregator-webapp/src/main/webapp/index.html new file mode 100644 index 0000000000..7220683a84 --- /dev/null +++ b/sca-java-1.x/tags/1.6.2-RC1/samples/feed-aggregator-webapp/src/main/webapp/index.html @@ -0,0 +1,33 @@ + + + + Apache Tuscany Feed Aggregator Sample + + + +

Apache Tuscany Feed Aggregator Sample

+

To read the aggregated feeds, point your Web browser to the following addresses or click on these links:

+ http://{server-host}:{server-port}/sample-feed-aggregator-webapp/atomAggregator
+ http://{server-host}:{server-port}/sample-feed-aggregator-webapp/atomAggregator/atomsvc (for the Atom service document)
+ http://{server-host}:{server-port}/sample-feed-aggregator-webapp/rssAggregator +

where {server-host} and {server-port} are the host and port of your web application server.

+ + + -- cgit v1.2.3