[wsas-java-dev] svn commit r4587 - in trunk/wsas/java:
modules/distribution xdocs
svn at wso2.org
svn at wso2.org
Sun Jul 1 09:22:49 PDT 2007
Author: azeez
Date: Sun Jul 1 09:22:44 2007
New Revision: 4587
Modified:
trunk/wsas/java/modules/distribution/pom.xml
trunk/wsas/java/xdocs/index.html
Log:
Making the release-note.html link work
Modified: trunk/wsas/java/modules/distribution/pom.xml
==============================================================================
--- trunk/wsas/java/modules/distribution/pom.xml (original)
+++ trunk/wsas/java/modules/distribution/pom.xml Sun Jul 1 09:22:44 2007
@@ -446,6 +446,9 @@
<fileset file="../../LICENSE"/>
<fileset file="../../README"/>
</copy>
+ <copy todir="${dist.temp.dir}/docs" filtering="on">
+ <fileset file="../../release-notes.html"/>
+ </copy>
<echo message="######################### END ################################"/>
<echo message="########## Create the Webapp #############"/>
Modified: trunk/wsas/java/xdocs/index.html
==============================================================================
--- trunk/wsas/java/xdocs/index.html (original)
+++ trunk/wsas/java/xdocs/index.html Sun Jul 1 09:22:44 2007
@@ -20,7 +20,7 @@
<p>[<a
href="http://dist.wso2.org/products/wsas/java/@wso2wsas_version@">Download</a>]
| [<a href="index_docs.html">Documentation Home</a>] | [<a
- href="../release-notes.html">Release Note</a>]</p>
+ href="../docs/release-notes.html">Release Note</a>]</p>
<p>The Web services (WS) platform, based on XML messaging, is the only
enterprise-class platform for integration that is completely open and agreed
More information about the Wsas-java-dev
mailing list