Author: keith
Date: Wed Mar 26 06:34:48 2008
New Revision: 15134

Log:

Fixing mashup-604. Now we dont have to set the version in the docs at every 
release



Modified:
   trunk/mashup/java/modules/distribution/pom.xml
   trunk/mashup/java/xdocs/index.html
   trunk/mashup/java/xdocs/installationguide.html
   trunk/mashup/java/xdocs/introduction.html

Modified: trunk/mashup/java/modules/distribution/pom.xml
==============================================================================
--- trunk/mashup/java/modules/distribution/pom.xml      (original)
+++ trunk/mashup/java/modules/distribution/pom.xml      Wed Mar 26 06:34:48 2008
@@ -224,8 +224,18 @@
 
                                 <echo message="### Copy the Docs ###"/>
                                 <mkdir dir="${dist.dir}/docs"/>
-                                <copy toDir="${dist.dir}/docs">
-                                    <fileset dir="../../xdocs"/>
+                                <mkdir dir="${dist.dir}/docs/images"/>
+                                <mkdir dir="${dist.dir}/docs/css"/>
+                                <copy toDir="${dist.dir}/docs" filtering="on">
+                                    <fileset dir="../../xdocs">
+                                        <include name="*.html"/>
+                                    </fileset>
+                                </copy>
+                                <copy toDir="${dist.dir}/docs/images">
+                                    <fileset dir="../../xdocs/images"/>
+                                </copy>
+                                <copy toDir="${dist.dir}/docs/css">
+                                    <fileset dir="../../xdocs/css"/>
                                 </copy>
                                 <copy toDir="${dist.dir}/docs/apidocs">
                                     <fileset dir="target/temp/docs/apidocs"/>

Modified: trunk/mashup/java/xdocs/index.html
==============================================================================
--- trunk/mashup/java/xdocs/index.html  (original)
+++ trunk/mashup/java/xdocs/index.html  Wed Mar 26 06:34:48 2008
@@ -3,16 +3,16 @@
 <head>
     <meta http-equiv="content-type" content="">
 
-    <title>WSO2 Mashup Server v1.0 Documentation</title>
+    <title>WSO2 Mashup Server [EMAIL PROTECTED]@ Documentation</title>
     <link href="css/mashup-docs.css" rel="stylesheet" type="text/css" 
media="all">
 </head>
 
-       <frameset cols="260,*" border="1" frameborder="yes" framespacing="0" 
margin="0">
-               <frame name="leftFrame" src="toc.html" noresize="noresize" 
scrolling="auto" />
-               <frame name="mainFrame" src="introduction.html" />
-               
-<noframes>
-                       <body></body>
+       <frameset cols="260,*" border="1" frameborder="yes" framespacing="0" 
margin="0">
+               <frame name="leftFrame" src="toc.html" noresize="noresize" 
scrolling="auto" />
+               <frame name="mainFrame" src="introduction.html" />
+               
+<noframes>
+                       <body></body>
                </noframes>
 </frameset>
 </html>

Modified: trunk/mashup/java/xdocs/installationguide.html
==============================================================================
--- trunk/mashup/java/xdocs/installationguide.html      (original)
+++ trunk/mashup/java/xdocs/installationguide.html      Wed Mar 26 06:34:48 2008
@@ -7,7 +7,7 @@
 </head>
 <body>
 <div id="main-content">
-<h1>WSO2 Mashup Server, v 1.0 Installation Guide</h1>
+<h1>WSO2 Mashup Server, [EMAIL PROTECTED]@ Installation Guide</h1>
 This document describes the distribution packages available in the WSO2
 Mashup Server - the binary distribution and the source distribution for
 more
@@ -41,7 +41,7 @@
 </div>
 <h2 id="Distributi">Distribution Packages</h2>
 The following distribution packages are available for <a
- href="http://dist.wso2.org/products/mashup/1.0/";>download</a>
+ href="http://dist.wso2.org/products/mashup/@mashup_version@/";>download</a>
 <ol>
   <li>Binary Distribution : Includes a binary file (.zip) for both MS
 Windows and Linux operating systems. Recommended for normal users. </li>
@@ -84,7 +84,7 @@
 <h3 id="Installing1">Installing on MS Windows</h3>
 <ol>
   <li><a
