Final touches for CDDL upgrade in module subversion BLD200607091800
authorjtulach@netbeans.org
Sat, 01 Jul 2006 09:12:06 +0000
changeset 1791c41ca998680e
parent 1790 fb91afb59d75
child 1792 3e1079155cea
Final touches for CDDL upgrade in module subversion
subversion/build.xml
     1.1 --- a/subversion/build.xml	Sat Jul 01 09:01:43 2006 +0000
     1.2 +++ b/subversion/build.xml	Sat Jul 01 09:12:06 2006 +0000
     1.3 @@ -1,14 +1,20 @@
     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-2006 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 basedir="." default="netbeans" name="subversion">
    1.31 @@ -26,9 +32,9 @@
    1.32    </target>
    1.33  
    1.34    <target name="nbm">
    1.35 -    <ant dir="client" target="nbm"/>    
    1.36 -    <ant dir="ini4j" target="nbm"/>    
    1.37 -    <ant dir="main" target="nbm"/>    
    1.38 +    <ant dir="client" target="nbm"/>
    1.39 +    <ant dir="ini4j" target="nbm"/>
    1.40 +    <ant dir="main" target="nbm"/>
    1.41    </target>
    1.42 - 
    1.43 +
    1.44  </project>