Updating to CDDL for module which is not in standard build like xtest release55-QBE200608140000-BLD200608180920
authorjtulach@netbeans.org
Fri, 30 Jun 2006 14:39:03 +0000
changeset 7266ece088ae7bb7
parent 7265 e4d1396af350
child 7267 0c30c57d3eaa
Updating to CDDL for module which is not in standard build like xtest
xtest/build.xml
xtest/nbproject/project.properties
xtest/nbproject/project.xml
xtest/src/org/netbeans/modules/xtest/Bundle.properties
xtest/src/org/netbeans/modules/xtest/XTestModule.java
xtest/src/org/netbeans/modules/xtest/XTestWizardIterator.java
xtest/src/org/netbeans/modules/xtest/XTestWizardPanel.java
xtest/src/org/netbeans/modules/xtest/XTestWizardPanelVisual.java
xtest/src/org/netbeans/modules/xtest/actions/Bundle.properties
xtest/src/org/netbeans/modules/xtest/actions/XTestProjectMenuItem.java
xtest/src/org/netbeans/modules/xtest/resources/Bundle.properties
xtest/src/org/netbeans/modules/xtest/resources/XTest.html
xtest/src/org/netbeans/modules/xtest/resources/template.build-qa-functional.xml
xtest/src/org/netbeans/modules/xtest/resources/template.build-unit.xml
xtest/src/org/netbeans/modules/xtest/resources/template.build.xml
xtest/src/org/netbeans/modules/xtest/resources/template.cfg-qa-functional.xml
xtest/src/org/netbeans/modules/xtest/resources/template.cfg-unit.xml
xtest/src/org/netbeans/modules/xtest/resources/template.nb.build-qa-functional.xml
xtest/src/org/netbeans/modules/xtest/resources/template.nb.build-unit.xml
xtest/src/org/netbeans/modules/xtest/resources/template.nb.build.xml
xtest/src/org/netbeans/modules/xtest/resources/template.nb.cfg-qa-functional.xml
xtest/src/org/netbeans/modules/xtest/resources/testingToolsCategory.html
     1.1 --- a/xtest/build.xml	Fri Jun 30 14:34:58 2006 +0000
     1.2 +++ b/xtest/build.xml	Fri Jun 30 14:39:03 2006 +0000
     1.3 @@ -1,20 +1,26 @@
     1.4  <?xml version="1.0" encoding="UTF-8"?>
     1.5  <!--
     1.6 -                Sun Public License Notice
     1.7 +The contents of this file are subject to the terms of the Common Development
     1.8 +and Distribution License (the License). You may not use this file except in
     1.9 +compliance with the License.
    1.10  
    1.11 -The contents of this file are subject to the Sun Public License
    1.12 -Version 1.0 (the "License"). You may not use this file except in
    1.13 -compliance with the License. A copy of the License is available at
    1.14 -http://www.sun.com/
    1.15 +You can obtain a copy of the License at http://www.netbeans.org/cddl.html
    1.16 +or http://www.netbeans.org/cddl.txt.
    1.17  
    1.18 -The Original Code is NetBeans. The Initial Developer of the Original
    1.19 -Code is Sun Microsystems, Inc. Portions Copyright 1997-2005 Sun
    1.20 +When distributing Covered Code, include this CDDL Header Notice in each file
    1.21 +and include the License file at http://www.netbeans.org/cddl.txt.
    1.22 +If applicable, add the following below the CDDL Header, with the fields
    1.23 +enclosed by brackets [] replaced by your own identifying information:
    1.24 +"Portions Copyrighted [year] [name of copyright owner]"
    1.25 +
    1.26 +The Original Software is NetBeans. The Initial Developer of the Original
    1.27 +Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
    1.28  Microsystems, Inc. All Rights Reserved.
    1.29  -->
    1.30  <project name="xtest/module" basedir="." default="netbeans">
    1.31 -  
    1.32 +
    1.33      <import file="../../nbbuild/templates/projectized.xml"/>
    1.34 -    
    1.35 +
    1.36      <!-- Called after jar target and before module-* targets in projectized.xml -->
    1.37      <target name="netbeans-extra">
    1.38          <ant dir=".." target="makedist" inheritall="false"/>
     2.1 --- a/xtest/nbproject/project.properties	Fri Jun 30 14:34:58 2006 +0000
     2.2 +++ b/xtest/nbproject/project.properties	Fri Jun 30 14:39:03 2006 +0000
     2.3 @@ -1,12 +1,18 @@
     2.4 -#                 Sun Public License Notice
     2.5 -# 
     2.6 -# The contents of this file are subject to the Sun Public License
     2.7 -# Version 1.0 (the "License"). You may not use this file except in
     2.8 -# compliance with the License. A copy of the License is available at
     2.9 -# http://www.sun.com/
    2.10 -# 
    2.11 -# The Original Code is NetBeans. The Initial Developer of the Original
    2.12 -# Code is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
    2.13 +# The contents of this file are subject to the terms of the Common Development
    2.14 +# and Distribution License (the License). You may not use this file except in
    2.15 +# compliance with the License.
    2.16 +#
    2.17 +# You can obtain a copy of the License at http://www.netbeans.org/cddl.html
    2.18 +# or http://www.netbeans.org/cddl.txt.
    2.19 +#
    2.20 +# When distributing Covered Code, include this CDDL Header Notice in each file
    2.21 +# and include the License file at http://www.netbeans.org/cddl.txt.
    2.22 +# If applicable, add the following below the CDDL Header, with the fields
    2.23 +# enclosed by brackets [] replaced by your own identifying information:
    2.24 +# "Portions Copyrighted [year] [name of copyright owner]"
    2.25 +#
    2.26 +# The Original Software is NetBeans. The Initial Developer of the Original
    2.27 +# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
    2.28  # Microsystems, Inc. All Rights Reserved.
    2.29  
    2.30  spec.version.base=1.5.55.0
     3.1 --- a/xtest/nbproject/project.xml	Fri Jun 30 14:34:58 2006 +0000
     3.2 +++ b/xtest/nbproject/project.xml	Fri Jun 30 14:39:03 2006 +0000
     3.3 @@ -1,14 +1,20 @@
     3.4  <?xml version="1.0" encoding="UTF-8"?>
     3.5  <!--
     3.6 -                Sun Public License Notice
     3.7 +The contents of this file are subject to the terms of the Common Development
     3.8 +and Distribution License (the License). You may not use this file except in
     3.9 +compliance with the License.
    3.10  
    3.11 -The contents of this file are subject to the Sun Public License
    3.12 -Version 1.0 (the "License"). You may not use this file except in
    3.13 -compliance with the License. A copy of the License is available at
    3.14 -http://www.sun.com/
    3.15 +You can obtain a copy of the License at http://www.netbeans.org/cddl.html
    3.16 +or http://www.netbeans.org/cddl.txt.
    3.17  
    3.18 -The Original Code is NetBeans. The Initial Developer of the Original
    3.19 -Code is Sun Microsystems, Inc. Portions Copyright 1997-2005 Sun
    3.20 +When distributing Covered Code, include this CDDL Header Notice in each file
    3.21 +and include the License file at http://www.netbeans.org/cddl.txt.
    3.22 +If applicable, add the following below the CDDL Header, with the fields
    3.23 +enclosed by brackets [] replaced by your own identifying information:
    3.24 +"Portions Copyrighted [year] [name of copyright owner]"
    3.25 +
    3.26 +The Original Software is NetBeans. The Initial Developer of the Original
    3.27 +Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
    3.28  Microsystems, Inc. All Rights Reserved.
    3.29  -->
    3.30  <project xmlns="http://www.netbeans.org/ns/project/1">
     4.1 --- a/xtest/src/org/netbeans/modules/xtest/Bundle.properties	Fri Jun 30 14:34:58 2006 +0000
     4.2 +++ b/xtest/src/org/netbeans/modules/xtest/Bundle.properties	Fri Jun 30 14:39:03 2006 +0000
     4.3 @@ -1,12 +1,18 @@
     4.4 -#                 Sun Public License Notice
     4.5 -# 
     4.6 -# The contents of this file are subject to the Sun Public License
     4.7 -# Version 1.0 (the "License"). You may not use this file except in
     4.8 -# compliance with the License. A copy of the License is available at
     4.9 -# http://www.sun.com/
    4.10 -# 
    4.11 -# The Original Code is NetBeans. The Initial Developer of the Original
    4.12 -# Code is Sun Microsystems, Inc. Portions Copyright 1997-2005 Sun
    4.13 +# The contents of this file are subject to the terms of the Common Development
    4.14 +# and Distribution License (the License). You may not use this file except in
    4.15 +# compliance with the License.
    4.16 +#
    4.17 +# You can obtain a copy of the License at http://www.netbeans.org/cddl.html
    4.18 +# or http://www.netbeans.org/cddl.txt.
    4.19 +#
    4.20 +# When distributing Covered Code, include this CDDL Header Notice in each file
    4.21 +# and include the License file at http://www.netbeans.org/cddl.txt.
    4.22 +# If applicable, add the following below the CDDL Header, with the fields
    4.23 +# enclosed by brackets [] replaced by your own identifying information:
    4.24 +# "Portions Copyrighted [year] [name of copyright owner]"
    4.25 +#
    4.26 +# The Original Software is NetBeans. The Initial Developer of the Original
    4.27 +# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
    4.28  # Microsystems, Inc. All Rights Reserved.
    4.29  
    4.30  ACS_InfoPanel_A11YDesc=Shows project name and files to be created
     5.1 --- a/xtest/src/org/netbeans/modules/xtest/XTestModule.java	Fri Jun 30 14:34:58 2006 +0000
     5.2 +++ b/xtest/src/org/netbeans/modules/xtest/XTestModule.java	Fri Jun 30 14:39:03 2006 +0000
     5.3 @@ -1,13 +1,19 @@
     5.4  /*
     5.5 - *                 Sun Public License Notice
     5.6 - * 
     5.7 - * The contents of this file are subject to the Sun Public License
     5.8 - * Version 1.0 (the "License"). You may not use this file except in
     5.9 - * compliance with the License. A copy of the License is available at
    5.10 - * http://www.sun.com/
    5.11 - * 
    5.12 - * The Original Code is NetBeans. The Initial Developer of the Original
    5.13 - * Code is Sun Microsystems, Inc. Portions Copyright 1997-2005 Sun
    5.14 + * The contents of this file are subject to the terms of the Common Development
    5.15 + * and Distribution License (the License). You may not use this file except in
    5.16 + * compliance with the License.
    5.17 + *
    5.18 + * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
    5.19 + * or http://www.netbeans.org/cddl.txt.
    5.20 + *
    5.21 + * When distributing Covered Code, include this CDDL Header Notice in each file
    5.22 + * and include the License file at http://www.netbeans.org/cddl.txt.
    5.23 + * If applicable, add the following below the CDDL Header, with the fields
    5.24 + * enclosed by brackets [] replaced by your own identifying information:
    5.25 + * "Portions Copyrighted [year] [name of copyright owner]"
    5.26 + *
    5.27 + * The Original Software is NetBeans. The Initial Developer of the Original
    5.28 + * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
    5.29   * Microsystems, Inc. All Rights Reserved.
    5.30   */
    5.31  package org.netbeans.modules.xtest;
     6.1 --- a/xtest/src/org/netbeans/modules/xtest/XTestWizardIterator.java	Fri Jun 30 14:34:58 2006 +0000
     6.2 +++ b/xtest/src/org/netbeans/modules/xtest/XTestWizardIterator.java	Fri Jun 30 14:39:03 2006 +0000
     6.3 @@ -1,13 +1,19 @@
     6.4  /*
     6.5 - *                 Sun Public License Notice
     6.6 - * 
     6.7 - * The contents of this file are subject to the Sun Public License
     6.8 - * Version 1.0 (the "License"). You may not use this file except in
     6.9 - * compliance with the License. A copy of the License is available at
    6.10 - * http://www.sun.com/
    6.11 - * 
    6.12 - * The Original Code is NetBeans. The Initial Developer of the Original
    6.13 - * Code is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
    6.14 + * The contents of this file are subject to the terms of the Common Development
    6.15 + * and Distribution License (the License). You may not use this file except in
    6.16 + * compliance with the License.
    6.17 + *
    6.18 + * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
    6.19 + * or http://www.netbeans.org/cddl.txt.
    6.20 + *
    6.21 + * When distributing Covered Code, include this CDDL Header Notice in each file
    6.22 + * and include the License file at http://www.netbeans.org/cddl.txt.
    6.23 + * If applicable, add the following below the CDDL Header, with the fields
    6.24 + * enclosed by brackets [] replaced by your own identifying information:
    6.25 + * "Portions Copyrighted [year] [name of copyright owner]"
    6.26 + *
    6.27 + * The Original Software is NetBeans. The Initial Developer of the Original
    6.28 + * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
    6.29   * Microsystems, Inc. All Rights Reserved.
    6.30   */
    6.31  package org.netbeans.modules.xtest;
     7.1 --- a/xtest/src/org/netbeans/modules/xtest/XTestWizardPanel.java	Fri Jun 30 14:34:58 2006 +0000
     7.2 +++ b/xtest/src/org/netbeans/modules/xtest/XTestWizardPanel.java	Fri Jun 30 14:39:03 2006 +0000
     7.3 @@ -1,13 +1,19 @@
     7.4  /*
     7.5 - *                 Sun Public License Notice
     7.6 + * The contents of this file are subject to the terms of the Common Development
     7.7 + * and Distribution License (the License). You may not use this file except in
     7.8 + * compliance with the License.
     7.9   *
    7.10 - * The contents of this file are subject to the Sun Public License
    7.11 - * Version 1.0 (the "License"). You may not use this file except in
    7.12 - * compliance with the License. A copy of the License is available at
    7.13 - * http://www.sun.com/
    7.14 + * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
    7.15 + * or http://www.netbeans.org/cddl.txt.
    7.16   *
    7.17 - * The Original Code is NetBeans. The Initial Developer of the Original
    7.18 - * Code is Sun Microsystems, Inc. Portions Copyright 1997-2005 Sun
    7.19 + * When distributing Covered Code, include this CDDL Header Notice in each file
    7.20 + * and include the License file at http://www.netbeans.org/cddl.txt.
    7.21 + * If applicable, add the following below the CDDL Header, with the fields
    7.22 + * enclosed by brackets [] replaced by your own identifying information:
    7.23 + * "Portions Copyrighted [year] [name of copyright owner]"
    7.24 + *
    7.25 + * The Original Software is NetBeans. The Initial Developer of the Original
    7.26 + * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
    7.27   * Microsystems, Inc. All Rights Reserved.
    7.28   */
    7.29  package org.netbeans.modules.xtest;
    7.30 @@ -28,7 +34,7 @@
    7.31   * @author Jiri.Skrivanek@sun.com
    7.32   */
    7.33  final class XTestWizardPanel implements WizardDescriptor.Panel, WizardDescriptor.FinishablePanel {
    7.34 -    
    7.35 +
    7.36      private WizardDescriptor wizardDescriptor;
    7.37      private XTestWizardPanelVisual component;
    7.38      private Project project;
     8.1 --- a/xtest/src/org/netbeans/modules/xtest/XTestWizardPanelVisual.java	Fri Jun 30 14:34:58 2006 +0000
     8.2 +++ b/xtest/src/org/netbeans/modules/xtest/XTestWizardPanelVisual.java	Fri Jun 30 14:39:03 2006 +0000
     8.3 @@ -1,13 +1,19 @@
     8.4  /*
     8.5 - *                 Sun Public License Notice
     8.6 + * The contents of this file are subject to the terms of the Common Development
     8.7 + * and Distribution License (the License). You may not use this file except in
     8.8 + * compliance with the License.
     8.9   *
    8.10 - * The contents of this file are subject to the Sun Public License
    8.11 - * Version 1.0 (the "License"). You may not use this file except in
    8.12 - * compliance with the License. A copy of the License is available at
    8.13 - * http://www.sun.com/
    8.14 + * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
    8.15 + * or http://www.netbeans.org/cddl.txt.
    8.16   *
    8.17 - * The Original Code is NetBeans. The Initial Developer of the Original
    8.18 - * Code is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
    8.19 + * When distributing Covered Code, include this CDDL Header Notice in each file
    8.20 + * and include the License file at http://www.netbeans.org/cddl.txt.
    8.21 + * If applicable, add the following below the CDDL Header, with the fields
    8.22 + * enclosed by brackets [] replaced by your own identifying information:
    8.23 + * "Portions Copyrighted [year] [name of copyright owner]"
    8.24 + *
    8.25 + * The Original Software is NetBeans. The Initial Developer of the Original
    8.26 + * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
    8.27   * Microsystems, Inc. All Rights Reserved.
    8.28   */
    8.29  
     9.1 --- a/xtest/src/org/netbeans/modules/xtest/actions/Bundle.properties	Fri Jun 30 14:34:58 2006 +0000
     9.2 +++ b/xtest/src/org/netbeans/modules/xtest/actions/Bundle.properties	Fri Jun 30 14:39:03 2006 +0000
     9.3 @@ -1,12 +1,18 @@
     9.4 -#                 Sun Public License Notice
     9.5 -# 
     9.6 -# The contents of this file are subject to the Sun Public License
     9.7 -# Version 1.0 (the "License"). You may not use this file except in
     9.8 -# compliance with the License. A copy of the License is available at
     9.9 -# http://www.sun.com/
    9.10 -# 
    9.11 -# The Original Code is NetBeans. The Initial Developer of the Original
    9.12 -# Code is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
    9.13 +# The contents of this file are subject to the terms of the Common Development
    9.14 +# and Distribution License (the License). You may not use this file except in
    9.15 +# compliance with the License.
    9.16 +#
    9.17 +# You can obtain a copy of the License at http://www.netbeans.org/cddl.html
    9.18 +# or http://www.netbeans.org/cddl.txt.
    9.19 +#
    9.20 +# When distributing Covered Code, include this CDDL Header Notice in each file
    9.21 +# and include the License file at http://www.netbeans.org/cddl.txt.
    9.22 +# If applicable, add the following below the CDDL Header, with the fields
    9.23 +# enclosed by brackets [] replaced by your own identifying information:
    9.24 +# "Portions Copyrighted [year] [name of copyright owner]"
    9.25 +#
    9.26 +# The Original Software is NetBeans. The Initial Developer of the Original
    9.27 +# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
    9.28  # Microsystems, Inc. All Rights Reserved.
    9.29  
    9.30  CTL_MenuItem_XTest=XTest
    10.1 --- a/xtest/src/org/netbeans/modules/xtest/actions/XTestProjectMenuItem.java	Fri Jun 30 14:34:58 2006 +0000
    10.2 +++ b/xtest/src/org/netbeans/modules/xtest/actions/XTestProjectMenuItem.java	Fri Jun 30 14:39:03 2006 +0000
    10.3 @@ -1,13 +1,19 @@
    10.4  /*
    10.5 - *                 Sun Public License Notice
    10.6 + * The contents of this file are subject to the terms of the Common Development
    10.7 + * and Distribution License (the License). You may not use this file except in
    10.8 + * compliance with the License.
    10.9   *
   10.10 - * The contents of this file are subject to the Sun Public License
   10.11 - * Version 1.0 (the "License"). You may not use this file except in
   10.12 - * compliance with the License. A copy of the License is available at
   10.13 - * http://www.sun.com/
   10.14 + * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   10.15 + * or http://www.netbeans.org/cddl.txt.
   10.16   *
   10.17 - * The Original Code is NetBeans. The Initial Developer of the Original
   10.18 - * Code is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   10.19 + * When distributing Covered Code, include this CDDL Header Notice in each file
   10.20 + * and include the License file at http://www.netbeans.org/cddl.txt.
   10.21 + * If applicable, add the following below the CDDL Header, with the fields
   10.22 + * enclosed by brackets [] replaced by your own identifying information:
   10.23 + * "Portions Copyrighted [year] [name of copyright owner]"
   10.24 + *
   10.25 + * The Original Software is NetBeans. The Initial Developer of the Original
   10.26 + * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   10.27   * Microsystems, Inc. All Rights Reserved.
   10.28   */
   10.29  package org.netbeans.modules.xtest.actions;
    11.1 --- a/xtest/src/org/netbeans/modules/xtest/resources/Bundle.properties	Fri Jun 30 14:34:58 2006 +0000
    11.2 +++ b/xtest/src/org/netbeans/modules/xtest/resources/Bundle.properties	Fri Jun 30 14:39:03 2006 +0000
    11.3 @@ -1,12 +1,18 @@
    11.4 -#                 Sun Public License Notice
    11.5 -# 
    11.6 -# The contents of this file are subject to the Sun Public License
    11.7 -# Version 1.0 (the "License"). You may not use this file except in
    11.8 -# compliance with the License. A copy of the License is available at
    11.9 -# http://www.sun.com/
   11.10 -# 
   11.11 -# The Original Code is NetBeans. The Initial Developer of the Original
   11.12 -# Code is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   11.13 +# The contents of this file are subject to the terms of the Common Development
   11.14 +# and Distribution License (the License). You may not use this file except in
   11.15 +# compliance with the License.
   11.16 +#
   11.17 +# You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   11.18 +# or http://www.netbeans.org/cddl.txt.
   11.19 +#
   11.20 +# When distributing Covered Code, include this CDDL Header Notice in each file
   11.21 +# and include the License file at http://www.netbeans.org/cddl.txt.
   11.22 +# If applicable, add the following below the CDDL Header, with the fields
   11.23 +# enclosed by brackets [] replaced by your own identifying information:
   11.24 +# "Portions Copyrighted [year] [name of copyright owner]"
   11.25 +#
   11.26 +# The Original Software is NetBeans. The Initial Developer of the Original
   11.27 +# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   11.28  # Microsystems, Inc. All Rights Reserved.
   11.29  
   11.30  OpenIDE-Module-Name=XTest Module
    12.1 --- a/xtest/src/org/netbeans/modules/xtest/resources/XTest.html	Fri Jun 30 14:34:58 2006 +0000
    12.2 +++ b/xtest/src/org/netbeans/modules/xtest/resources/XTest.html	Fri Jun 30 14:39:03 2006 +0000
    12.3 @@ -1,18 +1,24 @@
    12.4  <!--
    12.5 -   -                 Sun Public License Notice
    12.6 -   - 
    12.7 -   - The contents of this file are subject to the Sun Public License
    12.8 -   - Version 1.0 (the "License"). You may not use this file except in
    12.9 -   - compliance with the License. A copy of the License is available at
   12.10 -   - http://www.sun.com/
   12.11 -   - 
   12.12 -   - The Original Code is NetBeans. The Initial Developer of the Original
   12.13 -   - Code is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   12.14 +   - The contents of this file are subject to the terms of the Common Development
   12.15 +   - and Distribution License (the License). You may not use this file except in
   12.16 +   - compliance with the License.
   12.17 +   -
   12.18 +   - You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   12.19 +   - or http://www.netbeans.org/cddl.txt.
   12.20 +   -
   12.21 +   - When distributing Covered Code, include this CDDL Header Notice in each file
   12.22 +   - and include the License file at http://www.netbeans.org/cddl.txt.
   12.23 +   - If applicable, add the following below the CDDL Header, with the fields
   12.24 +   - enclosed by brackets [] replaced by your own identifying information:
   12.25 +   - "Portions Copyrighted [year] [name of copyright owner]"
   12.26 +   -
   12.27 +   - The Original Software is NetBeans. The Initial Developer of the Original
   12.28 +   - Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   12.29     - Microsystems, Inc. All Rights Reserved.
   12.30    -->
   12.31  
   12.32  <HTML>
   12.33    <BODY>
   12.34 -    Adds a new <b>XTest testing infrastructure</b> to a project. 
   12.35 +    Adds a new <b>XTest testing infrastructure</b> to a project.
   12.36    </BODY>
   12.37  </HTML>
    13.1 --- a/xtest/src/org/netbeans/modules/xtest/resources/template.build-qa-functional.xml	Fri Jun 30 14:34:58 2006 +0000
    13.2 +++ b/xtest/src/org/netbeans/modules/xtest/resources/template.build-qa-functional.xml	Fri Jun 30 14:39:03 2006 +0000
    13.3 @@ -1,21 +1,27 @@
    13.4  <?xml version="1.0"?>
    13.5  <!--
    13.6 -                Sun Public License Notice
    13.7 +The contents of this file are subject to the terms of the Common Development
    13.8 +and Distribution License (the License). You may not use this file except in
    13.9 +compliance with the License.
   13.10  
   13.11 -The contents of this file are subject to the Sun Public License
   13.12 -Version 1.0 (the "License"). You may not use this file except in
   13.13 -compliance with the License. A copy of the License is available at
   13.14 -http://www.sun.com/
   13.15 +You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   13.16 +or http://www.netbeans.org/cddl.txt.
   13.17  
   13.18 -The Original Code is NetBeans. The Initial Developer of the Original
   13.19 -Code is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   13.20 +When distributing Covered Code, include this CDDL Header Notice in each file
   13.21 +and include the License file at http://www.netbeans.org/cddl.txt.
   13.22 +If applicable, add the following below the CDDL Header, with the fields
   13.23 +enclosed by brackets [] replaced by your own identifying information:
   13.24 +"Portions Copyrighted [year] [name of copyright owner]"
   13.25 +
   13.26 +The Original Software is NetBeans. The Initial Developer of the Original
   13.27 +Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   13.28  Microsystems, Inc. All Rights Reserved.
   13.29  -->
   13.30  <project name="__XTEST_MODULE__/test-qa-functional" basedir="." default="all">
   13.31  
   13.32      <!-- Path to Jemmy library -->
   13.33      <path id="jemmy.path" location="__JEMMY_JAR__"/>
   13.34 -    
   13.35 +
   13.36      <!-- ========= -->
   13.37      <!-- Compilers -->
   13.38      <!-- ========= -->
    14.1 --- a/xtest/src/org/netbeans/modules/xtest/resources/template.build-unit.xml	Fri Jun 30 14:34:58 2006 +0000
    14.2 +++ b/xtest/src/org/netbeans/modules/xtest/resources/template.build-unit.xml	Fri Jun 30 14:39:03 2006 +0000
    14.3 @@ -1,14 +1,20 @@
    14.4  <?xml version="1.0"?>
    14.5  <!--
    14.6 -                Sun Public License Notice
    14.7 +The contents of this file are subject to the terms of the Common Development
    14.8 +and Distribution License (the License). You may not use this file except in
    14.9 +compliance with the License.
   14.10  
   14.11 -The contents of this file are subject to the Sun Public License
   14.12 -Version 1.0 (the "License"). You may not use this file except in
   14.13 -compliance with the License. A copy of the License is available at
   14.14 -http://www.sun.com/
   14.15 +You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   14.16 +or http://www.netbeans.org/cddl.txt.
   14.17  
   14.18 -The Original Code is NetBeans. The Initial Developer of the Original
   14.19 -Code is Sun Microsystems, Inc. Portions Copyright 1997-2005 Sun
   14.20 +When distributing Covered Code, include this CDDL Header Notice in each file
   14.21 +and include the License file at http://www.netbeans.org/cddl.txt.
   14.22 +If applicable, add the following below the CDDL Header, with the fields
   14.23 +enclosed by brackets [] replaced by your own identifying information:
   14.24 +"Portions Copyrighted [year] [name of copyright owner]"
   14.25 +
   14.26 +The Original Software is NetBeans. The Initial Developer of the Original
   14.27 +Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   14.28  Microsystems, Inc. All Rights Reserved.
   14.29  -->
   14.30  
   14.31 @@ -17,7 +23,7 @@
   14.32      <!-- ========= -->
   14.33      <!-- Compilers -->
   14.34      <!-- ========= -->
   14.35 -    
   14.36 +
   14.37      <target name="default-compiler">
   14.38          <!-- Build application before tests -->
   14.39          <ant dir=".." target="jar"/>
   14.40 @@ -28,7 +34,7 @@
   14.41              </classpath>
   14.42          </buildTests>
   14.43      </target>
   14.44 -    
   14.45 +
   14.46      <!-- ========= -->
   14.47      <!-- Executors -->
   14.48      <!-- ========= -->
    15.1 --- a/xtest/src/org/netbeans/modules/xtest/resources/template.build.xml	Fri Jun 30 14:34:58 2006 +0000
    15.2 +++ b/xtest/src/org/netbeans/modules/xtest/resources/template.build.xml	Fri Jun 30 14:39:03 2006 +0000
    15.3 @@ -1,21 +1,27 @@
    15.4  <?xml version="1.0"?>
    15.5  <!--
    15.6 -                Sun Public License Notice
    15.7 +The contents of this file are subject to the terms of the Common Development
    15.8 +and Distribution License (the License). You may not use this file except in
    15.9 +compliance with the License.
   15.10  
   15.11 -The contents of this file are subject to the Sun Public License
   15.12 -Version 1.0 (the "License"). You may not use this file except in
   15.13 -compliance with the License. A copy of the License is available at
   15.14 -http://www.sun.com/
   15.15 +You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   15.16 +or http://www.netbeans.org/cddl.txt.
   15.17  
   15.18 -The Original Code is NetBeans. The Initial Developer of the Original
   15.19 -Code is Sun Microsystems, Inc. Portions Copyright 1997-2005 Sun
   15.20 +When distributing Covered Code, include this CDDL Header Notice in each file
   15.21 +and include the License file at http://www.netbeans.org/cddl.txt.
   15.22 +If applicable, add the following below the CDDL Header, with the fields
   15.23 +enclosed by brackets [] replaced by your own identifying information:
   15.24 +"Portions Copyrighted [year] [name of copyright owner]"
   15.25 +
   15.26 +The Original Software is NetBeans. The Initial Developer of the Original
   15.27 +Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   15.28  Microsystems, Inc. All Rights Reserved.
   15.29  -->
   15.30  <project name="__XTEST_MODULE__/test" basedir="." default="all">
   15.31  
   15.32      <!-- Name of tested module -->
   15.33      <property name="xtest.module" value="__XTEST_MODULE__"/>
   15.34 -    
   15.35 +
   15.36      <!-- Home of XTest -->
   15.37      <property name="xtest.home" location="__XTEST_HOME__"/>
   15.38  
    16.1 --- a/xtest/src/org/netbeans/modules/xtest/resources/template.cfg-qa-functional.xml	Fri Jun 30 14:34:58 2006 +0000
    16.2 +++ b/xtest/src/org/netbeans/modules/xtest/resources/template.cfg-qa-functional.xml	Fri Jun 30 14:39:03 2006 +0000
    16.3 @@ -1,17 +1,23 @@
    16.4  <?xml version="1.0" encoding="UTF-8"?>
    16.5  <!--
    16.6 -                Sun Public License Notice
    16.7 +The contents of this file are subject to the terms of the Common Development
    16.8 +and Distribution License (the License). You may not use this file except in
    16.9 +compliance with the License.
   16.10  
   16.11 -The contents of this file are subject to the Sun Public License
   16.12 -Version 1.0 (the "License"). You may not use this file except in
   16.13 -compliance with the License. A copy of the License is available at
   16.14 -http://www.sun.com/
   16.15 +You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   16.16 +or http://www.netbeans.org/cddl.txt.
   16.17  
   16.18 -The Original Code is NetBeans. The Initial Developer of the Original
   16.19 -Code is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   16.20 +When distributing Covered Code, include this CDDL Header Notice in each file
   16.21 +and include the License file at http://www.netbeans.org/cddl.txt.
   16.22 +If applicable, add the following below the CDDL Header, with the fields
   16.23 +enclosed by brackets [] replaced by your own identifying information:
   16.24 +"Portions Copyrighted [year] [name of copyright owner]"
   16.25 +
   16.26 +The Original Software is NetBeans. The Initial Developer of the Original
   16.27 +Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   16.28  Microsystems, Inc. All Rights Reserved.
   16.29  -->
   16.30 -<!-- Configation file to group tests into testbags. For details see 
   16.31 +<!-- Configation file to group tests into testbags. For details see
   16.32       http://xtest.netbeans.org/xtest_config.html.
   16.33  -->
   16.34  <mconfig name="qa-functional config">
   16.35 @@ -24,7 +30,7 @@
   16.36          </testset>
   16.37      </testbag>
   16.38  
   16.39 -    <compiler name="qa-functional-compiler" antfile="build-qa-functional.xml" 
   16.40 +    <compiler name="qa-functional-compiler" antfile="build-qa-functional.xml"
   16.41                target="qa-functional-compiler" default="true"/>
   16.42      <executor name="jvm" antfile="build-qa-functional.xml" target="run-jvm" default="true"/>
   16.43  </mconfig>
    17.1 --- a/xtest/src/org/netbeans/modules/xtest/resources/template.cfg-unit.xml	Fri Jun 30 14:34:58 2006 +0000
    17.2 +++ b/xtest/src/org/netbeans/modules/xtest/resources/template.cfg-unit.xml	Fri Jun 30 14:39:03 2006 +0000
    17.3 @@ -1,17 +1,23 @@
    17.4  <?xml version="1.0" encoding="UTF-8"?>
    17.5  <!--
    17.6 -                Sun Public License Notice
    17.7 +The contents of this file are subject to the terms of the Common Development
    17.8 +and Distribution License (the License). You may not use this file except in
    17.9 +compliance with the License.
   17.10  
   17.11 -The contents of this file are subject to the Sun Public License
   17.12 -Version 1.0 (the "License"). You may not use this file except in
   17.13 -compliance with the License. A copy of the License is available at
   17.14 -http://www.sun.com/
   17.15 +You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   17.16 +or http://www.netbeans.org/cddl.txt.
   17.17  
   17.18 -The Original Code is NetBeans. The Initial Developer of the Original
   17.19 -Code is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   17.20 +When distributing Covered Code, include this CDDL Header Notice in each file
   17.21 +and include the License file at http://www.netbeans.org/cddl.txt.
   17.22 +If applicable, add the following below the CDDL Header, with the fields
   17.23 +enclosed by brackets [] replaced by your own identifying information:
   17.24 +"Portions Copyrighted [year] [name of copyright owner]"
   17.25 +
   17.26 +The Original Software is NetBeans. The Initial Developer of the Original
   17.27 +Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   17.28  Microsystems, Inc. All Rights Reserved.
   17.29  -->
   17.30 -<!-- Configation file to group tests into testbags. For details see 
   17.31 +<!-- Configation file to group tests into testbags. For details see
   17.32       http://xtest.netbeans.org/xtest_config.html
   17.33  -->
   17.34  <mconfig name="Unit config">
   17.35 @@ -23,7 +29,7 @@
   17.36              </patternset>
   17.37          </testset>
   17.38      </testbag>
   17.39 -    
   17.40 +
   17.41      <compiler name="default-compiler" antfile="build-unit.xml" target="default-compiler" default="true"/>
   17.42      <executor name="unit-executor" antfile="build-unit.xml" target="run-unit-test" default="true"/>
   17.43  </mconfig>
    18.1 --- a/xtest/src/org/netbeans/modules/xtest/resources/template.nb.build-qa-functional.xml	Fri Jun 30 14:34:58 2006 +0000
    18.2 +++ b/xtest/src/org/netbeans/modules/xtest/resources/template.nb.build-qa-functional.xml	Fri Jun 30 14:39:03 2006 +0000
    18.3 @@ -1,14 +1,20 @@
    18.4  <?xml version="1.0"?>
    18.5  <!--
    18.6 -                Sun Public License Notice
    18.7 +The contents of this file are subject to the terms of the Common Development
    18.8 +and Distribution License (the License). You may not use this file except in
    18.9 +compliance with the License.
   18.10  
   18.11 -The contents of this file are subject to the Sun Public License
   18.12 -Version 1.0 (the "License"). You may not use this file except in
   18.13 -compliance with the License. A copy of the License is available at
   18.14 -http://www.sun.com/
   18.15 +You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   18.16 +or http://www.netbeans.org/cddl.txt.
   18.17  
   18.18 -The Original Code is NetBeans. The Initial Developer of the Original
   18.19 -Code is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   18.20 +When distributing Covered Code, include this CDDL Header Notice in each file
   18.21 +and include the License file at http://www.netbeans.org/cddl.txt.
   18.22 +If applicable, add the following below the CDDL Header, with the fields
   18.23 +enclosed by brackets [] replaced by your own identifying information:
   18.24 +"Portions Copyrighted [year] [name of copyright owner]"
   18.25 +
   18.26 +The Original Software is NetBeans. The Initial Developer of the Original
   18.27 +Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   18.28  Microsystems, Inc. All Rights Reserved.
   18.29  -->
   18.30  <project name="__XTEST_MODULE__/test-qa-functional" basedir="." default="all">
   18.31 @@ -16,7 +22,7 @@
   18.32      <!-- Imports default qa-functional-compiler and runidetest executor.
   18.33          jemmy and jellytools jars are on classpath for both. -->
   18.34      <import file="__XTEST_QA_FUNCTIONAL_XML_TEMPLATE__"/>
   18.35 -    
   18.36 +
   18.37      <!-- ========= -->
   18.38      <!-- Compilers -->
   18.39      <!-- ========= -->
    19.1 --- a/xtest/src/org/netbeans/modules/xtest/resources/template.nb.build-unit.xml	Fri Jun 30 14:34:58 2006 +0000
    19.2 +++ b/xtest/src/org/netbeans/modules/xtest/resources/template.nb.build-unit.xml	Fri Jun 30 14:39:03 2006 +0000
    19.3 @@ -1,14 +1,20 @@
    19.4  <?xml version="1.0"?>
    19.5  <!--
    19.6 -                Sun Public License Notice
    19.7 +The contents of this file are subject to the terms of the Common Development
    19.8 +and Distribution License (the License). You may not use this file except in
    19.9 +compliance with the License.
   19.10  
   19.11 -The contents of this file are subject to the Sun Public License
   19.12 -Version 1.0 (the "License"). You may not use this file except in
   19.13 -compliance with the License. A copy of the License is available at
   19.14 -http://www.sun.com/
   19.15 +You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   19.16 +or http://www.netbeans.org/cddl.txt.
   19.17  
   19.18 -The Original Code is NetBeans. The Initial Developer of the Original
   19.19 -Code is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   19.20 +When distributing Covered Code, include this CDDL Header Notice in each file
   19.21 +and include the License file at http://www.netbeans.org/cddl.txt.
   19.22 +If applicable, add the following below the CDDL Header, with the fields
   19.23 +enclosed by brackets [] replaced by your own identifying information:
   19.24 +"Portions Copyrighted [year] [name of copyright owner]"
   19.25 +
   19.26 +The Original Software is NetBeans. The Initial Developer of the Original
   19.27 +Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   19.28  Microsystems, Inc. All Rights Reserved.
   19.29  -->
   19.30  <project name="__XTEST_MODULE__/test-unit" basedir="." default="all">
    20.1 --- a/xtest/src/org/netbeans/modules/xtest/resources/template.nb.build.xml	Fri Jun 30 14:34:58 2006 +0000
    20.2 +++ b/xtest/src/org/netbeans/modules/xtest/resources/template.nb.build.xml	Fri Jun 30 14:39:03 2006 +0000
    20.3 @@ -1,21 +1,27 @@
    20.4  <?xml version="1.0"?>
    20.5  <!--
    20.6 -                Sun Public License Notice
    20.7 +The contents of this file are subject to the terms of the Common Development
    20.8 +and Distribution License (the License). You may not use this file except in
    20.9 +compliance with the License.
   20.10  
   20.11 -The contents of this file are subject to the Sun Public License
   20.12 -Version 1.0 (the "License"). You may not use this file except in
   20.13 -compliance with the License. A copy of the License is available at
   20.14 -http://www.sun.com/
   20.15 +You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   20.16 +or http://www.netbeans.org/cddl.txt.
   20.17  
   20.18 -The Original Code is NetBeans. The Initial Developer of the Original
   20.19 -Code is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   20.20 +When distributing Covered Code, include this CDDL Header Notice in each file
   20.21 +and include the License file at http://www.netbeans.org/cddl.txt.
   20.22 +If applicable, add the following below the CDDL Header, with the fields
   20.23 +enclosed by brackets [] replaced by your own identifying information:
   20.24 +"Portions Copyrighted [year] [name of copyright owner]"
   20.25 +
   20.26 +The Original Software is NetBeans. The Initial Developer of the Original
   20.27 +Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   20.28  Microsystems, Inc. All Rights Reserved.
   20.29  -->
   20.30  <project name="__XTEST_MODULE__/test" basedir="." default="all">
   20.31  
   20.32      <!-- Name of tested module -->
   20.33      <property name="xtest.module" value="__XTEST_MODULE__"/>
   20.34 -    
   20.35 +
   20.36      <!-- Home of XTest -->
   20.37      <property name="xtest.home" location="__XTEST_HOME__"/>
   20.38  
    21.1 --- a/xtest/src/org/netbeans/modules/xtest/resources/template.nb.cfg-qa-functional.xml	Fri Jun 30 14:34:58 2006 +0000
    21.2 +++ b/xtest/src/org/netbeans/modules/xtest/resources/template.nb.cfg-qa-functional.xml	Fri Jun 30 14:39:03 2006 +0000
    21.3 @@ -1,17 +1,23 @@
    21.4  <?xml version="1.0" encoding="UTF-8"?>
    21.5  <!--
    21.6 -                Sun Public License Notice
    21.7 +The contents of this file are subject to the terms of the Common Development
    21.8 +and Distribution License (the License). You may not use this file except in
    21.9 +compliance with the License.
   21.10  
   21.11 -The contents of this file are subject to the Sun Public License
   21.12 -Version 1.0 (the "License"). You may not use this file except in
   21.13 -compliance with the License. A copy of the License is available at
   21.14 -http://www.sun.com/
   21.15 +You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   21.16 +or http://www.netbeans.org/cddl.txt.
   21.17  
   21.18 -The Original Code is NetBeans. The Initial Developer of the Original
   21.19 -Code is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   21.20 +When distributing Covered Code, include this CDDL Header Notice in each file
   21.21 +and include the License file at http://www.netbeans.org/cddl.txt.
   21.22 +If applicable, add the following below the CDDL Header, with the fields
   21.23 +enclosed by brackets [] replaced by your own identifying information:
   21.24 +"Portions Copyrighted [year] [name of copyright owner]"
   21.25 +
   21.26 +The Original Software is NetBeans. The Initial Developer of the Original
   21.27 +Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   21.28  Microsystems, Inc. All Rights Reserved.
   21.29  -->
   21.30 -<!-- Configation file to group tests into testbags. For details see 
   21.31 +<!-- Configation file to group tests into testbags. For details see
   21.32       http://xtest.netbeans.org/xtest_config.html.
   21.33  -->
   21.34  <mconfig name="qa-functional config">
   21.35 @@ -24,7 +30,7 @@
   21.36          </testset>
   21.37      </testbag>
   21.38  
   21.39 -    <compiler name="qa-functional-compiler" antfile="build-qa-functional.xml" 
   21.40 +    <compiler name="qa-functional-compiler" antfile="build-qa-functional.xml"
   21.41                target="qa-functional-compiler" default="true"/>
   21.42      <executor name="ide" antfile="build-qa-functional.xml" target="runidetest" default="true"/>
   21.43  </mconfig>
    22.1 --- a/xtest/src/org/netbeans/modules/xtest/resources/testingToolsCategory.html	Fri Jun 30 14:34:58 2006 +0000
    22.2 +++ b/xtest/src/org/netbeans/modules/xtest/resources/testingToolsCategory.html	Fri Jun 30 14:39:03 2006 +0000
    22.3 @@ -1,13 +1,19 @@
    22.4  <!--
    22.5 -   -                 Sun Public License Notice
    22.6 -   - 
    22.7 -   - The contents of this file are subject to the Sun Public License
    22.8 -   - Version 1.0 (the "License"). You may not use this file except in
    22.9 -   - compliance with the License. A copy of the License is available at
   22.10 -   - http://www.sun.com/
   22.11 -   - 
   22.12 -   - The Original Code is NetBeans. The Initial Developer of the Original
   22.13 -   - Code is Sun Microsystems, Inc. Portions Copyright 1997-2005 Sun
   22.14 +   - The contents of this file are subject to the terms of the Common Development
   22.15 +   - and Distribution License (the License). You may not use this file except in
   22.16 +   - compliance with the License.
   22.17 +   -
   22.18 +   - You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   22.19 +   - or http://www.netbeans.org/cddl.txt.
   22.20 +   -
   22.21 +   - When distributing Covered Code, include this CDDL Header Notice in each file
   22.22 +   - and include the License file at http://www.netbeans.org/cddl.txt.
   22.23 +   - If applicable, add the following below the CDDL Header, with the fields
   22.24 +   - enclosed by brackets [] replaced by your own identifying information:
   22.25 +   - "Portions Copyrighted [year] [name of copyright owner]"
   22.26 +   -
   22.27 +   - The Original Software is NetBeans. The Initial Developer of the Original
   22.28 +   - Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   22.29     - Microsystems, Inc. All Rights Reserved.
   22.30    -->
   22.31