This is an automated email from the ASF dual-hosted git repository.
skygo pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-netbeans-mavenutils.git
The following commit(s) were added to refs/heads/master by this push:
new 4514807 fix menu for nb-shared
4514807 is described below
commit 4514807e6edad0b66d913ad6caa027da385223a2
Author: Eric Barboni <[email protected]>
AuthorDate: Thu Jan 17 01:10:45 2019 +0100
fix menu for nb-shared
---
webskin/src/main/resources/META-INF/maven/site.vm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webskin/src/main/resources/META-INF/maven/site.vm
b/webskin/src/main/resources/META-INF/maven/site.vm
index 60a214a..cbffd58 100644
--- a/webskin/src/main/resources/META-INF/maven/site.vm
+++ b/webskin/src/main/resources/META-INF/maven/site.vm
@@ -42,7 +42,7 @@
#* *##else
<li> <a href="../nbm-maven-plugin/index.html">NBM Plugin</a> </li>
#* *##end
-#* *##if ($project.artifactId == 'nbm-shared')
+#* *##if ($project.artifactId == 'nb-shared')
<li> <strong $stylecompensate>Shared</strong> </li>
#* *##else
<li> <a href="../nbm-shared/index.html">Shared</a> </li>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists