Giving the module additional attributes necessary for update center: catagory name, etc.
authorJaroslav Tulach <jtulach@netbeans.org>
Mon, 16 Jun 2014 09:38:04 +0200
changeset 18197f0eb569396ab
parent 18196 0ec00ddb680f
child 18198 3e71abc1fca6
Giving the module additional attributes necessary for update center: catagory name, etc.
ko4j.debugging/nbproject/project.properties
ko4j.debugging/src/org/netbeans/modules/ko4j/debugging/Bundle.properties
     1.1 --- a/ko4j.debugging/nbproject/project.properties	Sun Jun 15 15:46:17 2014 +0200
     1.2 +++ b/ko4j.debugging/nbproject/project.properties	Mon Jun 16 09:38:04 2014 +0200
     1.3 @@ -1,3 +1,5 @@
     1.4  javac.source=1.6
     1.5  javac.compilerargs=-Xlint -Xlint:-serial
     1.6  
     1.7 +nbm.homepage=http://bits.netbeans.org/html+java/
     1.8 +nbm.module.author=Jaroslav Tulach
     2.1 --- a/ko4j.debugging/src/org/netbeans/modules/ko4j/debugging/Bundle.properties	Sun Jun 15 15:46:17 2014 +0200
     2.2 +++ b/ko4j.debugging/src/org/netbeans/modules/ko4j/debugging/Bundle.properties	Mon Jun 16 09:38:04 2014 +0200
     2.3 @@ -1,1 +1,6 @@
     2.4 +OpenIDE-Module-Display-Category=HTML5
     2.5 +OpenIDE-Module-Long-Description=\
     2.6 +    Web inspector for HTML with Java technology. \
     2.7 +    Whenever an HTML+Java application is started from NetBeans it opens a socket connection and shows the applications HTML page inside of NetBeans IDE's DOM inspector and CSS style navigator.
     2.8  OpenIDE-Module-Name=KO for Java Inspection
     2.9 +OpenIDE-Module-Short-Description=Web inspector for HTML with Java