Author: keith
Date: Sat Jan 26 00:08:44 2008
New Revision: 12951

Log:

updating references that used mashups.wso2.org to pick mooshup.com instead



Modified:
   
trunk/mashup/java/modules/hostobjects/src/org/wso2/mashup/hostobjects/feed/Feed.java
   
trunk/mashup/java/modules/integration/test-resources/scripts/hostObjectTest.js
   trunk/mashup/java/modules/www/js/mashup-utils.js

Modified: 
trunk/mashup/java/modules/hostobjects/src/org/wso2/mashup/hostobjects/feed/Feed.java
==============================================================================
--- 
trunk/mashup/java/modules/hostobjects/src/org/wso2/mashup/hostobjects/feed/Feed.java
        (original)
+++ 
trunk/mashup/java/modules/hostobjects/src/org/wso2/mashup/hostobjects/feed/Feed.java
        Sat Jan 26 00:08:44 2008
@@ -59,7 +59,7 @@
  *     feed.feedType = "rss_2.0";
  *     feed.title = "This is a test Feed";
  *     feed.description = "This feed demonsrates the use of Feed host object 
to create an RSS 2.0 feed.";
- *     feed.link = "http://mashups.wso2.org/rss20.xml";;
+ *     feed.link = "http://mooshup.com/rss20.xml";;
  * <p/>
  *     var entry = new Entry();
  *     entry.title = "This is a test entry.";

Modified: 
trunk/mashup/java/modules/integration/test-resources/scripts/hostObjectTest.js
==============================================================================
--- 
trunk/mashup/java/modules/integration/test-resources/scripts/hostObjectTest.js  
    (original)
+++ 
trunk/mashup/java/modules/integration/test-resources/scripts/hostObjectTest.js  
    Sat Jan 26 00:08:44 2008
@@ -222,7 +222,7 @@
    feed.feedType = "rss_2.0";
    feed.title = "This is a test Feed";
    feed.description = "This feed demonsrates the use of Feed host object to 
create an RSS 2.0 feed.";
-   feed.link = "http://mashups.wso2.org/rss20.xml";;
+   feed.link = "http://mooshup.com/rss20.xml";;
 
    var entry = new Entry();
    entry.title = "This is a test entry.";

Modified: trunk/mashup/java/modules/www/js/mashup-utils.js
==============================================================================
--- trunk/mashup/java/modules/www/js/mashup-utils.js    (original)
+++ trunk/mashup/java/modules/www/js/mashup-utils.js    Sat Jan 26 00:08:44 2008
@@ -147,7 +147,7 @@
 
     //Creating the content div
     var strFrmService = '<table align="center" border="0">' +
-                        '<tr><td nowrap  height="25"><b>Destination Server 
Address: </b></td><td><input name="txtDestAddress" type="text" 
id="txtDestAddress" value="https://mashups.wso2.org"; size="50"/></td></tr>' +
+                        '<tr><td nowrap  height="25"><b>Destination Server 
Address: </b></td><td><input name="txtDestAddress" type="text" 
id="txtDestAddress" value="https://mooshup.com"; size="50"/></td></tr>' +
                         '<tr><td nowrap  height="25"><b>Destination Server 
Username: </b></td><td><input name="txtDestUsername" type="text" 
id="txtDestUsername" size="50"/></td></tr>' +
                         '<tr><td nowrap  height="25"><b>Destination Server 
Password: </b></td><td><input name="txtDestPassword" type="password" 
id="txtDestPassword" size="50"/></td></tr>' +
                         '<tr><td nowrap height="30" valign="bottom"><input 
type="button" id="cmdShare" value="Share" 
onclick="WSO2.MashupUtils.shareService(\'' +

_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to