Removed jellytools module.
authorJiri Skrivanek <jskrivanek@netbeans.org>
Thu, 23 Aug 2012 12:43:43 +0200
changeset 178639d11b9ecd314
parent 17862 681dec511c4a
child 17864 97d2e276491b
Removed jellytools module.
jemmysupport/src/org/netbeans/modules/jemmysupport/Bundle.properties
jemmysupport/src/org/netbeans/modules/jemmysupport/jellytools.xml
jemmysupport/src/org/netbeans/modules/jemmysupport/mf-layer.xml
     1.1 --- a/jemmysupport/src/org/netbeans/modules/jemmysupport/Bundle.properties	Thu Aug 23 12:32:32 2012 +0200
     1.2 +++ b/jemmysupport/src/org/netbeans/modules/jemmysupport/Bundle.properties	Thu Aug 23 12:43:43 2012 +0200
     1.3 @@ -50,7 +50,6 @@
     1.4  
     1.5  # library descriptor
     1.6  jemmy=Jemmy Test Library
     1.7 -jellytools=Jelly Tools Test Library
     1.8  
     1.9  Templates/UnitTests/JellyTestCaseTest.java=JellyTestCase Test
    1.10  
     2.1 --- a/jemmysupport/src/org/netbeans/modules/jemmysupport/jellytools.xml	Thu Aug 23 12:32:32 2012 +0200
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,56 +0,0 @@
     2.4 -<?xml version="1.0"?>
     2.5 -<!--
     2.6 -DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     2.7 -
     2.8 -Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
     2.9 -
    2.10 -
    2.11 -The contents of this file are subject to the terms of either the GNU
    2.12 -General Public License Version 2 only ("GPL") or the Common
    2.13 -Development and Distribution License("CDDL") (collectively, the
    2.14 -"License"). You may not use this file except in compliance with the
    2.15 -License. You can obtain a copy of the License at
    2.16 -http://www.netbeans.org/cddl-gplv2.html
    2.17 -or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    2.18 -specific language governing permissions and limitations under the
    2.19 -License.  When distributing the software, include this License Header
    2.20 -Notice in each file and include the License file at
    2.21 -nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
    2.22 -particular file as subject to the "Classpath" exception as provided
    2.23 -by Sun in the GPL Version 2 section of the License file that
    2.24 -accompanied this code. If applicable, add the following below the
    2.25 -License Header, with the fields enclosed by brackets [] replaced by
    2.26 -your own identifying information:
    2.27 -"Portions Copyrighted [year] [name of copyright owner]"
    2.28 -
    2.29 -Contributor(s):
    2.30 -
    2.31 -The Original Software is NetBeans. The Initial Developer of the Original
    2.32 -Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
    2.33 -Microsystems, Inc. All Rights Reserved.
    2.34 -
    2.35 -If you wish your version of this file to be governed by only the CDDL
    2.36 -or only the GPL Version 2, indicate your decision by adding
    2.37 -"[Contributor] elects to include this software in this distribution
    2.38 -under the [CDDL or GPL Version 2] license." If you do not indicate a
    2.39 -single choice of license, a recipient has the option to distribute
    2.40 -your version of this file under either the CDDL, the GPL Version 2 or
    2.41 -to extend the choice of license to its licensees as provided above.
    2.42 -However, if you add GPL Version 2 code and therefore, elected the GPL
    2.43 -Version 2 license, then the option applies only if the new code is
    2.44 -made subject to such option by the copyright holder.
    2.45 -
    2.46 -Author: <a href="mailto:adam.sotona@sun.com">Adam Sotona</a>
    2.47 -Author: Jiri.Skrivanek@sun.com
    2.48 --->
    2.49 -<!DOCTYPE library PUBLIC "-//NetBeans//DTD Library Declaration 1.0//EN" "http://www.netbeans.org/dtds/library-declaration-1_0.dtd">
    2.50 -
    2.51 -<library version="1.0">
    2.52 -    <name>jellytools</name>
    2.53 -    <type>j2se</type>
    2.54 -    <localizing-bundle>org.netbeans.modules.jemmysupport.Bundle</localizing-bundle>
    2.55 -    <volume>
    2.56 -        <type>classpath</type>
    2.57 -        <resource>jar:nbinst://org.netbeans.modules.jellytools/modules/org-netbeans-modules-jellytools.jar!/</resource>
    2.58 -    </volume>
    2.59 -</library>
     3.1 --- a/jemmysupport/src/org/netbeans/modules/jemmysupport/mf-layer.xml	Thu Aug 23 12:32:32 2012 +0200
     3.2 +++ b/jemmysupport/src/org/netbeans/modules/jemmysupport/mf-layer.xml	Thu Aug 23 12:43:43 2012 +0200
     3.3 @@ -123,9 +123,6 @@
     3.4              <file name="jemmy.xml" url="jemmy.xml">
     3.5                  <attr name="displayName" bundlevalue="org.netbeans.modules.jemmysupport.Bundle#jemmy"/>
     3.6              </file>
     3.7 -            <file name="jellytools.xml" url="jellytools.xml">
     3.8 -                <attr name="displayName" bundlevalue="org.netbeans.modules.jemmysupport.Bundle#jellytools"/>
     3.9 -            </file>
    3.10          </folder>
    3.11      </folder>
    3.12      <folder name="Templates">