Index: xtest/module-manifest.mf =================================================================== RCS file: /cvs/xtest/module-manifest.mf,v retrieving revision 1.33 diff -u -r1.33 module-manifest.mf --- xtest/module-manifest.mf 27 Feb 2004 09:44:57 -0000 1.33 +++ xtest/module-manifest.mf 27 Feb 2004 19:29:25 -0000 @@ -1,6 +1,6 @@ Manifest-Version: 1.0 OpenIDE-Module-Name: XTest -OpenIDE-Module-Display-Category: TestTools +OpenIDE-Module-Display-Category: Testing Tools OpenIDE-Module: org.netbeans.modules.xtest/1 OpenIDE-Module-Specification-Version: 1.5.3 OpenIDE-Module-Implementation-Version: @BUILD_NUMBER_SUBST@ @@ -12,3 +12,4 @@ OpenIDE-Module-Module-Dependencies: org.netbeans.modules.junit/2 > 2.9, org.openide.execution > 1.0, org.openide.compiler > 1.0, org.openide.io > 1.0 OpenIDE-Module-Requires: org.openide.compiler.CompilationEngine, org.openide.execution.ExecutionEngine, org.openide.windows.IOProvider Class-Path: ext/nbjunit.jar + Index: testtools/src/org/netbeans/modules/testtools/Bundle.properties =================================================================== RCS file: /cvs/testtools/src/org/netbeans/modules/testtools/Bundle.properties,v retrieving revision 1.16 diff -u -r1.16 Bundle.properties --- testtools/src/org/netbeans/modules/testtools/Bundle.properties 14 Jul 2003 18:02:08 -0000 1.16 +++ testtools/src/org/netbeans/modules/testtools/Bundle.properties 27 Feb 2004 19:29:25 -0000 @@ -6,7 +6,7 @@ # http://www.sun.com/ # # The Original Code is NetBeans. The Initial Developer of the Original -# Code is Sun Microsystems, Inc. Portions Copyright 1997-2002 Sun +# Code is Sun Microsystems, Inc. Portions Copyright 1997-2004 Sun # Microsystems, Inc. All Rights Reserved. # Author: Adam Sotona @@ -27,8 +27,8 @@ # Module properties: OpenIDE-Module-Name: Test Tools -OpenIDE-Module-Display-Category: TestTools -OpenIDE-Module-Short-Description: Module providing additional support for XTest, Jemmy and Jelly technologies. +OpenIDE-Module-Display-Category: Testing Tools +OpenIDE-Module-Short-Description: Module providing additional support for XTest, Jemmy and Jelly technologies. OpenIDE-Module-Long-Description=Module is intended to show the way to all XTest, Jemmy and JellyTools beginners \ and help them to create automated tests from scratch. It provides documentation of used technologies. \ It makes easy to create proper test harness directory structures, build scripts, configuration files, \ Index: junit/src/org/netbeans/modules/junit/Bundle.properties =================================================================== RCS file: /cvs/junit/src/org/netbeans/modules/junit/Bundle.properties,v retrieving revision 1.31 diff -u -r1.31 Bundle.properties --- junit/src/org/netbeans/modules/junit/Bundle.properties 15 Jan 2004 14:03:12 -0000 1.31 +++ junit/src/org/netbeans/modules/junit/Bundle.properties 27 Feb 2004 19:29:25 -0000 @@ -330,8 +330,8 @@ # manifest.mf -OpenIDE-Module-Name=JUnit tests -OpenIDE-Module-Display-Category=TestTools +OpenIDE-Module-Name=JUnit Tests +OpenIDE-Module-Display-Category=Testing Tools OpenIDE-Module-Short-Description=Creates and executes tests suitable for JUnit framework. OpenIDE-Module-Long-Description=JUnit module allows you to create and execute test classes suitable for JUnit framework. Index: jemmysupport/src/org/netbeans/modules/jemmysupport/Bundle.properties =================================================================== RCS file: /cvs/jemmysupport/src/org/netbeans/modules/jemmysupport/Bundle.properties,v retrieving revision 1.4 diff -u -r1.4 Bundle.properties --- jemmysupport/src/org/netbeans/modules/jemmysupport/Bundle.properties 6 Feb 2003 16:11:38 -0000 1.4 +++ jemmysupport/src/org/netbeans/modules/jemmysupport/Bundle.properties 27 Feb 2004 19:29:25 -0000 @@ -6,7 +6,7 @@ # http://www.sun.com/ # # The Original Code is NetBeans. The Initial Developer of the Original -# Code is Sun Microsystems, Inc. Portions Copyright 1997-2002 Sun +# Code is Sun Microsystems, Inc. Portions Copyright 1997-2004 Sun # Microsystems, Inc. All Rights Reserved. # Author: Adam Sotona @@ -15,8 +15,7 @@ # Module properties: OpenIDE-Module-Name: JemmySupport -OpenIDE-Module-Display-Category: TestTools +OpenIDE-Module-Display-Category: Testing Tools OpenIDE-Module-Short-Description: Support module for Jemmy components automated generation OpenIDE-Module-Long-Description=The JemmySupport module integrates Jemmy Java GUI testing into the IDE. \ It provides Jemmy documentation, Jemmy Component Generator and Resource Bundle Lookup tool. - Index: jemmy/modulesrc/org/netbeans/modules/jemmy/Bundle.properties =================================================================== RCS file: /cvs/jemmy/modulesrc/org/netbeans/modules/jemmy/Bundle.properties,v retrieving revision 1.1 diff -u -r1.1 Bundle.properties --- jemmy/modulesrc/org/netbeans/modules/jemmy/Bundle.properties 6 Feb 2003 16:10:02 -0000 1.1 +++ jemmy/modulesrc/org/netbeans/modules/jemmy/Bundle.properties 27 Feb 2004 19:29:25 -0000 @@ -6,7 +6,7 @@ # http://www.sun.com/ # # The Original Code is NetBeans. The Initial Developer of the Original -# Code is Sun Microsystems, Inc. Portions Copyright 1997-2002 Sun +# Code is Sun Microsystems, Inc. Portions Copyright 1997-2004 Sun # Microsystems, Inc. All Rights Reserved. # Author: Adam Sotona @@ -16,8 +16,7 @@ # Module properties: OpenIDE-Module-Name: Jemmy -OpenIDE-Module-Display-Category: TestTools +OpenIDE-Module-Display-Category: Testing Tools OpenIDE-Module-Short-Description: IDE module holding Jemmy library, Javadoc and code completion database. OpenIDE-Module-Long-Description=The Jemmy module does not provide any functionality. \ It just holds Jemmy library with Javadoc and code completion database. - Index: jellytools/module-manifest.mf =================================================================== RCS file: /cvs/jellytools/module-manifest.mf,v retrieving revision 1.8 diff -u -r1.8 module-manifest.mf --- jellytools/module-manifest.mf 28 Nov 2003 13:15:30 -0000 1.8 +++ jellytools/module-manifest.mf 27 Feb 2004 19:29:25 -0000 @@ -1,5 +1,5 @@ OpenIDE-Module-Name: JellyTools -OpenIDE-Module-Display-Category: TestTools +OpenIDE-Module-Display-Category: Testing Tools OpenIDE-Module: org.netbeans.modules.jellytools/2 OpenIDE-Module-Specification-Version: @MODULE_VERSION_SUBST@ OpenIDE-Module-Implementation-Version: @BUILD_NUMBER_SUBST@ @@ -9,3 +9,4 @@ OpenIDE-Module-Module-Dependencies: org.netbeans.modules.junit/2 > 2.5, org.netbeans.modules.xtest/1, org.netbeans.modules.jemmy/2 > 2.0, org.netbeans.core/1 > 1.0, org.netbeans.core.windows/2 > 1.0, org.netbeans.lib.terminalemulator > 1.0 Class-Path: ext/jelly2-nb.jar OpenIDE-Module-IDE-Dependencies: IDE/1 > 3.17 +