You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ah...@apache.org on 2005/09/13 23:29:17 UTC

svn commit: r280666 - /maven/maven-1/plugins/trunk/plugin/src/plugin-resources/templates/navigation.jelly

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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org