Author: tyrell Date: Mon Jul 14 08:17:20 2008 New Revision: 19265 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=19265
Log: Adding a dummy file to re-direct to home once Data Service creation/editing completes. Added: trunk/mashup/java/modules/www/ds_main.html Added: trunk/mashup/java/modules/www/ds_main.html URL: http://wso2.org/svn/browse/wso2/trunk/mashup/java/modules/www/ds_main.html?pathrev=19265 ============================================================================== --- (empty file) +++ trunk/mashup/java/modules/www/ds_main.html Mon Jul 14 08:17:20 2008 @@ -0,0 +1,29 @@ +<!-- + ~ Copyright 2007 WSO2, Inc. (http://wso2.com) + ~ + ~ Licensed under the Apache License, Version 2.0 (the "License"); + ~ you may not use this file except in compliance with the License. + ~ You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, software + ~ distributed under the License is distributed on an "AS IS" BASIS, + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ~ See the License for the specific language governing permissions and + ~ limitations under the License. + --> + +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" + "http://www.w3.org/TR/html4/loose.dtd"> +<html> +<head> + <script type="text/javascript"> + window.location = "index.jsp" + </script> + +</head> +<body> + +</body> +</html> \ No newline at end of file _______________________________________________ Mashup-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/mashup-dev
