This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 40594
Collapse All | Expand All

(-)xtest/module-manifest.mf (-1 / +2 lines)
Lines 1-6 Link Here
1
Manifest-Version: 1.0
1
Manifest-Version: 1.0
2
OpenIDE-Module-Name: XTest
2
OpenIDE-Module-Name: XTest
3
OpenIDE-Module-Display-Category: TestTools
3
OpenIDE-Module-Display-Category: Testing Tools
4
OpenIDE-Module: org.netbeans.modules.xtest/1
4
OpenIDE-Module: org.netbeans.modules.xtest/1
5
OpenIDE-Module-Specification-Version: 1.5.3
5
OpenIDE-Module-Specification-Version: 1.5.3
6
OpenIDE-Module-Implementation-Version: @BUILD_NUMBER_SUBST@
6
OpenIDE-Module-Implementation-Version: @BUILD_NUMBER_SUBST@
Lines 12-14 Link Here
12
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
12
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
13
OpenIDE-Module-Requires: org.openide.compiler.CompilationEngine, org.openide.execution.ExecutionEngine, org.openide.windows.IOProvider
13
OpenIDE-Module-Requires: org.openide.compiler.CompilationEngine, org.openide.execution.ExecutionEngine, org.openide.windows.IOProvider
14
Class-Path: ext/nbjunit.jar
14
Class-Path: ext/nbjunit.jar
15
(-)testtools/src/org/netbeans/modules/testtools/Bundle.properties (-3 / +3 lines)
Lines 6-12 Link Here
6
# http://www.sun.com/
6
# http://www.sun.com/
7
# 
7
# 
8
# The Original Code is NetBeans. The Initial Developer of the Original
8
# The Original Code is NetBeans. The Initial Developer of the Original
9
# Code is Sun Microsystems, Inc. Portions Copyright 1997-2002 Sun
9
# Code is Sun Microsystems, Inc. Portions Copyright 1997-2004 Sun
10
# Microsystems, Inc. All Rights Reserved.
10
# Microsystems, Inc. All Rights Reserved.
11
# Author: <a href="mailto:adam.sotona@sun.com">Adam Sotona</a>
11
# Author: <a href="mailto:adam.sotona@sun.com">Adam Sotona</a>
12
12
Lines 27-34 Link Here
27
27
28
# Module properties:
28
# Module properties:
29
OpenIDE-Module-Name: Test Tools
29
OpenIDE-Module-Name: Test Tools
30
OpenIDE-Module-Display-Category: TestTools
30
OpenIDE-Module-Display-Category: Testing Tools
31
OpenIDE-Module-Short-Description: Module providing additional support for XTest, Jemmy and Jelly technologies. 
31
OpenIDE-Module-Short-Description: Module providing additional support for XTest, Jemmy and Jelly technologies.
32
OpenIDE-Module-Long-Description=Module is intended to show the way to all XTest, Jemmy and JellyTools beginners \
32
OpenIDE-Module-Long-Description=Module is intended to show the way to all XTest, Jemmy and JellyTools beginners \
33
 and help them to create automated tests from scratch. It provides documentation of used technologies. \
33
 and help them to create automated tests from scratch. It provides documentation of used technologies. \
34
 It makes easy to create proper test harness directory structures, build scripts, configuration files, \
34
 It makes easy to create proper test harness directory structures, build scripts, configuration files, \
