From: dion g. <dio...@us...> - 2004-08-05 05:02:09
|
diongillard 04/08/04 22:02:02 Modified: was5/xdocs index.xml navigation.xml Log: Add resources section Revision Changes Path 1.3 +6 -0 maven-plugins/was5/xdocs/index.xml Index: index.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/xdocs/index.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- index.xml 1 Aug 2004 11:44:45 -0000 1.2 +++ index.xml 5 Aug 2004 05:02:02 -0000 1.3 @@ -20,5 +20,11 @@ document. </p> </section> + <section name="Resources"> + <ul> + <li><a href="http://www.ibm.com/developerworks/websphere/library/samples/SampleScripts.html">developer works sample scripts</a></li> + <li><a href="http://publib.boulder.ibm.com/infocenter/ws51help/index.jsp?topic=/com.ibm.websphere.base.doc/info/aes/ae/welcqrscripts.html">the infocenter</a></li> + </ul> + </section> </body> </document> 1.3 +1 -1 maven-plugins/was5/xdocs/navigation.xml Index: navigation.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/xdocs/navigation.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- navigation.xml 5 Aug 2004 05:01:42 -0000 1.2 +++ navigation.xml 5 Aug 2004 05:02:02 -0000 1.3 @@ -10,7 +10,7 @@ <menu name="Overview"> <item href="/goals.html" name="Goals" /> <item href="/properties.html" name="Properties"/> - <item href="faq.html" name="FAQ"/> + <item href="/faq.html" name="FAQ"/> </menu> </body> </project> \ No newline at end of file |