Revision: 515
Author:   henryju
Date:     2006-06-27 08:08:38 -0700 (Tue, 27 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/jwebunit/?rev=515&view=rev

Log Message:
-----------
Fix some dead links.
Add CDATA section to display correctly the pom.xml

Modified Paths:
--------------
    branches/1.x/src/site/site.xml
    branches/1.x/src/site/xdoc/installation.xml
Modified: branches/1.x/src/site/site.xml
===================================================================
--- branches/1.x/src/site/site.xml      2006-06-27 13:54:55 UTC (rev 514)
+++ branches/1.x/src/site/site.xml      2006-06-27 15:08:38 UTC (rev 515)
@@ -56,15 +56,13 @@
             <item name="With Maven" href="/building-maven.html"
                 collapse="true">
                 <item name="Installing Maven"
-                    href="/building-maven.html#Installing_Maven" />
+                    href="#Installing Maven" />
                 <item name="Using Maven"
-                    href="/building-maven.html#Using_Maven" />
+                    href="#Using Maven" />
                 <item name="Building jWebUnit"
-                    href="/building-maven.html#Building_jWebUnit" />
-                <item name="Building the site"
-                    href="/building-maven.html#Building_the_site" />
-                <item name="Building a release"
-                    href="/building-maven.html#Building_a_release" />
+                    href="#Building jWebUnit" />
+                <item name="Building an assembly"
+                    href="#Building an assembly" />
             </item>
         </menu>
         <menu name="Sourceforge">

Modified: branches/1.x/src/site/xdoc/installation.xml
===================================================================
--- branches/1.x/src/site/xdoc/installation.xml 2006-06-27 13:54:55 UTC (rev 
514)
+++ branches/1.x/src/site/xdoc/installation.xml 2006-06-27 15:08:38 UTC (rev 
515)
@@ -11,7 +11,7 @@
                        If your project use Maven 2, it's very simple. Just add 
jwebunit maven repository to your pom,
                        and add the plugin you want as dependency:
                </p>
-               <source>
+               <source><![CDATA[
 <?xml version="1.0" encoding="UTF-8"?>
 <project>
     <modelVersion>4.0.0</modelVersion>
@@ -36,7 +36,7 @@
         </dependency>
     </dependencies>
 </project>
-               </source>
+               ]]></source>
        </subsection>
        <subsection name="Download">
                <p>


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Jwebunit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to