Author: aheritier
Date: Tue Sep 13 14:29:12 2005
New Revision: 280666

URL: http://svn.apache.org/viewcvs?rev=280666&view=rev
Log:
Fix navigation.xml generation => Fixes plugin:test

Modified:
    
maven/maven-1/plugins/trunk/plugin/src/plugin-resources/templates/navigation.jelly

Modified: 
maven/maven-1/plugins/trunk/plugin/src/plugin-resources/templates/navigation.jelly
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/plugin/src/plugin-resources/templates/navigation.jelly?rev=280666&r1=280665&r2=280666&view=diff
==============================================================================
--- 
maven/maven-1/plugins/trunk/plugin/src/plugin-resources/templates/navigation.jelly
 (original)
+++ 
maven/maven-1/plugins/trunk/plugin/src/plugin-resources/templates/navigation.jelly
 Tue Sep 13 14:29:12 2005
@@ -15,23 +15,17 @@
  * limitations under the License.
  */
  -->
-<project xmlns:j="jelly:core">
-
-<j:whitespace trim="no" xmlns="dummy">
-<project name="${pom.name}">
-
-  <title>${pom.name}</title>
-
-  <body>
-    <links>
-      <item name="Maven" href="http://maven.apache.org/"/>
-    </links>
-    <menu name="Overview">
-      <item name="Goals"        href="/goals.html" />
-      <item name="Properties"   href="/properties.html" />
-    </menu>
-  </body>
-</project>
+<j:whitespace xmlns:j="jelly:core" trim="no" xmlns="dummy">
+  <project name="${pom.name}">
+    <title>${pom.name}</title>
+    <body>
+      <links>
+        <item name="Maven" href="http://maven.apache.org/"/>
+      </links>
+      <menu name="Overview">
+        <item name="Goals" href="/goals.html"/>
+        <item name="Properties" href="/properties.html"/>
+      </menu>
+    </body>
+  </project>
 </j:whitespace>
-
-</project>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to