You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2009/04/16 00:28:20 UTC

svn commit: r765400 - /maven/plugins/trunk/maven-eclipse-plugin/src/site/site.xml

Author: aheritier
Date: Wed Apr 15 22:28:19 2009
New Revision: 765400

URL: http://svn.apache.org/viewvc?rev=765400&view=rev
Log:
MECLIPSE-545 : Site documentation needs to be added to show how to use ajdt.

Modified:
    maven/plugins/trunk/maven-eclipse-plugin/src/site/site.xml

Modified: maven/plugins/trunk/maven-eclipse-plugin/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/site/site.xml?rev=765400&r1=765399&r2=765400&view=diff
==============================================================================
--- maven/plugins/trunk/maven-eclipse-plugin/src/site/site.xml (original)
+++ maven/plugins/trunk/maven-eclipse-plugin/src/site/site.xml Wed Apr 15 22:28:19 2009
@@ -34,13 +34,14 @@
     </menu>
 
     <menu name="Examples">
-      <item name="Prevent Module References" href="examples/prevent-module-references.html"/>
-      <item name="Attach Library Sources" href="examples/attach-library-sources.html"/>
-      <item name="Provide Project Natures And Build Commands" href="examples/provide-project-natures-and-build-commands.html"/>
       <item name="Adding additional facets" href="examples/additional-facets.html"/>
-      <item name="Load Code Style file" href="examples/load-code-styles.html"/>
+      <item name="AJDT Projects" href="examples/ajdt-projects.html"/>
+      <item name="Attach Library Sources" href="examples/attach-library-sources.html"/>
       <item name="Configure Checkstyle" href="examples/configure-checkstyle.html"/>
+      <item name="Load Code Style file" href="examples/load-code-styles.html"/>
       <item name="Multi-module projects with WTP" href="examples/multi-module-projects.html"/>
+      <item name="Prevent Module References" href="examples/prevent-module-references.html"/>
+      <item name="Provide Project Natures And Build Commands" href="examples/provide-project-natures-and-build-commands.html"/>
       <item name="Specifying source path inclusions and exclusions" href="examples/specifying-source-path-inclusions-and-exclusions.html"/>
     </menu>
   </body>