- 
href="http://dist.wso2.org/products/mashup/wso2-mashup-server-1.0.zip";>Download</a>
+ href="http://dist.wso2.org/products/mashup/[EMAIL 
PROTECTED]@.zip">Download</a>
 the WSO2 Mashup Server binary distribution. </li>
   <li>Extract the zip archive.</li>
   <li>Set the <a href="setting-java-home.html">JAVA_HOME</a>
@@ -101,7 +101,7 @@
 </span><br>
 <ol>
   <li><a
- 
href="http://dist.wso2.org/products/mashup/wso2-mashup-server-1.0-setup.exe";>Download</a>
+ href="http://dist.wso2.org/products/mashup/[EMAIL 
PROTECTED]@-setup.exe">Download</a>
 the WSO2 Mashup Server Windows setup.</li>
   <li>Run the .exe file and follow the wizard entering data where
 necessary.</li>
@@ -124,10 +124,10 @@
 <h3 id="Installing2">Installing on Linux</h3>
 <ol>
   <li><a
- 
href="http://dist.wso2.org/products/mashup/wso2-mashup-server-1.0.zip";>Download</a>
+ href="http://dist.wso2.org/products/mashup/[EMAIL 
PROTECTED]@.zip">Download</a>
 the WSO2 Mashup Server binary distribution. </li>
   <li>Extract the tar.gz archive. Example, unzip
-wso2-mashup-server-1.0.zip -d /opt </li>
[EMAIL PROTECTED]@.zip -d /opt </li>
   <li>Set the JAVA_HOME environment variable to your Java installation
 using the export command or by editing /etc/profile. For example,
 export JAVA_HOME="/opt/j2sdk" </li>
@@ -211,7 +211,7 @@
 Mashup Server.</p>
 <h3 id="Building1">Building WSO2 Mashup Server</h3>
 <ol>
-  <li><a href="http://dist.wso2.org/products/mashup/1.0/#source";>Download</a>
+  <li><a 
href="http://dist.wso2.org/products/mashup/@mashup_version@/#source";>Download</a>
 the source distribution, which is available as a zip archive. </li>
   <li>Expand the source archive to a directory of your choice.</li>
   <li>All the necessary build scripts are included with the source

Modified: trunk/mashup/java/xdocs/introduction.html
==============================================================================
--- trunk/mashup/java/xdocs/introduction.html   (original)
+++ trunk/mashup/java/xdocs/introduction.html   Wed Mar 26 06:34:48 2008
@@ -21,7 +21,7 @@
 <body>
 
 <div id="main-content">
-<h1>Welcome to the WSO2 Mashup Server v1.0</h1>
+<h1>Welcome to the WSO2 Mashup Server [EMAIL PROTECTED]@</h1>
 
 
 Welcome to the WSO2 Mashup Server documentation! This document provides
@@ -175,11 +175,11 @@
 
 
 
-<h2>WSO2 Mashup Server 1.0 Release</h2>
+<h2>WSO2 Mashup Server @mashup_version@ Release</h2>
 
 <br>
 
-The 1.0&nbsp;release of the WSO2 Mashup Server focuses
+The @mashup_version@&nbsp;release of the WSO2 Mashup Server focuses
 on the fundamental technology needed to author and consume services
 with
 JavaScript. It also adds several features to the fundamental platform. We
@@ -193,7 +193,7 @@
 
 
 
-<h3>New features in the 1.0 release:</h3>
+<h3>New features in the @mashup_version@ release:</h3>
 
 
 <ul>
@@ -277,8 +277,8 @@
 
 
 <h3><span style="font-weight: normal;">Please refer to
-the&nbsp;</span><a style="font-weight: normal;" 
href="http://wso2.org/project/mashup/1.0/release_note.html";>Mashup
-    Server v1.0 Release Note</a><span style="font-weight: normal;">
+the&nbsp;</span><a style="font-weight: normal;" 
href="http://wso2.org/project/mashup/@mashup_version@/release_note.html";>Mashup
+    Server [EMAIL PROTECTED]@ Release Note</a><span style="font-weight: 
normal;">
 for more details.</span><br>
 
 
@@ -291,7 +291,7 @@
 </div>
 
 
-<p>� 2007-2008 WSO2 Inc.</p>
+<p>� 2007-2008 WSO2 Inc.</p>
 
 
 </body>

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

Reply via email to