(-)junit/src/org/netbeans/modules/junit/Bundle.properties (-2 / +2 lines)
Lines 330-337 Link Here
330
330
331
331
332
# manifest.mf
332
# manifest.mf
333
OpenIDE-Module-Name=JUnit tests
333
OpenIDE-Module-Name=JUnit Tests
334
OpenIDE-Module-Display-Category=TestTools
334
OpenIDE-Module-Display-Category=Testing Tools
335
OpenIDE-Module-Short-Description=Creates and executes tests suitable for JUnit framework.
335
OpenIDE-Module-Short-Description=Creates and executes tests suitable for JUnit framework.
336
OpenIDE-Module-Long-Description=JUnit module allows you to create and execute test classes suitable for JUnit framework.
336
OpenIDE-Module-Long-Description=JUnit module allows you to create and execute test classes suitable for JUnit framework.
337
337
(-)jemmysupport/src/org/netbeans/modules/jemmysupport/Bundle.properties (-3 / +2 lines)
Lines 6-12 Link Here
6
# http://www.sun.com/
6
# http://www.sun.com/
7
# 
7
# 
8
# The Original Code is NetBeans. The Initial Developer of the Original
8
# The Original Code is NetBeans. The Initial Developer of the Original
9
# Code is Sun Microsystems, Inc. Portions Copyright 1997-2002 Sun
9
# Code is Sun Microsystems, Inc. Portions Copyright 1997-2004 Sun
10
# Microsystems, Inc. All Rights Reserved.
10
# Microsystems, Inc. All Rights Reserved.
11
# Author: <a href="mailto:adam.sotona@sun.com">Adam Sotona</a>
11
# Author: <a href="mailto:adam.sotona@sun.com">Adam Sotona</a>
12
12
Lines 15-22 Link Here
15
15
16
# Module properties:
16
# Module properties:
17
OpenIDE-Module-Name: JemmySupport
17
OpenIDE-Module-Name: JemmySupport
18
OpenIDE-Module-Display-Category: TestTools
18
OpenIDE-Module-Display-Category: Testing Tools
19
OpenIDE-Module-Short-Description: Support module for Jemmy components automated generation
19
OpenIDE-Module-Short-Description: Support module for Jemmy components automated generation
20
OpenIDE-Module-Long-Description=The JemmySupport module integrates Jemmy Java GUI testing into the IDE. \
20
OpenIDE-Module-Long-Description=The JemmySupport module integrates Jemmy Java GUI testing into the IDE. \
21
    It provides Jemmy documentation, Jemmy Component Generator and Resource Bundle Lookup tool.
21
    It provides Jemmy documentation, Jemmy Component Generator and Resource Bundle Lookup tool.
22
(-)jemmy/modulesrc/org/netbeans/modules/jemmy/Bundle.properties (-3 / +2 lines)
Lines 6-12 Link Here
6
# http://www.sun.com/
6
# http://www.sun.com/
7
# 
7
# 
8
# The Original Code is NetBeans. The Initial Developer of the Original
8
# The Original Code is NetBeans. The Initial Developer of the Original
9
# Code is Sun Microsystems, Inc. Portions Copyright 1997-2002 Sun
9
# Code is Sun Microsystems, Inc. Portions Copyright 1997-2004 Sun
10
# Microsystems, Inc. All Rights Reserved.
10
# Microsystems, Inc. All Rights Reserved.
11
# Author: <a href="mailto:adam.sotona@sun.com">Adam Sotona</a>
11
# Author: <a href="mailto:adam.sotona@sun.com">Adam Sotona</a>
12
12
Lines 16-23 Link Here
16
16
17
# Module properties:
17
# Module properties:
18
OpenIDE-Module-Name: Jemmy
18
OpenIDE-Module-Name: Jemmy
19
OpenIDE-Module-Display-Category: TestTools
19
OpenIDE-Module-Display-Category: Testing Tools
20
OpenIDE-Module-Short-Description: IDE module holding Jemmy library, Javadoc and code completion database.
20
OpenIDE-Module-Short-Description: IDE module holding Jemmy library, Javadoc and code completion database.
21
OpenIDE-Module-Long-Description=The Jemmy module does not provide any functionality. \
21
OpenIDE-Module-Long-Description=The Jemmy module does not provide any functionality. \
22
    It just holds Jemmy library with Javadoc and code completion database.
22
    It just holds Jemmy library with Javadoc and code completion database.
23
(-)jellytools/module-manifest.mf (-1 / +2 lines)
Lines 1-5 Link Here
1
OpenIDE-Module-Name: JellyTools
1
OpenIDE-Module-Name: JellyTools
2
OpenIDE-Module-Display-Category: TestTools
2
OpenIDE-Module-Display-Category: Testing Tools
3
OpenIDE-Module: org.netbeans.modules.jellytools/2
3
OpenIDE-Module: org.netbeans.modules.jellytools/2
4
OpenIDE-Module-Specification-Version: @MODULE_VERSION_SUBST@
4
OpenIDE-Module-Specification-Version: @MODULE_VERSION_SUBST@
5
OpenIDE-Module-Implementation-Version: @BUILD_NUMBER_SUBST@
5
OpenIDE-Module-Implementation-Version: @BUILD_NUMBER_SUBST@
Lines 9-11 Link Here
9
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
9
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
10
Class-Path: ext/jelly2-nb.jar
10
Class-Path: ext/jelly2-nb.jar
11
OpenIDE-Module-IDE-Dependencies: IDE/1 > 3.17
11
OpenIDE-Module-IDE-Dependencies: IDE/1 > 3.17
12

Return to bug 40594