sql.wizard/build.xml
author Jesse Glick <jglick@netbeans.org>
Fri, 22 Apr 2011 14:36:23 -0400
changeset 4889 066f950aecc0
parent 4011 0d334c4dc92e
permissions -rw-r--r--
Import build-impl.xml.
yaroslavskiy@3958
     1
<?xml version="1.0" encoding="UTF-8"?>
yaroslavskiy@3958
     2
<!--
yaroslavskiy@3958
     3
 The contents of this file are subject to the terms of the Common Development
yaroslavskiy@3958
     4
 and Distribution License (the License). You may not use this file except in
yaroslavskiy@3958
     5
 compliance with the License.
yaroslavskiy@3958
     6
 
yaroslavskiy@3958
     7
 You can obtain a copy of the License at http://www.netbeans.org/cddl.html
yaroslavskiy@3958
     8
 or http://www.netbeans.org/cddl.txt.
yaroslavskiy@3958
     9
 
yaroslavskiy@3958
    10
 When distributing Covered Code, include this CDDL Header Notice in each file
yaroslavskiy@3958
    11
 and include the License file at http://www.netbeans.org/cddl.txt.
yaroslavskiy@3958
    12
 If applicable, add the following below the CDDL Header, with the fields
yaroslavskiy@3958
    13
 enclosed by brackets [] replaced by your own identifying information:
yaroslavskiy@3958
    14
 "Portions Copyrighted [year] [name of copyright owner]"
yaroslavskiy@3958
    15
 
yaroslavskiy@3958
    16
 The Original Software is NetBeans. The Initial Developer of the Original
yaroslavskiy@3958
    17
 Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
yaroslavskiy@3958
    18
 Microsystems, Inc. All Rights Reserved.
yaroslavskiy@3958
    19
-->
yaroslavskiy@3958
    20
yaroslavskiy@3958
    21
<project name="sql.wizard" default="netbeans" basedir=".">
jglick@4889
    22
    <import file="nbproject/build-impl.xml"/>
yaroslavskiy@3958
    23
</project>