Skip to content

Commit

Permalink
Fix Url in modules description
Browse files Browse the repository at this point in the history
  • Loading branch information
ebarboni committed Mar 27, 2024
1 parent e074d9d commit 55c2334
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ OpenIDE-Module-Display-Category=Java Web and EE
OpenIDE-Module-Long-Description=\
<p>Provides rapid application development environment based on Java API for RESTful Web Services (JSR-311).</p>\
<p>This plugin include JSR-311 Reference Implementation Library (Jersey). The version of Jersey Library that is included is reflected by the plugin version. For details of changes see:</p>\
<a href=\"https://jersey.dev.java.net/source/browse/jersey/trunk/jersey/changes.txt?view=markup\">https://jersey.dev.java.net/source/browse/jersey/trunk/jersey/changes.txt?view=markup</a>
<a href=\"https://github.com/eclipse-ee4j/jersey">https://github.com/eclipse-ee4j/jersey</a>
OpenIDE-Module-Name=RESTful Web Services
OpenIDE-Module-Short-Description=RESTful Web Services Development Support
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@

OpenIDE-Module-Display-Category=Base IDE
OpenIDE-Module-Long-Description=\
Helps browse and manage installations of the Jenkins continuous integration server (https://www.jenkins.io/ ).
Helps browse and manage installations of the Jenkins continuous integration server (<a href="https://www.jenkins.io/">https://www.jenkins.io/</a>).
OpenIDE-Module-Name=Jenkins
OpenIDE-Module-Short-Description=Support for the Jenkins continuous integration server.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

OpenIDE-Module-Display-Category=Java SE
OpenIDE-Module-Name=Maven
OpenIDE-Module-Long-Description=NetBeans IDE support for <a href="http://maven.apache.org">Apache Maven</a>. <p> \
Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. To learn more about Apache Maven, visit <a href="http://maven.apache.org/what-is-maven.html">What is Maven?</a> page. <p> \
OpenIDE-Module-Long-Description=NetBeans IDE support for <a href="https://maven.apache.org">Apache Maven</a>. <p> \
Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. To learn more about Apache Maven, visit <a href="https://maven.apache.org/what-is-maven.html">What is Maven?</a> page. <p> \
The IDE support includes own project type entirely based on Maven's medatata, code completion for Maven's project files, integration with other tools in the IDE etc.
OpenIDE-Module-Short-Description=NetBeans Maven project system support
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ OpenIDE-Module-Short-Description=NetBeans RCP Platform
OpenIDE-Module-Long-Description=\
The NetBeans RCP Platform is a generic framework for Swing applications. \
It provides the services common to almost all large desktop applications: window management, menus, settings and storage, update management, file access, etc.\
<br><br>See more information at <a href="http://platform.netbeans.org">platform.netbeans.org</a>.
<br><br>See more information at <a href="https://platform.netbeans.org">Apache NetBeans Platform Learning Trail</a>.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ build-ios=Build iOS
build-android=Build Android
OpenIDE-Module-Long-Description=\
Support for Cordova. \
See http://cordova.apache.org
See <a href="https://cordova.apache.org">Apache Cordova</a>
OpenIDE-Module-Short-Description=Cordova Support
sim-ios=Run iOS
sim-android=Run Android
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ OpenIDE-Module-Name=JavaScript2 Kit
OpenIDE-Module-Short-Description=An umbrella module covering all modules required for JavaScript support.
OpenIDE-Module-Long-Description=\
JavaScript support: editing, refactoring, hints, etc.\n\n\
For more information, see\nhttp://wiki.netbeans.org/wiki/view/JavaScript
For more information, see <a href="https://netbeans.apache.org/wiki/main/wiki/JavaScript/">Apache NetBeans JavaScript</a>
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
OpenIDE-Module-Display-Category=JavaScript
OpenIDE-Module-Long-Description=\
Editor support for PrototypeJs framework. \
More about the framework you can read at http://prototypejs.org/ .
More about the framework you can read at <a href="http://prototypejs.org/">http://prototypejs.org/</a>.
OpenIDE-Module-Name=JavaScript2 PrototypeJs
OpenIDE-Module-Short-Description=PrototypeJs support

0 comments on commit 55c2334

Please sign in to comment.