fix module description
authorLukas Jungmann <jungi@netbeans.org>
Thu, 05 May 2011 18:48:48 +0200
changeset 17418d2527efe044e
parent 17417 3bc557071677
child 17419 12c144fabffe
child 17422 17fa11f2f9af
fix module description
testng.ant/nbproject/project.properties
testng.ant/src/org/netbeans/modules/contrib/testng/ant/Bundle.properties
testng.maven/nbproject/project.properties
     1.1 --- a/testng.ant/nbproject/project.properties	Thu May 05 17:57:16 2011 +0200
     1.2 +++ b/testng.ant/nbproject/project.properties	Thu May 05 18:48:48 2011 +0200
     1.3 @@ -1,3 +1,5 @@
     1.4  is.eager=true
     1.5  javac.source=1.6
     1.6  javac.compilerargs=-Xlint -Xlint:-serial
     1.7 +nbm.homepage=http://wiki.netbeans.org/TestNG
     1.8 +nbm.module.author=Lukas Jungmann
     2.1 --- a/testng.ant/src/org/netbeans/modules/contrib/testng/ant/Bundle.properties	Thu May 05 17:57:16 2011 +0200
     2.2 +++ b/testng.ant/src/org/netbeans/modules/contrib/testng/ant/Bundle.properties	Thu May 05 18:48:48 2011 +0200
     2.3 @@ -1,2 +1,4 @@
     2.4  OpenIDE-Module-Display-Category=Testing Tools
     2.5 +OpenIDE-Module-Long-Description=\
     2.6 +    Integrates TestNG actions into Ant based projects.
     2.7  OpenIDE-Module-Name=Ant TestNG support
     3.1 --- a/testng.maven/nbproject/project.properties	Thu May 05 17:57:16 2011 +0200
     3.2 +++ b/testng.maven/nbproject/project.properties	Thu May 05 18:48:48 2011 +0200
     3.3 @@ -39,3 +39,5 @@
     3.4  is.eager=true
     3.5  javac.source=1.5
     3.6  javac.compilerargs=-Xlint -Xlint:-serial
     3.7 +nbm.homepage=http://wiki.netbeans.org/TestNG
     3.8 +nbm.module.author=Lukas Jungmann