This should not break anything as the first url redirects to the second anyway. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687580 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a560d04c07
commit
7129fe95fe
8 changed files with 12 additions and 12 deletions
|
@ -62,7 +62,7 @@ public class AlertsFeedServiceImpl implements Collection {
|
|||
feed.setTitle("Apache Tuscany Feed Aggregator");
|
||||
feed.setSubtitle("A sample showing an SCA application to aggregate various types of feeds");
|
||||
feed.addAuthor("Apache Tuscany");
|
||||
feed.addLink("http://incubator.apache.org/tuscany");
|
||||
feed.addLink("http://tuscany.apache.org");
|
||||
|
||||
// Aggregate entries from feed1 and feed2
|
||||
try {
|
||||
|
|
|
@ -79,7 +79,7 @@ public class AggregatorImpl implements org.apache.tuscany.sca.binding.atom.colle
|
|||
Person author = factory.newAuthor();
|
||||
author.setName(feedAuthor);
|
||||
feed.addAuthor(author);
|
||||
feed.addLink("http://incubator.apache.org/tuscany", "alternate");
|
||||
feed.addLink("http://tuscany.apache.org", "alternate");
|
||||
|
||||
// Aggregate entries from atomFeed1, atomFeed2, rssFeed1 and rssFeed2
|
||||
List<Entry> entries = new ArrayList<Entry>();
|
||||
|
@ -125,7 +125,7 @@ public class AggregatorImpl implements org.apache.tuscany.sca.binding.atom.colle
|
|||
Person author = factory.newAuthor();
|
||||
author.setName(feedAuthor);
|
||||
feed.addAuthor(author);
|
||||
feed.addLink("http://incubator.apache.org/tuscany", "alternate");
|
||||
feed.addLink("http://tuscany.apache.org", "alternate");
|
||||
|
||||
Feed allFeed = getFeed();
|
||||
if (queryString.startsWith("title=")) {
|
||||
|
|
|
@ -135,7 +135,7 @@ public class AggregatorImpl implements org.apache.tuscany.sca.binding.atom.colle
|
|||
Person author = factory.newAuthor();
|
||||
author.setName(feedAuthor);
|
||||
feed.addAuthor(author);
|
||||
feed.addLink("http://incubator.apache.org/tuscany", "alternate");
|
||||
feed.addLink("http://tuscany.apache.org", "alternate");
|
||||
|
||||
Feed allFeed = getFeed();
|
||||
if (queryString.startsWith("title=")) {
|
||||
|
|
|
@ -4,11 +4,11 @@ Photo-Gallery Sample
|
|||
This is a sample store scenario that is used as a getting started guide
|
||||
for Tuscany SCA. For detailed information, please see:
|
||||
|
||||
http://incubator.apache.org/tuscany/getting-started-with-tuscany.html
|
||||
http://tuscany.apache.org/getting-started-with-tuscany.html
|
||||
|
||||
or
|
||||
|
||||
http://incubator.apache.org/tuscany/getting-started-with-tuscany-using-tuscany-eclipse-plugin.html
|
||||
http://tuscany.apache.org/getting-started-with-tuscany-using-tuscany-eclipse-plugin.html
|
||||
|
||||
|
||||
Building And Running The Sample Using Ant
|
||||
|
|
|
@ -4,11 +4,11 @@ Store Sample
|
|||
This is a sample store scenario that is used as a getting started guide
|
||||
for Tuscany SCA. For detailed information, please see:
|
||||
|
||||
http://incubator.apache.org/tuscany/getting-started-with-tuscany.html
|
||||
http://tuscany.apache.org/getting-started-with-tuscany.html
|
||||
|
||||
or
|
||||
|
||||
http://incubator.apache.org/tuscany/getting-started-with-tuscany-using-tuscany-eclipse-plugin.html
|
||||
http://tuscany.apache.org/getting-started-with-tuscany-using-tuscany-eclipse-plugin.html
|
||||
|
||||
|
||||
Building And Running The Sample Using Ant
|
||||
|
|
|
@ -4,11 +4,11 @@ Store Sample
|
|||
This is a sample store scenario that is used as a getting started guide
|
||||
for Tuscany SCA. For detailed information, please see:
|
||||
|
||||
http://incubator.apache.org/tuscany/getting-started-with-tuscany.html
|
||||
http://tuscany.apache.org/getting-started-with-tuscany.html
|
||||
|
||||
or
|
||||
|
||||
http://incubator.apache.org/tuscany/getting-started-with-tuscany-using-tuscany-eclipse-plugin.html
|
||||
http://tuscany.apache.org/getting-started-with-tuscany-using-tuscany-eclipse-plugin.html
|
||||
|
||||
|
||||
Building And Running The Sample Using Ant
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
provider-name="Apache Software Foundation">
|
||||
<install-handler handler="org.eclipse.update.core.DefaultInstallHandler"/>
|
||||
|
||||
<description url="http://incubator.apache.org/tuscany">
|
||||
<description url="http://tuscany.apache.org">
|
||||
Apache Tuscany SCA Tools Core Feature.
|
||||
</description>
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
* under the License.
|
||||
-->
|
||||
<site>
|
||||
<description url="http://incubator.apache.org/tuscany">
|
||||
<description url="http://tuscany.apache.org">
|
||||
Apache Tuscany SCA Tools.
|
||||
</description>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue