From 7129fe95fe32ec13b7dad3788896c32d22040458 Mon Sep 17 00:00:00 2001 From: vamsic007 Date: Thu, 21 Aug 2008 06:37:20 +0000 Subject: [PATCH] Change http://incubator.apache.org/tuscany to http://tuscany.apache.org . 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 --- .../tuscany/sca/demos/aggregator/AlertsFeedServiceImpl.java | 2 +- .../src/main/java/feed/AggregatorImpl.java | 4 ++-- .../feed-aggregator/src/main/java/feed/AggregatorImpl.java | 2 +- java/sca/samples/photo-gallery/README | 4 ++-- java/sca/samples/store-distributed/README | 4 ++-- java/sca/samples/store/README | 4 ++-- java/sca/tools/eclipse/features/core/feature.xml | 2 +- java/sca/tools/eclipse/site/updatesite/site.xml | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/java/sca/demos/alert-aggregator-webapp/src/main/java/org/apache/tuscany/sca/demos/aggregator/AlertsFeedServiceImpl.java b/java/sca/demos/alert-aggregator-webapp/src/main/java/org/apache/tuscany/sca/demos/aggregator/AlertsFeedServiceImpl.java index b062504311..e070e0b8f1 100644 --- a/java/sca/demos/alert-aggregator-webapp/src/main/java/org/apache/tuscany/sca/demos/aggregator/AlertsFeedServiceImpl.java +++ b/java/sca/demos/alert-aggregator-webapp/src/main/java/org/apache/tuscany/sca/demos/aggregator/AlertsFeedServiceImpl.java @@ -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 { diff --git a/java/sca/samples/feed-aggregator-webapp/src/main/java/feed/AggregatorImpl.java b/java/sca/samples/feed-aggregator-webapp/src/main/java/feed/AggregatorImpl.java index 3d259e66b1..d4adf03851 100644 --- a/java/sca/samples/feed-aggregator-webapp/src/main/java/feed/AggregatorImpl.java +++ b/java/sca/samples/feed-aggregator-webapp/src/main/java/feed/AggregatorImpl.java @@ -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 entries = new ArrayList(); @@ -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=")) { diff --git a/java/sca/samples/feed-aggregator/src/main/java/feed/AggregatorImpl.java b/java/sca/samples/feed-aggregator/src/main/java/feed/AggregatorImpl.java index 45808f4044..70e05b3bb3 100644 --- a/java/sca/samples/feed-aggregator/src/main/java/feed/AggregatorImpl.java +++ b/java/sca/samples/feed-aggregator/src/main/java/feed/AggregatorImpl.java @@ -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=")) { diff --git a/java/sca/samples/photo-gallery/README b/java/sca/samples/photo-gallery/README index 51c9163fce..c66edea985 100644 --- a/java/sca/samples/photo-gallery/README +++ b/java/sca/samples/photo-gallery/README @@ -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 diff --git a/java/sca/samples/store-distributed/README b/java/sca/samples/store-distributed/README index d4797618ff..46e71bf51e 100644 --- a/java/sca/samples/store-distributed/README +++ b/java/sca/samples/store-distributed/README @@ -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 diff --git a/java/sca/samples/store/README b/java/sca/samples/store/README index d4797618ff..46e71bf51e 100644 --- a/java/sca/samples/store/README +++ b/java/sca/samples/store/README @@ -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 diff --git a/java/sca/tools/eclipse/features/core/feature.xml b/java/sca/tools/eclipse/features/core/feature.xml index d6f10a0fd6..3a2d14a054 100644 --- a/java/sca/tools/eclipse/features/core/feature.xml +++ b/java/sca/tools/eclipse/features/core/feature.xml @@ -24,7 +24,7 @@ provider-name="Apache Software Foundation"> - + Apache Tuscany SCA Tools Core Feature. diff --git a/java/sca/tools/eclipse/site/updatesite/site.xml b/java/sca/tools/eclipse/site/updatesite/site.xml index fdcdeaed54..1ba6c0c004 100644 --- a/java/sca/tools/eclipse/site/updatesite/site.xml +++ b/java/sca/tools/eclipse/site/updatesite/site.xml @@ -18,7 +18,7 @@ * under the License. --> - + Apache Tuscany SCA Tools.